header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-x: clip;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
header.is-scrolled,
header:hover {
  background-color: #fff;
  border-bottom-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
header.is-scrolled .logo img,
header:hover .logo img {
  filter: brightness(1) invert(0);
}
header.is-scrolled .actions-nav .actions-box .location-box .location-active,
header:hover .actions-nav .actions-box .location-box .location-active {
  color: #143C7D;
}
header.is-scrolled .actions-nav .actions-box .lang-box .lang-active,
header:hover .actions-nav .actions-box .lang-box .lang-active {
  color: #143C7D;
}
header.is-scrolled .actions-nav .actions-box .link-box,
header:hover .actions-nav .actions-box .link-box {
  color: #143C7D;
}
header.is-scrolled .actions-nav nav > ul > li > a,
header:hover .actions-nav nav > ul > li > a {
  color: #143C7D;
}
header.is-scrolled .actions-nav nav > ul > li > i,
header:hover .actions-nav nav > ul > li > i {
  color: #143C7D;
}
header.is-scrolled .menu-btn .center-line::after,
header:hover .menu-btn .center-line::after,
header.is-scrolled .menu-btn .center-line::before,
header:hover .menu-btn .center-line::before {
  background-color: #212529;
}
header.is-scrolled .menu-btn::after,
header:hover .menu-btn::after,
header.is-scrolled .menu-btn::before,
header:hover .menu-btn::before {
  background-color: #212529;
}
header .header-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 134px;
}
@media screen and (max-width: 992px) {
  header .header-con {
    height: 100px;
  }
}
header .logo {
  width: 14em;
  flex-shrink: 0;
}
header .logo img {
  width: 100%;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .actions-nav {
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
header .actions-nav .actions-box {
  padding: 2rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }
  header .actions-nav .actions-box .link-box {
    display: none;
  }
}
header .actions-nav .actions-box .location-box {
  position: relative;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .location-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  header .actions-nav .actions-box .location-box:hover .location-list {
    display: none;
  }
  header .actions-nav .actions-box .location-box.is-open .location-list {
    display: block;
  }
  header .actions-nav .actions-box .location-box.is-open .location-active .bi-chevron-right {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 993px) {
  header .actions-nav .actions-box .location-box:hover .location-active .bi-chevron-right {
    transform: rotate(90deg);
  }
  header .actions-nav .actions-box .location-box:hover .location-list {
    display: block;
  }
}
header .actions-nav .actions-box .location-box .location-active {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .location-box .location-active {
    padding: 1rem 1.5rem;
    color: #000;
    gap: 0.75rem;
  }
  header .actions-nav .actions-box .location-box .location-active .bi-geo-alt-fill {
    flex-shrink: 0;
  }
  header .actions-nav .actions-box .location-box .location-active span {
    flex: 0 1 auto;
  }
  header .actions-nav .actions-box .location-box .location-active .bi-chevron-right {
    flex-shrink: 0;
    margin-left: auto;
  }
}
header .actions-nav .actions-box .location-box .location-active .bi-chevron-right {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
header .actions-nav .actions-box .location-box .location-list {
  padding: 1rem 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 400px;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .location-box .location-list {
    position: static;
    min-width: 0;
    padding: 0;
  }
}
header .actions-nav .actions-box .location-box .location-list ul {
  margin: 0;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .location-box .location-list ul {
    box-shadow: none;
    border-radius: 0;
    padding: 0 1.5rem 0.75rem;
    flex-direction: column;
    gap: 0;
  }
}
header .actions-nav .actions-box .location-box .location-list ul li {
  list-style: none;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .location-box .location-list ul li {
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  header .actions-nav .actions-box .location-box .location-list ul li:last-child {
    border-bottom: 0;
  }
  header .actions-nav .actions-box .location-box .location-list ul li a::after {
    display: none;
  }
}
header .actions-nav .actions-box .location-box .location-list ul li a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
header .actions-nav .actions-box .location-box .location-list ul li a:hover {
  color: #143c7d;
}
header .actions-nav .actions-box .location-box .location-list ul li a:hover::after {
  width: 100%;
}
header .actions-nav .actions-box .location-box .location-list ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #143c7d;
  transition: width 0.3s ease-in-out;
}
header .actions-nav .actions-box .location-box .location-list ul li.see a {
  color: #ff4800;
}
header .actions-nav .actions-box .location-box .location-list ul li.see a::after {
  background-color: #ff4800;
}
header .actions-nav .actions-box .lang-box {
  position: relative;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  header .actions-nav .actions-box .lang-box:hover .lang-list {
    display: none;
  }
  header .actions-nav .actions-box .lang-box.is-open .lang-list {
    display: block;
  }
  header .actions-nav .actions-box .lang-box.is-open .lang-active .bi-chevron-right {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 993px) {
  header .actions-nav .actions-box .lang-box:hover .lang-active .bi-chevron-right {
    transform: rotate(90deg);
  }
  header .actions-nav .actions-box .lang-box:hover .lang-list {
    display: block;
  }
}
header .actions-nav .actions-box .lang-box .lang-active {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box .lang-active {
    padding: 1rem 1.5rem;
    color: #000;
    gap: 0.75rem;
  }
  header .actions-nav .actions-box .lang-box .lang-active .bi-globe {
    flex-shrink: 0;
  }
  header .actions-nav .actions-box .lang-box .lang-active span {
    flex: 0 1 auto;
  }
  header .actions-nav .actions-box .lang-box .lang-active .bi-chevron-right {
    flex-shrink: 0;
    margin-left: auto;
  }
}
header .actions-nav .actions-box .lang-box .lang-active .bi-chevron-right {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
header .actions-nav .actions-box .lang-box .lang-list {
  padding: 1rem 0 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box .lang-list {
    position: static;
    transform: none;
    padding: 0;
    width: auto;
  }
}
header .actions-nav .actions-box .lang-box .lang-list ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box .lang-list ul {
    box-shadow: none;
    border-radius: 0;
    padding: 0 1.5rem 0.75rem;
  }
}
header .actions-nav .actions-box .lang-box .lang-list ul li {
  padding: 1rem;
  list-style: none;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box .lang-list ul li {
    padding: 0.75rem 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  header .actions-nav .actions-box .lang-box .lang-list ul li:last-child {
    border-bottom: 0;
  }
}
header .actions-nav .actions-box .lang-box .lang-list ul li:hover {
  background-color: #143c7d;
}
header .actions-nav .actions-box .lang-box .lang-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .lang-box .lang-list ul li:hover {
    background-color: transparent;
  }
  header .actions-nav .actions-box .lang-box .lang-list ul li:hover a {
    color: #143c7d;
  }
}
header .actions-nav .actions-box .lang-box .lang-list ul li a {
  text-decoration: none;
  color: #000;
}
header .actions-nav .actions-box .link-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  header .actions-nav .actions-box .link-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
  }
}
header .actions-nav .actions-box .link-box .bi-arrow-up-right {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
header .actions-nav .actions-box .link-box:hover .bi-arrow-up-right {
  transform: rotate(45deg);
}
header .actions-nav nav > ul {
  margin: 0;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
}
header .actions-nav nav > ul > li {
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li.sub-open > i {
    transform: rotate(90deg);
    color: #ff4800;
  }
  header .actions-nav nav > ul > li.sub-open .sub-menu {
    display: block;
  }
}
header .actions-nav nav > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.15);
  font-size: none;
}
@media screen and (min-width: 993px) {
  header .actions-nav nav > ul > li:hover > a {
    color: #fff;
  }
  header .actions-nav nav > ul > li:hover > i {
    transform: rotate(90deg);
    color: #fff;
  }
}
@media screen and (min-width: 993px) {
  header .actions-nav nav > ul > li:hover .sub-menu {
    display: block;
  }
}
header .actions-nav nav > ul > li > a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li > a {
    flex: 1 1 auto;
    padding: 1rem 0;
    color: #000;
    font-size: 1.125rem;
  }
}
header .actions-nav nav > ul > li > i {
  font-size: 1rem;
  color: #fff;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transform: rotate(0);
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li > i {
    flex-shrink: 0;
    padding: 1rem 0;
    color: #000;
    cursor: pointer;
  }
}
header .actions-nav nav > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu {
    position: static;
    transform: none;
    width: 100%;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul {
  margin: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul {
    box-shadow: none;
    border-radius: 0;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul > li {
  padding: 1rem;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.625rem 0 0.625rem 1rem;
  }
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li.sub-open > i {
    transform: rotate(90deg);
    color: #ff4800;
  }
  header .actions-nav nav > ul > li .sub-menu > ul > li.sub-open .third-menu {
    display: block;
  }
}
@media screen and (min-width: 993px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li:hover > a,
  header .actions-nav nav > ul > li .sub-menu > ul > li:hover > i {
    color: #ff4800;
  }
}
@media screen and (min-width: 993px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li:hover .third-menu {
    display: block;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul > li > a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li > a {
    flex: 1 1 auto;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul > li > i {
  font-size: 1rem;
  color: #000;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li > i {
    flex-shrink: 0;
    cursor: pointer;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu {
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 992px) {
  header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding-left: 1rem;
    width: 100%;
  }
}
header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu ul {
  margin: 0;
  padding: 0;
}
header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu ul li {
  padding: 1rem;
  list-style: none;
  position: relative;
}
header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu ul li:hover a {
  color: #ff4800;
}
header .actions-nav nav > ul > li .sub-menu > ul > li .third-menu ul li a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
header .menu-btn {
  margin-left: 20px;
  position: relative;
  z-index: 2;
  display: none;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  header .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  header .menu-btn {
    margin-left: 12px;
  }
}
header .menu-btn .center-line {
  position: relative;
  width: 25px;
}
header .menu-btn .center-line::after,
header .menu-btn .center-line::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transform: rotate(0);
  transition: 0.35s;
}
header .menu-btn .center-line::before {
  position: absolute;
  left: 0;
  top: 0;
}
header .menu-btn::after,
header .menu-btn::before {
  margin-top: 6px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: width 0.35s;
}
header .menu-btn::before {
  margin-top: 0;
  margin-bottom: 6px;
}
header .menu-btn.active .center-line::after {
  transform: rotate(45deg);
}
header .menu-btn.active .center-line::before {
  transform: rotate(-45deg);
}
header .menu-btn.active::after,
header .menu-btn.active::before {
  width: 0;
}
@media screen and (max-width: 992px) {
  header:not(.is-scrolled):not(:hover) .menu-btn::before,
  header:not(.is-scrolled):not(:hover) .menu-btn::after,
  header:not(.is-scrolled):not(:hover) .menu-btn .center-line::before,
  header:not(.is-scrolled):not(:hover) .menu-btn .center-line::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .mobile-nav-open {
    overflow: hidden;
  }
  .mobile-nav-open header .actions-nav {
    transform: translateX(0);
  }
  .mobile-nav-open header .menu-btn .center-line::before,
  .mobile-nav-open header .menu-btn .center-line::after {
    background-color: #000;
  }
}
.header-white header {
  background-color: #fff;
  border-bottom-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.header-white header .logo img {
  filter: brightness(1) invert(0);
}
.header-white header .actions-nav .actions-box .location-box .location-active {
  color: #2A4086;
}
.header-white header .actions-nav .actions-box .lang-box .lang-active {
  color: #2A4086;
}
.header-white header .actions-nav .actions-box .link-box {
  color: #2A4086;
}
.header-white header .actions-nav nav > ul > li > a {
  color: #2A4086;
}
.header-white header .actions-nav nav > ul > li > i {
  color: #2A4086;
}
.header-white header .actions-nav nav > ul > li:hover > a,
.header-white header .actions-nav nav > ul > li:hover > i {
  color: #ff4800;
}
.mask-box {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.mask-box.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
