.lg-main-menu {
}
ul.menu, ul.menu ul {
    padding: 0;
    margin: 0;
}
ul.menu li {
    list-style-type: none;
}
.main-menu {
    display: flex;
    flex-direction: row;
}
.main-menu > .menu-item {
    font-size: 14px;
    margin-right: 46px;
}
.main-menu > .menu-item a.menu-title {
    cursor: pointer;
}
.main-menu > .menu-item {
    color: rgb(36, 55, 70);
}
.main-menu > .menu-item:hover {
    /* cursor: pointer; */
    color: rgb(101, 115, 125);
}
.main-menu > .menu-item > .menu-text > .menu-desc {
    display: none;
}
.main-menu .sub-menu {
    display: none;
}
.mega-menu {
    width: 100%;
    z-index: 10;
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    min-height: 24rem;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(249, 250, 252));
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.mega-menu.active {
    display: block;
}
.mega-menu-container {
    width: 100%;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.mega-menu .mega-menu-left .menu-image,
.mega-menu .mega-menu-left .menu-desc {
    display: none;
}
.mega-menu .mega-menu-left {
    background-color: #fff;
    max-width: 498px;
    min-width: 350px;
}
.mega-menu .mega-menu-left .parent-menu {
    font-weight: 600;
    color: rgb(36, 55, 70);
    margin: 48px 0 15px;
}
.mega-menu .mega-menu-left ul {
    width: 100%;
}
.mega-menu .mega-menu-left li {
    border-bottom: 1px solid rgb(240, 242, 247);
    width: 100%;
    height: 56px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.mega-menu .mega-menu-left .menu-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: rgb(101, 115, 125);
}
.mega-menu .mega-menu-left .menu-text .menu-title {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.mega-menu .mega-menu-right {
    background-color: rgb(249, 250, 252);
    padding-left: 1rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}
.mega-menu .mega-menu-right ul {
    width: 90%;
    gap: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.mega-menu .mega-menu-right .menu-item {
    position: relative;
}
.mega-menu .mega-menu-right .menu-item .menu-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.mega-menu .mega-menu-right .menu-item .menu-title::before {
    position: absolute;
    inset: 0;
    content: '';
}
.mega-menu .mega-menu-right .menu-item .menu-desc {
    font-size: 12px;
    line-height: 20px;
    color: rgb(144, 154, 161);
}

.mega-type-l .mega-menu,
.mega-type-s .mega-menu {
    /* display: none; */
}
.mega-type-l .mega-menu .mega-menu-right .menu-item {
    padding: 20px 29px 20px 20px;
    margin-left: 30px;
    height: 170px;
    margin-bottom: 30px;
    width: 40%;
    display: flex;
    flex-direction: row;
}
.mega-type-l .mega-menu .mega-menu-right .menu-item:hover {
    border-radius: 6px;
    background-color: rgb(240, 242, 247);
}
.mega-type-l .mega-menu .mega-menu-right .menu-item .menu-image {
    max-width: 40%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mega-type-l .mega-menu .mega-menu-right .menu-item .menu-image img {
    width: 100%;
    height: auto;
}
.mega-type-l .mega-menu .mega-menu-right .menu-item .menu-text {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 140px;
    word-break: keep-all;
}

.mega-type-s .mega-menu .mega-menu-right .menu-item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-top: 29px;
    padding-bottom: 30px;
    width: 10.625rem;
    height: 14.125rem;
    font-weight: 500;
    border-radius: .5rem;
    word-break: keep-all;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(240, 242, 247);
}

.mega-type-s .mega-menu .mega-menu-right .menu-item:hover {
    background-color: #fff;
}
.mega-type-s .mega-menu .mega-menu-right .menu-item .menu-image {
    width: 100%;
    max-width: 120px;
    max-height: 7.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mega-type-s .mega-menu .mega-menu-right .menu-item .menu-image img {
    width: 100%;
    height: auto;
}
.mega-type-s .mega-menu .mega-menu-right .menu-item .menu-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: keep-all;
}
.mega-type-s .mega-menu .mega-menu-right .menu-item .menu-text .menu-desc {
    display: none;
}

.mega-type-a .mega-menu .mega-menu-right .menu-item {
    width: 14rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: .5rem;
}
.mega-type-a .mega-menu .mega-menu-right .menu-item:hover {
    border-radius: 6px;
    background-color: rgb(240, 242, 247);
}
.mega-type-a .mega-menu .mega-menu-right .menu-item .menu-image {
    width: 100%;
    max-height: 150px;
    font-size: 0;
}
.mega-type-a .mega-menu .mega-menu-right .menu-item .menu-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.mega-type-a .mega-menu .mega-menu-right .menu-item .menu-text {
    padding-left: 1.25rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: keep-all;
    padding-left: 1.25rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.mega-type-a .mega-menu .mega-menu-right .menu-item .menu-text .menu-desc {
    display: none;
}

.sm-main-menu {
}
.sm-main-menu {
    padding: 0 1rem;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgb(240, 242, 247);
    border-bottom: 1px solid rgb(240, 242, 247);
}
.sm-main-menu li {
    list-style-type: none;
    background-color: #fff;
}
.sm-main-menu > li {
    width: 100%;
}
.sm-main-menu > li + li > a,
.sm-main-menu .sub-menu > li + li > a {
    border-top: 1px solid rgb(240, 242, 247);
}
.sm-main-menu a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: rgb(36, 55, 70);
    line-height: 24px;
    height: 64px;
}
.sm-main-menu > li.menu-item-has-children > a::after {
    display: inline-block;
    content: '';
    background-image: url(/wp-content/uploads/2023/11/arrow-right.svg);
    width: 16px;
    height: 16px;
    right: 0;
    position: absolute;

}

.sm-main-menu .sub-menu {
    position: fixed;
    z-index: 1410;
    width: 100%;
    padding: 0;
    top: 134px;
    left: 0;
    height: calc(100vh - 134px);
    background-color: rgb(249, 250, 252);
    display: none;
}
.sm-main-menu .sub-menu li {
    padding: 0 1rem;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    background-color: #fff;
    z-index: 1040;
}

.nav-up {
    top: -90px;
}

.sm-header.nav-up {
    top: -64px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-menu > .menu-item > a {
  color: #fff;
}
.footer-menu .sub-menu > .menu-item {
  margin-top: 1.5rem;
  font-size: 14px;
}
.footer-menu .sub-menu > .menu-item > a {
  color: rgb(144, 154, 161);
}
.footer-menu .sub-menu > .menu-item > a:hover {
  color: rgb(101, 115, 125);
}

.menu-lang-lg {
  position: absolute;
  background-color:
   rgb(249, 250, 252);
  width: 120px;
  height: 110px;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 12px;
  top: 30px;
  left: -80px;
}
.menu-lang-lg .menu-item {
  width: 100%;
  text-align: center;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-lang-lg .menu-item.current-lang {
  color: rgb(16, 116, 74);
}
.menu-lang-lg > * + * {
  border-top: 1px solid rgb(240, 242, 247);
}
.menu-lang-sm .menu-item a {
    color: #243746;
    font-size: 15px;
    font-weight: 500;
}
.menu-lang-sm .menu-item a::before {
    position: absolute;
    inset: 0;
}
.menu-lang-sm .menu-item.current-lang {
    display: none;
}