/*
    theme name: Alate
*/
* {
  padding: 0;
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

p {
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.sub-header {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
.sub-header-wrap {
  
  background-color: #fff;
}
.sub-header a {
  color: #062d4c;
  font-size: 14px;
}
i.fa-brands.fa-facebook {
  font-size: 20px;
}
.trp-language-switcher {
  width: fit-content !important;
}
.trp-language-switcher > div {
  border: none !important;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trp-ls-shortcode-current-language {
  width: 80px !important;
}
.main-menu-wrap {
  padding: 0 0 40px 0;
  background: #fff;
}

ul.menu-pc {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 50px;
  cursor: pointer;
}
.menu-pc > li {
  padding: 10px 20px;
}

.menu-pc li a {
  text-transform: uppercase;
  color: #062d4c;
  font-weight: 500;
}

.main-footer-wrap {
  padding: 100px 0;
  background: #062d4c;
  color: #fff;
}

.phone, .email, .address {
    font-weight: 700;
    display: flex;
    
    gap: 10px;
}
.phone a,
.email a,
.address a {
  font-weight: 100;
	color: #fff
}

.sub-footer {
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

.menu-pc > li {
  position: relative;
}

.menu-pc > li > .sub-menu {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding-left: 0;
  width: max-content;
  right: 0;
  z-index: 2000;
  background-color: #fff;
  box-shadow: 0 0 5px 0;
  display: none;
}

#menu-item-230::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}
.menu-pc > li:hover > .sub-menu {
  display: block;
}

.menu-pc > li > .sub-menu li {
  padding: 10px 20px;
  transition: 0.3s ease;
}

.menu-pc > li > .sub-menu li:hover {
  background-color: #004175;
}

.menu-pc > li > .sub-menu li:hover a {
  color: #fff;
}
.menu-pc > li > .sub-menu li a {
  transition: 0.3s ease;
	font-size: 13px;
}

.current-menu-item {
  background-color: #062d4c;
  color: #fff;
}
.menu-pc .current-menu-item a {
  color: #fff;
}
.p-m-a-group {
    width: 60%;
	font-weight: 100;
}
