.header-hot-news-bar {
  background: #ce1c26;
  padding-top: 6px;
  padding-bottom: 6px; }
  .header-hot-news-bar .container {
    position: relative; }
  .header-hot-news-bar .hot-news-title {
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: bold; }
  .header-hot-news-bar .hot-news-article-title {
    cursor: pointer;
    font-size: 20px;
    color: white; }
    @media (max-width: 768px) {
      .header-hot-news-bar .hot-news-article-title {
        font-size: 17px; } }
    .header-hot-news-bar .hot-news-article-title:hover {
      text-decoration: underline; }
  .header-hot-news-bar .close-button {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    cursor: pointer; }
    .header-hot-news-bar .close-button:hover {
      opacity: 0.5; }

.mobile-main-news {
  display: none;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .mobile-main-news {
      display: block; } }
  .mobile-main-news .mr-3 {
    margin-right: 4px;
    padding: 0; }
  .mobile-main-news .single-big {
    margin-top: 10px;
    display: block;
    position: relative;
    margin-bottom: 15px; }
    .mobile-main-news .single-big .text {
      width: 100%;
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 7px;
      color: white;
      font-weight: bold;
      font-size: 16px; }
      .mobile-main-news .single-big .text .foot-info {
        font-weight: normal;
        font-size: 12px; }
  .mobile-main-news .single-news {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 108px;
    min-height: 75px; }
    .mobile-main-news .single-news .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px; }
    .mobile-main-news .single-news h4 {
      font-size: 14px;
      margin: 0 0 5px;
      line-height: 1.3; }
    .mobile-main-news .single-news .foot-info {
      color: #7c7c7c;
      font-size: 12px; }

.desktop-top-news {
  display: block; }
  @media (max-width: 575.98px) {
    .desktop-top-news {
      display: none; } }

/*# sourceMappingURL=custom.css.map */
