@media only screen and (max-width: 885px) {
  .header-button-mobile {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
  }

  .header-button-mobile .section-content {
    display: flex;
    gap: 14px;
    width: fit-content;
  }

  .mobile-nav li:first-child {
    display: flex;
    justify-content: end;
  }

  .header-button-mobile .col-inner .img {
    margin: 0 !important;
  }

  .header-button-mobile .img-inner {
    width: 35px;
    height: 36px;
  }

  .mobile-nav {
    height: 60px;
  }
  .mobile-nav .nav-icon a {
    background-image: url("/wp-content/uploads/2024/09/icon-menu.svg");
    width: 28px;
    padding: 0;
    margin: 0;
    height: 28px;
    align-items: center;
    display: flex;
  }
  .mobile-nav .nav-icon i {
    display: none;
  }

  .news-blog-items .box .box-text {
    padding: 12px !important;
  }
  .news-blog-items .post-title a {
    font-size: 12px;
    line-height: 120%;
  }
  .news-blog-items .box .box-text .cat-label,
  .hero-news .cat-label {
    margin-bottom: 6px;
  }
  .news-blog-items .box .box-image,
  .news-blog-items .box .box-image img {
    height: 101px !important;
    border-radius: 5px;
  }
  .custom-tabs [role="tablist"], .tabs-list-news ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    background: none !important;
    margin: 0;
    padding: 0 !important;
    border-radius: 8px !important;
  }
  .custom-tabs [role="tablist"] li, .tabs-list-news ul li {
    background: var(--soc-88-net-thunder, #272527);
    border-radius: 8px;
    flex: 0 0 auto;
  }
  .tabs-list-news .pb-half {
    padding-bottom: 0 !important;
  }
  .tabs-list-news .tab-panels, .custom-primary-tabs .tab-panels, .custom-tabs .tab-panels {
	padding-top: 15px !important;
  }
  .section {
    padding: 24px 0 !important;
  }
  .pb-custom {
    padding-bottom: 15px !important;
  }
  .main-title {
    gap: 0;
  }
  .main-title .box-image {
    display: none !important;
  }
  .list-logo {
    padding-right: 0;
  }
  .list-logo .col-inner {
    display: flex;
    flex-direction: row;
    gap: 13px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .list-logo .col-inner .img {
    margin: 0 !important;
    flex: 0 0 auto;
    width: fit-content !important;
  }
  .list-logo .col-inner .img img {
    height: 28px;
  }
  .blog-single .entry-content {
    padding-bottom: 0px !important;
  }
  .blog-single {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .blog-single .post-sidebar {
    display: none !important;
  }
  .blog-single .entry-title {
    font-size: 20px !important;
    line-height: 120% !important;
  }
  .refer-news {
    border-top: none !important;
  }
  .refer-news .box {
    display: flex;
    border: none !important;
  }
  .refer-news .box .box-text .cat-label,
  .hero-news .cat-label {
    font-size: 12px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 15px;
  }
	.refer-news .box .box-text {padding-right: 0px !important}
  .refer-news .post-title a {
    font-size: 14px;
  }
  .refer-news .box .box-image .image-cover,
  .refer-news .box .box-image,
  .refer-news .box .box-image img {
    height: 85px !important;
    border-radius: 3px;
  }
  .refer-news .box .box-image {
    width: 104px !important;
  }
	.refer-news .box .post-title a {
		font-size: 14px;
	-webkit-line-clamp: 2}
  .blog-single .post {
    margin-bottom: 0;
  }
  .blog-single .post-item {
    padding: 0 6px 24px !important;
  }
  .blog-single .post-item:last-child {
	padding-bottom: 12px !important;
  }
  .news-section-mobile .box-image a,
  .news-section-mobile .box-image,
  img {
    border-radius: 6px;
  }
  .footer-menu .ux-menu-link__text {
    font-size: 12px;
  }
  .absolute-footer .copyright-footer {
    font-size: 12px !important;
  }

  .header-full-width .container {
    padding: 0 12px !important;
  }
  #logo img {
    width: 92px !important;
    height: 44px !important;
    margin: 0;
  }
  .header-bg-image {
    border-bottom: none !important;
    background-size: 100% 100%;
  }
  .mfp-container {
    background: linear-gradient(180deg, #000000 0%, #2d1c00 100%);
  }
  .mobile-sidebar li a {
    color: #ffdf74 !important;
    font-size: 20px !important;
    line-height: 1.5;
    padding: 0 !important;
    height: 58px;
    text-transform: capitalize !important;
  }
}

/* @media only screen and (max-width: 1600px) { */
@media only screen and (max-width: 885px) {
  .left-wiget-section,
  .right-wiget-section {
    display: none !important;
  }	
} 

