@charset "UTF-8";

:root {
  --padding-page-left: 6rem;
  --padding-page-right: 6rem;
  --color-primary: #223a71;
  --color-secondary: #4187f3;
  --color-white: #ffffff;
  --fontnormal: 200;
  --fontmed: 300;
  --fontsemibold: 400;
  --fontbold: 500;
  --screenHeight: 95vh;
}
@media (max-width: 767px) {
  :root {
    --padding-page-left: 2rem;
    --padding-page-right: 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --padding-page-left: 1.25rem;
    --padding-page-right: 1.25rem;
  }
  body,
  html {
    font-size: 16px;
  }
}

body,
html {
  font-size: 16px;
  font-family: "Kanit Regular";
  font-weight: 200;
  background-color: #0a314d;
  /* background: linear-gradient(
    180deg,
    rgb(39, 57, 109) 0%,
    rgb(20, 29, 55) 100%
  ); */
}

@media (max-width: 1440px) {
  body,
  html {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  body,
  html {
    font-size: 12px;
  }
}

.mobile {
  display: flex;
}
.desktop {
  display: flex;
}
@media (max-width: 1025px) {
  .logoMainTop {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body {
    background: url(/assets/img/bg_mobile.png) top / cover repeat-y !important;
    background-color: #081c2a !important;
  }
}

.container-fluid {
  /* padding-left: var(--padding-page-left); */
  /* padding-right: var(--padding-page-right); */
  margin-left: auto;
  margin-right: auto;
  max-width: 1650px !important;
}
@media (max-width: 1025px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

b,
strong {
  font-weight: bolder;
  font-weight: 700;
}

.navbar {
  background: rgba(38, 57, 105, 1) !important;
  border-bottom: 1px solid #3c4b77;
  padding: 0 !important;
  height: 100px;
}
@media (max-width: 1025px) {
  .navbar {
    /* display: none !important; */
  }
}
.navbar .nav-item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.navbar .nav-item a {
  font-size: 1.25rem;
  color: #fff;
}
.navbar .nav-item a.active {
  color: #fff;
  font-weight: var(--fontbold);
}
.navbar .nav-item a.active::after {
  content: "";
  height: 4px;
  background: #5384ea;
  background: linear-gradient(
    90deg,
    rgba(83, 132, 234, 0) 0%,
    rgb(83, 132, 234) 50%,
    rgba(83, 132, 234, 0) 100%
  );
  display: block;
  width: 100%;
  position: absolute;
  bottom: -29px;
  left: 0px;
}
.navbar .logoecg {
  width: 3.125rem;
}
nav .btn {
  background-color: #fff;
  border-radius: 25px;
  color: var(--color-primary);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-weight: 600;
  border: none;
  font-size: 1.125rem;
  border: 1px solid transparent;
}
nav .btn:hover {
  background-color: var(--color-primary);
  border: 1px solid #fff;
}
.readMore {
  background-color: transparent !important;
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-secondary);
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  align-items: center;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .readMore {
    border: 1px solid var(--color-secondary) !important;
    font-size: 0.9375rem;
  }
}
.readMore img {
  width: 22px;
  margin-left: 0.9375rem;
  margin-top: -5px;
}
.readMore p {
  margin-bottom: 0;
}
.Maincontent {
  background: #27396d;
  background: linear-gradient(
    180deg,
    rgb(39, 57, 109) 0%,
    rgb(20, 29, 55) 100%
  );
  min-height: 100vh;
  /* height: auto !important; */
}
.cardHeader {
  background-image: url("../images/bgMain.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  display: flex !important;
  position: relative;
}
@media (max-width: 1025px) {
  .cardHeader {
    height: 110vh !important;
  }
}
@media (max-width: 767px) {
  .cardHeader {
    height: 100vh !important;
  }
}
.cardHeader .boxLeft {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cardHeader .boxLeft {
    padding: 0 2rem;
  }
}
.cardHeader .boxLeft .textRedefine {
  width: 80%;
}
@media (max-width: 767px) {
  .cardHeader .boxLeft .textRedefine {
    width: 100%;
  }
}
.cardHeader .boxLeft .btnAppDownload {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: end;
}
@media (max-width: 1025px) {
  .cardHeader .boxLeft .btnAppDownload {
    margin-top: 25px;
  }
}
.cardHeader .boxLeft .btnAppDownload img {
  height: 70px;
  margin-left: 10px;
}
@media (max-width: 1025px) {
  .cardHeader .boxLeft .btnAppDownload img {
    height: 35px;
  }
}
.cardHeader .boxLeft .readMore {
  margin-top: 15rem;
  margin-bottom: 5rem;
  border-width: 1px !important;
}
@media (max-width: 1025px) {
  .cardHeader .boxLeft .readMore {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
  }
}
.cardHeader .boxLeft .mouseBox {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
.cardHeader .boxLeft .mouseBox img {
  height: 2px;
  margin-right: 35px;
  width: 90%;
}
@media (max-width: 767px) {
  .cardHeader .boxLeft .mouseBox {
    display: none;
  }
}
@media (max-width: 1025px) {
  .cardHeader .boxLeft .mouseBox img {
    display: none;
  }
}
.cardHeader .boxRight {
  display: flex;
  justify-content: center;
  align-items: end;
  height: var(--screenHeight);
}
@media (max-width: 1025px) {
  .cardHeader .boxRight {
    margin-top: 2rem;
  }
}
@media (max-width: 1025px) {
  .cardHeader .boxRight {
    align-items: start;
  }
}
.cardHeader .boxRight img {
  height: 92vh;
  display: block;
}
@media (max-width: 1025px) {
  .cardHeader .boxRight img {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .cardHeader .boxRight img {
    height: auto;
    width: 71.4%;
  }
}
.cardHeader.container-fluid {
  padding: 1.5rem;
}

.maincontent-application-page {
  background-image: url(../images/bgMain.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.application-header {
  padding-top: 100px;
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  min-height: 1520px;
}

@media (max-width: 1025px) {
  .application-header {
    padding-top: 0px;
    min-height: 1024px;
  }
}

.application-header .hero-row {
  margin-top: 4rem;
  padding-bottom: 3rem;
}
@media (max-width: 1025px) {
  .application-header .hero-row {
    margin-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .application-header .hero-row {
    margin-top: 1rem;
    padding-bottom: 0rem;
  }
}
.application-header .boxLeft {
  max-height: 1154px;
}
.application-header .boxLeft img {
  padding-right: 1.5rem;
}
@media (max-width: 1025px) {
  .application-header .boxLeft img {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 820px) {
  .application-header .boxLeft img {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
@media (max-width: 767px) {
  .application-header .boxLeft img {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.application-header .boxRight {
  max-height: 1154px;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 1025px) {
  .application-header .boxRight {
    max-height: 485px;
  }
}
@media (max-width: 767px) {
  .application-header .boxRight {
    max-height: 520px;
  }
}
.application-header .boxRight .box-logo {
  padding-left: 1.5rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  width: 70%;
}
@media (max-width: 1025px) {
  .application-header .boxRight .box-logo {
    width: 70%;
    margin-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .application-header .boxRight .box-logo {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.application-header .boxRight .box-logo .app-text {
  color: #fff;
  font-weight: var(--fontmed);
  font-size: 1.75rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .application-header .boxRight .box-logo .app-text {
    margin-right: auto;
    margin-left: 0;
  }
}
.application-header .boxRight .box-logo .textRedefine {
  width: 100%;
  height: auto;
}
.application-header .boxRight .box-line {
  padding: 2rem 0;
  padding-left: 1.5rem;
  width: 70%;
}
.application-header .boxRight .box-line img {
  padding-left: 1.5rem;
  height: auto;
}
@media (max-width: 1025px) {
  .application-header .boxRight .box-line img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .application-header .boxRight .box-line img {
    width: 100%;
  }
}
.application-header .boxRight .box-line .hover {
  background-image: url("../images/ourproject-hover.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .application-header .boxRight .box-line {
    padding-left: 0rem;
    width: 100%;
  }
}
.application-header .boxRight .box-line p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: var(--fontnormal);
}
.application-header .boxRight .box-description {
  padding-left: 1.5rem;
  width: 70%;
}
@media (max-width: 1025px) {
  .application-header .boxRight .box-description {
    padding-left: 0rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .application-header .boxRight .box-description {
    padding-left: 0rem;
    width: 100%;
  }
}
.application-header .boxRight .box-description p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: var(--fontnormal);
}

.card-download {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: var(--padding-page-left);
  padding-right: var(--padding-page-right);
}
@media (max-width: 1025px) {
  .card-download {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .card-download {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #ffffff;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb .breadcrumb-item {
  color: #fff;
  opacity: 0.7;
  font-size: 1.25rem;
  font-weight: var(--fontnormal);
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 1;
  font-weight: var(--fontnormal);
}

.card-card-download {
  position: relative;
  background: rgba(9, 11, 41, 0.2509803922);
  border-radius: 42px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-bottom: 2.5rem;
  padding: 0;
  border: 1px solid rgba(70, 114, 244, 0.1647058824);
  overflow: hidden;
}
.card-card-download .box-download-title {
  padding: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 1025px) {
  .card-card-download .box-download-title {
    padding: 2rem;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-title {
    padding: 1rem;
    padding-top: 3rem;
  }
}
.card-card-download .box-download-title h1 {
  color: #fff;
  font-size: 3.75rem;
  font-weight: var(--fontbold);
}
@media (max-width: 1025px) {
  .card-card-download .box-download-title h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-title h1 {
    text-align: center;
    font-size: 1.375rem;
    white-space: nowrap;
  }
}
.card-card-download .box-download-title h4 {
  color: #1d76ff;
  font-weight: var(--fontmed);
  font-size: 1.75rem;
}
@media (max-width: 1025px) {
  .card-card-download .box-download-title h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-title h4 {
    font-size: 1.25rem;
    text-align: center;
  }
}
.card-card-download .box-download-title .box-line {
  position: absolute;
}
.card-card-download .backdrop-bg {
  position: absolute;
  background: rgba(5, 6, 21, 0.2509803922);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0;
  height: 265px;
  bottom: 0;
  z-index: -1;
  right: 0;
}
@media (max-width: 1025px) {
  .card-card-download .backdrop-bg {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .card-card-download .backdrop-bg {
    height: 168px;
  }
}
@media (max-width: 1025px) {
  .card-card-download .box-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.card-card-download .box-image img {
  margin-top: 4rem;
}
@media (max-width: 1025px) {
  .card-card-download .box-image img {
    margin-bottom: 200px;
    padding: 0 2rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-image img {
    margin-bottom: 168px;
    padding: 0 2rem;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}
.card-card-download .box-download-description {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
  top: 30px;
}
@media (max-width: 1025px) {
  .card-card-download .box-download-description {
    min-height: 1655px;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-description {
    min-height: 885px;
  }
}
.card-card-download .box-download-description .dp-wrap {
  position: relative;
}
.card-card-download .box-download-description .dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}
.card-card-download .box-download-description .dp-slider div {
  transform-style: preserve-3d;
}
.card-card-download .box-download-description .dp_item {
  width: 387px;
  height: 217px;
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  background: #4a7aff;
  background: linear-gradient(
    270deg,
    rgb(40, 50, 162) 0%,
    rgb(74, 122, 255) 100%
  );
  border-radius: 10px;
  transition: transform 1.2s;
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp_item {
    width: 235px;
    height: 132px;
  }
}
.card-card-download .box-download-description .dp-img img {
  border-left: 1px solid #fff;
}
.card-card-download .box-download-description #dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(-5%) translateY(10%) !important;
}
@media (max-width: 767px) {
  .card-card-download
    .box-download-description
    #dp-slider
    .dp_item:first-child {
    transform: rotateY(0deg) translateX(-5%) translateY(5%) !important;
  }
}
.card-card-download .box-download-description .dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(15%) translateY(-10%) scale(0.9);
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp_item[data-position="2"] {
    transform: rotateY(0deg) translateX(8%) translateY(-10%) scale(0.9);
  }
}
.card-card-download .box-download-description .dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(30%) translateY(-30%) scale(0.9);
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp_item[data-position="3"] {
    transform: rotateY(0deg) translateX(16%) translateY(-20%) scale(0.9);
  }
}
.card-card-download .box-download-description .dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(45%) translateY(-50%) scale(0.9);
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp_item[data-position="4"] {
    transform: rotateY(0deg) translateX(24%) translateY(-30%) scale(0.9);
  }
}
.card-card-download .box-download-description .dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0deg) translateX(60%) translateY(-70%) scale(0.9);
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp_item[data-position="5"] {
    transform: rotateY(0deg) translateX(32%) translateY(-40%) scale(0.9);
  }
}
.card-card-download .box-download-description #dp-next,
.card-card-download .box-download-description #dp-prev {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}
.card-card-download .box-download-description #dp-prev {
  left: 15px;
  transform: rotate(180deg);
}
.card-card-download .box-download-description #dp-dots {
  position: absolute;
  z-index: 12;
  cursor: default;
  display: flex;
  bottom: 30px;
}
@media (max-width: 1025px) {
  .card-card-download .box-download-description #dp-dots {
    top: 474px;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-description #dp-dots {
    top: 232px;
  }
}
.card-card-download .box-download-description #dp-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3e4869;
  border-radius: 50%;
  margin: 0 4px;
}
.card-card-download .box-download-description #dp-dots li:hover {
  cursor: pointer;
  background: #2b68c8;
  transition: background 0.3s;
}
.card-card-download .box-download-description #dp-dots li.active {
  background: #2b68c8;
  border-radius: 10px;
  width: 30px;
}
.card-card-download .box-download-description .dp-content,
.card-card-download .box-download-description .dp-img {
  text-align: left;
}
.card-card-download .box-download-description .dp_item {
  display: flex;
  align-items: center;
  background: #2832a2;
  background: linear-gradient(
    90deg,
    rgb(40, 50, 162) 0%,
    rgb(74, 122, 255) 100%
  );
  border-radius: 24px;
  overflow: hidden;
  border-top: none;
}
.card-card-download .box-download-description .dp-content {
  padding: 2rem;
  padding-right: 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp-content {
    padding: 1rem;
  }
}
.card-card-download .box-download-description .dp-content h2 {
  font-size: 1.9375rem;
  font-weight: var(--fontmed);
  color: #ffffff;
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp-content h2 {
    font-size: 1.5625rem;
  }
}
.card-card-download .box-download-description .dp-content p {
  font-size: 1.8125rem;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .card-card-download .box-download-description .dp-content p {
    font-size: 1.25rem;
  }
}
.card-card-download .box-download-description .dp-content .site-btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 19px 40px;
}
.card-card-download .box-download-description .dp-img:before {
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}
.card-card-download .box-download-description .dp-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.card-card-download .box-download-description #slider {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.card-card-download .box-download-description #slider .dp-wrap {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.card-card-download .box-download-description #slider .dp-wrap #dp-slider {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  bottom: -180px;
  left: -120px;
}
@media (max-width: 767px) {
  .card-card-download .box-download-description #slider .dp-wrap #dp-slider {
    left: -30px;
    bottom: -60px;
  }
}
.card-card-download
  .box-download-description
  #dp-slider
  .dp_item:hover:not(:first-child) {
  cursor: pointer;
}
.card-card-download
  .box-download-description
  #dp-slider
  .dp_item:not(:first-child) {
  background: unset;
  background-color: #151e3f !important;
  border: 1px solid #4187f3;
}
.card-card-download
  .box-download-description
  #dp-slider
  .dp_item:not(:first-child)
  .dp-content
  h2 {
  color: transparent;
}
.card-card-download
  .box-download-description
  #dp-slider
  .dp_item:not(:first-child)
  .dp-content
  p {
  color: transparent;
}
.card-card-download .box-download-description .site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #daa520;
  padding: 14px 33px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}
.card-card-download .box-download-description .site-btn:hover {
  text-decoration: none;
  color: #fff;
}
.card-card-download .box-download-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 62px;
  z-index: 1;
}
@media (max-width: 1025px) {
  .card-card-download .box-download-bottom {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .card-card-download .box-download-bottom {
    left: 0;
    right: 0;
    bottom: 40px;
  }
}
.card-card-download .box-download-bottom h4 {
  text-transform: uppercase;
  font-weight: var(--fontmed);
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .card-card-download .box-download-bottom h4 {
    font-size: 0.9375rem;
  }
}
.card-card-download .box-download-bottom .btnAppDownload a {
  text-decoration: unset;
}
.card-card-download .box-download-bottom .btnAppDownload a img {
  width: 230px;
  height: 76px;
}
@media (max-width: 767px) {
  .card-card-download .box-download-bottom .btnAppDownload a img {
    height: 48px;
    width: auto;
  }
}
.card-card-download .box-download-bottom .btnAppDownload a img:first-child {
  margin-right: 8px;
}
.card-card-download .box-download-bottom .btnAppDownload a img:last-child {
  margin-left: 8px;
}

.position-relative {
  position: relative;
}

footer {
  background-color: #0c142b;
}
footer .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  footer .container-fluid {
    padding-top: 2rem;
  }

  .mainBody {
    padding-top: 0;
  }
}

footer .footerBottom {
  background-color: var(--color-secondary);
  padding: 2rem !important;
  font-size: 1.375rem;
}
footer .footerBottom a {
  text-decoration: none;
}
footer .boxMenu h6 {
  font-size: 1.375rem;
  font-weight: var(--fontbold) !important;
}
footer .boxMenu p {
  margin-bottom: 2rem !important;
}
footer .boxMenu p a.text-white {
  font-size: 1.375rem;
  color: #9fa3a6 !important;
  text-decoration: none;
}
footer .boxSocial {
  margin-top: 3rem;
}
footer .boxSocial .boxLeft {
  display: flex;
}
footer .boxSocial .boxLeft img {
  height: 25px;
  margin-right: 45px;
}
footer .boxSocial .boxRight {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .boxSocial .boxRight p {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
footer .boxSocial .boxRight a {
  font-size: 1.375rem;
  text-decoration: none;
  color: #fff !important;
}
footer .lineFooter {
  width: 100%;
}
footer .boxAddress {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
footer .boxAddress img {
  margin-bottom: 3rem;
  width: 3.75rem;
}
footer .boxAddress p {
  font-size: 1.375rem;
  width: 70%;
}
footer .boxAddress a {
  color: #fff;
  font-size: 1.375rem;
  text-decoration: none;
  margin-bottom: 2rem !important;
}

.newsMaincontent .news-breadcrumb {
  color: white;
  height: 100%;
  margin-left: 5rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 90px;
  width: 70%;
}
@media (max-width: 767px) {
  .newsMaincontent .news-breadcrumb {
    padding-left: 0.5rem;
    margin: 0;
    top: 85px;
    height: 471px;
  }
}
.newsMaincontent .news-breadcrumb .breadcrumb li {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .newsMaincontent .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.newsMaincontent .carousel-contant {
  color: white;
  height: 100%;
  margin-left: 5rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 70%;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-contant {
    border-bottom: 1px solid #4187f3;
    justify-content: normal;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll hidden;
    position: absolute;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    top: 165px;
    height: 393px;
  }
}
.newsMaincontent .carousel-contant h2 {
  font-size: 4.5rem;
  color: #ffffff;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-contant h2 {
    font-size: 1.875rem;
  }
}
.newsMaincontent .carousel-contant p {
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: var(--fontnormal);
}

.newsMaincontent .carousel-contant .readMore p {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .newsMaincontent .carousel-contant p {
    font-size: 1.25rem;
  }
}
.newsMaincontent .carousel-contant .readMore {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: var(--fontbold);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  align-items: center;
  height: 3.4375rem;
  padding: 0;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-contant .readMore {
    height: 43px;
    width: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    margin-top: unset;
  }
  .newsMaincontent .carousel-contant .readMore img {
    width: 16px;
    height: auto;
    margin-left: 8px;
  }
  .newsMaincontent .carousel-contant .readMore p {
    margin-bottom: unset;
    font-size: 0.9375rem;
    white-space: nowrap;
  }
}
.newsMaincontent .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 100px;
  margin-left: 15%;
  list-style: none;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-indicators {
    top: 515px;
  }
}
.newsMaincontent .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.newsMaincontent .carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
  width: 36px;
}
.newsMaincontent .carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-img {
    height: 638px;
  }
}
.newsMaincontent .carousel-item {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-item {
    height: 557px;
  }
}
.newsMaincontent .carousel-item .box-image {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-item .box-image {
    height: 557px;
    display: block;
  }
}
@media (max-width: 767px) {
  .newsMaincontent .carousel-item .box-image img {
    height: 557px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.newsMaincontent .text-size-news {
  color: #fff;
  text-align: center;
  font-size: 3.375rem;
  margin-bottom: 4.375rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .newsMaincontent .text-size-news {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}
.newsMaincontent .text-size-update {
  color: var(--color-secondary);
  text-align: center;
  margin-top: 2.875rem;
  font-size: 1.75rem;
  font-weight: var(--fontmed);
}
@media (max-width: 767px) {
  .newsMaincontent .text-size-update {
    font-size: 1.25rem;
    font-weight: var(--fontbold);
  }
}
.newsMaincontent .cardInvestor .row .boxLeft-1 {
  background: var(--color-primary);
  height: var(--screenHeight);
  text-align: center;
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
  .newsMaincontent .boxLeft-1 {
    position: relative;
  }
}
@media (max-width: 767px) {
  .newsMaincontent .update-1 .boxLeft-2 {
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
}
.newsMaincontent .update-1 .trending-line {
  display: none;
}
@media (max-width: 767px) {
  .newsMaincontent .update-1 .trending-line {
    margin-bottom: 6rem;
    display: unset;
  }
}
.newsMaincontent .ecg-cardlist .nav-tabs {
  border-bottom: 1px solid var(--color-secondary);
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .newsMaincontent .ecg-cardlist .nav-tabs {
    margin-left: 0.5rem;
    width: 100%;
    justify-content: normal;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll hidden;
    position: relative;
  }
}
.newsMaincontent .nav-link {
  border: unset;
  font-size: 1.25rem;
  font-weight: var(--fontnormal);
  height: 3.9375rem;
  width: 9.75rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .newsMaincontent .nav-link {
    font-size: 1.0625rem;
    height: 2.9375rem;
    width: 6.75rem;
    position: relative;
    top: 0px;
  }
}
.newsMaincontent .ecg-cardlist .nav-tabs .nav-item.show .nav-link,
.newsMaincontent .ecg-cardlist .nav-tabs .nav-link.active {
  color: #fff;
  background-color: unset;
  /* border-color: unset; */
  border: none;
  font-size: 1.25rem;
  font-weight: var(--fontmed);
  background-color: var(--color-secondary);
  height: 3.9375rem;
  width: 9.75rem;
  /* font-weight: bold; */
  /* font-size: 0.85rem; */
  /* opacity: 100%; */
  /* border-bottom: 3px solid #4187F3; */
  /* width: 140px; */
}
@media (max-width: 767px) {
  .newsMaincontent .ecg-cardlist .nav-tabs .nav-item.show .nav-link,
  .newsMaincontent .ecg-cardlist .nav-tabs .nav-link.active {
    font-size: 1.0625rem;
    height: 2.9375rem;
    width: 6.75rem;
    position: relative;
    top: 0px;
  }
}
.newsMaincontent .news-card-horizontal .box-card-footer p svg {
  width: 16px;
  margin-right: 5px;
  margin-bottom: 0;
  color: var(--color-secondary);
  position: relative;
  top: -2px;
}
.newsMaincontent .news-card-horizontal .box-card-footer {
  display: flex;
  position: absolute;
  left: 0;
  padding-left: 1rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .box-card-footer {
    bottom: -5px;
  }
}
.newsMaincontent .news-card-horizontal .card-body p {
  text-align: start;
  color: #dedede;
  font-weight: var(--fontnormal);
  font-size: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: -0.625rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .card-body p {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
}

.newsMaincontent .news-card-horizontal .card-title {
  text-align: start;
  color: #fff;
  font-weight: var(--fontbold);
  font-size: 1.625rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: -0.625rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .card-title {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .newsMaincontent .card-body {
    padding: 0.625rem 0px;
  }
}
.newsMaincontent .news-card-horizontal .card-body {
  display: inline-block;
  position: relative;
  margin-left: 240px;
  height: 240px;
  width: auto;
  min-width: 400px;
  padding-bottom: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .card-body {
    padding: 0.5rem 1rem !important;
  }
}
.newsMaincontent .news-card-horizontal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0rem;
}
.newsMaincontent .news-card-horizontal .thumbnail-card {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .thumbnail-card {
    height: 150px;
    width: 150px;
  }
}

/* .newsMaincontent .news-card-horizontal .thumbnail-card {
  height: 160px;
  width: 160px;
  overflow: hidden;
  display: block;
} */
.newsMaincontent .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px;
  border-radius: 0rem;
}
.newsMaincontent .news-card-big .card-body .news-des {
  margin-top: 2rem;
  font-size: 1.375rem;
  font-weight: var(--fontnormal);
  margin-bottom: 0 !important;
  /* letter-spacing: 0px; */
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* line-height: 1.65;*/
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-big .card-body .news-des {
    font-size: 0.9375rem;
  }
}
.newsMaincontent .news-card-big .card-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: var(--fontbold);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-big .card-title {
    font-size: 1.25rem;
    font-weight: var(--fontmed);
  }
}
.newsMaincontent .news-card-big .card-body {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-big .card-body {
    padding: 0rem 0 !important;
  }
}
.newsMaincontent .news-card-big img {
  height: auto;
  width: 100%;
  border-radius: 0rem;
}
.newsMaincontent .news-card-big .thumbnail-card {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.newsMaincontent .news-card-big {
  background: transparent !important;
  border: none;
}
.newsMaincontent .news-card-horizontal {
  background: transparent !important;
  border: none;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.newsMaincontent .news-card-big .box-card-footer p {
  font-size: 1.125rem;
  font-weight: var(--fontnormal);
  margin-bottom: 0 !important;
  color: var(--color-secondary);
  /* letter-spacing: 0px; */
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-big .box-card-footer p {
    font-size: 0.9375rem;
  }
}
.newsMaincontent .news-card-horizontal .box-card-footer p {
  font-size: 1.125rem;
  font-weight: var(--fontnormal);
  margin-bottom: 0;
  color: var(--color-secondary);
  /* letter-spacing: 0px; */
}
.newsMaincontent .news-card-horizontal .card-body .me-4 {
  text-align: start;
  font-size: 1.125rem;
  font-weight: var(--fontnormal);
  color: var(--color-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: -0.625rem;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .card-body {
    margin-left: 150px;
    height: 150px;
    min-width: 200px;
  }

  .newsMaincontent .news-card-horizontal .card-body .me-4 {
    font-size: 0.85rem;
    margin-right: 1rem !important;
  }
}
.newsMaincontent .news-card-horizontal .card-body .me-5 {
  text-align: start;
  font-size: 1.125rem;
  font-weight: var(--fontnormal);
  color: var(--color-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: -0.625rem;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-horizontal .card-body .me-5 {
    font-size: 0.9375rem;
    margin-right: 0rem !important;
  }
}
.newsMaincontent .newsCarousel {
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .newsMaincontent .newsCarousel {
    height: 557px;
  }
}
.newsMaincontent .news-card-big .box-card-footer {
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card-big .box-card-footer {
    font-size: 7.5px;
    margin-bottom: 1rem;
  }
}
.newsMaincontent .news-card {
  background: transparent !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* padding-bottom: 1.5rem; */
  margin-bottom: 2.5rem;
  box-shadow: unset;
}
.newsMaincontent .news-card .card-title {
  font-size: 1.25rem;
  font-weight: var(--fontbold);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin-bottom: 2rem;
  min-height: 60px;
}
@media (max-width: 767px) {
  .newsMaincontent .news-card .card-title {
    font-size: 0.9375rem;
    margin-bottom: 0rem;
    min-height: 65px;
  }
}
.newsMaincontent .news-card .box-card-footer p {
  font-size: 1rem;
  font-weight: var(--fontnormal);
  margin-bottom: 0 !important;
  color: var(--color-secondary);
  /* letter-spacing: 0px; */
}
@media (max-width: 767px) {
  .newsMaincontent .news-card .box-card-footer p {
    font-size: 0.6875rem;
    margin: 0px !important;
  }
}
.newsMaincontent .news-card .box-card-footer {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.newsMaincontent .news-card img.thumbnail-card {
  height: 390px;
  width: 390px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (max-width: 767px) {
  .newsMaincontent .news-card img.thumbnail-card {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.newsMaincontent .card-img,
.newsMaincontent .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.newsMaincontent .bottom-loadmore {
  position: relative;
  /* top: -30px; */
  bottom: 60px;
  text-align: -webkit-center;
}
.newsMaincontent .trending .carousel-img-1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.newsMaincontent .trending .carousel-inner .carousel-contant-1 {
  color: white;
  /* height: 100%; */
  margin-left: 5rem;
  /* align-items: flex-start; */
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
}
.newsMaincontent .trending-bg {
  background-image: url("../images/bg-tower-trending-corporate.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 100vh; */
}
.newsMaincontent .carousel-contant-2 {
  position: relative;
}
.newsMaincontent .text-size-news-1 {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: var(--fontbold);
  font-size: 3.375rem;
}
@media (max-width: 767px) {
  .newsMaincontent .text-size-news-1 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

.newsMaincontent .container-fluid-news-9rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 767px) {
  .newsMaincontent .container-fluid-news-9rem {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.newsMaincontent .card-all-trending {
  margin-bottom: 5rem;
  padding: 2rem 3.75rem;
}
@media (max-width: 767px) {
  .newsMaincontent .card-all-trending {
    margin-bottom: -2rem;
    padding: 3rem 2.75rem;
  }
}
.newsMaincontent .card-all-trending h1 {
  color: var(--color-secondary);
  font-size: 3.75rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .newsMaincontent .card-all-trending h1 {
    font-size: 2.5rem;
    font-weight: var(--fontmed);
  }
}
.newsMaincontent .card-all-trending h2 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: var(--fontnormal);
}
@media (max-width: 767px) {
  .newsMaincontent .card-all-trending h2 {
    font-size: 0.9375rem;
  }
}
.newsMaincontent .card-all-trending h3 {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .newsMaincontent .card-all-trending h3 {
    font-size: 1.25rem;
    font-weight: var(--fontmed);
  }
}
.newsMaincontent .card-all-trending .me-4 {
  text-align: end;
  position: relative;
  top: 25px;
}
@media (max-width: 767px) {
  .newsMaincontent .card-all-trending .me-4 {
    top: 12px;
  }
}
.newsMaincontent .trending-line {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .newsMaincontent .trending-line {
    margin-bottom: 0rem;
  }
}
.newsMaincontent .text-size-update-1 {
  color: var(--color-secondary);
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: var(--fontmed);
}
@media (max-width: 767px) {
  .newsMaincontent .text-size-update-1 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.newsMaincontent .dropdrow-News-Update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsMaincontent .dropdrow-News-Update .dropdown .btn {
  border-radius: 5px !important;
  color: #ffffff;
  border: 1px solid #dedede;
  background-color: transparent;
  font-size: 1.375rem;
  font-weight: var(--fontmed);
}
@media (max-width: 767px) {
  .newsMaincontent .dropdrow-News-Update .dropdown .btn {
    width: 250px;
  }
}
@media (max-width: 415px) {
  .newsMaincontent .dropdrow-News-Update .dropdown .btn {
    width: 210px;
  }
}
.newsMaincontent .trending-sorting {
  width: 7.5rem;
  height: 2.9375rem;
  margin-left: 1.875rem;
}
@media (max-width: 767px) {
  .newsMaincontent .trending-sorting {
    width: 7.5rem;
    height: 2.9375rem;
  }
}

.contactus-page .contact-map-img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}
.contactus-page .contactus-box-middle {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .contactus-page .contact-map-img {
    height: 47.625rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: -320px -120px;
    object-position: -320px -120px;
  }
}
.contactus-page .contact-building-img {
  width: 100%;
  -webkit-backdrop-filter: brightness(120%);
  backdrop-filter: brightness(120%);
}
.contactus-page .contactus-cardHeader {
  position: relative;
  /* padding-top: 100px; */
}
.contactus-page .contactus-cardHeader .card {
  width: 39.5rem;
  position: absolute;
  top: 15%;
  right: 8%;
  background: linear-gradient(#3156a8, #203b77);
  border-radius: 1.5625rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contactus-page .contactus-cardHeader .card {
    width: 95%;
    height: 621px;
    position: absolute;
    top: 54%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: linear-gradient(#3156a8, #203b77);
    border-radius: 1.5625rem;
    z-index: 2;
  }
}
.contactus-page .contactus-cardHeader .card .contactus-form {
  height: 100%;
}
.contactus-page .contactus-cardHeader .card .contactus-form .card-header {
  text-align: center;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(
    90deg,
    transparent,
    var(--color-white),
    transparent
  );
  border-image: linear-gradient(
    90deg,
    transparent,
    var(--color-white),
    transparent
  );
  border-image-slice: 1;
}
@media (max-width: 767px) {
  .contactus-page .contactus-cardHeader .card .contactus-form .card-header {
    height: 5.75rem;
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .contactus-form
  .card-header
  .header-title {
  color: var(--color-white);
}
.contactus-page
  .contactus-cardHeader
  .card
  .contactus-form
  .card-header
  .header-title
  .title1 {
  font-size: 1.9375rem;
  font-weight: var(--fontsemibold);
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-cardHeader
    .card
    .contactus-form
    .card-header
    .header-title
    .title1 {
    font-size: 20px;
    font-weight: var(--fontsemibold);
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .contactus-form
  .card-header
  .header-title
  .title2 {
  font-size: 1.5rem;
  font-weight: var(--fontmed);
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-cardHeader
    .card
    .contactus-form
    .card-header
    .header-title
    .title2 {
    font-size: 17px;
    font-weight: var(--fontsemibold);
  }
}
.contactus-page .contactus-cardHeader .card .card-body {
  margin-top: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
  /* To show the lines on right and left sides of the text */
  /* Space on left and right sides of text */
}

@media (max-width: 1440px) {
  .contactus-page .contactus-cardHeader .card .card-body {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .contactus-page .contactus-cardHeader .card .card-body {
    margin-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  button.btn-contact-social {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  padding: 0.7rem 0rem;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 1.35rem;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-cardHeader
    .card
    .card-body
    button.btn-contact-social {
    font-size: 16px;
    padding: 10px 0;
  }
  .contactus-page
    .contactus-cardHeader
    .card
    .card-body
    button.btn-contact-social
    img {
    width: 1.75rem;
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  button.btn-contact-social:hover {
  background-color: var(--color-primary);
}
.contactus-page .contactus-cardHeader .card .card-body .input-space {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contactus-page .contactus-cardHeader .card .card-body .input-space {
    margin-bottom: 0.75rem;
  }
  .contactus-page
    .contactus-cardHeader
    .card
    .card-body
    .input-space
    .accept-policy-text {
    font-size: 0.9375rem;
    font-weight: var(--fontnormal);
  }
}
.contactus-page .contactus-cardHeader .card .card-body .divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contactus-page .contactus-cardHeader .card .card-body .divider {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }
}
.contactus-page .contactus-cardHeader .card .card-body .divider::after,
.contactus-page .contactus-cardHeader .card .card-body .divider::before {
  content: "";
  border: 0.5px solid var(--color-white);
  opacity: 19%;
  flex: 1;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  .divider:not(:empty)::before {
  margin-right: 0.65em;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  .divider:not(:empty)::after {
  margin-left: 0.65em;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text {
  border-radius: 0.5625rem;
  height: 3.125rem;
  font-size: 1.0625rem;
  font-weight: var(--fontmed);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-cardHeader
    .card
    .card-body
    input.form-control.input-text {
    height: 2.5rem;
    font-size: 0.9375rem;
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent !important;
  outline: 0;
  box-shadow: unset !important;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text::-moz-placeholder {
  color: #9fa3a6;
  opacity: 1; /* Firefox */
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text::placeholder {
  color: #9fa3a6;
  opacity: 1; /* Firefox */
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9fa3a6;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input.form-control.input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9fa3a6;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text {
  border-radius: 0.5625rem;
  height: 9.75rem;
  font-size: 1.0625rem;
  font-weight: var(--fontmed);
  padding: 1rem 1.25rem;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-cardHeader
    .card
    .card-body
    textarea.form-control.input-text {
    height: 7.625rem;
  }
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent !important;
  outline: 0;
  box-shadow: unset !important;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text::-moz-placeholder {
  color: #9fa3a6;
  opacity: 1; /* Firefox */
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text::placeholder {
  color: #9fa3a6;
  opacity: 1; /* Firefox */
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9fa3a6;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  textarea.form-control.input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9fa3a6;
}
.contactus-page .contactus-cardHeader .card .card-body input[type="checkbox"] {
  position: relative;
  border: 0.125rem solid var(--color-white);
  border-radius: 0.125rem;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
  opacity: 0.5;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input[type="checkbox"]:hover {
  opacity: 0.5;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input[type="checkbox"]:checked {
  background-color: var(--color-white);
  opacity: 1;
}
.contactus-page
  .contactus-cardHeader
  .card
  .card-body
  input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #234080;
  border-width: 0 0.125rem 0.125rem 0;
  margin: -0.0625rem -1px 0 -0.0625rem;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.contactus-page .contactus-cardHeader .card .card-body .contact-submit {
  background-color: #4187f3;
  border-radius: 0.3125rem;
  color: var(--color-white);
  padding-left: 3.825rem;
  padding-right: 3.825rem;
  padding-top: 0.562rem;
  padding-bottom: 0.562rem;
  font-weight: var(--fontsemibold);
  border: none;
  font-size: 1.0625rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
.contactus-page .contactus-box-middle {
  position: relative;
  padding-top: 85px;
}
.contactus-page .contactus-box-middle .contactus-box-introduce {
  width: 100%;
  background-color: #172b5c;
  padding: 4rem 10rem;
  border-radius: 0;
  background-image: url(../images/contactus-middle-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contactus-page .contactus-box-middle .contactus-box-introduce {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10rem;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-main
  h4.contactus-title {
  font-size: 4.125rem;
  font-weight: var(--fontmed);
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-main
    h4.contactus-title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-main
  .hr-gradient {
  background-image: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    transparent,
    transparent
  );
  border: 0;
  height: 3px;
  margin: 2.1875rem 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-main
    .hr-gradient {
    background-image: linear-gradient(
      90deg,
      transparent,
      rgb(255, 255, 255),
      transparent
    );
    border: 0;
    height: 3px;
    margin: 1.1875rem 0;
  }
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-main
    .desc-style {
    text-align: center;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-main
  .contactus-desc {
  font-size: 1.75rem;
  font-weight: var(--fontnormal);
  word-spacing: 3px;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-main
    .contactus-desc {
    font-size: 20px;
    font-weight: var(--fontnormal);
    word-spacing: 2px;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card {
  padding-top: 10rem;
  text-align: center;
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .topic-card-mobile {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card {
    padding-top: 2rem;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card {
    margin-bottom: 1rem;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card
    .card-body {
    padding: 0;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card-mobile {
    margin-top: -1rem;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card-mobile
    .topic-card-mobile {
    display: flex;
    flex-direction: row;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card-mobile
    .topic-card-mobile
    .detail-card {
    border-right: 2px solid rgba(0, 0, 0, 0);
    -o-border-image: linear-gradient(
      90deg,
      transparent,
      var(--color-white),
      transparent
    );
    border-image: linear-gradient(
      180deg,
      transparent,
      var(--color-white),
      transparent
    );
    border-image-slice: 1;
    padding: 0px;
    align-self: center;
    height: 100%;
    padding-top: 20px;
    min-width: 125px;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card-mobile
    .topic-card-mobile
    .hr-gradient2 {
    display: none;
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contact-card
    .card-mobile
    .topic-card-mobile
    .detail-card2 {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0 0 0 10px;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .card {
  width: 90%;
  height: 30.75rem;
  border-radius: 22px;
  border: none;
  background: rgba(9, 11, 41, 0.2509803922);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .card {
    width: 100%;
    height: 13.125rem;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  h4.contactus-title {
  font-size: 2rem;
  font-weight: var(--fontbold);
  margin-top: 1rem;
  max-height: 35px;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    h4.contactus-title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  h5.contactus-title {
  font-size: 1.5rem;
  font-weight: var(--fontsemibold);
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .hr-gradient2 {
  background-image: linear-gradient(
    90deg,
    transparent,
    var(--color-white),
    transparent
  );
  border: 0;
  height: 2px;
  margin: 2.25rem 0;
  background-color: transparent;
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .contactus-topic {
  font-size: 1.5rem;
  font-weight: var(--fontbold);
  color: var(--color-white);
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contactus-topic {
    font-size: 16px;
    text-align: left;
    font-weight: var(--fontnormal);
  }
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contactus-topic.bold {
    font-weight: var(--fontbold);
  }
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .contactus-topic
  .img_container {
  display: inline;
  text-align: start;
}
.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .contactus-detail {
  font-size: 1.25rem;
  font-weight: var(--fontnormal);
  white-space: pre-line;
  color: #9fa3a6;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .contactus-detail {
    font-size: 15px;
    text-align: left;
    white-space: unset;
  }
}

.contactus-page
  .contactus-box-middle
  .contactus-box-introduce
  .contactus-content-card
  .row-contact {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .contactus-page
    .contactus-box-middle
    .contactus-box-introduce
    .contactus-content-card
    .row-contact {
    padding-left: 0;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.cardInvestor {
  min-height: 100vh;
  color: #fff;
}
.cardInvestor .row {
  align-items: center;
  justify-content: center;
}
.cardInvestor .row .boxLeft {
  background: #141d37;
  background: linear-gradient(0deg, rgb(20, 29, 55) 0%, rgb(29, 63, 132) 100%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cardInvestor .row .boxLeft {
    height: 33vh;
  }
}
.cardInvestor .row .boxLeft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cardInvestor .row .boxLeft .imgInvestor {
  width: 40rem;
  display: block;
  position: absolute;
  height: auto;
}
@media (max-width: 1025px) {
  .cardInvestor .row .boxLeft .imgInvestor {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cardInvestor .row .boxLeft .imgInvestor {
    width: 55%;
  }
}
.cardInvestor .row .boxRight {
  display: flex;
  align-items: start;
  justify-content: center;
  background-color: #171717;
  height: 100vh;
  flex-direction: column;
  padding: 6rem;
  position: relative;
}
@media (max-width: 1025px) {
  .cardInvestor .row .boxRight {
    height: auto;
    padding: 2rem;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .cardInvestor .row .boxRight {
    height: auto;
    padding: 2rem !important;
    justify-content: start;
    height: 67vh;
    overflow: hidden;
  }
}
.cardInvestor .row .boxRight .boxTop {
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .cardInvestor .row .boxRight .boxTop {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .cardInvestor .row .boxRight .boxTop {
    height: 170px;
  }
}
.cardInvestor .row .boxRight h1 {
  font-size: 5.5rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .cardInvestor .row .boxRight h1 {
    font-size: 1.875rem;
  }
}
.cardInvestor .row .boxRight h2 {
  font-size: 4.75rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .cardInvestor .row .boxRight h2 {
    font-size: 1.875rem;
  }
}
.cardInvestor .row .boxRight h3 {
  font-size: 2.0625rem;
  font-weight: var(--fontmed);
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cardInvestor .row .boxRight h3 {
    font-size: 1.25rem;
  }
}
.cardInvestor .row .boxRight h4 {
  font-size: 1.25625rem;
  font-weight: var(--fontnormal);
  line-height: 1.4;
}
@media (max-width: 1025px) {
  .cardInvestor .row .boxRight h4 {
    font-size: 1.25rem;
  }
}
.cardInvestor .row .boxRight .readMore {
  margin-top: 3rem;
  width: 175px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1025px) {
  .cardInvestor .row .boxRight .readMore {
    border-width: 1px !important;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cardInvestor .row .boxRight .readMore {
    width: 150px;
    margin-top: 2rem;
  }
}
.cardInvestor .row .boxRight .readMore p {
  font-size: inherit !important;
  margin-bottom: 0px;
}
.cardInvestor .swiper-pagination {
  transform: none;
  width: 195px;
  height: 30px;
  margin: auto;
  display: grid;
  margin-left: 100px;
  margin-top: 58px;
}

.cardInvestor .swiper-pagination .swiper-pagination-bullet {
  background: url(../images/bulletEcg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: initial;
  width: 30px;
  height: 30px;
  margin: 0 5px !important;
  opacity: 1;
  transform: rotate(0deg);
  margin-bottom: 12px !important;
}

.cardInvestor
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: brightness(0) saturate(100%) invert(66%) sepia(74%) saturate(5802%)
    hue-rotate(201deg) brightness(100%) contrast(91%);
}
.ourInvestor {
  height: 85vh;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .ourInvestor {
    height: auto;
  }
}
.ourInvestor .bgInvestor {
  background-image: url("../images/bgOurInvestor.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  align-items: center;
  display: flex;
}
@media (max-width: 1025px) {
  .ourInvestor .bgInvestor {
    height: auto;
  }
}
.ourInvestor .boxLeft {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .ourInvestor .boxLeft {
    padding: 4rem 2rem 2rem 2rem;
  }
}
.ourInvestor .boxLeft h4 {
  font-size: 1.75rem;
  font-weight: var(--fontmed);
  color: var(--color-secondary);
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft h4 {
    font-size: 1.25rem;
  }
}
.ourInvestor .boxLeft h1 {
  /* font-size: 4.1875rem; */
  font-size: 4rem;
  font-family: var(--fontbold);
  line-height: 1;
  margin-top: 2rem;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft h1 {
    font-size: 1.875rem;
  }
}
.ourInvestor .boxLeft .boxWithOver {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .ourInvestor .boxLeft .boxWithOver {
    margin-top: 3rem;
  }
}
.ourInvestor .boxLeft .boxWithOver h3 {
  font-size: 2.3125rem;
  font-weight: var(--fontmed);
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft .boxWithOver h3 {
    font-size: 1.25rem;
  }
}
.ourInvestor .boxLeft .boxWithOver .boxLeft {
  display: flex;
  align-items: end;
  padding: 0px;
  height: 100% !important;
  background-image: none;
}
.ourInvestor .boxLeft .boxWithOver .boxLeft h2 {
  font-size: 7.1875rem;
  font-weight: var(--fontbold);
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft .boxWithOver .boxLeft h2 {
    font-size: 2.5rem;
  }
}
.ourInvestor .boxLeft .boxWithOver .boxLeft h6 {
  font-weight: var(--fontbold);
  font-size: 3.375rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: -10px;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft .boxWithOver .boxLeft h6 {
    font-size: 1.5625rem;
    top: 0px;
  }
}
.ourInvestor .boxLeft .boxWithOver .boxRight {
  display: flex;
  align-items: end;
  justify-content: end;
}
.ourInvestor .boxLeft .boxWithOver .boxRight p {
  font-size: 2rem;
  font-weight: var(--fontmed);
  color: #a7a7a7;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 1025px) {
  .ourInvestor .boxLeft .boxWithOver .boxRight p {
    font-size: 0.9375rem;
  }
}
.ourInvestor .boxLeft .boxWithOver img {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ourInvestor .boxRight img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 85vh;
}
@media (max-width: 1025px) {
  .ourInvestor .boxRight img {
    height: auto;
  }
}
.ourCompany {
  height: 500px;
  background-image: url("../images/bgOurCom.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1025px) {
  .ourCompany {
    padding: 1rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .ourCompany {
    padding: 4rem 1rem;
    height: auto;
  }
}
.ourCompany h2 {
  font-size: 2.25rem;
  font-weight: var(--fontmed);
  text-transform: uppercase;
  margin-bottom: 6rem;
}
@media (max-width: 1025px) {
  .ourCompany h2 {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.ourCompany h4 {
  font-size: 4rem;
  font-weight: var(--fontbold);
  color: var(--color-secondary);
  text-align: center;
}
@media (max-width: 1025px) {
  .ourCompany h4 {
    font-size: 2.5rem;
    height: 50px;
  }
}
.ourCompany p {
  font-size: 1.75rem;
  font-family: var(--fontmed);
  text-align: center;
}

.ourCompany .opacity {
  opacity: 0.6;
  font-size: 1.5rem;
}

@media (max-width: 1025px) {
  .ourCompany p {
    font-size: 1.25rem;
    height: 65px;
  }

  .ourCompany .opacity {
    opacity: 0.6;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ourCompany p {
    font-size: 1.25rem;
    height: 65px;
    font-weight: 300;
    line-height: 20px;
  }
}
.ourCompany .line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ourProject {
  background-color: transparent;
  min-height: var(--screenHeight);
  padding: 4rem;
  color: #fff;
  padding-top: 8rem;
}
@media (max-width: 1025px) {
  .ourProject {
    padding: 0rem;
  }
  .ourProject .fp-tableCell .row:first-child {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 767px) {
  .ourProject .fp-tableCell .row:first-child {
    margin-bottom: -1rem !important;
    background-color: #0e1933;
  }
}
@media (max-width: 1025px) {
  .ourProject .boxLeft {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .ourProject .boxLeft {
    padding: 4rem 1rem 2rem 1rem;
  }
}
.ourProject .boxLeft h4 {
  font-size: 1.75rem;
  font-weight: var(--fontmed);
  color: var(--color-secondary);
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .ourProject .boxLeft h4 {
    font-size: 1.25rem;
  }
}
.ourProject .boxLeft h2 {
  font-size: 3.8125rem;
  font-weight: var(--fontnormal);
}
@media (max-width: 1025px) {
  .ourProject .boxLeft h2 {
    font-size: 1.875rem;
  }
}
.ourProject .boxRight {
  text-align: right;
}
@media (max-width: 1025px) {
  .ourProject .boxRight {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .ourProject .boxRight {
    display: none;
  }
}
.ourProject .boxRight .readMore {
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1025px) {
  .ourProject .boxRight .readMore {
    margin-left: 0;
  }
}
.ourProject .cardGallery {
  margin: 0;
  margin-top: 1.2rem;
}

@media (max-width: 1025px) {
  .ourProject .cardGallery {
    margin-top: 0rem;
  }
  .ourProject .cardGallery.row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .ourProject .cardGallery .right:last-child {
    padding-left: 15px;
  }
}
.ourProject .cardGallery .cardImg {
  position: relative;
}
.ourProject .cardGallery .cardImg:hover .hover {
  opacity: 1;
  transition: opacity 0.6s, visibility 0.6s;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg {
    margin-top: 15px;
  }
}
.ourProject .cardGallery .cardImg img {
  height: 375px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg img {
    height: 330px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .ourProject .cardGallery .cardImg img {
    height: 175px;
  }
}
.ourProject .cardGallery .cardImg .hover {
  background-image: url("../images/ourproject-hover.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 375px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg .hover {
    height: 330px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .ourProject .cardGallery .cardImg .hover {
    height: 175px;
    opacity: 1;
  }
}
.ourProject .cardGallery .cardImg .hover.horizontal {
  background-size: contain;
  background-repeat: repeat;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg .hover.horizontal {
    background-size: cover;
  }
}
.ourProject .cardGallery .cardImg .hover .logo {
  width: 220px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg .hover .logo {
    width: 99px;
  }
}
.ourProject .cardGallery .cardImg .hover p {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: var(--fontmed);
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .ourProject .cardGallery .cardImg .hover p {
    font-size: 0.9375rem;
    left: 5px;
    bottom: 5px;
  }
}
.NewsArticle {
  color: #fff;
  padding-top: 100px;
}
@media (max-width: 1025px) {
  .NewsArticle {
    display: none !important;
  }
}
.NewsArticle .cardTop {
  border: 0.1px solid #264089;
  position: relative;
}
.NewsArticle .cardTop .boxLeft {
  padding: 5rem;
}
.NewsArticle .cardTop .boxLeft .readMore {
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.875rem;
}
.NewsArticle .cardTop .boxLeft h1 {
  font-size: 3.3125rem;
  font-weight: var(--fontbold);
  position: absolute;
  top: 1.875rem;
}
.NewsArticle .cardText {
  cursor: pointer;
}
.NewsArticle .cardText .col {
  padding: 2rem;
  border: 0.1px solid #264089;
  position: relative;
  transition: all 0.8s ease-out;
  height: 455px;
}
.NewsArticle .cardText .col:hover {
  background-color: var(--color-secondary);
}
.NewsArticle .cardText .col:hover p {
  color: #fff;
}
.NewsArticle .cardText .col:hover .icon {
  color: #fff;
}
.NewsArticle .cardText h2 {
  font-size: 2.1875rem;
  font-weight: var(--fontbold);
  /* margin-bottom: 12rem; */
  width: 80%;
}
.NewsArticle .cardText p {
  font-size: 1.25rem;
  font-weight: var(--fontmed);
  color: var(--color-secondary);
}
.NewsArticle .cardText .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2rem;
  transform: rotate(45deg);
  color: var(--color-secondary);
}

.NewsArticleMobile {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none !important;
}

@media (max-width: 1025px) {
  .NewsArticleMobile {
    display: block !important;
  }
  .section.ignore {
    height: 490px !important;
    max-height: 490px !important;
  }

  .section.ignore .fp-tableCell {
    height: 490px !important;
    max-height: 490px !important;
  }
}

.NewsArticleMobile .cards-wrapper {
  grid-column: center-start/-1;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  overflow: auto;
  padding-bottom: 1rem;
  padding-right: var(--page-margin);
}
.NewsArticleMobile .cards-wrapper .card {
  display: grid;
  place-content: start;
  background-color: #0f1d32;
  color: #15928a;
  font-size: 1.5rem;
  height: 250px;
  width: 300px;
}
.NewsArticleMobile .cards-wrapper .card img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.NewsArticleMobile .cards-wrapper .card h4 {
  font-size: 1.0625rem;
  font-weight: var(--fontmed);
  color: #fff;
  padding: 1rem;
}
.NewsArticleMobile .boxTitle {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0;
}
.NewsArticleMobile .boxTitle h2 {
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 0;
}
.NewsArticleMobile .boxTitle .readMore {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1025px) {
  .cardAboutHeader .boxLeft .imgAbout {
    height: 800px !important;
    width: 100% !important;
  }
}
.cardAboutHeader .boxBottom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5rem;
  background-color: #1d315c;
  border-top-left-radius: 15px;
  width: 50rem;
}
@media (max-width: 1025px) {
  .cardAboutHeader .boxBottom {
    width: 100%;
    padding: 1rem;
    height: 450px;
    overflow: hidden;
  }
}
.cardAboutHeader .boxBottom h1 {
  font-size: 1.75rem;
  font-weight: var(--fontmed);
  color: var(--color-secondary);
}
@media (max-width: 1025px) {
  .cardAboutHeader .boxBottom h1 {
    font-size: 1.25rem;
  }
}
.cardAboutHeader .boxBottom h2 {
  font-size: 3.375rem;
  font-weight: var(--fontbold);
}
@media (max-width: 1025px) {
  .cardAboutHeader .boxBottom h2 {
    font-size: 1.875rem;
  }
}
.cardAboutHeader .boxBottom h4 {
  font-size: 1.375rem;
  font-weight: var(--fontnormal);
  margin-top: 2rem;
}
@media (max-width: 1025px) {
  .cardAboutHeader .boxBottom h4 {
    font-size: 1.25rem;
    padding-left: 3rem;
  }
}
.cardAboutHeader .swiper-pagination {
  top: 62%;
  transform: rotate(0deg);
  bottom: -12%;
}
.cardAboutHeader .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: unset;
  bottom: 10px;
  width: 30px;
  right: 754px;
}
.cardAboutHeader .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.cardAboutHeader .swiperPaginationBox {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 540px;
  /* width: 50%; */
  right: 0;
}
.fp-tableCell {
  display: block !important;
}
.Product .box {
  height: 77vh;
}
@media (max-width: 767px) {
  .Product .box {
    height: var(--screenHeight);
  }
}
@media (max-width: 415px) {
  .Product .box {
    height: 100vh;
  }
}
.Product .box2 {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .Product .box2 {
    padding-top: 0px;
  }
}
.Product .box2 .mouseBox {
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
}
.Product .box2 .mouseBox img {
  height: 2px;
  width: 90%;
  margin-left: 61px;
}
@media (max-width: 1024px) {
  .Product .box2 .mouseBox img {
    margin-left: 0px;
  }
}
.Product .box2 .mouseBox2 {
  margin-top: 31px;
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  padding-left: 22px;
}
@media (max-width: 1024px) {
  .Product .box2 .mouseBox2 {
    margin-top: 33px;
  }
}
.Product .box2 .mouseBox2 img {
  height: 2px;
  width: 90%;
}
.Product .boxLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .Product .boxLeft {
    align-items: center;
  }
}
.Product .boxLeft .logo {
  width: 505px;
  height: 505px;
  margin-bottom: 4rem;
  margin-top: 2rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .Product .boxLeft .logo {
    width: 70%;
    margin-bottom: 2rem;
    margin-top: 0rem;
    margin-right: 0rem;
  }
}
@media (max-width: 1024px) {
  .Product .boxLeft .logo {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .Product .md {
    display: none;
  }
}
.Product .boxRight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 75px;
}
@media (max-width: 767px) {
  .Product .boxRight {
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .Product .boxRight {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Product .boxRight .com {
    display: none;
  }
}
.Product .boxRight .mb {
  display: none;
}
@media (max-width: 767px) {
  .Product .boxRight .mb {
    display: block;
    height: 2px;
  }
}
.Product .boxRight .text-redefine {
  width: 70%;
  padding-bottom: 10px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .Product .boxRight .text-redefine {
    width: 100%;
    padding: 10px 0;
  }
}
.Product .boxRight span {
  color: #fff;
  margin-bottom: 142px;
  width: 75%;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .Product .boxRight span {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .Product .boxRight span {
    margin-bottom: 0;
    width: 90%;
    font-size: 18px;
  }
}
.Product .breadcrumb .text-color {
  color: #707070;
}
@media (max-width: 767px) {
  .Product .cardOurService .col_SERVICE {
    padding: 0px;
  }
}
.Product .cardOurService .text_header {
  font-size: 1.75rem;
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .Product .cardOurService .text_header {
    font-size: 1.25rem;
  }
}
.Product .cardOurService .text_head {
  font-size: 3.375rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .Product .cardOurService .text_head {
    font-size: 1.875rem;
  }
}
.Product .cardOurService .img-line {
  width: 50%;
}
@media (max-width: 767px) {
  .Product .cardOurService .img-line {
    width: 100%;
    padding: 10px 0;
  }
}
.Product .cardOurService .center {
  justify-content: center;
}
.Product .cardOurService .up {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .Product .cardOurService .up {
    margin-top: 0.5rem;
  }
}
.Product .cardOurService .card {
  width: 100%;
  background-color: #14223f;
  border-radius: 0px;
  height: 100%;
  border: none;
  color: #fff;
}
@media (max-width: 767px) {
  .Product .cardOurService .card {
    height: 600px;
    margin-bottom: 20px;
  }
}
.Product .cardOurService .card img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .Product .cardOurService .card img {
    height: 300px;
  }
}
.Product .cardOurService .card .card2 h1 {
  font-size: 2.25rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .Product .cardOurService .card .card2 h1 {
    font-size: 1.25rem;
  }
}
.Product .cardOurService .card .card2 span {
  font-size: 1.5rem;
  font-weight: var(--fontnormal);
}
@media (max-width: 767px) {
  .Product .cardOurService .card .card2 span {
    font-size: 0.9375rem;
  }
}
/* .Product .OurProduct {
    height: var(--screenHeight);
} */
@media (max-width: 767px) {
  .Product .OurProduct {
    min-height: 112vh;
  }
}
@media (max-width: 415px) {
  .Product .OurProduct {
    min-height: 119vh;
  }
}
@media (max-width: 1024px) {
  .Product .OurProduct .phone_ipad {
    display: flex;
  }
}
.Product .OurProduct .marginUp {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .Product .OurProduct .marginUp {
    margin-top: 1rem;
  }
}
.Product .OurProduct .text_header {
  font-size: 1.75rem;
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .Product .OurProduct .text_header {
    font-size: 1.25rem;
  }
}
.Product .OurProduct .text_head {
  font-size: 3.375rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .Product .OurProduct .text_head {
    font-size: 1.875rem;
  }
}
.Product .OurProduct .img-line {
  width: 50%;
}
@media (max-width: 767px) {
  .Product .OurProduct .img-line {
    width: 100%;
    padding: 10px 0;
  }
}
.Product .OurProduct .center {
  justify-content: center;
}
.Product .OurProduct .card_head {
  justify-content: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3rem;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .Product .OurProduct .card_head {
    margin-top: 1rem;
    align-items: center;
    padding: 0;
  }
}
.Product .OurProduct .crown {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -25px;
}
.Product .OurProduct .card {
  position: relative;
  width: 70%;
  height: 230px;
  border-radius: 0px;
  border: none;
  align-items: center;
}
@media (max-width: 767px) {
  .Product .OurProduct .card {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .Product .OurProduct .card {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.Product .OurProduct .card h1 {
  font-size: 2.25rem;
  font-weight: var(--fontbold);
  color: #fff;
}
@media (max-width: 767px) {
  .Product .OurProduct .card h1 {
    font-size: 1.875rem;
    padding-top: 30px;
  }
}
.Product .OurProduct .card span {
  font-size: 1.25rem;
  font-weight: var(--fontnormal);
}
@media (max-width: 767px) {
  .Product .OurProduct .card span {
    font-size: 1.25rem;
  }
}
.Product .OurProduct .card1 {
  background: linear-gradient(#4187f3, #224e87);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border: none;
  justify-content: center;
  margin-top: 250px;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .Product .OurProduct .card1 {
    margin-top: 10px;
  }
}

.Product .OurProduct .card2 {
  background: linear-gradient(#9fa3a6, #58636b);
  border: none;
  justify-content: center;
  padding: 10px 0;
}

.Product .OurProduct .card3 {
  background: linear-gradient(#12244f, #0e1c3e);
  border: none;
  justify-content: center;
  padding: 10px 0;
}
.Product .OurProduct .card3 .mb {
  display: none;
}
@media (max-width: 767px) {
  .Product .OurProduct .card3 .mb {
    display: block;
  }
}
.Product .OurProduct .img-mb {
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .Product .OurProduct .img-mb {
    padding-top: 0px;
    width: 100%;
    display: none;
  }
}
@media (max-width: 1024px) {
  .Product .OurProduct .img-mb {
    width: 100%;
  }
}
.Product .OurProduct .card-text1 {
  padding: 10px 0;
}
.Product .ourProject {
  min-height: var(--screenHeight);
}
.Product .ourProject .text_header {
  font-size: 1.75rem;
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .Product .ourProject .text_header {
    font-size: 1.25rem;
  }
}
.Product .ourProject .text_head {
  font-size: 3.375rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .Product .ourProject .text_head {
    font-size: 1.875rem;
  }
}
.Product .ourProject .img-line {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .Product .ourProject .img-line {
    width: 100%;
    padding: 10px 0;
  }
}
.Product .ourProject .center {
  justify-content: center;
}
.Product .ourProject .style_button {
  width: 10% !important;
}
.Product .ourProject a.btn.btn-primary.readMore.style_button {
  width: 10% !important;
}
.button_more2 {
  display: flex;
  justify-content: center;
  padding: 40px 0 60px 0;
  /* padding-bottom: 1.875rem; */
}
@media (max-width: 767px) {
  .button_more2 {
    padding: 30px 0;
  }
}
.button_more2 #button_more {
  background-color: transparent !important;
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-secondary);
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  align-items: baseline;
  height: 3.4375rem;
  width: 10% !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .button_more2 #button_more {
    font-size: 0.625rem;
    width: 22% !important;
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .cardHeader_product {
    padding-top: 0px !important;
  }
}
.Product .ourProject.cardOurProject {
  padding-bottom: 0rem !important;
}

.cardHeader_product {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  overflow: hidden;
  min-height: 100vh;
  /* max-width: 1650px !important; */
  width: 100%;
}

.cardOurService {
  /* background-image: url(../images/bgMain.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background: rgb(39, 57, 108);
  background: linear-gradient(
    180deg,
    rgba(39, 57, 108, 1) 0%,
    rgba(20, 29, 56, 1) 100%
  );
  min-height: 1730px;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .cardOurService {
    padding-top: 20px;
  }
}
.cardOurProduct {
  /* background-image: url(../images/bgMain.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background: rgb(39, 57, 108);
  background: linear-gradient(
    180deg,
    rgba(39, 57, 108, 1) 0%,
    rgba(20, 29, 56, 1) 100%
  );
  /* min-height: 100vh; */
  padding-top: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cardOurProduct {
    padding-top: 0px;
  }
}
.cardOurProject {
  /* background-image: url(../images/bgMain.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background: rgb(39, 57, 108);
  background: linear-gradient(
    180deg,
    rgba(39, 57, 108, 1) 0%,
    rgba(20, 29, 56, 1) 100%
  );
  /* min-height: 100vh; */
  padding-top: 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cardOurProject {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .newDetails.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .Product .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 1450px) {
  .Product .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.newDetails {
  background-image: url(../images/background_detail.png) !important;
  padding-top: 100px;
  min-height: 200vh;
}
.newDetails .banner {
  display: flex;
  flex-direction: column;
}
.newDetails .banner img {
  height: 685px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newDetails .banner img {
    height: 200px;
  }
}
.newDetails .banner span {
  font-size: 3.375rem;
  font-weight: var(--fontbold);
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .newDetails .banner span {
    font-size: 14px;
  }
}
.newDetails .breadcrumb span {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .newDetails .breadcrumb span {
    font-size: 8.5px;
    --fontSize20: 11px;
  }
}
.newDetails .breadcrumb .text-color {
  color: #707070;
}
.newDetails .logo-line {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .newDetails .logo-line {
    margin-top: 1rem;
  }
}
.newDetails .hade_detail {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .newDetails .hade_detail .Social button img {
    width: 30px;
  }
  .newDetails .hade_detail .Social button span {
    font-size: 0.6875rem;
  }
}
.newDetails .hade_detail .btn {
  background: transparent;
  outline: none; /* เพื่อลบเส้นขอบที่ปรากฏเมื่อไม่ได้รับการโฟกัส */
  padding: 0 10px;
}
@media (max-width: 767px) {
  .newDetails .hade_detail .btn {
    padding: 0 2px;
  }
}
.newDetails .hade_detail .btn:hover,
.newDetails .hade_detail .btn:focus {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  transition: none; /* เพื่อลบเอฟเฟกต์การเคลื่อนไหว */
  outline: none; /* เพื่อลบเส้นขอบที่ปรากฏเมื่อได้รับการโฟกัส */
}
.newDetails .hade_detail .hr {
  border-right: 2px solid #707070;
}
.newDetails .hade_detail .user1 span {
  font-size: 1.375rem;
  color: #fff;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .newDetails .hade_detail .user1 span {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .newDetails .hade_detail .user1 img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .newDetails .detail_card .pt-5 {
    padding-top: 15px !important;
  }
}
.newDetails .detail_card span {
  font-size: 1.625rem;
  font-weight: var(--fontnormal);
  color: #fff;
}
@media (max-width: 767px) {
  .newDetails .detail_card span {
    font-size: 0.875rem;
  }
}
@media (max-width: 415px) {
  .newDetails .detail_card span {
    font-size: 0.675rem;
  }
}
.newDetails .detail_card .detail_center {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newDetails .detail_card .detail_center {
    padding-top: 0px !important;
    margin-top: 0rem !important;
  }
}
@media (max-width: 767px) {
  .newDetails .detail_card .detail_center .mt-5 {
    margin-top: 1.5rem !important;
  }
}
.newDetails .detail_card .detail_center img {
  width: 100%;
  max-height: 600px;
}
@media (max-width: 767px) {
  .newDetails .detail_card .detail_center img {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .newDetails .gallery_detail {
    padding: 0;
    padding-bottom: 0rem !important;
  }
}
.newDetails .gallery_detail .logo-line2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .logo-line2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.newDetails .gallery_detail .head {
  padding-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .head {
    padding-top: 1rem !important;
  }
}
.newDetails .gallery_detail .head span {
  font-size: 3rem;
  font-weight: var(--fontbold);
  color: white;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .head span {
    font-size: 1.5rem;
  }
}
.newDetails .gallery_detail .style_col1 {
  padding-right: 1.5rem !important;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .style_col1 {
    padding-right: 0rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.newDetails .gallery_detail .style_col2 {
  padding-bottom: 1.5rem !important;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .style_col2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .style_col3 {
    padding-left: 0.5rem !important;
  }
}
.newDetails .gallery_detail .more_pictures1 {
  width: 100%;
  height: 713px;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .more_pictures1 {
    height: 278px;
  }
}
.newDetails .gallery_detail .more_pictures2 {
  width: 100%;
  height: 355px;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .more_pictures2 {
    height: 138px;
  }
}
.newDetails .gallery_detail .more_pictures3 {
  width: 100%;
  height: 355px;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .more_pictures3 {
    height: 138px;
  }
}
.newDetails .gallery_detail .more_pictures4 {
  width: 405px;
  height: 355px;
}
@media (max-width: 767px) {
  .newDetails .gallery_detail .more_pictures4 {
    height: 138px;
    width: 169px;
  }
}
@media (max-width: 415px) {
  .newDetails .gallery_detail .more_pictures4 {
    width: 149px;
  }
}
@media (min-width: 1682px) and (max-width: 1919px) {
  .newDetails .gallery_detail .more_pictures4 {
    width: 345px;
  }
}
.newDetails .gallery_detail .logo {
  height: 1px;
}
.newDetails .detail_all {
  padding: 0px 50px;
}
@media (max-width: 767px) {
  .newDetails .detail_all {
    padding: 0px 20px;
  }
}
.newDetails .hot_new .head_hot_new {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 1rem 0;
}
.newDetails .hot_new .head_hot_new span {
  font-size: 3rem;
  font-weight: var(--fontbold);
  color: #fff;
}
@media (max-width: 767px) {
  .newDetails .hot_new .head_hot_new span {
    font-size: 1.5rem;
  }
}
.newDetails .hot_new .head_hot_new a {
  color: var(--color-secondary);
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: var(--fontnormal);
}
@media (max-width: 767px) {
  .newDetails .hot_new .head_hot_new a {
    font-size: 1rem;
  }
}
.newDetails .hot_new .detail_hot_new {
  padding-left: 1.5rem !important;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new {
    padding-left: 0.5rem !important;
  }
  .newDetails .hot_new .detail_hot_new .card-body {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .newDetails .hot_new .detail_hot_new .card-pl0 {
    padding-left: 0 !important;
  }
  .newDetails .hot_new .detail_hot_new .card-pr0 {
    padding-right: 0 !important;
  }
}
.newDetails .hot_new .detail_hot_new .card-body {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.newDetails .hot_new .detail_hot_new .card {
  width: 390px;
  height: 589px;
  background: transparent;
  color: white;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .card {
    width: 100%;
    height: 250px;
  }
}
.newDetails .hot_new .detail_hot_new p {
  font-size: 1.5625rem;
  font-weight: var(--fontbold);
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new p {
    font-size: 0.875rem;
    margin-bottom: 0rem !important;
  }
}
.newDetails .hot_new .detail_hot_new .card-img-top {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .card-img-top {
    height: 100px;
  }
}
.newDetails .hot_new .detail_hot_new .logoClock {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .logoClock {
    width: 10px;
    height: 10px;
  }
}
.newDetails .hot_new .detail_hot_new .logoEye {
  width: 18px;
  height: 14px;
  margin-right: 5px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .logoEye {
    width: 12px;
    height: 8px;
    margin-left: 5px;
  }
}
.newDetails .hot_new .detail_hot_new .card_footer {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .card_footer {
    padding-top: 0px;
  }
}
.newDetails .hot_new .detail_hot_new .card_footer span {
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .newDetails .hot_new .detail_hot_new .card_footer span {
    font-size: 0.625rem;
  }
}
@media (max-width: 415px) {
  .newDetails .hot_new .detail_hot_new .card_footer span {
    font-size: 0.525rem;
  }
}

@media (min-width: 1024px) {
  .box-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  .box-menu {
    display: block;
    height: 5rem;
  }
}

.menuNavigation .NavMobile {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 999;
  height: 80px;
  border-bottom: 1px solid #ffffff7a;
  background-color: #223a71;
}

.menuNavigation .full--menu {
  height: auto;
}

.menuNavigation .NavMobile .logo {
  height: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.menuNavigation .NavMobile .logoOpen {
  height: 47px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  opacity: 0;
  transform: translateX(-600px);
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.menuNavigation .NavMobile .menuBtn {
  height: 30px;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  right: 0;
}
.menuNavigation .NavMobile .menuBtnOpen {
  height: 30px;
  opacity: 0;
  transform: rotate(90deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1024px) {
  .menuNavigation {
    display: none;
  }
}
.menuNavigation .mLoginBtn {
  background-color: var(--color-primary) !important;
  color: #fff;
  font-weight: var(--fontmed);
  position: absolute;
  border: none !important;
  bottom: 30vh;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  opacity: 0;
  transform: translateX(600px);
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.menuNavigation .nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  outline: 0;
  right: 20px;
  top: 20px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.menuNavigation .nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100vh;
  position: relative;
  z-index: 5;
  visibility: hidden;
  list-style: none;
  margin-top: 80px;
  padding-left: 0;
}
.menuNavigation .nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
  border-bottom: 1px solid #eaeaea;
  padding-left: 0.5rem;
}
.menuNavigation .nav__item:first-child {
  border-top: 1px solid #eaeaea;
}
.menuNavigation .nav__item:nth-child(1) {
  transform: translateX(100px);
}
.menuNavigation .nav__item:nth-child(2) {
  transform: translateX(200px);
}
.menuNavigation .nav__item:nth-child(3) {
  transform: translateX(300px);
}
.menuNavigation .nav__item:nth-child(4) {
  transform: translateX(400px);
}
.menuNavigation .nav__item:nth-child(5) {
  transform: translateX(500px);
}
.menuNavigation .nav__item:nth-child(6) {
  transform: translateX(600px);
}
.menuNavigation .nav__link {
  color: #000;
  display: block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5625rem;
  text-decoration: none;
  padding: 1rem;
  font-weight: var(--fontmed);
}
.menuNavigation .nav__link:hover,
.menuNavigation .nav__link:focus {
  outline: 0;
}
.menuNavigation .menuicon {
  display: block;
  cursor: pointer;
  color: #fff;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuNavigation .menuicon__bar,
.menuNavigation .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuNavigation .menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuNavigation .menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}
.menuNavigation .splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}
.menuNavigation .splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}
.menuNavigation .nav:target > .splash::after,
.menuNavigation .nav--open > .splash::after {
  transform: scale(1);
}
.menuNavigation .nav:target .menuicon,
.menuNavigation .nav--open .menuicon {
  color: #fff;
  transform: rotate(180deg);
}
.menuNavigation .nav:target .menuicon__circle,
.menuNavigation .nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.menuNavigation .nav:target .menuicon__bar:nth-child(1),
.menuNavigation .nav:target .menuicon__bar:nth-child(4),
.menuNavigation .nav--open .menuicon__bar:nth-child(1),
.menuNavigation .nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.menuNavigation .nav:target .menuicon__bar:nth-child(2),
.menuNavigation .nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.menuNavigation .nav:target .menuicon__bar:nth-child(3),
.menuNavigation .nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.menuNavigation .nav:target .nav__menu,
.menuNavigation .nav--open .nav__menu {
  visibility: visible;
}
.menuNavigation .nav:target .nav__item,
.menuNavigation .nav--open .nav__item {
  opacity: 1;
  transform: translateX(0);
}
.menuNavigation .nav--open .logo {
  opacity: 0;
}
.menuNavigation .nav--open .logoOpen {
  opacity: 1;
  transform: translateX(0);
}
.menuNavigation .nav--open .menuBtn {
  opacity: 0;
  color: #fff;
  transform: rotate(180deg);
}
.menuNavigation .nav--open .menuBtnOpen {
  opacity: 1;
  color: #fff;
  transform: rotate(0deg);
}
.menuNavigation .nav--open .mLoginBtn {
  opacity: 1;
  transform: translateX(0);
}
.overFlowLock {
  overflow-y: hidden !important;
}
.loadingScreen {
  /* position: absolute; */
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 1.2s;
  background-color: #223a71;

  height: 100vh;
}
.loadingHide {
  opacity: 0;
  transition: all 1.2s;
  /* display: none; */
}
.loadingRemove {
  display: none;
}
.swiperPaginationBox {
  position: absolute;
  top: 33px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025px) {
  .swiperPaginationBox {
    position: absolute;
    top: 257px;
    /* left: 22px; */
    height: 100%;
    width: 100%;
    right: unset !important;
  }
}

.swiperPaginationBox .boxPaginationRight {
  position: relative;
}
.cardInvestor .swiper-pagination {
  transform: none;
  width: 40px;
  height: 30px;
  margin: auto;
  display: grid;
  margin-left: 100px;
  margin-top: 58px;
}
@media (max-width: 767px) {
  .cardInvestor .swiper-pagination {
    margin-left: -157px;
    margin-top: 90px;
    right: 330px !important;
    bottom: 42px !important;
  }
}

.agentPort .mission-card .card-img-top {
  height: 215px !important;
}

.right-word h4 {
  color: #ffffff;
}
.agentPort .box-image-grag-drop {
  /* min-height: 785px; */
  /* height: auto; */
}

.cardInvestor .swiper-pagination .swiper-pagination-bullet {
  background: url(../images/bulletEcg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: initial;
  width: 30px;
  height: 30px;
  margin: 0 5px !important;
  opacity: 1;
  transform: rotate(0deg);
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  .cardInvestor .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 18px;
  }
} /*# sourceMappingURL=styles_new.css.map */
.update-1 .form-select-category {
  font-size: 1.25rem;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #ffffff9e;
  color: #ffffff9e;
}
.update-1 .form-select-category .option_item {
  font-size: 16px;
  color: black;
}

@media (max-width: 1720px) {
  .Maincontent .cardHeader .boxRight img {
    height: 430px;
    display: block !important;
    z-index: 1;
    position: absolute;
    right: 2%;
    top: 25%;
  }
}

@media (max-width: 1750px) {
  .cardInvestor .row .boxRight {
    padding: 4rem;
  }
}

@media (max-width: 1440px) {
  .Maincontent .cardHeader .boxRight img {
    height: 380;
    display: block !important;
    z-index: 1;
    position: absolute;
    right: 2%;
    top: 25%;
  }

  .Maincontent .cardHeader .boxLeft {
    position: absolute;
    top: 200px;
  }
}

@media (max-width: 1280px) {
  .Maincontent .cardHeader .boxRight img {
    top: 247px;
  }
}

@media (max-width: 1180px) {
  .Maincontent .cardHeader .boxRight img {
    height: 358px;
    display: block !important;
    z-index: -1;
    position: absolute;
    right: -99px;
    top: 295px;
  }
}

@media (max-width: 1024px) {
  .Maincontent .cardHeader .boxRight img {
    top: 622px;
    height: 364px !important;
    right: 0;
    left: 0;
    width: auto;
  }
  .text-golive {
    text-align: left;
    width: 100%;
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .top500ranking .top500ranking-detail .rank-card .my-rank-list {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    padding: 1rem;
    background: #223a71;
    /* opacity: 80%; */
    flex-wrap: wrap;
    margin-bottom: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .top500ranking {
    margin-top: 0rem;
  }

  .top500ranking .top500ranking-detail .rank-card {
    width: 100%;
    margin: 0 auto;
  }

  .mission-card .card-body .box-card-footer p {
    color: #081c2a;
    font-weight: 400;
    margin-top: 1rem !important;
    font-size: 1rem;
  }

  .clubhomeMainBody .h_pic_mission {
    height: 125px !important;
  }

  .mission-card .card-title {
    margin-bottom: 1rem;
  }
  .mission-list .for-ecg-section {
    margin-top: 0rem;
  }
  #mission_list {
    margin-bottom: 3rem;
  }

  #mission_list .mission-card .card-title {
    margin-bottom: 0.5rem;
  }

  .faqMain {
    padding-bottom: 0px !important;
    margin-bottom: 5rem;
  }

  #mission_list .mission-card .card-body .box-card-footer p {
    color: #081c2a;
    font-weight: 400;
    margin-top: 0.5rem !important;
    font-size: 1rem;
  }

  .clubhomeMainBody .mission-card {
    border-radius: 15px;
  }
  .mission-card img {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .clubhomeMainBody .mission-flag {
    border-radius: 0 14px 0 0;
  }

  .clubhomeMainBody .carousel-ecgclub .cardGlass {
    height: 524px;
  }

  .ecg-cardlist,
  .ecg-news {
    margin-top: 0rem;
  }

  .ecg-cardlist > .box-title,
  .ecg-news > .box-title {
    margin-top: 0rem;
  }

  .mainBodyHomeInside .carousel-ecgclub .cardGlass {
    min-height: 580px;
  }

  .mainBodyHome .news-card img.thumbnail-card {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .mainBodyHome .news-card {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1rem;
    min-height: 40px;
    background: transparent;
    border: unset;
  }

  .invest-card {
    background-color: white;
    border-radius: 15px;
    padding-bottom: 0rem;
  }

  #footerLogin {
    display: none !important;
  }

  .mainBody .contentProfile .profileImageCard .profileImage .borderImg {
    border: 7px solid rgba(149, 142, 118, 0.2);
    border-radius: 100%;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
  }
  .showProfile .iconEdit {
    height: 20px;
    position: relative;
    top: -6px;
    left: 10px;
  }

  .showProfile .news-card img.thumbnail-card {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .showProfile .news-card .card-title {
    margin-bottom: 0;
    min-height: 52px;
  }

  .showProfile .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-top: 0.75rem;
    margin-bottom: 3rem;
    list-style: none;
  }

  .showProfile .news-card {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    box-shadow: none;
    background: transparent;
    border: none;
  }
  .investor-port-mainbody .right-word h4 {
    color: #ffffff;
  }

  .mainBody .contentProfile .boxInput {
    padding: 1rem;
    padding-bottom: 2rem !important;
  }

  .investor-port-mainbody .mainBody .cardGlass {
    border-radius: 14px;
  }

  .investor-port-mainbody .box-title-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .investor-port-mainbody .cg-ivp {
    height: auto;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
  }

  .investor-port-mainbody .position-card-ivp .pt-4 {
    border-radius: 14px;
  }

  .investor-port-mainbody .cardGlass .pt-4 {
    padding-top: unset !important;
    font-size: 0.85rem;
    font-family: "Kanit Regular";
    margin-bottom: 0;
  }
  .investor-port-mainbody .table-section {
    margin-bottom: 4rem;
  }
  .investor-port-mainbody .col-lg-5 .right-word {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    float: unset;
  }

  .mainBody .cardGlass {
    border-radius: 14px;
  }

  .investor-port-mainbody .w-dtbt-card {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }

  .investor-port-mainbody .mypayoff .mypayoff-list .not-found {
    font-size: 0.85rem;
    font-family: "Kanit Regular";
  }

  .investor-port-mainbody .cardGlass .title-glass {
    font-size: 1.75rem;
    color: #4187f3;
    font-weight: bold;
    text-align: center;
    padding: 0rem 0 0 0;
    margin-bottom: 0;
  }
  .content-peref-model {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-peref-model h4 {
    font-size: 1rem;
  }
  .breadcrumb .breadcrumb-item {
    color: #fff;
    opacity: 0.7;
    font-size: 0.85rem;
    font-weight: var(--fontnormal);
  }
  hr.line {
    color: #fff;
    height: 2px;
    margin: 20px 0;
  }

  .clubHomeImageCard.cardGlass h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .detail-peref-model .note-detail,
  .detail-peref-model .note-detail2 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
    font-size: 0.75rem;
  }
  .content-peref-model .col-12 {
    padding: 0;
  }

  .detail-peref-model,
  .detail-peref-model2 {
    background-color: #4187f3;
    margin: 0 12px;
    width: 100%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .top500ranking .top500ranking-detail .rank-card .rank-list .rank-desc2 p,
  .top500ranking .top500ranking-detail .rank-card .rank-list .rank-desc3 p,
  .top500ranking .top500ranking-detail .rank-card .rank-list .rank-desc1 p,
  .top500ranking .top500ranking-detail .rank-card .my-rank-list .rank-desc2 p,
  .top500ranking .top500ranking-detail .rank-card .my-rank-list .rank-desc1 p,
  .top500ranking .top500ranking-detail .rank-card .my-rank-list .rank-desc3 p {
    font-size: 0.65rem;
  }

  .top500ranking .top500ranking-detail .rank-card .rank-list {
    padding-left: 52px;
    background: rgba(255, 255, 255, 0.4);
  }
}

#footerLogin .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: 12px;
  }

  .swiperPaginationBox {
    top: 153px;
  }

  .cardInvestor .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }

  .navbar {
    height: 96px;
  }

  .Maincontent .cardHeader .boxRight img {
    height: 320px;
    display: block !important;
    z-index: 1;
    position: absolute;
    right: 2%;
    top: 25%;
  }
  .cardHeader .boxLeft .mouseBox {
    position: relative;
    bottom: -3rem;
  }
}

.cardInvestor .row {
  width: 100%;
  min-height: 470px;
}

@media (max-width: 1440px) {
  .cardInvestor .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .navbar {
    height: 96px;
  }
  .swiperPaginationBox {
    top: 32px;
  }

  .cardAboutHeader .swiperPaginationBox {
    height: 418px;
  }

  .cardAboutHeader .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: unset;
    bottom: 10px;
    width: 30px;
    right: 560px;
  }
  .cardInvestor .row {
    width: 100%;
    min-height: 250px;
  }
}

.cardInvestor .row .boxRight h1 {
  display: none;
}

@media (max-width: 768px) {
  .swiperPaginationBox {
    top: 257;
  }
}

@media (max-width: 767px) {
  .cardHeader .boxLeft .textRedefine {
    width: 100% !important;
    margin-top: unset !important;
  }

  .Maincontent .cardHeader .boxLeft {
    position: unset;
  }

  .text-golive {
    color: #ffffff;
    font-family: "Kanit Regular";
    font-weight: 400;
    font-size: 1rem;
    margin: 2rem 0;
    margin-right: 1rem;
    padding-left: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  .Maincontent .cardHeader .boxRight img {
    height: auto !important;
    width: 90%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 66%;
    bottom: 135px;
    z-index: 1;
  }
}

#contract_ecg {
  background: rgb(66 135 243 / 5%) !important;
  backdrop-filter: blur(8px);
}

#contract_ecg .modal-content {
  background: #0d3658ba !important;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#contract_ecg .box-logo-card .logo-card {
  border: unset;
}

#contract_ecg .close span {
  color: #fff !important;
}

.clubCorrelation .box-logo-card .logo-card img.thumbnail-card {
  background-color: #4187f3;
}

.home-profile .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
  position: absolute;
  right: 0;
  left: 6px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .Maincontent .cardHeader .boxLeft {
    width: 85%;
    position: unset;
    margin: auto;
  }
  .Maincontent .cardHeader .boxRight {
    width: 100%;
  }
  .Maincontent .cardHeader .boxRight img {
    height: auto !important;
    width: 92%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 1;
    bottom: 12%;
  }
  .cardHeader .boxLeft .mouseBox {
    display: none;
  }
  .cardInvestor .row .boxLeft {
    width: 100%;
    height: 52vh;
  }
  .cardInvestor .row .boxRight {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 5%;
  }
  .cardInvestor .row .boxLeft .imgInvestor {
    width: 40%;
  }
  .cardHeader {
    height: 100vh !important;
  }
  .cardInvestor .row {
    width: 100%;
    min-height: 350px;
  }
  .cardInvestor .swiper-pagination {
    transform: none;
    width: 40px !important;
    height: 30px;
    margin: auto;
    display: grid;
    margin-left: 0;
    bottom: -350px !important;
    left: -65% !important;
  }
  .ourProject .col-lg-3 {
    width: 50%;
  }
  .ourProject .cardGallery .cardImg .hover {
    height: 440px;
    opacity: 1;
  }
  .ourProject .cardGallery .cardImg img {
    height: 440px;
    opacity: 1;
  }
  .ourProject .cardGallery .cardImg .hover .logo {
    width: 200px;
  }
  .order_first {
    order: -1 !important;
  }
  .ourProject .cardGallery .cardImg .hover p {
    font-size: 2rem;
    left: 15px;
    bottom: 10px;
  }
  /* .navbar {
    display: none !important;
  } */
  .Maincontent .cardHeader .boxLeft .textRedefine {
    width: 85%;
  }
  /* #navbarResponsive_login{
    display: block !important;
  } */
  .navbar .nav-item {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
  .home-banner-inside-container .home-profile .box2 .box2-detail .contact-ecg {
    display: flex;
    justify-content: center;
    background-color: rgb(255 255 255 / 15%);
    width: auto;
    padding: 0.65rem 1.75rem;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 380px;
    margin: auto;
  }
  .home-banner-inside-container
    .home-profile
    .box2
    .box2-detail
    .contact-ecg
    .left {
    padding-top: 2px;
  }
  .detail-peref-model,
  .detail-peref-model2 {
    margin: 0;
    width: 100%;
  }
  .content-peref-model {
    margin: 0 !important;
  }
  .content-peref-model .col-12 {
    padding: 0 !important;
  }
  .badge-point_ivc2 {
    right: 25px;
  }
  .vl {
    display: none;
  }
  .box-image img {
    object-fit: cover;
  }
  .select-amount1 {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  .cardInvestor .swiper-pagination {
    transform: none;
    width: 40px !important;
    height: 30px;
    margin: auto;
    display: grid;
    margin-left: 0;
    bottom: -100px !important;
    left: -65% !important;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.dropdown-menu-notification .noti-header span#text {
  color: transparent;
}

.dropdown-menu-notification .noti-header span {
  padding: 2px;
}

.swiper-slide {
  position: absolute !important;
}

.cardInvestor .swiper-slide:nth-child(1) {
  z-index: 1 !important;
}

.cardInvestor .dot {
  height: 150px !important;
  margin-bottom: 70%;
  margin-left: 50%;
  width: auto !important;
}

@media (max-width: 767px) {
  .cardInvestor .dot {
    height: 120px !important;
    margin-bottom: 100%;
    margin-left: 10px;
    width: auto !important;
    position: absolute;
    top: 40%;
  }
}

.cardAboutHeader .dot {
  position: absolute;
  left: 0;
  margin-left: 30px;
  bottom: 0;
  top: 40%;
  height: 120px !important;
}

@media (min-width: 819px) and (max-width: 820px) {
  .cardAboutHeader .dot {
    position: absolute;
    left: 0;
    margin-left: 15px;
    bottom: 0px;
    top: 22%;
    height: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cardAboutHeader .dot {
    position: absolute;
    left: 0;
    margin-left: 15px;
    bottom: 0px;
    top: 22%;
    height: 90px !important;
  }
}

@media (max-width: 767px) {
  .cardAboutHeader .dot {
    position: absolute;
    left: 0;
    margin-left: 15px;
    bottom: 0px;
    top: 30%;
    height: 90px !important;
  }
}

@media (max-width: 380px) {
  .cardInvestor .row .boxLeft .imgInvestor {
    width: 35%;
  }
  .cardInvestor .row .boxLeft {
    height: 22vh;
  }
  .cardInvestor .row .boxRight {
    height: auto;
    padding: 2rem !important;
    justify-content: start;
    height: 80vh;
    overflow: hidden;
  }
}

.cardInvestorHome .boxLeft {
  padding: 8rem 16rem !important;
  position: relative;
  overflow: hidden;
}

.cardInvestorHome .boxLeft img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.cardInvestorHome .boxLeft img.imgInvestor {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.cardInvestorHome .boxRight {
  background-color: #171717;
  padding: 4rem !important;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.cardInvestorHome .boxRight .boxTop{
  margin-bottom: 15px;
}

.cardInvestorHome .boxRight .boxTop h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}

.cardInvestorHome .boxRight .boxTop h3 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "Kanit Regular";
  line-height: 1.4;
}

.cardInvestorHome .boxRight .boxTop h4 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Kanit Regular";
  line-height: 1.4;
}

.cardInvestorHome .boxRight .row h4 {
  margin-left: 12px;
}

.cardInvestorHome .boxRight .readMore {
  max-width: 180px;
  margin-top: 35px;
  margin-left: 10px;
}

.cardInvestorHome .boxRight.itemRight {
  align-items: end;
  text-align: right;
}

.cardInvestorHome .boxRight.itemRight .readMore {
  margin-left: auto;
}

.cardInvestorHome .boxRight .col-12 h4 {
  line-height: 2.2;
  font-weight: normal;
  font-family: "Kanit Regular";
}

@media (max-width: 767px) {
  .cardInvestorHome .boxLeft {
    padding: 4rem 4rem !important;
    position: relative;
    overflow: hidden;
  }
  .cardInvestorHome .boxRight .boxTop h1 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  
  .cardInvestorHome .boxRight .boxTop h3 {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Kanit Regular";
    line-height: 1.4;
  }
  
  .cardInvestorHome .boxRight .boxTop h4 {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: "Kanit Regular";
    line-height: 1.4;
  }

  .cardInvestorHome .boxRight.itemRight {
    align-items: start;
    text-align: left;
  }
  .cardInvestorHome .boxRight.itemRight .readMore {
    margin-left: 0;
  }
}