#new_menu_111 {
  font-family: "Roboto", sans-serif !important;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  transform: translate(-38px, 50px);
  z-index: 1;
  position: absolute;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#new_menu_111 .menu-container {
  display: flex;
  width: 100%;
  background-color: white;
  height: 600px;
  width: 1200px;
  border-radius: 15px;

  background-size: cover;
  background-repeat: no-repeat;
  background-color: #9c620c;
  background-position: bottom;
}

#new_menu_111 .menu-item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#new_menu_111 .menu-item1 i {
  font-size: 19px;
  padding-right: 10px;
}

#new_menu_111 .menu-item1 span i {
  font-size: 22px;
  margin-right: 5px;
}

#new_menu_111 .menu-item1 span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

#new_menu_111 .sub-item-wrapper {
  display: flex;
  align-items: center;
}

#new_menu_111 .menu-titles {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  /* background-image: linear-gradient(274deg, #f0f6ff, #f3f0ff); */
  padding-top: 0;
  color: black;
  border-radius: 15px 0 0 15px;
  /* background-color: #754C13; */
  background-color: transparent;
  background: linear-gradient(
    340deg,
    rgba(67, 35, 11, 1) 0%,
    rgba(113, 76, 13, 1) 50%,
    rgba(156, 98, 12, 1) 100%
  );
}

#new_menu_111 .menu-titles-content {
  height: 515px;
  overflow-y: auto;
  margin-top: 4px;
}

#new_menu_111 .menu-titles ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: -6px;
}

#new_menu_111 .menu-titles li {
  padding: 8px 0;
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: -5px;
  color: white;
}

#new_menu_111 .menu-titles li:hover,
#new_menu_111 .menu-titles li:focus,
#new_menu_111 .menu-titles l i.active {
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 80%) 70%,
    rgb(171 134 70 / 30%) 100%
  );
  backdrop-filter: blur(2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #bd7a00;
}
#new_menu_111 .menu-titles li.menu_item1.active:focus {
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 80%) 70%,
    rgb(171 134 70 / 30%) 100%
  );
  backdrop-filter: blur(2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #bd7a00;
}

#new_menu_111 .menu-titles h4 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: -5px;
  color: white;
}

#new_menu_111 .menu-titles span i {
  font-size: 23px;
  vertical-align: middle;
  padding: 0;
}

#new_menu_111 .menu__Button {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

#description-content {
  height: 100%;
  overflow-y: auto;
  /* background: linear-gradient(90deg, rgb(255 255 255 / 60%) 50%, rgb(171 134 70 / 50%) 100%); */
  backdrop-filter: blur(2px);
  border-radius: 0 15px 15px 0;
  background-color: white;
}

#description-content h4 {
  font-size: 19px;
  position: relative;
  padding: 0 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
  color: black;
}

#new_menu_111 .menu-titles-footer {
  margin-left: 15px;
  margin-bottom: 15px;
}

#new_menu_111 .course-title {
  font-size: 15px;
  font-weight: 500;
  color: black;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
#new_menu_111 .course-title .course-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-left: 6px;
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  padding: 3px;
  border-radius: 3px;
}
#new_menu_111 .course-title .course-sub-title-2 {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-left: 6px;
  background: linear-gradient(
    90deg,
    rgba(223, 4, 4, 1) 0%,
    rgba(215, 38, 56, 1) 52%,
    rgba(255, 0, 0, 1) 100%
  );
  padding: 3px 5px;
  border-radius: 3px;
}

#new_menu_111 .course-type {
  font-size: 13px;
  /* color: #8C8C96; */
  display: block;
  color: black;
  text-align: justify;
}

#new_menu_111 .coming-soon-message {
  font-weight: 500;
  padding: 0 18px;
}

#new_menu_111 .menu-description {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  border-radius: 0 15px 15px 0;
}

#description-content,
.menu-titles-content {
  scrollbar-width: thin;
}

#description-content .description-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
#description-content .description-content-header a {
  font-size: 13px;
  position: relative;
  font-family: "Roboto", sans-serif !important;
  color: white;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 15px;
  background-size: 250% auto !important;
  background-image: linear-gradient(
    to left,
    #ebbd00 0%,
    #c8954a 25%,
    #bd7a00 50%,
    #c8954a 75%,
    #ebbd00 100%
  );
  transition: all 0.5s ease;
  transition-timing-function: ease, ease;
}
#description-content .description-content-header a p {
  font-weight: 600;
}

#description-content .description-content-header a:hover {
  background-position: right center;
}

#new_menu_111 .course-list {
  padding: 0;
  width: 50%;
}

#new_menu_111 .course-list li {
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
  padding: 5px 10px 5px 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

#new_menu_111 .course-list li:hover {
  /* background-color: rgba(0, 0, 0, 0.08); */
  border-radius: 8px;
  /* background-color: rgba(238, 221, 183, 0.5); 50% opacity */
  background-color: #f6edda;
}

#new_menu_111 .course-container {
  display: flex;
}

#new_menu_111 .course-logo {
  display: flex;
  justify-content: right;
  width: 15%;
}

#new_menu_111 .course-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 5px;
  border-radius: 3px;
}

#new_menu_111 .course-content {
  width: 90%;
}

#new_menu_111 .course-lists-container {
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}
#new_menu_111 .course-lists-container .title-wrap-course-list {
  margin-left: 2.2rem;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
#new_menu_111 .course-lists-container .wrap-course-list {
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

/* #new_menu_111 .menu-description h4 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0;
} */

#new_menu_111 .btn-taoTao {
  border-radius: 5px;
}

#new_menu_111 .activeBG {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #new_menu_111 {
    width: 950px;
    transform: translate(0px, 48px);
  }
  #new_menu_111 .menu-container {
    width: 950px;
  }

  #new_menu_111 .menu-titles {
    width: 27%;
  }

  .menu-description {
    width: 73%;
  }
}
