:root {
  --text-gradient: linear-gradient(94deg, #00529c 12.98%, #008a4b 80%);
  --short-text-gradient: linear-gradient(94deg, #00529c 12.98%, #008a4b 40%);
  --blue-text-color: #072146;
  --main-blue: #00529c;
  --light-blue: #f0f5fa;
  --dark-blue: #030d1f;
  --light-grey: #dddddd;
  --grey: #666666;
  --extra-bold-weight: 800;
  --bold-weight: 700;
  --normal-weight: 400;
  --light-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}

img {
  max-width: 100%;
}
body {
  font-size: 14px;
  padding-top: 40px;
}
body {
  margin: 0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
  .stakeholder-content-item .container {
    max-width: 1400px;
    margin-bottom: 100px;
  }
}

header.site-header {
  box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
  width: 100%;
  padding: 0px 12px;
  background: rgb(255 255 255 / 90%);
}
nav.navbar {
  width: 100%;
}
img.header-logo {
  height: 45px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ddd;
}
li.nav-item {
  margin: 0px 8px;
  position: relative;
}

li.nav-item:hover .nav-tooltip {
  opacity: 1;
  transition: 0.5s all;
}
.nav-tooltip {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  width: max-content;
  background: #ffffff97;
  color: #00529c;
  padding: 10px 30px;
  border-radius: 200px;
  box-shadow: rgba(71, 170, 245, 0.4) -1px -1px 10px 0px,
    rgba(77, 236, 132, 0.4) 1px 1px 10px 0px;
  border: 1px solid #a1d3ff;
  opacity: 0;
  transition: 0.5s all;
  background: #fff;
}
.nav-tooltip span {
  font-weight: var(--bold-weight);
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.nav-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #a1d3ff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
nav li a {
  color: var(--dark-blue);
}
nav li a.active {
  font-weight: var(--bold-weight);
  margin-bottom: -3px;
  /* border-image: linear-gradient(#00529c, #00713d) 30; */
  border-color: #00529c;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--main-blue);
}
.step-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
h1,
h2,
.step-title {
  font-weight: var(--bold-weight);
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-title {
  background: var(--short-text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-main h5 {
  font-weight: var(--light-weight);
  color: var(--blue-text-color);
  line-height: 1.5em;
}
button,
a.link-button {
  background: #00529c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  display: table;
  text-decoration: none !important;
  margin-top: 16px;
}
a.link-button-white {
  background: #fff;
  color: #00529c;
}
a.link-button.outline {
  background: #fff;
  border: 1px solid #00529c;
  color: #00529c;
}
#landing-banner a {
  text-decoration: none;
}
.margin-center {
  margin: auto;
}
.title-center h1,
.title-center .subtitle-text {
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin: auto;
}
.land-main-section h1,
.page-main-section h1 {
  font-size: 2rem;
}
.land-main-section h,
.page-main-section h2 {
  font-size: 1.6rem;
}
.land-main-section h1 span,
.page-main-section h1 span {
  font-weight: 400;
  font-size: 1.4rem;
}
.subtitle-text {
  font-weight: var(--light-weight);
  font-size: 1.1rem;
  color: var(--blue-text-color);
}

.main-absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.main-img-container {
  position: relative;
}

.land-main-section.blue-bg {
  background-color: var(--light-blue);
}
.landing-4step-content {
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  position: relative;
}
.landing-step-title {
  font-size: 1.5rem;
  font-weight: var(--bold-weight);
  margin-bottom: 16px;
  line-height: 1.6rem;
}
.landing-step-indicator span {
  display: block;
  font-size: 1rem;
  font-weight: var(--normal-weight);
}
.landing-step-indicator div {
  font-size: 6rem;
  font-weight: var(--bold-weight);
  color: var(--main-blue);
  opacity: 0.6;
  line-height: 6rem;
  margin-bottom: 2rem;
  background: -webkit-linear-gradient(var(--main-blue), #158f63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.landing-4step-know-more {
  background: var(--main-blue);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  display: table;
  text-decoration: none !important;
}
a.button-link {
  text-decoration: none !important;
}
a.button-link button img,
.step-navigation .link-button img {
  width: 18px;
  margin-left: 6px;
  margin-bottom: 1px;
}
a.step-next.link-button {
  float: right;
}
.step-navigation {
  display: table;
  width: 100%;
}
a.left-icon-button button img,
.left-icon-button img {
  width: 24px;
  margin-left: 0px !important;
  margin-right: 6px !important;
}
.highlight-news-container a.left-icon-button button img {
  width: 40px;
  margin-right: 12px !important;
}
.highlight-news-container a.left-icon-button button {
  margin-top: 12px !important;
}
img.landing-4step-img {
  position: absolute;
  top: 32px;
  right: 12px;
  width: 200px;
}
.landing-news-photo-row {
  margin-bottom: 12px;
}
.landing-news-photo-row img {
  margin-bottom: 12px;
  border-radius: 5px;
}

#landing-news-section .news-title {
  margin-top: 4px;
  margin-bottom: 16px;
  font-weight: var(--bold-weight);
}

.land-main-section.section-box .container {
  border-radius: 15px;
  padding: 65px;
  border: 1px solid #00529c;
  position: relative;
  background-color: #fff;
}
.land-main-section.section-box .col {
  text-align: center;
}

.box-summary-btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  width: 85%;
  padding: 16px;
  background: var(--text-gradient);
  color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
}
.box-summary-btn a {
  color: #fff !important;
  font-weight: 500;
}
.box-summary-btn img {
  width: 28px;
  margin-left: 10px;
}
.light-blue-bg-section {
  background-color: var(--light-blue);
  width: 100%;
  display: table;
  height: 320px;
  margin-top: -300px;
}

#landing-events-section img {
  margin-bottom: 20px;
}
.landing-events-single {
  margin-bottom: 36px;
}
footer {
  text-align: center;
  padding: 12px;
  font-size: 0.75rem;
  background-color: var(--light-blue);
}

.footer-interested-section {
  background-color: var(--main-blue);
}
.footer-interested-section h3 {
  color: #fff !important;
  font-weight: var(--bold-weight);
}

.footer-interested-section .subtitle-text {
  color: #fff !important;
}

.white-button {
  background: #fff;
  color: var(--main-blue);
}
.event-title {
  font-size: 1.15rem;
  font-weight: var(--bold-weight);
  margin-bottom: 8px;
}
.event-guest {
  color: #636772;
}
.event-guest b {
  font-weight: 600;
}
.text18 {
  font-size: 18px;
  display: table;
}
.text18 b {
  font-size: 18px;
}
.blue-boxed {
  background: var(--light-blue);
  padding: 40px 60px;
  border-radius: 25px;
}
.blue-boxed.step1-detail-container {
  border-radius: 0px;
}
.reminder-content {
  background: #fff7ed;
  padding: 12px;
  line-height: 1.3em;
  border: 1px solid #ffb762;
  border-radius: 5px;
}

button img {
  width: 24px;
}
.reminder-content img {
  width: 30px;
  margin-right: 12px;
}
img.step-icon {
  width: 80px;
  float: left;
  margin-right: 14px;
}

img.small-icon {
  width: 50px;
  float: left;
  margin-right: 14px;
}

.step1-detail-long-text img.step-icon {
  padding-bottom: 30px;
}

.step1-detail-short-text {
  display: flex;
  align-items: center !important;
}

.stepper-item .step-indicator {
  font-size: 16px;
  color: var(--grey);
  font-weight: var(--normal-weight);
  margin-bottom: -2px;
}
.stepper-item {
  border-bottom: 2px solid var(--light-grey);
  font-size: 17px;
  font-weight: var(--normal-weight);
  padding-bottom: 18px;
  color: var(--grey);
  cursor: pointer;
  transition: all 0.5s;
}
.stepper-item:hover {
  color: var(--main-blue);
  transition: all 0.5s;
}
.stepper-item:hover .step-indicator {
  color: var(--main-blue);
  transition: all 0.5s;
}
.stepper-item.active {
  border-bottom: 4px solid var(--main-blue);
  font-size: 17px;
  font-weight: var(--bold-weight);
  padding-bottom: 16px;
  color: var(--blue-text-color);
}
img.doc-icon {
  width: 40px;
}
.doc-icon-container {
  position: absolute;
  right: 0;
}
.step-doc-list-title {
  position: relative;
}
.doc-switch {
  background: var(--main-blue);
  border-radius: 10px;
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 6px;
}
.doc-switch-label {
  float: left;
  padding: 18px 26px;
  background: #072146;
  color: #fff;
  margin-right: 8px;
  border-radius: 8px 0px 0px 8px;
}
.doc-switch-item {
  float: left;
  cursor: pointer;
  color: #fff;
  padding: 12px 26px;
  margin: 6px 0px;
}
.doc-switch-item.active {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 8px #2f67a826;
  color: var(--blue-text-color);
  font-weight: 500;
}
.doc-switch-item.active:hover {
  color: var(--blue-text-color);
  font-weight: 500;
}
.doc-switch-item:not(.active):hover {
  color: #fff;
  opacity: 0.8;
}
.doc-title-row {
  display: table;
  position: relative;
  min-height: 40px;
  color: #000;
  font-size: 18px;
  padding-right: 45px;
  min-height: 54px;
}
.doc-item {
  border-bottom: 1px solid var(--blue-text-color);
  padding-top: 20px;
  padding-bottom: 27px;
  height: 100%;
}

.doc-description {
  width: 85%;
  color: var(--grey);
}

.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.accordion-item {
  border: 0px !important;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
button.accordion-button.collapsed {
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
}
.accordion-button,
.accordion-body {
  font-size: 18px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-collapse.collapse.show {
  padding-bottom: 20px;
}
.contact-info img {
  width: 44px;
  margin-right: 12px;
}
.contact-subtitle-text {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact-info {
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-main-img {
  width: 380px;
  max-width: 100%;
  margin: auto;
  display: block;
}
#contact-page-body .page-main-section {
  margin-bottom: 150px;
}
#contact-page-body footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile-step-nav {
  display: none;
}
.what-is-emed-point-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--blue-text-color);
  line-height: 1.2em;
  margin-bottom: 10px;
  opacity: 0.6;
}
.what-is-emed-point-content {
  display: none;
}
.what-is-emed-point-container {
  transition: all 0.5s;
}
.what-is-emed-point-container.active .what-is-emed-point-content {
  display: block;
}

.what-is-emed-point-container.active .what-is-emed-point-title {
  font-weight: 600;
  opacity: 1;
}
img.what-is-emed-icon {
  float: left;
  margin-bottom: 10px;
  margin-right: 16px;
  width: 25px;
}
.what-is-emed-point-container.active img.what-is-emed-icon {
  margin-bottom: 15%;
}

html[lang="tc"] .what-is-emed-point-container.active img.what-is-emed-icon,
html[lang="sc"] .what-is-emed-point-container.active img.what-is-emed-icon {
  margin-bottom: 10%;
}
.what-is-emed-img img {
  display: none;
}
.what-is-emed-img img.active {
  display: block;
}
ul.about-pupose-list {
  padding-left: 0px;
  padding-top: 16px;
  margin-top: 20px;
}
ul.about-pupose-list li {
  list-style: none;
  border-left: 4px solid var(--blue-text-color);
  padding-left: 10px;
  margin-bottom: 24px;
  font-size: 17px;
}

.display-mobile {
  display: none;
}
.display-desktop {
  display: block;
}
.display-desktop.row {
  display: flex;
}
#slider {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.slide {
  width: 600px;
  height: 450px;
  float: left;
}
.slider-container {
  width: 100%;
  height: 450px;
  position: relative;
  padding-bottom: 80%;
}
.slider-content {
  display: block;
}
b.slider-title {
  font-size: 19px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
  line-height: 1.3em;
  color: var(--main-blue);
}
.slide {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.active {
  opacity: 1;
}
.prev,
.next {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: none;
  cursor: pointer;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.dots {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin: 0 8px;
  cursor: pointer;
}
.active-dot {
  background-color: var(--blue-text-color);
}
.switch-lang-container {
  background: #f3f7fa;
  padding: 8px 12px;
}
.switch-lang-container a:first-child {
  border-right: 1px solid #aaa;
  margin-right: 10px;
  padding-right: 7px;
}
.switch-lang-container a {
  font-size: 15px;
  text-decoration: none;
  color: var(--dark-blue);
}
.doc-switch-v2 {
  display: table;
  margin-top: 30px;
  margin-bottom: 20px;
}
.doc-switch-item-v2 {
  float: left;
}
.doc-switch-item-v2.active {
  color: var(--main-blue);
  border-bottom: 3px solid var(--main-blue);
  padding-bottom: 7px;
  font-weight: 500;
}

.doc-switch-item-v2 {
  color: #666;
  float: left;
  padding: 10px 25px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
.highlight-news-container h3 {
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
  font-weight: var(--bold-weight);
}
.highlight-news-container {
  padding: 28px;
  background: #f0f5f9;
  margin-top: 20px;
  border: 1px solid #c1cde0;
  border-radius: 5px;
}
.highlight-news-container h3 div {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}
.materials-col span {
  color: #444;
  margin-top: 5px;
  display: table;
}
.materials-col span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #444;
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.youtube-container {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  width: 800px;
  max-width: 100%;
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

#landing-pills,
#landing-folder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

svg path#landing-pill-black,
svg path#landing-pill-green {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: dash 2s 3s linear forwards;
}
svg path#landing-folder-black {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dash2 2s 3s linear forwards;
}
svg path#landing-folder-green {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dash 2s 3s linear forwards;
}
#landing-folder-shadow {
  opacity: 0;
  animation: fadein 3s 3s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 120;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .custom-dropdown::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-item:hover > .dropdown-menu {
    display: block;
  }
  ul.dropdown-menu li {
    list-style-type: none;
    display: inline;
  }

  .navbar-nav .nav-link {
    display: inline-block;
  }

  .ml-auto {
    display: inline-block !important;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
  .order-md-2 {
    order: 2 !important;
  }

  div#navbarHeader {
    right: 0;
    position: absolute;
  }
  .document-reuslt-container .doc-list-item:first-child .doc-item,
  .document-reuslt-container .doc-list-item:nth-child(2) .doc-item,
  .document-reuslt-list .doc-list-item:nth-child(2) .doc-item,
  .document-reuslt-list .doc-list-item:nth-child(2) .doc-item {
    border-top: 4px solid var(--blue-text-color);
  }
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 1 !important;
  }
}
@media (max-width: 1500px) {
  img.landing-4step-img {
    width: 180px;
    top: 24px;
  }

  nav.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .main-img-container {
    width: 400px;
    max-width: 90%;
    margin: auto;
  }

  nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  img.header-logo {
    height: 45px;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 0px;
    display: block !important;
    margin-bottom: 1px;
    height: 33px;
  }

  li.nav-item {
    margin: 0px 8px;
  }
  .nav-brand {
    display: flex !important;
  }
  .landing-step-title br {
    display: none;
  }
  .land-main-section.section-box .container {
    padding: 24px;
  }
  .box-summary-btn {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .nav-tooltip {
    display: block;
    opacity: 1;
    position: relative;
    transform: none;
    bottom: auto;
    left: auto;
    border: 0;
    box-shadow: none;
    text-align: left;
    padding: 0 16px;
    margin-top: -14px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    padding-bottom: 12px;
  }
  .nav-tooltip span {
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #666;
    background: none;
    font-size: 15px;
  }
  .nav-tooltip:before {
    display: none;
  }
  .navbar-nav li a:active ~ .nav-tooltip,
  .navbar-nav li a.active ~ .nav-tooltip {
    background: #00529c;
    color: #fff;
  }
  .navbar-nav li a:active ~ .nav-tooltip span,
  .navbar-nav li a.active ~ .nav-tooltip span {
    color: #fff;
    opacity: 0.7;
  }
  .nav-brand img {
    display: inline !important;
    margin-right: 0px;
    height: 30px;
  }
  span.platform-name {
    display: inline-flex;
    width: 210px;
    line-height: 1.3em;
  }

  .highlight-news-container {
    margin-left: 0px;
    margin-right: 0px;
    padding: 21px 12px;
  }
  .highlight-news-container .materials-col {
    margin-bottom: 20px;
  }
  .dropdown > .dropdown-toggle:active {
    pointer-events: auto;
  }

  .accordion-button,
  .accordion-body {
    font-size: 16px;
  }
  .step2-doc-title br {
    display: none;
  }
  .title-center .subtitle-text {
    font-size: 16px;
  }
  .landing-step-title {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
  .what-is-emed-point-title {
    font-size: 18px;
  }
  .blue-boxed {
    padding: 20px;
  }
  .display-mobile {
    display: block;
  }
  .display-desktop,
  .display-desktop.row {
    display: none;
  }
  .document-reuslt-container.desktop,
  .doc-switch {
    display: none !important;
  }
  .accordion.doc-list-mobile {
    display: block !important;
  }
  .mobile-step-nav {
    display: block;
  }
  .mobile-step-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion.doc-list-mobile {
    display: none;
  }
  .doc-list-mobile h2 {
    -webkit-text-fill-color: unset;
  }
  .doc-list-mobile .accordion-button {
    background: #edf3ff !important;
    color: var(--main-blue);
    font-size: 18px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .doc-list-mobile .accordion-body {
    background: #f6faff;
    padding-top: 0;
  }
  .doc-item {
    border-bottom: 1px solid #07214630;
  }
  .document-reuslt-container .doc-list-item:first-child .doc-item,
  .document-reuslt-container .doc-list-item:nth-child(2) .doc-item,
  .document-reuslt-list .doc-list-item:nth-child(2) .doc-item,
  .document-reuslt-list .doc-list-item:nth-child(2) .doc-item {
    border-top: 0px !important;
  }
  .document-reuslt-container h5 {
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    font-size: 20px;
  }
  .document-reuslt-container h5 {
    margin-bottom: 0px !important;
    border-bottom: 3px solid #d3d7db;
    padding-bottom: 20px;
  }
  div#mobile-step-next {
    right: 10px;
  }
  div#mobile-step-prev {
    left: 10px;
  }
  .nav-brand {
    margin-left: 16px;
  }
  header.site-header {
    padding: 10px 0px 10px 0px !important;
    height: 65px;
  }
  header .container-fluid {
    padding: 0px;
  }
  .navbar-nav li a:active {
    background: #00529c;
    color: #fff;
  }
  .navbar-toggler {
    border: 0px !important;
    margin-right: 5px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  div#navbarHeader {
    /* margin-top: 25px; */
    width: 100%;
    background: #fff;
    top: 55px;
    box-shadow: 0px 3px 5px #0000005c;
    position: absolute;
  }
  li.nav-item {
    margin: 0;
  }
  .navbar-nav li a.active {
    border-bottom: 1px solid #ddd;
    background: var(--main-blue);
    color: #fff !important;
    font-weight: var(--normal-weight);
  }
  .navbar-nav li a {
    padding: 16px 16px;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  li.nav-item.dropdown.display-mobile ul.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    padding: 0;
    background: #f5f5f5;
  }
  .switch-lang-container {
    margin-bottom: -6px;
  }
  .navbar-nav .dropdown li a.active {
    background: #f5f5f7;
    color: var(--main-blue) !important;
    font-weight: var(--bold-weight);
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .land-main-section.section-box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .landing-news-photo-row img {
    margin-bottom: 12px;
  }
  .landing-4step-content {
    padding: 32px;
  }
  .land-main-section h1,
  .page-main-section h1 {
    font-size: 1.7rem;
  }
  .page-main-section h1 br {
    display: none;
  }
  .land-main-section h2,
  .page-main-section h2 {
    font-size: 1.4rem;
  }
  .land-main-section h1 span,
  .page-main-section h1 span {
    font-size: 1.2rem;
  }
  #about-page-body .page-main-section h1 span {
    display: table;
    text-align: center;
    margin: auto;
  }
  #landing-banner h1 {
    text-align: center;
    margin-top: 16px;
    font-size: 2rem;
  }
  #landing-banner h5 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    line-height: 1.7rem;
  }
  #landing-banner button {
    display: block;
    margin: auto;
  }
  .stepper-item:not(.active) {
    display: none;
  }
  .stepper-item.active {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 16px;
    border: 0px;
    background: #f5f5f5;
  }

  .blue-boxed.step1-detail-container {
    padding: 32px 16px;
  }
  .step1-detail-container:nth-child(2n) {
    background: rgb(240 245 250 / 50%);
  }
  .step1-detail-container .col-sm-6 {
    margin-bottom: 24px;
  }
  .step1-detail-container .col-sm-6 img.step-icon {
    display: block;
    float: none;
    padding-bottom: 10px;
  }
  .step1-detail-short-text {
    display: block;
  }
  .doc-title-row {
    padding-right: 100px;
  }
  div#step-innerpage-top-section button {
    width: 100%;
  }
  img.small-icon {
    float: none;
    margin: 0px !important;
    padding: 0px !important;
  }
  button.navbar-toggler {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  button.navbar-toggler {
    position: absolute;
    top: 3px;
    right: 0;
    margin-right: 3px;
  }
  .nav-brand {
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .step-navigation a {
    display: block;
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .step-navigation {
    margin-top: 0px !important;
  }
  span.platform-name {
    width: 200px;
  }
  html[lang="en"] span.platform-name {
    font-size: 15px;
  }
}

/* style updated based on home page secion: Latest Progress of Data Connectivity Preparation */
.custom-title {
    font-size: 24px;
}

.custom-title-green {
    color: #006E46;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.custom-title-icon {
    width: 24px; 
    height: 24px; 
    vertical-align: middle; 
    margin-right: 0px; 
}

.custom-container {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(90deg, #F2F4F8 0%, #FFF 37.42%);
  text-align: center;
}

.custom-card {
  border-radius: 10px;
  margin-bottom: 24px;
  height: 100%;
  padding: 0 4px;
}

.custom-card ul {
  padding-left: 18px;
}

.custom-card li {
  text-align: left;
}

.custom-card-title {
  text-align: center;
}

.custom-card-img-container {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-card-img-container img {
  width: 100%;
  max-width: 160px;
}

.custom-card-content {
  font-size: 14px;
}

.custom-card-content li {
  font-size: 14px;
}

        
