@charset "utf-8";

img {
  width: 100%;
  pointer-events: none;
}

body { color: #003C71; }

.remove-padding-top { padding-top: 0 !important; }

a {
  color: #003C71;
  text-decoration: none;
}

a:hover {
  color: #003C71;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003C71;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fff;
  transition: all 0.4s;
}

.back-to-top:hover i {
  color: #003c71;
  transition: all 0.4s;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #003C71;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.nav-justify { justify-content: center !important; }

#header {
  position: fixed;
  top: 0;
  left: 0.5%;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

#header::-webkit-scrollbar { width: 10px; }
#header::-webkit-scrollbar-track { background-color: transparent; }

.navbar span { margin-left: 10px; }

.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #003C71;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #003C71;
}


#home {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

#home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: banner 15s ease-in-out infinite;
}

@keyframes banner {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}



#home:before {
  content: "";
  background: rgb(255 255 255 / 55%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home p {
  color: #003C71;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#home p span {
  color: #003C71;
  letter-spacing: 1px;
}

#home .social-links {
  margin-top: 25px;
}

.social-links {
  display: flex;
}

#home .social-links a {
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.sl-svg-icon {
  width: 1.4rem;
  margin: auto 8px;
}

.sl-svg-icon:hover .md-cls-3,
.sl-svg-icon:hover .md-cls-4 {
  fill: #003C71;
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.sl-svg-icon:hover .md-cls-1,
.sl-svg-icon:hover .md-cls-2,
.sl-svg-icon:hover .md-cls-5 {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.sl-svg-icon i {
  color: #101820;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  transition: transform 0.3s;
  vertical-align: middle;  
  display: flex;
  margin-top: 2.5px;
}

.sl-svg-icon:hover i {
  color: #003C71;
  animation: pulse 1s both;
}

@keyframes pulse {
  0% { transform: scale3d(1, 1, 1);}
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  100% { transform: scale3d(1, 1, 1); }
}

section {
  padding: 70px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h6 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
  font-family: roboto;
}

.section-title h6::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #003C71;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 18px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #003C71;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about-image {
  padding: 2rem 0;
  margin: auto;
}

.about-text {
  margin: 0.5rem 0;
}

.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.facts .count-box span {
  font-size: 46px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box span.count-gt::before {
  content: '> ';
}

.count-box h4 {
  font-size: 20px;
}

.publications .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.publications .progress {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #45505b;
}

.publications .progress .val {
  float: right;
  font-style: normal;
}

.publications .progress-bar-wrap {
  background: #f2f3f5;
}

.publications .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #003C71;
}

.timeline .timeline-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.timeline .timeline-item {
  padding: 0 0 0 20px;
  border-left: 2px solid #003C71;
  position: relative;

}

.timeline-row1 {
  margin-top: -2px;
}

.timeline-row2 {
  margin-top: 3rem;
}

.timeline .timeline-item h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003C71;
  margin: 15px 0px;
}

.timeline .timeline-item h5 {
  font-size: 20px;
  background: #f7f8f9;
  padding: 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #231f20;
  font-family: louiscafe-bold;
  width: -webkit-fill-available;
  text-align: justify;
  border-radius: 2px;
}

.timeline-item h5 .timeline-h5-highlight {
  color: #003C71;
  display: inline;
}

.timeline .timeline-item ul {
  padding-left: 20px;
}

.timeline .timeline-item ul li {
  padding-bottom: 10px;
}

.timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.timeline .timeline-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #003C71;
}

.timeline {
  padding: 120px 0px 0px 0px;
}

.professional-container {
  display: flex;
  margin: 15px 20px;
}

.row-professional {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.professional .icon-box {
  text-align: center;
  /* padding: 10% 15%; */
  width: 280px;
  height: 200px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 3px 12px 0.5px rgba(110, 123, 131, 0.2);
}

.professional-container .icon-box {
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.iconbox-informations {
  width: 20%;
  height: 30%;
}
.professional .icon-box .icon {
  margin: 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.professional .icon-box h4 {
  margin: 10px 0 15px 0;
  font-size: 14px;
  color: #45505b;
  transition: ease-in-out 0.3s;
  width: 230px;
}

.professional .icon-box p {
  font-weight: 600;
  font-family: 'louiscafe-bold';
  margin: 10px 0 15px 0;
  font-size: 18px;
  color: #45505b;
  transition: ease-in-out 0.3s;
  width: 200px;
}

.professional .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.35);
}


/* -- investor section css ---------------------------------------------------------- */

.investor a {
  text-decoration: none;
  color: #101820;
}

.invest-grid {
  display: flex;
  gap: 4vw 5vw;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.invest-container {
  width: 280px;
  min-width: 280px;
  min-height: 200px;
}

.invest-box {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  position: relative;
  box-shadow: 0px 3px 12px 0.5px rgba(110, 123, 131, 0.2);
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-overlay-innerlink {
  text-align: left;
  padding: 0 10px;
}

.innerlink-title {
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  width: 100%;
}

.innerlink-social-icon {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  max-width: 220px;
}

.innerlink-social-icon span a i {
  transition: all ease-in-out 0.3s;
}

.innerlink-social-icon span:nth-child(1) i,
.innerlink-social-icon span:nth-child(2) i {
  font-size: 1.5rem;
}

.innerlink-social-icon span:nth-child(3) i {
  font-size: 1.67rem;
}

.innerlink-social-icon span:nth-child(4) i {
  font-size: 1.4rem;
}

.slide-overlay-innerlink span a {
  color: #929daf;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.slide-overlay-innerlink span a:hover {
  color: #101820;
  transition: all ease-in-out 0.3s;
}

.innerlink-social-icon span a i:hover {
  font-size: 1.8rem;
  transition: all ease-in-out 0.3s;
}

.invest-inner-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}

.invest-inner-box p {
  width: 200px;
  margin: 8px auto -5px auto;
  color: #101820;
  font-size: 18px;
  font-weight: 600;
  font-family: 'louiscafe-bold';
  transition: ease-in-out 0.3s;
}

.invest-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest-icon svg {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: all ease-in-out 0.5s;
}

.invest-icon i {
  position: relative;
  font-size: 1.5rem;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003c71;
  transition: all ease-in-out 0.5s;
}

/* invest hover part */
.invest-box:hover {
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.35);
}

.invest-box:hover .invest-icon i {
  color: #fff;
  transition: all ease-in-out 0.4s;
}

.invest-box:hover .invest-icon svg path {
  fill: #003c71;
  transition: all ease-in-out 0.4s;
}

/* current news slide animation */
.invest-slide .slide-overlay {
  background-color: #f7f8f9;
  color: #003c71;
  transform: translateX(-101%);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.invest-slide .invest-box:hover .slide-overlay {
  transform: translateX(0);
}

.invest-slide .slide-overlay .slide-overlay-inner {
  transform: translateX(-80%);
  opacity: 0;
  -webkit-transition: transform 0.5s linear, opacity 0.5s linear 0.5s;
  -o-transition: transform 0.5s linear, opacity 0.5s linear 0.5s;
  transition: transform 0.5s linear, opacity 0.5s linear 0.5s;
}

.invest-slide .invest-box:hover .slide-overlay .slide-overlay-inner {
  transform: translateX(0);
  opacity: 1;
}
/* current news slide animation end */


/* contact section --------------------------- */
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #003C71;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #728394;
}

.contact .info .email,
.contact .info .phone,
.contact .info .address,
.contact .info .opening-hours {
  margin: 18px 0px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i,
.contact .info .opening-hours:hover i {
  background: #003C71;
  color: #fff;
}

.opening-hours { display: block; }

.opening-hours table {
  border-collapse: collapse;
  border: none;
  text-align: left;
}

.opening-hours table tr { vertical-align: baseline; }

@keyframes animate-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#footer {
  background: #003C71;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .copyright { margin: 0 0 5px 0; }

.title-sg-icon { width: 40%; }

.title-home {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 58%;
}

.title-companyno {
  margin: 5px;
  font-size: 14px;
  color: #231f20;
  font-family: louiscafe-bold;
}

.timeline-h5-highlight { display: flex; }

.credits { display: none; }

.col-lg-40 {
  width: 25%;
  justify-content: center;
}

.row { justify-content: center;}

.registered-title {
  text-align: center;
  margin-top: 80px;
}

.registered-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #45505b;
}

.footer-sg-name-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-sg-logo { width: 80px; }

.footer-sg-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 5px;
}

.footer-sg-title h1 {
  color: #003C71;
  font-size: 28px;
  font-weight: bolder;
  margin: 10px 0px 8px 0px;
  line-height: 2rem;
  text-transform: uppercase;
}

.footer-sg-comno h2 {
  font-size: 12px;
  margin-top: -5px;
}

.footer-container-left { margin-right: 2%; }

.row-contact {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.sg-col-8 {
  flex: 0 0 auto;
  width: 100%;
}

.footer-google-map { width: 100%; }

.map-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#tabs-content section { padding: 70px 2rem 0px 2rem; }
.tabs-icon { height: 4rem; }
.tabs-icon2 { height: 5rem; }

#t1 h4 .tabs-titles-highlight,
#t2 h4 .tabs-titles-highlight,
#t3 h4 .tabs-titles-highlight,
#t4 h4 .tabs-titles-highlight,
#t5 h4 .tabs-titles-highlight,
#t6 h4 .tabs-titles-highlight {
  color: #003C71;
}

#t1 h4,
#t2 h4,
#t3 h4,
#t4 h4,
#t5 h4,
#t6 h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #070707;
  margin: 40px 0px 10px 0px;
}

#t1 h5,
#t2 h5,
#t3 h5,
#t4 h5,
#t5 h5,
#t6 h5 {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  color: #231f20;
  line-height: 1.4;
}

.tabs-text-justify { text-align: justify; }

.tabs-text-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

#t1 .tabs-img,
#t2 .tabs-img,
#t3 .tabs-img,
#t4 .tabs-img,
#t5 .tabs-img,
#t6 .tabs-img {
  display: flex;
  margin: auto;
}

#t4 h5 .tabs-sources {
  font-size: 15px;
  margin-top: -1.1%;
  color: #8d8d8d;
  text-align: center;
}

.tabs-img { padding: 30px 0px 25px 0px; }
.img-40 {width: 40%; }
.img-45 { width: 45%; }
.img-50 { width: 50%; }
.img-55 { width: 55%; }
.img-60 { width: 60%; }
.img-70 { width: 70%; }
.img-80 { width: 80%; }

.padding-top-140 { padding-top: 140px; }

.section-title.section-title-tabs { padding-top: 70px; }

.tabs-t3-targeted-img {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs-t3-infected {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.tabs-t3-infected-img {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.tabs-t3-infected-text {
  display: grid;
  gap: 8px;
  padding-left: 15px;
}

#t1 .t6-adheres-container {
  display: grid;
  align-items: start;
  justify-content: center;
  align-content: center;
  grid-row-gap: 21px;
  grid-template-columns: auto auto auto auto;
}

#t1 .t6-adheres-container2 {
  display: grid;
  justify-content: space-evenly;
  align-content: stretch;
  grid-row-gap: 10px;
  grid-template-columns: auto auto auto;
  justify-items: stretch;
  align-items: baseline;
}

.t6-adheres {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  grid-gap: 10px;
  margin-top: 30px;
}

.t6-adheres2 {
  display: grid;
  grid-gap: 10px;
  margin-top: 30px;
  text-align: center;
  flex-direction: column;
  justify-items: center;
  align-items: baseline;
}

.t6-adheres-iso {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  grid-gap: 10px;
  margin-top: 30px;
}

.tabs-icon-iso {
  width: 120px;
  margin-right: 10px;
}

#t6-adheres .t6-adheres-text {
  margin-top: 0;
  font-size: 15px;
  width: 80%;
  text-align: center;
  color: #707070;
}

.t6-samm-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background-color: rgba(187, 188, 188, 0.3);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  padding: 1rem;
}

.t6-samm-text-container span { font-size: 1.5rem; }

.t6-size-font { color: #070707; }

.t6-qr {
  margin: 1rem 3rem;
  width: 10rem;
}

.t6-samm-container {
  display: flex;
  border-radius: 2px;
}

.t6-samm-img {
  margin: 0.5rem;
  width: 49%;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

/* -- slider section css ---------------------------------------------------------- */
[type=radio] { display: none; }

.card-slider-container {
  max-width: 1200px;
  margin: 0 auto;
}

#slider {
  min-height: 38rem;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

#slider label {
  margin: auto;
  border-radius: 1px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
}

#s1:checked~#slide7,
#s2:checked~#slide8,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s6:checked~#slide4,
#s7:checked~#slide5,
#s8:checked~#slide6 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(-150%, 0, -300px);
}

#s1:checked~#slide8,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#s6:checked~#slide5,
#s7:checked~#slide6,
#s8:checked~#slide7 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
  transform: translate3d(-85%, 0, -200px);
  z-index: 999;
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#s6:checked~#slide6,
#s7:checked~#slide7,
#s8:checked~#slide8 {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .3), 0 11px 7px 0 rgba(0, 0, 0, .19);
  transform: translate3d(0, 0, 0);
  top: 6%;
  z-index: 9999;
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide6,
#s6:checked~#slide7,
#s7:checked~#slide8,
#s8:checked~#slide1 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
  transform: translate3d(75%, 0, -200px);
  z-index: 999;
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide6,
#s5:checked~#slide7,
#s6:checked~#slide8,
#s7:checked~#slide1,
#s8:checked~#slide2 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(150%, 0, -300px);
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide6,
#s4:checked~#slide7,
#s5:checked~#slide8,
#s6:checked~#slide1,
#s7:checked~#slide2,
#s8:checked~#slide3 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(150%, 0, -300px);
}

#s1:checked~#slide5,
#s2:checked~#slide6,
#s3:checked~#slide7,
#s4:checked~#slide8,
#s5:checked~#slide1,
#s6:checked~#slide2,
#s7:checked~#slide3,
#s8:checked~#slide4 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(-150%, 0, -300px);
}

#s1:checked~#slide6,
#s2:checked~#slide7,
#s3:checked~#slide8,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s6:checked~#slide3,
#s7:checked~#slide4,
#s8:checked~#slide5 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(-150%, 0, -300px);
}

#card-slider-mkt .mkt-3dmkt-3dSlider .cs-8 {
  padding: 0;
  margin: 0;
  width: 100%;
}

.card-slider {
  background: #fff;
  width: 378px;
  height: 540px
}

.publication-container {
  display: -webkit-inline-box;
  background-size: cover;
}

.publication-text {
  height: max-content;
  padding: 30px 20px;
  display: none;
  border: 4px #003C71;
  background: rgb(245 245 245 / 95%);
  border-radius: 12px;
  margin: 10px 5px;
}

.publication-text.active { display: block; }

.publication-text h4 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #003C71;
  font-size: 24px;
  text-align: -webkit-center;
}

.publication-text h5 {
  margin: 0;
  color: #070707;
  font-size: 16px;
  text-align: -webkit-center;
}


/* -- phone mpc card section ---------------------------------------------------------- */

.mpc-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mpc-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mpc-card {
  height: 220px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  border-left: 2px solid #003c71;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1.5rem auto;
}

.mpc-card .mpc-card-title { text-align: center; }

.mpc-card .mpc-additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#f8f8f8, #fff);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.mpc-card:hover .mpc-additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.mpc-card .mpc-additional .mpc-user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.mpc-card .mpc-additional .mpc-user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
}

.mpc-card .mpc-additional .mpc-user-card .mpc-svg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mpc-svg {
  fill: #101820;
}

.mpc-hovertext {
  color: rgba(0, 0, 0, 0.5);
  display: none;
}

.mpc-svg-icon {
  width: 50px;
  height: 50px;
}

.mpc-card:hover .mpc-user-card { display: none; }

.mpc-card:hover .mpc-svg,
.mpc-card:hover .mpc-hovertext {
  fill: #003C71;
  color: #003C71;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  transition: 0.3s linear;
}

.mpc-out-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003C71;
  left: 150px;
}

.mpc-more-info {
  display: flex;
  justify-items: center;
  align-items: center;
}

.mpc-in-text {
  font-size: 15px;
  font-weight: 400;
  color: #101820;
  width: clamp(320px, 85vw, 480px);
  text-align: justify;
  font-family: 'louiscafe-bold';
}

.mpc-card .mpc-additional .mpc-more-info {
  float: left;
  height: 100%;
  vertical-align: middle;
  text-align: justify;
  padding: 0 15px;
  line-height: normal;
}

.mpc-card .mpc-additional .mpc-more-info .mpc-card-title {
  color: #003c71;
  margin-bottom: 0;
}

.mpc-card .mpc-general {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 150px;
  z-index: 1;
  box-sizing: border-box;
}

.mpc-general {
  display: flex;
  align-items: center;
}

.mpc-card .mpc-general .mpc-more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 20px;
  text-shadow: -0.5px 0.5px 0.5px rgba(16, 24, 32, 0.4);
}

/* --------------- icons color --------------- */
.fb-icon-color { color: #1877F2; }
.weibo-icon-color { color: #E71D34;}
.tiktok-icon-color { color: #111111; }

.insta-icon-color {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

