@media only screen and (min-width: 576px) and (max-width: 768px) {
    .container-fluid.wrapper {
      padding: 0px 70px;
    }
  
    .sdt-design-by {
      display: contents;
    }
  
    .navbar-expand-md.navbar-collapse-absolute
      .navbar-collapse
      .navbar-nav:last-child {
      padding-bottom: 0;
    }
  
    .navbar-expand-md .navbar-collapse .nav-item {
      display: block;
      margin-right: 5px;
    }
  
    .p-title:after {
      content: "";
      display: block;
      border-bottom: 3px solid #c6231d;
      margin-bottom: -3px;
      max-width: 62%;
      width: 62%;
    }
  
    .navbar-text-truncate-2 {
      font-size: 20px;
    }
  
    .navigation-bar {
      border-width: 0 0 0.0625rem 0;
      font-size: 0.9rem;
      padding: 0 0;
      border-color: transparent;
      border-style: solid;
    }
  
    .navbar-collapse .navbar-nav {
      flex-direction: unset !important;
    }
  
    .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
      position: relative !important;
    }
  
    .li-title-mobile {
      padding: 17px;
    }
  
    .title-mobile {
      line-height: 17px;
      font-weight: bold;
      font-size: 9px;
      margin: 0;
      color: #980500;
    }
  
    .image-banner-header {
      height: 22vh !important;
      padding: 50px 0 !important;
    }
  
    div#page {
      display: block;
    }
  
    p.fz55 {
      font-weight: bold;
      font-size: 20px;
      line-height: 44px;
      text-align: center;
      color: #fff600;
      text-shadow: 2px 0 0 #ff0000, -2px 0 0 #ff0000, 0 2px 0 #ff0000,
        0 -2px 0 #ff0000, 1px 1px #ff0000, -1px -1px 0 #ff0000, 1px -1px 0 #ff0000,
        -1px 1px 0 #ff0000;
    }
  
    span#title-header {
      font-size: 14px;
    }
  
    img.logo1.img-fluid2 {
      width: auto;
      height: 40px;
    }
  
    img.logo2.img-fluid2 {
      width: auto;
      height: 40px;
    }
  
    #wrapper {
      padding-top: 0px !important;
    }
  
    .home-text > button {
      min-width: 105px !important;
    }
    .info-right {
      display: none;
    }
  
    ul.menu-top {
      width: 100%;
      overflow: scroll;
      scrollbar-width: thin;
      display: -webkit-box;
      overflow-y: hidden;
    }
  
    ul.menu-top::-webkit-scrollbar {
      height: 2px;
    }
  
    .info-right.same-header {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    ul.ace-menu-mobile li a {
      color: white;
      line-height: 39px;
      padding: 0px 5px;
      font-size: 15px;
    }
  
    .demo {
      width: 96%;
      padding: 2%;
    }
  
    ul[data-menu-style="vertical"],
    ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
      width: 100% !important;
    }
  
    .ace-responsive-menu {
      float: left;
      width: 100%;
      display: none;
    }
  
    ul.ace-menu-mobile {
      display: inline-flex;
      width: 100%;
      background-color: var(--main-color-background);
      min-height: 39px;
    }
  
    .ace-responsive-menu > li {
      border-bottom: 1px solid #242424;
      float: none;
    }
  
    .ace-responsive-menu li a:hover {
      background: #272727 !important;
    }
  
    .ace-responsive-menu > li > a i {
      padding-right: 10px;
    }
  
    .ace-responsive-menu > li > a > .arrow:before {
      float: right;
      content: "\f105";
    }
  
    li.menu-active > a > .arrow:before {
      content: "\f107" !important;
    }
  
    .ace-responsive-menu li ul.sub-menu > li {
      width: 100%;
    }
  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
      padding-left: 30px;
    }
  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
      padding-left: 50px;
    }
  
    .ace-responsive-menu > li > ul.sub-menu {
      position: static;
    }
  
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
      position: static;
    }
  
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
      position: static;
    }
  
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
      content: "\f107" !important;
    }
  
    .navbar-expand-md.navbar-collapse-absolute
      .navbar-collapse
      .navbar-nav:last-child {
      padding-bottom: 0;
    }
  
    .navbar-expand-md .navbar-collapse .nav-item {
      display: block;
      margin-right: 5px;
    }
  
    .p-title:after {
      content: "";
      display: block;
      border-bottom: 3px solid #c6231d;
      margin-bottom: -3px;
      max-width: 62%;
      width: 62%;
    }
  
    .navbar-text-truncate-2 {
      font-size: 20px;
    }
  
    .navigation-bar {
      border-width: 0 0 0.0625rem 0;
      font-size: 0.9rem;
      padding: 0 0;
      border-color: transparent;
      border-style: solid;
    }
  
    .navbar-collapse .navbar-nav {
      flex-direction: unset !important;
    }
  
    .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
      position: relative !important;
    }
  
    .li-title-mobile {
      padding: 17px;
    }
  
    .title-mobile {
      line-height: 17px;
      font-weight: bold;
      font-size: 9px;
      margin: 0;
      color: #980500;
    }
  
    .image-banner-header {
      height: 22vh !important;
      padding: 50px 0 !important;
    }
  
    div#page {
      display: block;
    }
  
    p.fz55 {
      font-weight: bold;
      font-size: 20px;
      line-height: 44px;
      text-align: center;
      color: #fff600;
      text-shadow: 2px 0 0 #ff0000, -2px 0 0 #ff0000, 0 2px 0 #ff0000,
        0 -2px 0 #ff0000, 1px 1px #ff0000, -1px -1px 0 #ff0000, 1px -1px 0 #ff0000,
        -1px 1px 0 #ff0000;
    }
  
    span#title-header {
      font-size: 14px;
    }
  
    img.logo1.img-fluid2 {
      width: auto;
      height: 40px;
    }
  
    img.logo2.img-fluid2 {
      width: auto;
      height: 40px;
    }
  
    #wrapper {
      padding-top: 0px !important;
    }
  
    .home-text > button {
      min-width: 105px !important;
    }
  
    .info-left {
      flex-direction: column;
      display: flex;
      gap: 10px;
      align-items: start;
    }
  
    .footer-box__content {
      width: 100%;
    }
  
    .footer-box:first-child {
      flex-direction: column;
    }
  }
  
  @media screen and (min-width: 577px) {
    .logo-hcm {
      text-align: right;
    }
  }
  
  @media screen and (max-width: 740px) {
    .hero-main {
      margin-top: -400px;
    }
  }
  
  @media only screen and (min-width: 577px) and (max-width: 991px) {
    /* Tablet footer styles */
  
    .mobile-footer .footer-logo {
      width: 140px;
      height: auto;
      margin-bottom: 12px;
    }
  
    .mobile-footer .footer-mobile-section {
      border-bottom: 1px solid rgba(224, 224, 224, 0.5);
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
  
    .mobile-footer .footer-mobile-section:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  
    .mobile-footer .icon {
      width: 24px;
      height: 24px;
      min-width: 24px;
    }
  
    .mobile-footer .icon-small {
      width: 20px;
      height: 20px;
      min-width: 20px;
    }
  
    .mobile-footer p {
      font-size: 16px;
      line-height: 1.5;
      color: var(--main-color-text);
      margin: 0;
    }
  
    .mobile-footer .contact-info {
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 10px;
    }
  
    .mobile-footer .contact-info span {
      font-size: 15px;
      color: var(--main-color-text);
    }
  
    .mobile-footer .contact-info > div {
      margin-right: 20px;
      display: flex;
      align-items: center;
    }
  
    .mobile-footer .contact-info > div:last-child {
      margin-right: 0;
    }
  
    .mobile-footer .ml-18px {
      margin-left: 18px;
    }
  
    /* Adjust spacing for better tablet layout */
    .mobile-footer .footer-mobile-section {
      padding: 0 20px 20px;
    }
  
    .mobile-footer .d-flex.align-items-start {
      margin-bottom: 15px;
    }
  
    .mobile-footer .contact-info {
      justify-content: flex-start;
    }
  }