@media only screen and (max-width: 767px) {
  /* .sh-mainpanel{
        background: url(../images/bg-tet-2.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    } */
  .sh-headpanel {
    padding-left: 0px !important;
  }
  .app-header {
    background-color: #007bff;
    /* background: url(../images/bg-tet-3.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 15px 0px;
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 200px;
    /*overflow: hidden;*/
  }

  .top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .search-bar input {
    padding: 5px;
    border-radius: 5px;
    border: none;
  }

  .sh-pagebody {
    height: 130vh;
  }

  .wsp_nowrap {
    white-space: nowrap;
  }

  .user-info {
    border-left: 1px solid;
    padding-left: 20px;
  }

  .user-bank a {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    padding: 5px 10px;
    background-color: #fff;
    color: #308de3;
    border-radius: 5px;
  }

  .user-bank a svg {
    width: 20px;
    height: 20px;
  }

  .user-info p {
    margin: 0px;
  }

  .user-info .subtit {
    font-size: 14px;
    color: #d1caca;
  }

  .user-info .tit {
    font-size: 18px;
    font-weight: bold;
  }

  .promotion-banner .card {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 5px;
  }

  .promotion-banner .card img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .wave-g {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
  }

  .wave-g img {
    width: 100%;
  }

  .main-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 100px;
    gap: 10px;
    margin: 45% 10px 0px;
  }

  .menu-item {
    text-align: center;
    padding: 5px;
    color: black;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 10px;
  }

  .finance-section,
  .fincapital-section {
    margin: 15px;
  }

  .finance-menu {
    display: flex;
    justify-content: space-around;
  }

  .finance-section h3,
  .fincapital-section h3 {
    color: #000;
    font-size: 18px;
  }

  .fincapital-section .item img {
    height: auto;
    border-radius: 10px;
  }

  .finance-item {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    width: 45%;
  }

  .finance-support {
    margin-top: 15px;
  }

  @media (min-width: 768px) {
    .bottom-nav {
      display: none;
    }
  }

  .bottom-nav {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
      rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    z-index: 9;
  }

  .bottom-nav a {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    flex: 1;
    padding: 10px 0px;
  }

  .bottom-nav a span {
    display: block;
    font-size: 13px;
  }

  .sh-logopanel {
    width: 180px;
    border-bottom: 0px;
  }

  .bottom-nav a.active,
  .bottom-nav a:hover {
    border-top: 4px solid #007bff;
    color: #007bff;
  }

  .bottom-nav a.active i,
  .bottom-nav a:hover i {
    width: 30px;
    height: 30px;
    display: grid;
    margin: 0 auto;
    place-content: center;
    border-radius: 50%;
    color: #007bff;
  }

  .sh-headpanel {
    border-bottom: 0px;
  }

  .sh-headpanel-right .dropdown-link img {
    width: 35px !important;
    height: 35px !important;
    padding: 5px !important;
    border: none !important;
  }

  a.circle {
    width: 35px;
    height: 35px;
    background: #fff;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    margin: 0 5px;
  }

  .show-left span#naviconMobile svg path {
    fill: var(--color-main);
  }

  .menu-item a {
    color: #607d8b;
    font-weight: 500;
  }

  .menu-item .icon {
    display: grid;
    width: 40px;
    height: 40px;
    background: #fff;
    place-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 auto;
  }

  .menu-item:first-child .icon {
    color: darkmagenta;
  }

  .menu-item:nth-child(2) .icon {
    color: darkblue;
  }

  .menu-item:nth-child(3) .icon {
    color: green;
  }

  .menu-item:last-child .icon {
    color: orange;
  }

  .menu-item .cate-name {
    margin-top: 5px;
  }

  .finance-section #filter-options {
    padding-bottom: 50px;
  }

  .sec-slider .item img {
    height: auto;
  }

  #filter-campaign li.star {
    order: -1;
    grid-column: span 2;
  }

  #filter-campaign li.star a {
    min-height: 100px;
  }

  .icon-mb {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  #project-hot {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #project-hot h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #project-slider .owl-item a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  #project-slider .owl-item a {
    font-size: 13px;
    color: #007bff;
    font-weight: bold;
  }
  ul.list-catalog-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
    /* background: radial-gradient(circle at top, #2f63b6 , #88b0c8); */
  }
  /* #catalog-campaign #listcatalog {
    line-height: 0px;
  } */
  #listcatalog p {
    margin-bottom: 0px;
  }
  .catalog-main .tab-content {
    box-shadow: none;
  }
  .catalog-main {
    padding: 10px;
    /* background: radial-gradient(circle at top, #2f63b6 , #88b0c8); */
    background-color: #fff;
    border-radius: 5px;
  }
  .list-catalog-item a.active {
    color: var(--color-main);
  }
  ul.list-catalog-item li img {
    max-width: 30px;
  }
  #catalog-campaign ul#tabs-nav,
  .box-catalog ul.tab-header {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
    list-style: none;
  }
  #catalog-campaign ul#tabs-nav li,
  .box-catalog ul.tab-header li {
    padding: 0px;
  }
  #catalog-campaign ul#tabs-nav li.active,
  .box-catalog ul.tab-header li a.active {
    border-bottom: 2px solid #000;
    background-color: transparent;
    border-radius: 0px;
    font-weight: bold;
  }
  #catalog-campaign ul#tabs-nav li.active a,
  .box-catalog ul.tab-header li a.active {
    color: #fff;
    background-color: #2f63b6;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    border-bottom: 0px;
    font-size: 12px;
  }
  .box-catalog + .box-catalog {
    margin-top: 40px;
  }
  #catalog-campaign-4 {
    margin-bottom: 100px;
  }
  #catalog-campaign ul#tabs-nav li a,
  .box-catalog ul.tab-header li a {
    color: #adb5bd;
    border-radius: 0px;
    padding: 5px 10px;
    text-align: center;
  }
  ul.list-catalog-item .logo {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
  }
  ul.list-catalog-item .catalog-name {
    font-size: 10px;
    color: #2f63b6;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
  }
  #sec-campaign .empty-cate {
    padding: 20px 5px;
    background: radial-gradient(circle at top, #2f63b6, #88b0c8);
    color: #fff;
    font-size: 12px;
  }
  #sec-campaign .finance-cate + .finance-cate {
    margin-top: 20px;
  }
  #sec-campaign {
    margin-bottom: 150px;
  }
  #sec-campaign .finance-cate-wrap {
    background: radial-gradient(circle at top, #2f63b6, #88b0c8);
    padding: 10px;
    border-radius: 5px;
  }
  #sec-campaign .finance-cate-wrap ul.list-catalog-item {
    padding: 10px 0 20px 0;
    background-color: transparent;
  }
  #sec-campaign .finance-cate h3 {
    font-size: 15px;
  }
  /* Top Publishers Slider */
  .top-publishers-slider {
    margin: 20px 0;
    padding: 0 15px;
  }

  .publisher-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .publisher-card .rank {
    background: #f8f9fa;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    font-size: 10px;
  }
  .publisher-card .publisher-row {
    display: grid;
    grid-template-columns: 30px 1fr 1fr 70px;
    align-items: center;
    margin-bottom: 5px;
  }
  .publisher-card .publisher-row:first-child .rank {
    background-color: #ffd700;
  }
  .publisher-card .publisher-row:nth-child(2) .rank {
    background-color: #e5e4e2;
  }
  .publisher-card .publisher-row:nth-child(3) .rank {
    background-color: #cd7f32;
  }
  #catalog-banner .l-banner,#catalog-team .l-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  #catalog-banner .l-banner img,#catalog-team .l-banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #catalog-banner .ajax-campaign,#catalog-team .ajax-campaign{
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
  }
  #catalog-campaign-1 {
    margin-top: 30px;
  }
}
