:root {
  --web-s: #060c5c;
  --web-p: #1a2075;
  --web-shadow: rgba(26, 32, 117, 0.85);
}
/* #03A8EA */

/* #2D3494 */
body {
  margin: 0;
}
.swiper-wrapper {
  align-items: stretch;
}
.swiper-pagination span {
  width: 35px;
  height: 5px;
  border-radius: 0;
  box-shadow: 0 0 0 1px black;
  background-color: rgba(255, 255, 255, 0.9);
}
.max-width {
  max-width: 1600px;
  margin: auto;
}

/*  */
/* Header */
/*  */
.login-head .jc {
  justify-content: end;
  text-align: end;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
header .hed {
  height: 75px;
  padding: 15px 50px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .hd-logo img {
  max-width: 100%;
  height: 50px;
}
.hd-logo {
  width: 20%;
  height: 100%;
}
header .menu ul {
  list-style-type: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}
header .menu ul a {
  color: white;
  text-decoration: none;
}
header .menu ul li {
  position: relative;
  padding: 10px 0 25px 0;
  cursor: pointer;
}
header .menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: white;
  transition: all 0.5s;
}
header .menu ul li:hover::before {
  width: 100%;
}
header .kj-drop-down {
  position: relative;
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .kj-drop-down svg polyline {
  stroke: white;
}
.kj-drop-down svg {
  transition: all 0.5s;
}
.kj-drop-down:hover .doem-arrow-header {
  transform: rotate(180deg);
}
header .headerdropdowncard {
  position: fixed;
  top: 69px;
  left: 0;
  width: -webkit-fill-available;
  height: fit-content;
  background-color: white;
  display: none;
}
.kj-drop-down:hover .headerdropdowncard {
  display: flex;
}
.line-set-head-card {
  position: relative;
  padding-left: 50px;
}
.line-set-head-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.15;
  width: 2px;
  height: 100%;
  margin-left: 25px;
}

/* Journal  Compass */
header .jc {
  padding: 25px 50px;
  display: flex;
  width: 100%;
  color: var(--web-s);
}
header .jc .jc-card {
  width: 25%;
}
.jc-title {
  font-size: 17px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 600;
}
.jc .lis-ca-r {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jc .card-log-tel-ri {
  display: flex;
  gap: 15px;
  color: var(--web-s);
  align-items: center;
}
.jc .card-log-tel-ri .car-ima {
  width: 20%;
  min-width: 50px;
}
.jc .card-log-tel-ri .car-ima img {
  width: 50px;
}
.jc .card-log-tel-ri p {
  margin: 5px 0;
}
.jc .card-log-text {
  color: #62707f;
}

/* research Topice */
header .ret {
  padding: 25px 50px;
  display: flex;
  width: 100%;
  color: var(--web-s);
}
header .ret .ret-card {
  width: 25%;
}
.ret-title {
  font-size: 17px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 600;
}
.ret .lis-ca-r {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ret .card-log-tel-ri {
  display: flex;
  gap: 5px;
  color: var(--web-s);
}
.ret .card-log-tel-ri .car-ima {
  width: 20%;
  min-width: 50px;
}
.ret .card-log-tel-ri .wi-se {
  width: 80%;
}
.ret .card-log-tel-ri .car-ima img {
  width: 50px;
  max-height: 175px;
}
.ret .card-log-tel-ri p {
  margin: 5px 0;
}
.ret .card-log-text {
  color: #62707f;
}

/* content */
header .cont-head {
  display: flex;
  padding: 25px 50px;
}
header .cont-head .cont-head-card {
  width: 33%;
}
.cont-head-card img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.cont-head-card .cont-info:nth-child(1) {
  margin-bottom: 50px;
}
.cont-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.loc-c h5,
.cont-info h5 {
  margin: 15px 0;
  font-size: 17px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 600;
}

/*  */
/* mobile header*/
/*  */
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .hed {
    height: fit-content;
    padding: 15px 25px;
  }
  .hd-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    align-items: center;
  }
  .mobile-menu {
    display: flex;
  }
}

/*  */
/* mobile menu card */
/*  */
.mobile-menu-icon {
  display: flex;
  align-items: center;
}
.mobile-dropdown span {
  transition: all 0.5s;
}
.icon_mob-menu {
  rotate: 180deg;
}
.mobile-menu-card.open-menu {
  transform: translateX(0);
}
.mobile-menu-card {
  position: fixed;
  right: 0;
  top: 0;
  background-color: white;
  max-width: 300px;
  min-width: 300px;
  padding: 15px;
  height: 100%;
  overflow-x: scroll;
  transition: all 1s;
  transform: translateX(100%);
}
.mobile-close-btn {
  display: flex;
  justify-content: end;
  margin: 15px;
  position: relative;
}
.mobile-close-btn div {
  position: absolute;
}
.mobile-menu-logo-card {
  max-width: 100px;
}
.mobile-menu-logo-card img {
  width: 100%;
}
.mobile-menu-card ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 15px;
}
.mobile-menu-card .set_drop {
  display: none;
}
.set_drop.drop_open {
  display: flex;
}
.set_drop.ser a {
  display: flex;
  align-items: center;
}
.set_drop.ser a img {
  width: 36px;
  margin-right: 10px;
}
.mobile-menu-card ul li {
  margin: 5px 0;
  color: var(--web-s) !important;
}
.mobile-menu-card a {
  color: var(--web-s) !important;
  text-decoration: none;
  line-height: 1.5;
}
.mobile-menu-card .mobile-dropdown {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 786px) {
  .mobile-menu-icon {
    display: none;
  }
  .mobile-menu-card {
    transform: translateX(100%) !important;
  }
}
/*  */
/* animation */
/*  */

/* left key */
.scroll-left-key {
  transition: 1s;
  transform: translateX(-100%);
  opacity: 0;
}
.left_right-key {
  transition: 1s;
  transform: translateX(0%);
  opacity: 1;
}

/* down */
.scroll-down {
  transition: 1s;
  transform: translateY(100%);
  opacity: 0;
}
.down_up {
  transition: 1s;
  transform: translateY(0%);
  opacity: 1;
}

/* left */
.scroll-left {
  transition: 1s;
  transform: translateX(-100%);
  opacity: 0;
}
.left_right {
  transition: 1s;
  transform: translateX(0%);
  opacity: 1;
}

/* right */
.scroll-right {
  transition: 1s;
  transform: translateX(100%);
  opacity: 0;
  text-align: justify;
}
.right_left {
  transition: 1s;
  transform: translateX(0%);
  opacity: 1;
}

/* after header */
.kjSwiper.swiper {
  width: 100%;
  height: 75vh;
  min-height: 500px;
  max-height: 1000px;
}

.kjSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

.kjSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-swiper-slide-index="0"] img {
  transform-origin: 0 50%;
}
[data-swiper-slide-index="1"] img {
  transform-origin: 100% 0;
}
[data-swiper-slide-index="2"] img {
  transform-origin: 0 100%;
}
.kjSwiper .swiper-slide-next .inner-text-swiper,
.kjSwiper .swiper-slide-prev .inner-text-swiper,
.kjSwiper .swiper-slide-next img,
.kjSwiper .swiper-slide-prev img {
  animation: silde-up 1s forwards ease-in;
}
@keyframes silde-up {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.kjSwiper .swiper-slide-active img {
  animation: image-move 7s forwards ease-in;
}
@keyframes image-move {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.kjSwiper .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--web-shadow); */
  background-color: rgba(26, 32, 117, 0.5);
}

.kjSwiper .inner-swiper-card {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.kjSwiper .inner-swiper-card .inner-text-swiper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kjSwiper .title-name-swiper {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.kjSwiper .title-dis-swiper {
  max-width: 600px;
  font-size: 3.25rem;
  line-height: 1.2;
  font-family: Heebo;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}
.kjSwiper .title-dis-swiper span {
  color: gold;
  font-size: 4rem;
}

.kjSwiper .swiper-button-next::after,
.kjSwiper .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.kjSwiper .swiper-button-next {
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.kjSwiper .swiper-button-prev {
  left: auto;
  right: 55px;
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .kjSwiper .title-dis-swiper {
    font-size: 2.2rem;
  }
  .kjSwiper .title-dis-swiper span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .kjSwiper .inner-swiper-card .inner-text-swiper {
    padding: 0 35px;
  }
}

@media screen and (max-width: 480px) {
  .kjSwiper .inner-swiper-card .inner-text-swiper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 374px) {
  .kjSwiper .title-dis-swiper {
    font-size: 1.8rem;
  }
  .kjSwiper .title-dis-swiper span {
    font-size: 2.5rem;
  }
}
/*  */
/* compass and insights */
/*  */
.ci-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
.ci-card {
  min-height: 200px;
  width: 100%;
  background-color: var(--web-p);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ci-card .inner-ci-card {
  height: -webkit-fill-available;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ci-card .inner-ci-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ci-card:last-child {
  background-color: var(--web-s);
}
.ci-section h3 {
  font-size: 26px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 600;
  color: white;
  margin: 0;
}
.ci-section p {
  text-align: center;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.ci-section a {
  border: 1px solid #fff;
  padding: 0 30px;
  font-size: 1rem;
  line-height: 42px;
  text-decoration: none;
  color: white;
  border-radius: 500px;
  transition: all 0.5s;
}
.ci-section a:hover {
  background-color: white;
  color: var(--web-s);
}
@media screen and (max-width: 768px) {
  .ci-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .ci-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .ci-card .inner-ci-card {
    padding: 25px 25px;
  }
}

/*  */
/* key indicators */
/*  */
.key-ind {
  padding: 50px 50px;
  overflow: hidden;
  background-color: #f6f9fc;
}
.title-key-ind {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  color: var(--web-p);
  margin-bottom: 25px;
}
.title-key-ind h1 {
  text-align: center;
  font-size: 3.25rem;
  line-height: 1.2;
  font-family: Heebo;
  font-weight: 600;
  margin-bottom: 10px;
}
.title-key-ind p {
  text-align: center;
  line-height: 1.5;
}

/* key-card */
.key-ind-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 50px;
}
.key-ind-card {
  padding: 25px 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e8e8e8;
}
.key-ind-card p {
  max-width: 110px;
}
.key-ind-card:last-child {
  border: 0;
}
.key-ind-card div {
  font-size: 17px;
  line-height: 1.4;
  font-family: Heebo;
  font-weight: 600;
  text-align: center;
}
.key-ind-card img {
  width: 75%;
  max-width: 125px;
  transition: all 0.5s;
  /* height: 110px; */
}
.key-ind-card:hover img {
  scale: 1.1;
}
.key_hr {
  border: 1px solid #e8e8e8;
  margin: 25px auto;
}
@media screen and (max-width: 960px) {
  .title-key-ind h1 {
    font-size: 2rem;
  }
  .title-key-ind .f-hd-nm {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .key-ind-card {
    padding: 25px 10px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .key-ind-card {
    padding: 0 10px;
  }
  .key-ind-list {
    row-gap: 25px;
  }
  .key-ind-card img {
    max-width: 100px;
  }
  .key-ind-card p {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .key-ind {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 480px) {
  .key-ind-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .key-ind-card {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

/*  */
/* res and histroy */
/*  */
.box-tes-set {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}
.box-tes-set h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: Heebo;
  font-weight: 600;
  color: var(--web-p);
  margin-bottom: 15px;
}
.box-tes-set p {
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .box-tes-set h1 {
    font-size: 2rem;
    text-align: center;
  }
}
/*  */
/* Res */
/*  */
.res {
  padding: 50px 50px;
  display: flex;
}
.res-left {
  width: 35%;
  padding-right: 60px;
}

.res-right {
  width: 65%;
  min-height: 550px;
  background-color: var(--web-s);
}
.inner_res {
  padding: 50px;
  height: -webkit-fill-available;
}
.resSwiper.swiper {
  width: 100%;
  height: 100%;
}
.resSwiper {
  transform: translateX(-100px);
}
.resSwiper .swiper-slide {
  height: auto;
}
.resSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resSwiper .swiper-pagination {
  position: relative;
}
.resSwiper .swiper-wrapper {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 1024px) {
  .res {
    padding: 50px 25px;
  }
  .res .res-right {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .res {
    flex-direction: column;
    padding: 50px 10px;
  }
  .res-left,
  .res-right {
    width: 100%;
    padding-right: 0;
  }
  .res .res-right {
    min-height: fit-content;
    height: auto;
  }
  .inner_res {
    padding: 15px;
  }
  .resSwiper {
    transform: translateX(0px);
  }
}

/*  */
/* history */
/*  */
.history {
  padding: 50px 0;
  display: flex;
}
.his-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.his-left img {
  width: 100%;
  border-radius: 0 500px 500px 0;
}
.his-right {
  width: 50%;
}
.history .box-tes-set {
  padding: 0 100px;
  overflow: hidden;
}
.his-button {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.his-button a {
  cursor: pointer;
  background-color: var(--web-p);
  color: #fff;
  border-radius: 100px;
  padding: 0 30px;
  line-height: 42px;
  text-decoration: none;
  font-family: Heebo;
  font-weight: 600;
  text-wrap: nowrap;
}
.his-button a:hover {
  background-color: var(--web-s);
}
@media screen and (max-width: 1024px) {
  .history .box-tes-set {
    padding: 0 50px;
  }
  .his-button {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .history {
    padding: 75px 0;
    flex-direction: column;
  }
  .history .his-left,
  .history .his-right {
    width: 100%;
  }
  .box-tes-set {
    padding: 0 25px !important;
  }
  .his-button {
    justify-content: center;
  }
}

/*  */
/* before footer */
/*  */
.bfr {
  background-color: #f6f9fc;
  padding: 50px 100px;
  overflow: hidden;
}
.bfr .bfr-title {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: Heebo;
  font-weight: 600;
  margin: 30px auto;
  color: var(--web-s);
}
.bfr-smp {
  display: flex;
}
.smp-left {
  width: 20%;
}
.smp-right {
  width: 80%;
}
.smp-left p {
  line-height: 1.5;
  color: var(--web-p);
}
.top-bor-sm {
  background-color: var(--web-s);
  height: 2px;
  width: 75px;
  margin-bottom: 50px;
}
.social-media-kj {
  display: flex;
  gap: 30px;
}
.social-media-kj svg {
  fill: var(--web-p);
}
.social-media-kj svg:hover {
  fill: var(--web-s);
}
.indw_Swiper.swiper {
  /* width: 100%; */
  height: 100%;
}
.inn-smp-rig {
  padding: 0 75px;
}
.indw_Swiper .swiper-slide {
  height: auto;
}
.indw_Swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.indw_Swiper .swiper-pagination {
  position: relative;
}
.indw_Swiper .swiper-wrapper {
  padding-bottom: 20px !important;
}
.indw_Swiper .swiper-pagination span {
  background-color: var(--web-p);
}
@media screen and (max-width: 960px) {
  .bfr .bfr-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .bfr {
    padding: 50px;
  }
  .bfr-smp {
    flex-direction: column;
  }
  .smp-left,
  .smp-right {
    width: 100%;
  }
  .smp-left p {
    max-width: 300px;
  }
  .inn-smp-rig {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .smp-left p {
    max-width: 95%;
  }
  .bfr {
    padding: 50px 25px;
  }
}

/*  */
/* footer */
/*  */
footer {
  padding: 100px 10% 25px 10%;
  background-image: url(./image/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  position: relative;
  z-index: 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: var(--web-shadow);
}

.foot-top {
  display: flex;
  justify-content: center;
}
footer .inn-fo {
  width: 50%;
  padding-right: 40px;
  color: rgba(255, 255, 255, 0.7);
}
footer .inn-fo:last-child {
  padding-right: 0;
}
footer .foot_title {
  color: rgba(255, 255, 255, 0.5);
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 25px;
}
footer p {
  line-height: 1.5;
}
footer a {
  text-decoration: none;
  color: white;
}
.fot-bottom {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1020px) {
  footer {
    padding: 100px 30px 25px 30px;
  }
  .foot-top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .inn-fo {
    padding-right: 0;
  }
  footer .inn-fo:nth-child(1),
  footer .inn-fo:nth-child(2) {
    width: 50%;
  }

  footer .inn-fo:nth-child(3),
  footer .inn-fo:nth-child(4),
  footer .inn-fo:nth-child(5) {
    width: 33%;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 100px 50px 50px 50px;
  }
}
@media screen and (max-width: 480px) {
  footer .inn-fo {
    width: 100% !important;
  }
}
.hd-nm {
  font-size: 48px;
}
.f-hd-nm {
  font-size: 64px;
}
.accordion {
  max-width: 600px;
  margin: 20px auto;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 1s ease;
}
.accordion-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.accordion-header {
  background: none;
  padding: 15px 15px 15px 0px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.6s ease;
  color: #060c5c;
}
.accordion-header .arrow {
  transition: transform 0.3s ease;
}
.accordion-content {
  display: none;
  padding: 15px 15px 15px 0px;
  background: none;
  font-size: 16px;
  text-align: justify;
  color: #1a2075;
}
.active .accordion-content {
  display: block;
}
.active .accordion-header .arrow {
  transform: rotate(180deg);
}
/* Outside Vertical Sideline */
.accordion-item.active::before {
  content: "";
  position: absolute;
  left: -30px; /* Moves the line outside the div */
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #060c5c; /* Change color as needed */
}
