a {
  color: black;
  cursor: pointer;
}

a:hover {
  color: black;
}

#banner-search-pc-section .container {
  height: 260px;
}

#banner-search-pc-section .container .banner-search-pc-container {
  left: 15;
  right: 15;
  bottom: 0;
  height: inherit;
}

.banner-search-pc-card {
  border-radius: 15px;
  height: 200px;
  background: linear-gradient(90deg, #bd2529 0%, #f77962 100%);
}

.card-title-news:hover {
  color: red;
}

.nav-tabs {
  border-width: 0 0 1px 0;
  border-color: #415059;
}

.nav-item-link-section > .nav-link {
  border: 0;
  color: #fff;
  font-weight: bold;
}

.nav-item-link-section > .nav-link:hover,
.nav-item-link-section > .nav-link.active {
  background-color: transparent;
  border-color: #bd2529;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-radius: 0;
}

.nav-item-link-section > .nav-link.active {
  color: #bd2529;
}

#galaxy-description-paragraph {
  height: 150px;
  overflow: hidden;
}

#read-less {
  color: #bd2529;
  display: none;
  cursor: pointer;
}

#read-more {
  background: linear-gradient(to bottom, #021722ec, #021722);
  color: #bd2529;
  cursor: pointer;
  position: absolute;
  bottom: -0px;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

#galaxy-description-container {
  position: relative;
  width: 100%;
}

.link-main-menu div:hover {
  background-color: lightgray;
}

.menu-icon-item {
  width: 150px;
}

.modal-ads {
  z-index: 9999;
  display: none;
  padding-top: 10px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.466);
}

.modal-ads-content {
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.img-popup-ads {
  width: 500px;
}

@media (max-width: 640px) {
  .modal-ads-content {
    padding: 30px;
    width: 100%;
  }

  .img-popup-ads {
    width: 100%;
  }

  .card-banner-carousel {
    height: 200px;
  }

  .menu-icon-item {
    width: 120px;
  }
}

@media (max-width: 427px) {
  .banner-search-pc-card {
    height: 230px;
  }
}
