@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

a:hover {
  text-decoration: inherit;
}
.header--ldp {
  font-family: "Lexend Deca", sans-serif !important;
  width: 100%;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}
.header--ldp .container {
  overflow: visible;
}
.header--ldp.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
}
.header--ldp--top {
  background: #240065;
  width: 100%;
  padding: 7px 0;
}

.ldp--top---list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.backto---home {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ldp--top---sup {
  display: flex;
  gap: 48px;
  align-items: center;
}
.ldp--top---sup--items > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
.ldp--top---sup--items::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  border: 0;
  right: -25px;
  background: rgba(255, 255, 255, 0.2);
}
.ldp--top---sup--items:last-child:after {
  display: none;
}
.ldp--top---sup a:last-child:after {
  display: none;
}

.header--ldp--bot {
  width: 100%;
  padding: 12px 0;
}
.ldp--bot--wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ldp--bot--right {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ldp--bot--menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ldp--menu--items {
  position: relative;
}
.ldp--menu--items--lv1 {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  padding: 8px;
}
.ldp--menu--items:hover .ldp--menu--items--lv1,
.ldp--menu--items--lv1.active,
.ldp--menu--items--lv1:hover {
  /* background: #182242;
  color: #fff; */
}
.ldp--menu--other {
  position: absolute;
  top: calc(100% - 1px);
  min-width: 190px;
  width: max-content;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 45;
}
.ldp--menu--child {
  max-width: 200px;
  padding: 24px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
}
.ldp--menu--child---items {
  width: 100%;
}
.ldp--menu--child---items > a {
  font-size: 14px;
  line-height: 16px;
  color: #182242;
  display: block;
  white-space: nowrap;
  display: flex;
  gap: 5px;
  align-items: center;
}
.icon-arr::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #182242;
  display: block;
}
.crm_menu_boxlv2 {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: fit-content;
  height: 100%;
  background-color: #fff;
  display: none;
  border-left: 1px solid #f1f1f1;
  border-bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 5px 0 1px;
  overflow-y: scroll;
  padding: 24px 12px;
}
.ldp--menu--child---items:hover .crm_menu_boxlv2 {
  display: block;
  opacity: 1;
  visibility: visible;
}
.crm_menu_boxlv2::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.crm_menu_boxlv2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* background-color: linear-gradient(132.7deg, #0870D9 17.89%, #08A7D9 96.8%); */
}

.crm_menu_boxlv2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.ldp--menu--child---items {
  padding: 5px 22px;
}

.crm_menu_boxlv2 a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #182242;
  white-space: nowrap;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.crm_menu_boxlv2 a:last-child {
  margin-bottom: 0;
}

.ldp--menu--child---items:hover .crm_menu_boxlv2 {
  opacity: 1;
  visibility: visible;
}

.ldp--menu--child---items:hover > a {
  /* color: #3f7efe; */
}

.ldp--menu--child---items:hover > a .icon-arr::after {
  border-left: 4px solid #3f7efe;
}
.ldp--menu--child a:hover,
.ldp--menu--child a.active {
}

.ldp--menu--items:hover .ldp--menu--other {
  opacity: 1;
  visibility: visible;
}

.btn--tv {
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.222%;
  padding: 12px 24px;
  display: inline-block;
  font-size: 14px;
  line-height: 157.143%;

  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #511d9a;
}
.btn--tv:hover {
  color: #fff;
}
.btn--tv.btn--tv---border {
  color: #1247c2;
  border-radius: 8px;
  border: 1px solid #5a8cff;
  background: linear-gradient(
    91deg,
    rgba(255, 255, 255, 0.6) 3.58%,
    rgba(255, 255, 255, 0) 99.42%
  );
}
/* ldp--footer */
.ldp--footer {
  float: left;
  width: 100%;
  padding: 68px 0 0;
  background: linear-gradient(
    137deg,
    rgba(164, 0, 8, 0.5) -22.1%,
    rgba(61, 6, 28, 0.5) 35.79%,
    rgba(41, 7, 31, 0.5) 56.5%,
    rgba(0, 8, 34, 0.5) 79.14%,
    rgba(0, 8, 34, 0.5) 100%
  );
}
.--footer--listtop {
  padding-bottom: 80px;
  border-bottom: 1px solid #0c2a8c;
  padding-top: 20px;
}

.listtop--first {
  margin-bottom: 42px;
}
.listtop--first .txt {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
}
.listtop--first .--vh {
  display: flex;
  gap: 17px 36px;
  flex-wrap: wrap;
  align-items: center;
}
.listtop--first---box {
  max-width: 407px;
  margin-bottom: 30px;
}
.listtop--first---box h3 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 5px;
}
.listtop--first---box .desc {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}
.footer--box {
}
.footer--box h3 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.footer--box--child {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.footer--box--other {
  width: 100%;
}
.footer--box--other .title {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 160%;
}
.footer--box--other .desc p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin-bottom: 8px;
}
.footer--box--other .desc p:last-child {
  margin-bottom: 0;
}
.footer--box--other .desc p a {
  color: #fff;
  font-weight: 700;
}
.--footer--netword {
  display: flex;
  gap: 13px;
  align-items: center;
}
.footer--box--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer--box--list a {
  width: 100%;
  display: block;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 160%;
}
.--footer--listbot {
  padding: 52px 0 65px;
  border-bottom: 1px solid #0c2a8c;
}
.--footer--listtop .row {
  gap: 30px 0;
}
.--footer--listbot .row {
  gap: 30px 0;
}
.--footer--last {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
}
.--footer--last span {
  display: block;
  font-size: 12px;
}
.listseo_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  width: 100%;
  max-width: 600px;
}
._itemseo {
  padding: 0 16px;
  position: relative;
}
._itemseo:first-child {
  padding-left: 0;
}
._itemseo a {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.28px;
  color: #fff;
}
._itemseo:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
._itemseo:first-child::after {
  display: none;
}
/* :modal */
.modal-list-app7 .modal-content .close {
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 56;
}

.modal-list-app7 .modal-content {
  border: 0;
  background: transparent;
}

.modal-list-app7 .modal-dialog {
  max-width: 600px;
}
.modal-list-app7 .banner--form--other {
  border-radius: 12px;
  border: 0.8px solid #ffa4a6;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.03) 31.4%,
    rgba(255, 255, 255, 0.1) 82.13%
  );
  box-shadow: 0 0 40px 0 rgba(255, 64, 64, 0.5);
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 1100px) {
  .ldp--menu--items--lv1 {
    font-size: 14px;
    padding: 5px;
  }
}

.headtop_menu__sub__other {
  position: absolute;
  top: calc(100% - 1px);
  padding-top: 13px;
  right: -133px;
  z-index: 10000;
  display: none;
  width: 647px;
}
.headtop_menu__sub__other.style2 {
  width: 302px;
  right: -80px;
}
.headtop_menu__sub {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.headtop_menu__sub--items {
  padding: 8px;
  width: 100%;
  display: flex;
  gap: 16px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  text-align: left;
}
.headtop_menu__sub--items .icon {
  flex-shrink: 0;
}
.headtop_menu__sub--items:hover,
.headtop_menu__sub--items.active {
  background: rgba(0, 0, 0, 0.05);
}
.ldp--top---sup--items {
  position: relative;
}
.ldp--top---sup--items:hover > a > svg {
  transform: rotate(180deg);
}
.ldp--top---sup--items:hover > .headtop_menu__sub__other {
  display: block;
}
