strong,
b {
  font-weight: bold;
}

.maindetail strong {
  font-family: "Noto Serif", serif;
}

.alrating__top {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alrating__star {
  display: inline-block;
}

.alrating__star i {
  display: inline-block !important;
  font-size: 35px;
  transition: transform .2s;
}

.alrating__star i:hover {
  transform: scale(1.2);
}

.alrating__star i.active {
  color: #ffca00;
}

.alrating__star img {
  display: inline-block;
  margin-right: 5px;
  max-width: 30px;
  transition: transform .2s;
}

.alrating__star img:hover {
  transform: scale(1.2);
}

.alrating__text {
  display: inline-block;
  font-size: 33px;
  margin-left: 15px;
  font-weight: bold;
  padding-top: 5px;
}

.alrating__text:hover {
  transform: scale(1.2);
}

.alrating__bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 15px;
  padding-bottom: 25px;
}

.newsslide-autoheight .newsslide__image {
  height: auto;
}

.download_pdf {
  text-align: center;
}

.download_pdf a {
  background: #ff0;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 25px;
  border-radius: 4px;
  border: 1px solid #bdb700;
  box-shadow: 0 0 5px #b1b1b1;
  transition: all 0.3s ease-in-out;
  width: 80%;
  max-width: 200px;
}

.darkmode .download_pdf a {
  color: #0a0a0a;
  box-shadow: none;
}

/* .download_pdf{
  background: #0a0a0a;
  color: #ff0;
} */

.maindetail__content p iframe.pdfpreview {
  height: 580px;
  margin: 20px auto 10px;
  padding: 0;
  width: 100% !important;
}

.newsthumbs--reverse .newsthumbs__row {
  flex-direction: row-reverse;
}

.newsthumbs--reverse .newsthumbs__image {
  margin-right: 0;
  margin-left: 10px;
}

.newsthumbs--circlepic .newsthumbs__image {
  border-radius: 100%;
}

.download_pdf a {
  font-weight: bold;
}

.mtop-min10 {
  margin-top: -10px;
}

.dd-wrap {
  display: flex;
}

.dd-btn {
  padding: 1.5px 7px;
  margin: 4px 4px 4px 0;
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  color: #333;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11.5px;

}

.dd-more {}

.dd-download {
  background: #ff0;
  border: 1px solid #bdb700;
}

.singlepage p,
.singlepage ul,
.singlepage li {
  color: #282828;
}

.singlepage ol li{margin-bottom: 12px;}
.darkmode .dd-download a{color: #333;} 


.header.is-sticky .header__bottom ul {
  width: 84%;
}
.brandgallery-overlay, .header__bottom ul li a.brandgallery-overlay{margin-left: 10px;}
.brandgallery{width: 85px;}

.maindetail__content p img{
  width: 85%!important;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

/* download page  */
.download-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  margin-bottom: 40px;
}
.download-btn {
  background: #ff0;
  color: #333;
  text-decoration: none;
  width: 260px;
  padding: 14px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.15);
}
.download-btn:hover {
  background: #ff0;
}
.download-btn i {
  margin-left: 5px;
}
.countdown {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}
.countdown span {
  color: #0076ff;
  font-size: 1.5em;
  font-weight: 800;
}
.pleaseWait-text,
.manualDownload-text {
  font-size: 1.1rem;
  font-weight: 600;
  display: none;
}
.manualDownload-link, .manualDownload-link:visited {
  text-decoration: none;
  color: #0076ff;
  font-weight: 800;
}

.calegswiper{
  display: none; overflow: hidden; height: 0px;
}
.calegswiper.slick-initialized{
  display: block;overflow:visible; height: auto;
}
.calegwidget .newsslide__image{ height: auto;}
.calegwidget .newsslide__title{margin-bottom: 0;}
.calegwidget .newsslide__content{text-align: center; padding: 0 10px;}

@media (max-width: 767px) {

  .pdfpreview {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .alrating__star i {
    font-size: 28px;
  }

  .alrating__text {
    font-size: 27px;
  }

  .alrating__bottom {
    padding-bottom: 15px;
  }

  .alrating__top {
    padding-top: 10px;
  }
}

/* stiky image*/
.imgsticky {
  display: none;
}

.header.is-sticky .imgsticky {
  display: block;
  margin-top: -2px;
}

.imgsticky-no {
  display: inline-block;
}

.header.is-sticky .imgsticky-no {
  display: none;
}

/* highlight detail  */
.hightlight {
  background-color: #ffff94;
  padding: 10px;
  text-align: center;
  color: #0a0a0a;
}

.hightlight a,
.darkmode .hightlight a {
  color: #0076ff;
  font-weight: bold;
}


/* IFRAME DETAIL
@media only screen and (max-width : 767px) {
  .maindetail__content iframe {min-width: 370px; max-width: 100%; height:385px; } 
} */