#titles {
  width: unset !important;
  img {
    height: 75px;
  }
  a:hover {
    text-decoration: none;
  }
  .invest-asean-logo_text {
    color: var(--wp--preset--color--white);
    margin: 0;
  }
}

.container_head {
  .container_head_wrapper {
    display: flex;
    width: min(100%, 1324px);
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
}

.invest-asean-title-promotion {
  display: flex;
  align-items: center;
  gap: 1rem;
  .invest-asean-logo_text {
    text-align: right;
    width: 18rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: var(--wp--preset--color--white);
    margin: 0;
  }
  .invest-asean-logo {
    width: 64px;
    height: 64px;
  }
}

.invest-asean-nav-container_head {
  background-color: var(--wp--preset--color--white) !important;
  #main-nav {
    padding: 0;
    display: flex;
    li {
      display: flex;
      align-items: center;
      padding: 1rem;
      padding-top: 0;
      padding-bottom: 0;
      a {
        padding: 0;
        cursor: default;
      }
      a[href] {
        cursor: pointer;
      }
      a[href]:hover {
        text-decoration: underline;
      }
    }
    li::before {
      top: 0;
      height: 100%;
    }
  }
  #invest-asean-nav_search {
    display: flex;
    gap: 0.5rem;
    .searchOpen {
      display: none;
    }
    .searchform {
      width: 200px;
      height: 45px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      border: 1px solid #0060a9;
      border-radius: 25px;
      * {
        height: 40px !important;
      }
      .searchSubmit {
        display: none;
      }
      input {
        border: none;
        outline: none;
      }
    }
    .searchform::before {
      font-family: "Material Symbols Outlined";
      content: "\e8b6";
      font-size: 24px;
      vertical-align: middle;
    }
    .invest-asean-invest_btn {
      transition: all 0.4s;
      background-color: #ef3e33;
      white-space: nowrap;
      border-radius: 22.5px;
      height: 45px;
      margin: 0;
      margin-top: 16px;
      margin-bottom: 8px;
      display: inline-block;
      line-height: 1;
      padding: 12px 24px;
      text-align: center;
      transition: all 0.3s;
      * {
        color: var(--wp--preset--color--white);
      }
      .elementor-button-icon {
        width: 24px;
        height: 24px;
      }
      .elementor-button-content-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
      }
    }
    .invest-asean-invest_btn:hover {
      background-color: #f26b52;
    }
  }
}

@media screen and (min-width: 1156px) {
  .header-right {
    display: none !important;
  }
}
@media screen and (max-width: 1155px) {
  #titles {
    img {
      height: 35px;
    }
  }
  #invest-asean-nav_search {
    #navigation {
      display: flex;
      background: unset;
      padding: 16px 0 8px 0 !important;
      [role="search"] {
        margin: 2px 20px 0 20px;
      }
    }
  }
  .invest-asean-title-promotion {
    .invest-asean-logo_text {
      display: none;
    }
    .invest-asean-logo {
      width: 32px;
      height: 32px;
    }
  }
  .for-menu {
    display: flex;
    .show-menu {
      height: 45px;
    }
    #navigation {
      position: absolute;
      left: 0;
      top: 85px;
      #main-nav {
        flex-direction: column;
        .menu-item {
          br {
            display: none;
          }
        }
        .menu-item {
          padding-left: 0.6rem;
        }
      }
    }
  }
}

@media screen and (max-width: 885px) {
  #invest-asean-nav_search {
    #navigation {
      .searchOpen {
        display: flex;
        border-radius: 999px;
        border: 1px solid #0060a9;
        justify-content: center;
        align-items: center;
        margin: 2px 20px 0px 20px;
        width: 45px;
      }
      .searchform {
        display: none;
      }
    }
  }
  .invest-asean-invest_btn .elementor-button-text {
    display: none;
  }
  #curtain a.curtainclose {
    top: 50px !important;
  }
}

/* Submit button for mobile */
.searchSubmit.ribbon {
  border-radius: 40px;
}

@media screen and (max-width: 1155px) {
  #main-nav a .tmnf_mobile_dropdown {
    padding: 7px;
  }
}
