@media (max-width: 1439px) {

  .media-gallery__body .media-aside .media-list__item .detail-wrapper__title {
    padding-left: 60px;
  }

  .media-gallery__body .media-aside {
    width: 393px;
    padding-left: 35px;
  }

  .tiles__item.square,
  .tiles__item.square .tiles__item--img {
    width: 500px;
    height: 439px;
  }

  .module-title {
    padding: 5px 0 !important;
  }


  .tiles__wrapper.square {
    width: calc(100% - 500px);
    padding-right: 19px;
  }

  .tiles__item.hor,
  .tiles__item.square .tiles__item--txt {
    width: 100%;
  }

  .tiles__item--txt {
    height: 76px;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 1439px) {
  .tiles__item {
    width: 240px;
    height: 211px;
    margin-bottom: 15px;
  }

  .tiles__item {
    position: relative;
    margin-bottom: 25px;
    width: 250px;
    height: 220px;
    cursor: pointer;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .top-header-content {
    display: flex;
  }

  .top-header .home-top-tile-banner-single,
  .IntroSwiper {
    display: block;
  }

  .home-top-tile-banner-single,
  .logo-res,
  .mega-menu-res,
  .search-btn-res,
  .home-menu-bottom-widget>a.promotion>img,
  .tiles--auto,
  .menu__footer {
    display: none;
  }

  .hashtag {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hashtag__wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    background-color: unset;
  }

  .hashtag__item {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 10px;
    background-color: #f6f5f4;
    padding: 10px 8px;
    border-radius: 4px;
  }

  .hashtag__title {
    width: 25%;
  }

  .menu {
    box-shadow: none;
  }

  .footer__body {
    justify-content: center;
  }

  .footer__body--nav {
    justify-content: center;
    margin: auto;
  }

  .footer__bottom {
    justify-content: center;
  }

  .social-networks {
    padding-block: 16px;
  }
}

@media (min-width: 1201px) {

  .top-header .home-top-tile-banner-single,
  .IntroSwiper {
    display: none;
  }

  .home-top-tile-banner-single,
  .tiles--auto {
    display: block;
  }

  .hashtag__item {
    padding: 13px 0;
  }

  .top-header-content {
    display: none;
  }
}

@media (max-width: 992px) {

  .media-gallery,
  .image__fav,
  .image__badge {
    display: none;
  }
  .article-title {
    font-weight: bold;
    font-size: 16px !important;
  }

  .home-top-hashtag,
  .home-top-banner-sidebar,
  #home-top-banner-sidebar{
    display: none !important;
  }


}

@media (max-width: 767px) {

  .single-news-article{
    padding: 6px 15px !important;
  }

  #searchForm-2{
    display: none !important;
  }
  .mySwiper .box-card {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 1rem;
  }
  .mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    display: none;
  }
  .masonry-gallery__item__title {
    padding: 8px !important;
    font-size: 12px !important;
  }
  .masonry-gallery__item__detail {
    flex-direction: column;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 2px 10px !important;
  }

  .footer__body .news-letter__email {
    width: 110px !important;
  }
  #home-top-banner-sidebar img {
    max-width: 100%;
    height: auto;
    object-fit: fill;
    width: 100%;
    height: auto !important;
    max-height: 85px !important;
  }

  .box-card {
    width: 90%;
  }

  .box-card {
    margin-bottom: 2rem;
  }

  .module-title__txt {
    font-size: 5vw;
  }

  .module-title__btn,
  .masonry-gallery__item__description,
  .favourites-post-widget-res {
    display: none;
  }

  .tiles__item.square {
    width: 100%;
  }

  .masonry-gallery__item {
    display: flex;
  }

  .masonry-gallery__item .image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }

  .module-title__btn_list {
    background-color: #0b2754;
    border: none;
    color: #fff !important;
    margin-bottom: 5vw;
    min-width: 32vw;
    font-size: 4vw;
    text-align: center;
    padding: 2vw 4vw;
  }

  .topics__aside img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .topics__aside> :not(:last-child) {
    text-align: center;
  }

  .footer__body .news-letter {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    order: 1;
  }

  .footer__body .news-letter__txt {
    padding-block: 1rem;
  }

  .footer__body .news-letter__btn {
    margin-block: 1rem;
  }

  .footer__body .footer__body--nav {
    order: 2;
  }

  .popular__news {
    display: none;
  }

  
}

@media (max-width: 550px) {
  .hashtag__title {
    width: 300px !important;
  }
}