@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");

[v-cloak] {
  display: none;
}

body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.container {
  max-width: 1230px;
}

a:hover {
  text-decoration: inherit;
}
/* price--top */
.price--top {
  float: left;
  width: 100%;
  padding: 80px 0 20px;
}
.price--top .title {
  color: #511d9a;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 4px;
}
.price--top .desc {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
/* price--content */
.price--content {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.price--choose {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.choose--left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.choose--left .txt {
  color: #575757;
  font-size: 16px;
  line-height: 150%;
}
.choose--tabs {
  border-radius: 30px;
  background: rgba(81, 29, 154, 0.1);
  padding: 2px;
  display: flex;
}
.choose--tabs--items {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 157.143%;
  padding: 9px 20px;
  text-align: center;
  cursor: pointer;
}
.choose--tabs--items.active {
  color: #511d9a;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-radius: 30px;
}
.price--table {
  display: flex;
  gap: 30px 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 40px;
}
.price--table ._left {
  width: 216px;
  flex-shrink: 0;
}
.price--table ._left .price--head {
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
}

.price--table ._right {
  flex: 1;
  width: 100%;
  border-left: 1px solid #e5e5e5;
}
.font-20 {
  font-size: 20px !important;
}
.price--head {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 16px;
}

.price--right--head {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  align-items: center;
}
.price--col-1 {
  flex: 1;
  width: 100%;
}
.price--col-2 {
  width: 128px;
  flex-shrink: 0;
  position: relative;
}
.price--col-3 {
  width: 244px;
  flex-shrink: 0;
  position: relative;
}
.price--col-5,
.price--col-4 {
  position: relative;
  width: 120px;
  flex-shrink: 0;
}
.price--col-2::after,
.price--col-3::after,
.price--col-4::after,
.price--col-5::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  margin: auto;
  background-color: #e5e5e5;
}
.price--sidebar {
  padding: 8px;
}
.price--sidebar--other {
  border-radius: 8px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 2px;
  background: rgba(81, 29, 154, 0.1);
}
.price--sidebar--item {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  color: #575757;
  font-size: 10px;
  line-height: 160%;
  text-align: center;
  cursor: pointer;
}
.price--sidebar--item.active {
  background-color: #fff;
}
.price--sidebar--item .title {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 157.143%;
  margin-bottom: 4px;
}
.price--sidebar--item.active .title {
  font-weight: 500;
  color: #511d9a;
}

.price--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.price--row {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.price--row:last-child {
  border-bottom: 0;
}
.price--capacity {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.price--capacity .--number {
  background: rgba(81, 29, 154, 0.1);
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #511d9a;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.6px;
  flex-shrink: 0;
}
.price--capacity .desc {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.price--capacity .desc .--total {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 4px;
}
.price--count {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  padding: 16px;
}
.price--count span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.price--number {
  color: #511d9a;
  font-size: 18px;
  font-weight: 600;
  line-height: 133.333%;
  padding: 16px;
}
.price--number .txt--note {
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
}
.price--number span {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 166.667%;
}

.price--table.style2 ._right {
  border: 0;
}

.price-note {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 32px;
  margin-bottom: 40px;
}
.price-note ul {
  margin-bottom: 16px;
  padding: 0;
  padding-left: 32px;
}
.price-note ul li {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
}
.price-note .txt {
  color: #511d9a;
  font-size: 16px;
  line-height: 125%;
}
.price--bot {
  padding: 40px 64px;
  display: flex;
  align-items: center;
  background: transparent url("../images/bg-1.jpg") no-repeat center center;
  background-size: cover;
}
.price--bot .btn--tv {
  color: #fff;
  background-color: #511d9a;
  flex-shrink: 0;
}
.price--bot .btn--tv:hover {
  color: #fff;
}
.price--bot .desc {
  flex: 1;
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 133.333%;
}
.price--bot .desc span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  color: #511d9a;
  font-size: 28px;
  font-weight: 600;
  line-height: 128.571%;
}
.price--viewtxt {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.price--viewtxt ul {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .price--col-3 {
    max-width: 165px;
  }
  .price--number {
    font-size: 14px;
  }
  .price--capacity .desc .--total {
    font-size: 18px;
  }
  .price--head {
    font-size: 14px;
  }
  .price--capacity .--number {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .price--capacity .desc {
    font-size: 14px;
  }
  .price--viewtxt {
    font-size: 14px;
  }
  .price--col-5,
  .price--col-4 {
    width: 90px;
  }
  .price-note ul li {
    font-size: 14px;
  }
  .price--bot .desc span {
    font-size: 20px;
  }
  .price--bot .desc {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px !important;
  }
  .btn--tv {
    font-size: 14px;
  }
  .price--top .title {
    font-size: 26px;
  }
  .price--top .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price--table {
    flex-wrap: wrap;
  }
  .price--table ._left {
    width: 100%;
  }
  .price--table ._left .price--head {
    display: none;
  }
  .price--sidebar--other {
    align-items: center;
  }
  .price--sidebar--item {
    flex: 1;
  }
  .choose--left {
    flex-wrap: wrap;
  }
  .choose--left .txt {
    width: 100%;
  }
  .price--table ._right {
    border-left: 0;
  }
  .price--table.price--table--view2 .price--right--head,
  .price--table.price--table--view2 .price--list {
    width: 740px;
  }
  .price--table.price--table--view2 ._right {
    overflow: scroll;
  }
  .price--bot {
    flex-direction: column;
    gap: 30px;
  }
  .price--bot .desc {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .price--right--head,
  .price--list {
    width: 480px;
  }
  .price--table ._right {
    overflow: scroll;
    width: 100%;
    flex: none;
  }
}
/*css*/
 .home_headtop_new .headbot_menuitem .headtop_menu li,
      .home_headtop_new .headtop_menu li {
        border: 0;
      }
.menu--private .home_headtop_new.style-website {
        position: relative;
        z-index: 10000;
      }
      .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;
      }
      .home_headtop_new .headtop_menu li a.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;
      }
      .home_headtop_new .headtop_menu li a.headtop_menu__sub--items .icon {
        flex-shrink: 0;
      }
      .home_headtop_new .headtop_menu li a.headtop_menu__sub--items:hover,
      .home_headtop_new .headtop_menu li a.headtop_menu__sub--items.active {
        background: rgba(0, 0, 0, 0.05);
      }
      .headtop_menu--childtop li {
        position: relative;
      }
      .headtop_menu.headtop_menu--childtop > li:hover > a > svg {
        transform: rotate(180deg);
      }
      .headtop_menu.headtop_menu--childtop > li:hover > .headtop_menu__sub__other {
        display: block;
      }