/*gtc-css*/
/*end-gtc-css*/
/*init*/
/* @font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/main/SF-Pro-Display-Regular.ttf);
  font-weight: regular;
}

@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/main/SF-Pro-Display-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/main/SF-Pro-Display-Bold.ttf);
  font-weight: 600;
} */
body {
  font: 100% "Nunito Sans" ,"Roboto", "SF Pro Display",Arial,sans-serif;
  margin: 0;
  width: 100%;
  font-size: 15px;
  background-color: #F2F3F4;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #050421;
}
/*end init*/

.main { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-wrap {
  padding-bottom: 50px;
  background-color: white;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: calc(100vh - 100px);


}

.main-footer {
  margin-top: auto;
}

.sticky-menu .accordion-arrow__content,
.sticky-menu .accordion-plus__content {
  transition: none !important;
}

.list-item {
  display: flex;
  align-items: center;
}
.medium-zoom-image--opened {
  z-index: 999;
  box-shadow: 0 8px 16px rgb(204, 204, 204);
  border-radius: 3px;
}
.medium-zoom-overlay {
  z-index: 998;
  backdrop-filter: blur(20px);
  /* background-color: transparent !important; */
}
.box {
  background: white;
  margin: 8px 0;
}

.box-text {
  padding: 20px;
}

.box.parallax-window {
  background-color: transparent;
}

.box__body,
.swiper-ubtn-center > .swiper-container .swiper-slide {
  padding: 16px 16px 24px 16px;
}
.box-slider .box__body {
  padding-left: 0;
  padding-right: 0;
}
.main-wrap,
header {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: -0 4px 8px rgba(5, 4, 33, 0.1);
  z-index: 99;
}
.header-bnt-slot {
  width: 48px;
  height: 48px;
}
.header-bnt-slot a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header > .row {
  height: 100%;
}

/*swiper-ubtn-center */
.swiper-ubtn-center .swiper-next {
  position: absolute;
  top: 180px;
  margin: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.swiper-ubtn-center .swiper-prev {
  position: absolute;
  top: 180px;
  margin: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.swiper-ubtn-center .swiper-next {
  right: 10px;
  background-image: url(../media/icons-color/default/default/right.svg);
}
.swiper-ubtn-center .swiper-prev {
  left: 10px;
  background-image: url(../media/icons-color/default/default/left.svg);
}
.swiper-ubtn-center .swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
/*end swiper-ubtn-center */

/* swiper guide */
.screen-holder {
  width: 225px;
  min-height: 397px;
  height: auto;
  max-height: 484px;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 0;
  overflow: auto;
  border-bottom: 0;
}
.screen-holder.ip6 {
  min-height: 370px;
  max-height: 404px;
}
.screen-holder.android-1 {
  min-height: 370px;
  max-height: 500px;
}
.screen-holder.desktop {
  width: 100%;
  min-height: 0;
}
.swiper-ubtn-center {
  position: relative;
}
.swiper-pagination {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  padding: 7px 0;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  margin: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #F1F2F2;
  outline: none !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  color: #ffffff;
  background: linear-gradient(120deg, #285598 0%, #002a69 100%);
}

.swiper-pagination-bullets-dynamic {
  top: 0;
  display: block;
  white-space: nowrap;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  line-height: 30px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  opacity: 0 !important;
  color: transparent;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  opacity: 0 !important;
  color: transparent;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  color: transparent;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  color: transparent;
}
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
/* end swiper guide */

/* list-dots */
.list-dots {
  list-style-type: none;
}

.list-dots {
  margin: 0;
}
.list-dots > li {
  padding-left: 20px;
  position: relative;
}
.list-dots > li:not(:last-child) {
  padding-bottom: 10px;
}
.list-dots > li::before {
  content: "a";
  color: transparent;
  display: inline-block;
  position: absolute;
  width: 10px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect id='Rectangle_83' data-name='Rectangle 83' width='6' height='6' rx='3' fill='%233f3bec'/%3E%3C/svg%3E%0A");
}
/* end list-dots */

img + img {
  margin-top: 10px;
}

/* list-dots */
.list-dots {
  list-style-type: none;
  margin: 10px 0;
}

.list-dots > li {
  padding-left: 10px;
  position: relative;
}
.list-dots > li:not(:last-child) {
  padding-bottom: 10px;
}
.list-dots > li::before {
  content: "a";
  color: transparent;
  display: inline-block;
  position: absolute;
  width: 10px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 6 6'%3E%3Crect id='Rectangle_83' data-name='Rectangle 83' width='6' height='6' rx='3' fill='%23797d7f'/%3E%3C/svg%3E%0A");
}
.box-title,
.box-txt-des {
  padding: 0 15px;
  margin-bottom: 10px;
}
.box__note {
  padding: 0 16px 0 16px;
  font-size: 16px;
}
/* end list-dots */

.align-bottom {
  vertical-align: bottom !important;
}

.indent {
  padding-left: 10px;
}

p {
  margin: 10px 0;
}

.i {
  font-style: italic;
}

.medium-zoom-overlay{
  opacity: 0.8 !important
}

.box-intro {
  border-bottom: 1px solid rgba(162, 165, 184, 0.2);
}

.box-slider:not(:last-child) {
  border-bottom: 1px solid rgba(162, 165, 184, 0.2);
}

p, .p {
    font-size: 15px;
    line-height: 1.3;
}

.box-title {
  font-weight: 700;
  color: #002A69;
  font-size: 15px;
  margin: 0 0 8px 0;
}
/* custom color */
.color-block {
  max-width: 100%;
  width: 158px;
  min-height: 120px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.08);
}
.color-block-color {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.color-block-info {
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.color-block-label {
  opacity: 0.8;
}
.color-block-sample{
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}
/* end custom color */

/* macros eye */
.eye-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eye {
  height: 24px;
  width: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../media/icons-color/default/default/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  pointer-events: all !important;
}
.eye-slash {
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  height: 1px;
  background-color: #242526;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.eye input:checked ~ .eye-slash {
  width: 0%;
}
/* end macros eye */

/*pagination*/
.pagination {
  font-size: 0;
}

.pagination-item {
  font-size: 13px;
  display: inline-block;
  background-color: transparent;
  margin: 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #121f3e;
  cursor: pointer;
  vertical-align: middle;
}

.pagination-item img {
  width: 16px;
}

.pagination-item:first-child,
.pagination-item:last-child {
  margin: 0;
}

.pagination-item:not(.pagination-active):hover {
  /* background-color: var(--color-hover-invert); */
}

.pagination-dots {
  color: #b7c0cd;
  cursor: default;
}

.pagination-last,
.pagination-first {
  width: 40px;
  height: 30px;
}

.pagination-dots,
.pagination-number,
.pagination-next,
.pagination-back {
  width: 30px;
  height: 30px;
}

.pagination-active {
  background-color: #002A69;
  color: white;
}

.pagination-next,
.pagination-back {
  position: relative;
}

.pagination-next:before,
.pagination-back:before {
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.pagination-next:before {
  background-image: url("../media/icons-color/default/default/chevron-right.svg");
}

.pagination-back:before {
  background-image: url("../media/icons-color/default/default/chevron-left.svg");
}

.pagination-active .legitRipple-ripple {
  background: #002A69;
}
/*end pagination*/

/* dropdown */

.login-footer-left,
.login-footer-right {
  padding: 15px 0;
}

/* sidebar-top */
.sidebar-top__trigger {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 3px 10px 30px rgba(36, 40, 65, 0.3);
}
.sidebar-top {
  padding-left: 84px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .sidebar-top__trigger {
    z-index: 1069;
  }
}
@media (min-width: 1200px) {
  .sidebar-top__logo {
    display: none;
  }
}
/*end sidebar-top */
/*sidebar*/

.main--with-sidebar {
  margin-left: 260px;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .main {
    transition: 0.2s opacity ease-in-out;
  }
  #sidebar-trigger:checked ~ *:not(.sidebar):not(.sidebar-overlay) {
    filter: blur(10px);
  }
  .main--with-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 599px) {
  .main--with-sidebar {
    margin: 0;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 240px;
  background-color: #eaeff3;
  color: #242841;
  z-index: 90;
  overflow-y: auto;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1200px) {
  .sidebar {
    z-index: 101;
  }
}

.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #f2f1f7;
  position: absolute;
  right: 0;
}

.sidebar::-webkit-scrollbar-track {
  width: 17px;
}

@media (max-width: 480px) {
  .sidebar {
    width: 80vw;
  }
}

.sidebar::-webkit-scrollbar-thumb {
  background: transparent;
}

.sidebar:hover::-webkit-scrollbar {
  width: 4px;
}

.sidebar:hover::-webkit-scrollbar-thumb {
  background: #e0e4eb;
  border-radius: 10px;
}

.sidebar:hover::-webkit-scrollbar-track {
  width: 17px;
}

.sidebar__dropdown {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  height: auto;
  width: 22px;
}

.sidebar__ic {
  width: 56px;
}

.sidebar__info {
  padding: 20px 17px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  border-top: 1px solid #172c43;
  margin-top: 10px;
}

.sidebar__list {
  position: relative;
  background-color: white;
}

.sidebar__list.active:after {
  /* background: #3F3BEC; */
  width: 2px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

@media (max-width: 1200px) {
  .sidebar__list.active:after {
    height: 46px;
  }
}

.sidebar__list.active > .sidebar__item > .text {
  color: #242841;
  /* padding-left: 36px; */
  /* padding-right: 10px; */
  font-size: 14px;
}

.sidebar__title {
  font-size: 12px;
  font-weight: 600;
  /* text-transform: uppercase; */
  padding: 30px 17px 10px 17px;
  margin-top: 0;
  color: inherit;
}

.sidebar__head {
  height: 56px;
  border-bottom: 1px solid #e0e4eb;
}

.sidebar__head__ic {
  text-align: center;
  height: 100%;
  position: relative;
}

.sidebar__head__ic label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  overflow: visible;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sidebar table {
  height: 100%;
}

.sidebar__section {
  border-top: 1px solid #172c43;
  padding: 10px 0;
}

.sidebar__item {
  min-height: 56px;
  color: #242841;
  cursor: pointer;
  text-decoration: none !important;
  background-color: transparent;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sidebar__item.active .text {
  color: white;
}

.sidebar__item:not([data-control]) {
  -webkit-tap-highlight-color: rgba(223, 228, 235, 0.1);
}

.sidebar__item:hover,
.sidebar__item:focus,
.sidebar__item:active {
  color: #242841;
}

@media (min-width: 1025px) {
  .sidebar__item:hover,
  .sidebar__item:focus,
  .sidebar__item:active {
    background-color: #f7f8fa;
  }
}

.sidebar__item .ic {
  width: 24px;
  text-align: center;
  flex: 0 0 auto;
  position: relative;
}
.sidebar__item .ic-blank {
  height: 0px;
  width: 0;
}
.sidebar__sub__wrap .sidebar__item .ic-blank {
  height: 1px;
  width: 24px;
}
.sidebar__item .ic-blank:after {
  display: none;
  background: #afb3bc;
  width: 6px;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  content: "";
}

.sidebar__list.active > .sidebar__item > .ic-blank:after,
.sidebar__list.open > .sidebar__item > .ic-blank:after {
  background: #3f3bec;
  box-shadow: 0 0 10px rgba(63, 59, 236, 0.7);
  display: none;
}

.sidebar__item .ic-arrow {
  width: 24px;
  height: 24px;
  text-align: center;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg id='drop_down_black' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_77' data-name='Rectangle 77' width='24' height='24' fill='none'/%3E%3Cpath id='Path_9915' data-name='Path 9915' d='M2,5.5l4,4,4-4' transform='translate(5.75 4.75)' fill='none' stroke='%230b2b65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transition: 00.2s all ease;
}

.open > .sidebar__item > .ic-arrow {
  transform: rotate(180deg);
}
.sidebar__item::after {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  left: 20px;
  position: absolute;
  bottom: 0;
  background-color: rgba(162, 165, 184, 0.2);
}
.sidebar__item .txt {
  /* margin-left: 12px; */
  margin-right: 16px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  min-height: 24px;
}

.sidebar__item .ic:last-child {
  text-align: right;
  width: 40px;
  padding-right: 12px;
}

.sidebar__sub {
  /* background-color: #121f3e; */
}

.sidebar__sub__wrap > .sidebar__list > [data-content] {
  padding-left: 30px;
}
.sidebar__sub__wrap > .sidebar__list {
  margin-bottom: 0;
}
.sidebar__sub .sidebar__item {
  opacity: 0;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar__sub .sidebar__item .title {
  font-size: 15px;
  font-weight: 600;
  color: #002A69;
}
.sidebar__sub .sidebar__item::after {
  display: none;
}
[data-accordion].open .sidebar__item {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.sidebar__list .notify {
  top: 5%;
  right: 10%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar .legitRipple-ripple {
  background: #f2f1f7;
}

@media (max-width: 1200px) {
  .sidebar {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .sidebar:not(.sidebarswipe) {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}

@media (max-width: 1200px) {
  #sidebar-trigger:checked ~ .sidebar {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 1201px) {
  #sidebar-trigger:checked ~ .sidebar {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@media (min-width: 1201px) {
  #sidebar-trigger:checked ~ .main {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .sidebar-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: white;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}

@media (max-width: 1200px) {
  #sidebar-trigger:checked ~ .sidebar-overlay {
    opacity: 0.2;
    pointer-events: all;
  }
}
.sidebar__item .title {
  /* font-weight: 700; */
  font-size: 15px;
}
.sidebar__item .des {
  line-height: 1.4;
  margin-top: 4px;
}
/*end sidebar*/

.sidebar-title {
  padding: 0 20px;
  font-weight: 700;
  color: #002A69;
  margin: 32px 0 16px 0;
}
/*# sourceMappingURL=map/custom.bundles.css.map */
