/* CSS Document */
@import url(https://db.onlinewebfonts.com/c/c5bd605b45237a12c99133fa9d7cae49?family=Helvetica+W01+Roman);

@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);


@font-face {
  font-family: HanyiSentyPagoda;
  src: url(../font/HanyiSentyPagoda\ Regular.ttf);
}

/*body{font-family:HanyiSentyPagoda;}*/

/*--common css--*/
.input-error{ border-style:solid; border-color:#F00; border-width:2px;}

.page-title{
  font-family: "Playfair+Display";
  font-size: 58px;
  color:rgb(58, 65, 88);
}

.page-title-white{
  font-family: "Playfair+Display";
  font-size: 58px;
  color:#FFFFFF;
  font-weight: 500;
}

.page-text{
  font-size: 28px;
}

.info-card{
	border-style:solid;
	border-color:#999;
	border-width:1px;
	border-radius:10px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form->label{
  font-size: 14px;
}

.option-text{
  font-size: 14px;
}

/*Dont break the text*/
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*disbale html element tag*/
.disabled-e {
  pointer-events: none;
  cursor:default;
  color:#CCC;
}

/*img zoom in*/
.img-zoom-in img:hover{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.top-menu-bar a{
  text-decoration: none;
  color: #FFF;
  /*background-color: #59585C;*/
  font-size: 14px;
}

.top-menu-bar a:hover{
  color:#D0BB77;
}

/*accordion foucs no shadow**/
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.l-space-2{
  letter-spacing: 2px;
}

.l-space-3{
  letter-spacing: 3px;
}

.l-space-4{
  letter-spacing: 4px;
}

.l-space-5{
  letter-spacing: 5px;
}

.lh-13{
  line-height: 1.3;;
}

.lh-14{
  line-height: 1.4;
}

.flag-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  /*border: 1px solid #e9ecef;*/
  /*border-radius: 2px;*/
  overflow: hidden;
  height: 30px;
  
}
/*--end common css--*/



/*--navbar--*/
/*.navbar {background-color:#29292A;}*/
.navbar {background-color:#123046;}

a.nav-link {color:#CCD7E8; font-size: 16px;}

a.nav-link:hover {color:#D0BB77;}

a.active {color:#D0BB77;}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.custom-toggler  {
  /*border-color: rgb(255,102,203);*/
  border-color:#fff;
} 

/*
.dropdown:hover > .dropdown-menu{
  display: block;
  margin-top: .125em;
  margin-left: -100px;
 
  
}*/

/*
.dropdown >.dropdown-toggle:active {
  /*Without this, clicking will make it sticky
    pointer-events: none;
    /*color: #D0BB77;
}*/
/*
.dropdown-item{
 color:white;
 background-color: #343E4E;
}

.dropdown-item:hover{
  color: #FFF;
  background-color:#F00;
 }*/
/**end nav**/


/*01 index-cn*/
html {
  scroll-behavior: smooth;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  /*opacity: 0.85;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../assets/fergus-team-shadow.jpg");
  min-height: 450px;
  color: #29292A;
}

.bgimg-2 {
  background-image: url("../assets/fergus-team-2.jpg");
  min-height: 500px;
  color: #29292A;
}

.bgimg-3 {
  background-image: url("http://localhost/fergussg/assets/img_parallax3.jpg");
  min-height: 400px;
}

.hero-image-1 {
  background-image: url("../assets/fergus-team-shadow.jpg");
  background-color: #cccccc;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-1{
  color: #0068F4;
  background-color:#F5F5F5;
  border-radius: 50px; 
  font-size:20px; 
  opacity: 0.95;  
}

.hero-image-2 {
  background-image: url("../assets/fergus-team-2.png");
  background-color: #cccccc;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-container-2{
  padding-top:20px;
  padding-bottom:410px;
}

.hero-image-our-service {
  background-image: url("../assets/mbs-singapore.jpg");
  background-color: #FFFDEF;
  height:200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-our-service {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 60px;
}


/*fergus services*/
.img-services{
  height: 350px;
}

.img-border{
  border-width: 2.5px;
  border-color: #CBA041;
  border-style: solid;
 }
 
 .licence-text{
  transition: all 0.4s;
 }

 .licence-text{
   height: 50px;
   width: 280px;
   margin-left:auto;
   margin-right: auto;
   padding-top: 6px;
   color: #fff;
   background-color:#cba041;
   border-radius: 30px;
   font-size: 23px;
   letter-spacing: 2px;
 }

 .licence-text:hover{
  transform: scale(1.05);
 }

.service-text-1{
  font-size: 80px;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
  color:#0068F4;
  padding: 0px;
  margin-top: 40px;
}

.learn-more{
  font-size: 20px;
  font-weight: 700;
  color:#cba041;
  text-decoration: none;
  letter-spacing: 2px;
}


/** carousel-main-1 **/
.carousel-control-prev,
.carousel-control-next {
  background-color: #7c7878;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}


/** team carousel **/
.group-team {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform; 
  animation: scrolling 100s linear infinite;
}

.carousel-team {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1290px;
  overflow: hidden;
  display: flex;

  &:hover .group-team {
    animation-play-state: paused;
  }

  > * {
    flex: 0 0 100%;
  }
}

.card-team {
  border-radius: 18px;
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  min-width: 380px;
}

.card-team > img {
  border-radius: 18px;
}


/** cert carosel **/
.group-cert {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform; 
  animation: scrolling 50s linear infinite;
}

.carousel-cert {
  margin: 0 auto;
  max-width: 1290px;
  overflow: hidden;
  display: flex;

  /*&:hover .group-school {
    animation-play-state: paused;
  }*/

  > * {
    flex: 0 0 100%;
  }
}

.card-cert {
  justify-content: center;
  align-items: center;
  /*min-height: 80px;*/
  min-width: 200px;
}

.card-cert > img {
  border-radius: 10px;
}


/** school partners carosel **/
.group-school {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform; 
  animation: scrolling 50s linear infinite;
}

.carousel-school {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  display: flex;

  /*&:hover .group-school {
    animation-play-state: paused;
  }*/

  > * {
    flex: 0 0 100%;
  }
}

.card-school {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  min-width: 200px;
}


/** asscocation partners carosel **/
.group-assc {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform; 
  animation: scrolling 40s linear infinite;
}

.carousel-assc {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  display: flex;

  /*&:hover .group-school {
    animation-play-state: paused;
  }*/

  > * {
    flex: 0 0 100%;
  }
}

.card-assc {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  min-width: 200px;
}


/** volunteer partners carosel **/
.group-vol {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
  animation: scrolling 40s linear infinite;
}

.carousel-vol {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  display: flex;

  /*&:hover .group-school {
    animation-play-state: paused;
  }*/

  > * {
    flex: 0 0 100%;
  }
}

.card-vol {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  min-width: 200px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}  


/*team carousel
.card {
  overflow: hidden;
  background: rgb(238, 174, 202);
  background: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  border-radius: 35px;

  .card-img {
    height: 20rem;
  }

  .card-img-container img {
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    height: 20rem;
    border-radius: 35px;
  }

  .card-img-overlay {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
  }
}

.partner-img{
  height: 10rem;
}*/

.text-blue-shadow{
  color:#0068F4;
  /*color: #004AAD;*/
  /*color: #000094;*/
  /*text-shadow: 2px 2px 5px rgb(230, 226, 226);*/
  text-shadow: 2px 2px 5px #E4E8F4;
  background-color: #F5F5F5;
  padding-top: 0px;
}

.text-blue{
  color: #0068F4;
  font-weight: 700;
  /*color: #000094;*/
  /*text-shadow: 2px 2px 5px rgb(230, 226, 226);*/
}

.text-percent{
  color: #0068F4;
  font-weight: 700;
  font-size: 40px; 
  margin-left: -30px;
}

.text-our-team{
 background-color: #FEFEFE;
 
}

.bg-white{
  background-color: #FFFFFF;
  opacity:0.85;
  border-radius: 10px;
}


/**02 education servcies**/
.intl-school-students{
  margin-top: -35px;
}

.card-edu{
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding:30px;
  position: relative;
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  height: 200px;
  border-radius: 25px;
  background-color:#F9F6C1;
}


/***03 singapore identity***/
.title-identity{
  text-decoration: underline;
  text-decoration-color:#D0BB77;
  text-underline-position: under; 
  text-decoration-thickness: 3px;
  letter-spacing: 2px;
}


/***04 business planning***/
.card-setup-biz{
  background-color:#FAF6C1;
  border-radius: 10px;
  padding: 8px;
  margin: 0;
  text-align: center;
}


/***07 about***/
.hero-image-about {
  background-image: url("../assets/team-about.webp");
  background-color: #cccccc;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-kenneth-1{
  background-color: #CBA041;
  border-top-left-radius:15px;
  border-bottom-left-radius: 15px;
}

.bg-kenneth-2{
  background-color: #CBA041;
  border-top-right-radius:15px;
  border-bottom-right-radius: 15px;
}

.bg-lusia-1{
  background-color: #CBA041;
  border-top-left-radius:15px;
  border-bottom-left-radius: 15px;
}

.bg-lusia-2{
  background-color: #CBA041;
  border-top-right-radius:15px;
  border-bottom-right-radius: 15px;
}

.card-about{
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding:12px;
  position: relative;
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  height: 220px;
  border-radius: 15px;
  border-style: solid;
  border-color: #cba041;
  border-width: 2px;
  background-color:#F9F6C1;
}

.img-success{
  border-width: 2.5px;
  border-color: #CBA041;
  border-style: solid;
  height: 300px;
}

.bg-mgt{
  border-style:solid;
  border-width: 1px;
  border-color: #000000;
  border-radius:15px;
  background-color: #FFFDEF;
}

.title-mgt{
  font-family: 'Times New Roman', Times, serif;
  font-size:38px;
}

.title-oversea{
  font-size: 58px;
}


/***phase 2***/
/*popular services*/
.popular-scv-title{
  background-color: #6c757d;
  color: #ffff;
}

.popular-scv-text{
 text-align: justify;
}

hr.black {
  border: 1.5px solid #000000;
}

.bg-route-a {
  background-image: url("../assets/banner-blue.webp");
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.table-gip{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-gip th{
  background-color: #355679;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width:350px;
}

.table-gip td{
  border-color: #000000;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
}

.table-gip-2{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-gip-2 th{
  background-color: #155c4e;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width:350px;
}

.table-gip-2 td{
  border-color: #000000;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
}

.font-w-250{
  font-weight:250;
}

.font-w-400{
  font-weight:400;
}

.text-shadow-black{
  text-shadow: 2px 2px 4px black;
}

.text-shadow-white{
  text-shadow: 2px 2px 4px white;
}

.hero-gip-interest{
  background-image: url("../assets/bg-gip-interested.webp");
  background-color: #cccccc;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-interest{
  color: #1d9398;
}


/*PIC Singapore*/
.table-pic-1{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-pic-1 th{
  background-color: #003d60;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width:350px;
}

.table-pic-1 td{
  border-color: #000000;
  text-align: center;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
}

.table-pic-2{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-pic-2 th{
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width:350px;
}

.table-pic-2 td{
  border-color: #000000;
  text-align: center;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  min-width:370px;
}

.table-pic-3{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-pic-3 th{
  border-color: #000000;
  border: solid;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
  /*min-width:350px;*/
}

.table-pic-3 td{
  border-color: #000000;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: top;
  min-width:200px;
}

.table-pic-4{
  border-color: #000000;
  border: solid;
  border-width: 2px;
}

.table-pic-4 th{
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width:350px;
}

.table-pic-4 td{
  border-color: #000000;
  text-align: center;
  border: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
  vertical-align: top;
  min-width:370px;
}

.bg-blue-1{
  background-color: #365679;
}

.bg-blue-2{
  background-color: #003c60;
}

.bg-blue-3{
  background-color: #aabad4;
}

.bg-blue-4{
  background-color: #dbeaf9;
}

.bg-yellow-1{
  background-color: #fffbea;
}

.bg-gray-1{
 background-color: #5d7599;
}

.bg-gray-2{
 background-color: #d9d9d9;
}

.bg-gray-3{
 background-color: #e6e6e6;
}

.bg-return{
  background-color: #dbeaf9;
  border-color: #000000;
  border: solid;
  border-width: 3px;
}

.bg-plus-pt{
  background-color: #dbeaf9;
  border-color: #000000;
  border: solid;
  border-width: 2px;
  padding-top:20px;
  padding-bottom:20px;
}

.bg-insurance{
  background-color: #dbeaf9;
  border-color: #000000;
  border: solid;
  border-width: 3px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.bg-dividend{
  background-color: #ffe2e2;
  border-color: #000000;
  border: solid;
  border-width: 3px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

hr.white {
  border: 1.5px solid #ffffff;
}

/**singapore-malaysia-tax-resident**/
.doc-border{
  border: 3px solid #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.green-check{
  max-height:40px; 
  margin-right:10px; 
  margin-top:-8px;
}


/*small and extra-small screens carousel change to one item 767px*/
@media (max-width: 576px) {
  
  /*01 index-cn*/
  .hero-text-1{
    border-radius: 50px; 
    font-size:18px; 
  }

  .hero-container-2{
    padding-bottom:500px;
  }

  .bg-kenneth-1{
    border-top-left-radius:0px;
    border-bottom-left-radius: 0px;
  }
  
  .bg-kenneth-2{
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
  }

  .bg-lusia-1{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .bg-lusia-2{
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
  }

  .bg-mgt{
    margin-left: 5px;
    margin-right: 5px;
    
  }

  /* Turn off parallax scrolling for tablets and phones*/
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
  

  /*
  #teamCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
  }

  #schoolsCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
  }

  #partnersCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
    .partner-img{
      height: 10rem;
    }
  }

  #volunteerCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
    .partner-img{
      height: 10rem;
    }
  }*/

  #eduCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
    .partner-img{
      height: 10rem;
    }
  }

  #reviewCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
    .partner-img{
      height: 10rem;
    }
  }


  /*fergus services*/
  .img-services{
    max-height: 250px;
  }


  /**02 education servcies**/
  .intl-school-students{
    margin-top: -30px;
    min-height: 200px;
  }


  /**bank carousel
  #bankCarousel > .carousel-inner > .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
    .partner-img{
      height: 10rem;
    }
  }*/

  .img-success{
    height: 400px;
    
   }

   .title-oversea{
    font-size: 38px;
  }

  /**投资⾦额对⽐**/
  .table-pic-2 td{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /**重新投⼊**/
  .table-pic-3 td{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .table-pic-4 td{
    padding-top: 25px;
    padding-bottom: 25px;
  }

}




/* medium and up screens */
@media (min-width: 576px) {

  /*team carousel
  #teamCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/3)); /*change the item per slide, 3 items
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/3));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }*/

  /*
  .card-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    img {
      display: inline-block;
      max-height: 100%;
      margin: 0 -50%;
    }
  }*/


  /*carousel schools
  #schoolsCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/4)); /*change the item per slide, 3 items
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/4));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }

  /*
  .schools-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    img {
      display: inline-block;
      max-height: 100%;
      margin: 0 -50%;
    }
  }*/


  /*carousel partners
  #partnersCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/4)); /*change the item per slide, 3 items
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/4));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }


  /*volunteer partners
  #volunteerCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/4)); /*change the item per slide, 3 items
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/4));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }*/

  /*edu Carousel*/
  #eduCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/2)); /*change the item per slide, 3 items*/
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/2));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }

  /*review Carousel*/
  #reviewCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/2)); /*change the item per slide, 3 items*/
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/2));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }

  /*
  .partners-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    img {
      display: inline-block;
      max-height: 100%;
      margin: 0 -50%;
    }
  }*/


  /*carousel banks
  #bankCarousel > .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(calc(100%/4)); /*change the item per slide, 3 items
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(calc(-100%/4));
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }*/

} /*@media (min-width: 768px)*/








/*footer-user*/
.footer-user {
	 /*background-color:#29292A;*/
   /*background-color:rgb(52, 62, 78);*/
   background-color: #29292A;
	 min-height:50px;
	 font-family: 'Open Sans', sans-serif;
   color: #fff;
}

.footer-user p {color:#fff; font-size:14px;}

.footer-user a{
  text-decoration: none;
  color: #FFF;
}

.footer-user a:hover{
  color: rgb(209, 160, 92);
}

.footer-title{
 color: rgb(209, 160, 92);
}

.footer-copyright{
  background-color: black;
}

.footer-copyright p{
 padding-top: 10px;
}


/*parallex
.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  background-image: url("https://images.unsplash.com/photo-1558985040-ed4d5029dd50?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzODkxNjg&ixlib=rb-1.2.1&q=80"); 
}

.parallax1 {
  background-image: url("https://images.unsplash.com/photo-1610128114197-485d933885c5?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzOTA2Nzc&ixlib=rb-1.2.1&q=80");
}

.parallax2 {
  background-image: url("https://images.unsplash.com/photo-1562095241-8c6714fd4178?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzOTA5OTg&ixlib=rb-1.2.1&q=80");
}

.parallax3 {
  background-image: url("https://images.unsplash.com/photo-1543722530-d2c3201371e7?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzOTExOTg&ixlib=rb-1.2.1&q=80");
}
*/


/*Fixed button right*/
.fm-item{
  font-size: 24px; 
  color: white;
  z-index: 999;
}

.fm-btn-wechat {
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center; 
  background-color: rgb(13, 168, 39);
}

.fm-btn-wa {
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center; 
  background-color: rgb(11, 188, 20);
}

.fm-btn-phone {
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center; 
  background-color: rgb(16, 140, 211);
}

.fm-btn-hongshu {
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center; 
  background-color: rgb(255, 39, 65);
}

.fm-btn-tiktok {
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center; 
  background-color: rgb(0, 0, 0);
}




/***** Global Slide *****/
.slide-right, .slide-left {
  width: 100%;
}

/***** Slide Right *****/
.slide-right {
  animation: 1s slide-right forwards;
  animation-timeline: view();
  animation-range: contain -200px;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 2s slide-left forwards;
  animation-timeline: view();
  animation-range: contain -300px;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}


/***** Misc Styles *****/
/*
.container {
  width: 500px;
  margin: auto;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 25px #000;
  margin-top: 30px;
  border: 1px solid #444;  
  text-align: center;
}
body {
  background: #e2e2e2;
}**/

/***** FadeIn Underline *****/
.line {
  border-bottom: 3px solid red;
  width: 200px;
  margin: auto;
}
.fade-in {
  animation: fadeIn ease 3s;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
















