.card-border {
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 35%;
  /* background: rgba(255, 255, 255, 0.95); */
  line-height: 1.4;
  font-size: 1em;
  color: rgb(49, 58, 28);
}

.info-card {
  padding-top: 30%;
}

.card-border p {
  color: rgb(109, 105, 87);
  font-family: Georgia;
  margin-bottom: 2%;
}

.card-adjust-up {
  margin-top: -5%;
}

.scroll-card {
  padding: 5%;
  background: rgba(255, 255, 255, 0.95);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}

#container {
  position: fixed;
  height: 94%;
  top: 6%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#loading-page {
  z-index: 11;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(124, 24, 19);
  overflow: hidden;
}

.cell {
  margin-top: 40%;
  flex-basis: 50%;
  padding: 1.5em;
}

/** Global preloader styles **/
.pl, .pl:before, .pl:after {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pl {
  margin: 0 auto 1.5em auto;
  position: relative;
  width: 3em;
  height: 3em;
}

.pl:before, .pl:after {
  background: currentColor;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transform-origin: 50% 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.pl-name {
  text-align: center;
  color: rgb(185, 141, 8);
}

.pl-annotation {
  text-align: center;
  margin-top: 5%;
  color: rgba(185, 141, 5, 0.72);
}

/* Leap Frog */
.pl-leapfrog:before, .pl-leapfrog:after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 50%;
  left: 50%;
  width: 70.71%;
  height: 70.71%;
  transform-origin: 0 0;
}

.pl-leapfrog:before {
  animation-name: leapFrogA;
  background: rgb(78, 13, 9);
}

.pl-leapfrog:after {
  animation-name: leapFrogB;
  background: rgb(255, 193, 7);
}

@keyframes leapFrogA {
  from {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(0deg);
    z-index: 0
  }

  12.5% {
    transform: rotateZ(-135deg) rotateY(-180deg) rotateX(0deg);
    z-index: 1
  }

  25%, 50% {
    transform: rotateZ(-135deg) rotateY(-180deg) rotateX(-180deg);
    z-index: 0
  }

  62.5% {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(-180deg);
    z-index: 1
  }

  75%, to {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(-360deg);
    z-index: 0
  }
}

@keyframes leapFrogB {
  from, 25% {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(0deg);
    z-index: 0
  }

  37.5% {
    transform: rotateZ(-45deg) rotateY(-180deg) rotateX(0deg);
    z-index: 1
  }

  50%, 75% {
    transform: rotateZ(-45deg) rotateY(-180deg) rotateX(-180deg);
    z-index: 0
  }

  87.5% {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(-180deg);
    z-index: 1
  }

  to {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(-360deg);
    z-index: 0
  }
}

#upper {
  position: fixed;
  height: 6%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  /* background: blue; */
}

#theCanvas {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#mycanvas {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#fypWrapper {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#fyp-head {
  height: 6%;
  /* background: rgb(200, 200, 200); */
}

#progress-container {
  z-index: 3;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 2px;
  top: 3%;
  border-radius: 10px;
  background: rgba(153, 149, 132, 0.4);
}

.progress-bar {
  height: 2px;
  background: rgb(146, 9, 1);
  width: 0%;
  border-radius: 10px;
}

.head-content {
  width: 100%;
  font-size: 0.8em;
}

.alignleft {
  margin: 0;
  font-family: TimesNewRoman, Times New Roman, Times;
  padding-top: 40%;
  float: left;
  width: 33.33333%;
  text-align: left;
  font-style: italic;
  color: rgb(53, 67, 54);
  font-size: 0.6em;
  /* transform: translateY(5px); */
}

.aligncenter {
  margin: 0;
  float: left;
  width: 33.33333%;
  text-align: center;
  font-size: 0.8em;
  font-family: Georgia;
  color: rgb(146, 9, 1);
}

.alignright {
  margin: 0;
  font-family: TimesNewRoman, Times New Roman, Times;
  padding-top: 40%;
  float: left;
  width: 33.33333%;
  text-align: right;
  font-style: italic;
  color: rgb(53, 67, 54);
  font-size: 0.6em;
  /* transform: translateY(5px); */
}

.underline {
  width: 115%;
  height: 1px;
  background: rgb(53, 67, 54);
  margin-top: 0px;
  /* transform: translateY(3px); */
}

.annotation_M {
  font-family: TimesNewRoman, Times New Roman, Times;
  font-size: 0.8em;
  color: rgb(153, 149, 132);
  text-align: center;
  /* margin-top: 2px; */
}

.fypDiv {
  position: fixed;
}

.fypDivMask {
  position: fixed;
  background: white;
}

.fyp-content {
  position: absolute;
  top: 0;
  /* color: rgba(180, 180, 180); */
  /* color: rgb(226, 226, 226); */
  color: rgba(153, 149, 132, 0.3);
  transform-origin: top left;
  transform: scale(0.08);
  width: 1250%;
  /* transform: scale(0.055);
  width: 1800%; */
}

.animate {
  transform: scale(0.055);
  width: 1800%;
  transition: all 3s;
}

.section-title {
  margin: 0;
  padding: 0;
}

.chapter-title {
  margin: 0;
  padding: 0;
}

.section-content {
  /* display: none; */
  /* color: rgb(200, 200, 200);
  transition: all 0.3s; */
}

.text-content {
  /* display: none; */
  /* color: rgb(200, 200, 200);
  transition: all 0.3s; */
}

.large {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  margin: 0;
  font-size: 4em;
  font-weight: bold;
  border-radius: 50px;
  /* background: rgb(146, 9, 3);
  color: rgb(245, 228, 84); */
  transition: font-size 1s;
}

.large-x {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  margin: 0;
  font-size: 4em;
  font-weight: bold;
  /* border: 40px solid rgb(203, 48, 43); */
  border-radius: 50px;
  /* border: 20px solid rgb(53, 67, 54); */
  border: 10px solid rgb(146, 9, 1);
  /* background: rgb(255, 215, 211);
  color: rgb(255, 244, 243); */
}

.medium {
  font-family: "Lato", "Garamond", "Palatino", 'Times';
  display: block;
  line-height: 1.2;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0;
  font-size: 3em;
  border-radius: 50px;
  /* background: rgb(181, 58, 48);
  color: rgb(255, 251, 213); */
  transition: font-size 1s;
}

.medium-x {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  display: block;
  line-height: 1.2;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0;
  font-size: 3em;
  border-radius: 50px;
  border: 10px solid rgb(130, 69, 67);
  /* background: rgba(53, 67, 54, 0.87);
 color: rgb(255, 251, 213); */
}

.medium-s {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  /*font-size: 5em;*/
  font-size: 3em;
  /* color: rgba(53, 67, 54, 1); */
  color: rgb(117, 115, 105);
  transition: font-size 1s;
}

.medium-s-x {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  font-size: 3em;
  border: 10px solid rgb(146, 9, 1);
  /* border: 20px solid rgb(130, 69, 67); */
  /* color:rgba(53, 67, 54, 1); */
}

.task-large {
  box-shadow: 0px 1px 2px rgb(22, 25, 22);
  background: rgb(146, 9, 3);
  /* color: rgb(245, 228, 84); */
  color: rgb(255, 251, 213);
  border: 10px solid rgb(53, 67, 54);
}

.chapter-objectives {
  background: rgb(146, 9, 3);
  color: rgb(255, 251, 213);
  border: 1px solid rgb(53, 67, 54);
  border-radius: 8px;
  font-size: small;
  padding: 0 4px;
}

.manufacture-large {
  box-shadow: 1px 1px 2px rgb(22, 25, 22);
  border: 10px solid rgb(146, 9, 1);
  background: rgb(53, 67, 54);
  color: rgb(255, 252, 226);
}

/* .manufacture-large{
  background: rgb(5, 105, 115);
  color: rgb(255, 252, 226);
} */
.agriculture-large {
  box-shadow: 0px 1px 2px rgb(22, 25, 22);
  /* background: rgb(246, 208, 46); */
  background: rgb(217, 179, 97);
  /* color: rgb(146, 9, 1);
  border: 10px solid rgb(146, 9, 1); */
  color: rgb(255, 255, 255);
}

.others-large {
  /* box-shadow: 1px 1px 15px rgb(22, 25, 22);
  background: rgb(181, 58, 48);
  color: rgb(255, 251, 213); */
  box-shadow: 0px 1px 2px rgb(22, 25, 22);
  background: rgb(146, 9, 3);
  /* color: rgb(245, 228, 84); */
  color: rgb(255, 251, 213);
  border: 10px solid rgb(53, 67, 54);
}

.add-bg {
  background: rgb(255, 255, 255);
  line-height: 2.2;
}

.task-medium {
  box-shadow: 1px 1px 10px rgb(63, 72, 63);
  background: rgb(181, 58, 48);
  color: rgb(255, 251, 213);
  border: 10px solid rgb(130, 69, 67);
}

.manufacture-medium {
  box-shadow: 1px 1px 10px rgb(63, 72, 63);
  background: rgb(111, 127, 111);
  color: rgb(255, 252, 226);
  border: 10px solid rgb(130, 69, 67);
}

.agriculture-medium {
  box-shadow: 1px 1px 10px rgb(63, 72, 63);
  /* background: rgb(217, 179, 97); */
  background: rgb(246, 208, 46);
  /* color: rgb(107, 66, 28);
  border: 10px solid rgb(130, 69, 67); */
  color: rgb(255, 255, 255);
}

.others-medium {
  /* box-shadow: 1px 1px 10px rgb(63, 72, 63);
  background: rgb(181, 58, 48);
  color: rgb(255, 251, 213); */
  box-shadow: 1px 1px 10px rgb(63, 72, 63);
  background: rgb(181, 58, 48);
  color: rgb(255, 251, 213);
  border: 10px solid rgb(130, 69, 67);
}

#scroll-page {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
}

#cover-bg {
  z-index: 3;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  /* background: hsl(45, 79%, 57%, 0.9);
background:hsl(44, 100%, 94%);
background: hsl(3, 95%, 29%); */
  /* background: hsl(3, 73%, 28%); */
  background: rgb(255, 254, 241);
}

/* #cover {
  position: relative;
  height: 40%;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12%;
} */
#cover-border {
  /* margin: 0;
  margin-top: 4px; */
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 4px;
  padding: 30% 0 30% 0;
  /* background: rgba(255, 255, 255, 0.5); */
}

#cover-content {
  /* padding: 2%; */
  padding-top: 0;
  color: rgb(80, 78, 69);
  line-height: 1.8;
  text-align: center;
}

.sub-cover-content {
  display: block;
  text-align: center;
  font-size: 1.0em;
  font-family: 'Spectral SC', serif;
  color: rgb(155, 49, 14);
  font-family: serif, -webkit-pictograph, cursive, "Times";
}

#add-size {
  font-weight: 800;
  /* font-size: 0.8em; */
  font-family: serif, -webkit-pictograph, cursive, "Times";
}

.cover-title {
  display: none !important;
}

.cover-title-M {
  /* padding: 5%; */
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  text-align: center;
  font-family: 'Spectral SC', serif;
  font-size: 1.5em;
  color: rgb(255, 193, 7);
}

.cover-title-span {
  font-family: 'Spectral SC', serif;
  /* background: #7c1812; */
  font-size: larger;
  background: rgb(156, 48, 13);
  line-height: 1.5;
  /* padding: 2px; */
  /* box-shadow: 1px 1px 3px rgb(90, 15, 11); */
  border-bottom: 2px solid #FFC107;
  border-top: 2px solid #FFC107;
  font-family: -webkit-pictograph, "Times";
}

.cover-title-span-M {
  font-family: 'Spectral SC', serif;
  /*font-size: larger;*/
  background: rgb(156, 48, 13);
  line-height: 1.5;
  border-bottom: 2px solid #FFC107;
  border-top: 2px solid #FFC107;
  font-family: -webkit-pictograph, "Times";
  /*word-spacing: -5px;*/
}

/* .cover-span {
  font-family: "Lato", "Garamond", "Palatino", 'Times';
  margin-top: 2%;
  background: #FFEB3B;
  color: rgb(181, 58, 48);
} */
.cover-p {
  margin-top: 1%;
}

.card-title {
  font-size: 1em;
  margin-bottom: 2%;
  /* color: rgb(72, 71, 71); */
  color: rgb(80, 78, 69);
  /* color: rgb(146, 10, 1); */
}

.task-highlight {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  /* color: rgb(49, 58, 28); */
}

.task-highlight-add {
  /* color: #bdd9dc; */
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  /* font-size: 6em; */
  font-size: 10em;
  /* background: #fff0686b; */
  /* background: rgba(255, 235, 59, 0.21); */
  /* background: rgb(255, 235, 59); */
  line-height: 2.2;
  /* border-radius: 50px; */
  /* border-bottom: 20px solid rgb(205, 220, 57); */
  /* box-shadow: 3px 5px 30px rgb(30, 41, 4); */
  /* border-bottom: 20px solid #FF5722; */
  background: #bdd9dc;
  transition: all 1s;
}

.task-gdp-highlight-add {
  box-shadow: 1px 2px 30px #375f0b;
  /* background: #8BC34A; */
  background: #ffeb3b;
  border-bottom: none;
}

.task-industrial-highlight-add {
  box-shadow: 1px 2px 30px #177d8e;
  /* background: #00bcd4ad; */
  background: #FFEB3B;
  border-bottom: none;
}

.text-highlight {
  color: rgb(189, 47, 47);
}

.text-highlight-add {
  font-size: 5em;
  line-height: 1.6;
  font-style: italic;
  color: black;
  /* background: rgb(63, 80, 21); */
  transition: all 1s;
}

.task-color {
  color: rgb(100, 100, 100);
}

.manufacturing-color {
  /* color: rgb(111, 127, 111); */
  color: rgb(53, 67, 54);
}

/* .manufacturing-color {
  color: rgb(102, 143, 145);
} */
.agriculture-color {
  /* color: yellow; */
  /* color: rgb(246, 208, 46); */
  color: rgb(217, 179, 97);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}

#menu {
  position: fixed;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  background: rgb(245, 244, 240);
  /* background: rgb(97, 32, 11); */
}

#menu-guide {
  margin-left: 3%;
  margin-top: 0.5%;
  color: rgb(153, 149, 132);
  font-style: italic;
  font-size: 0.6em;
}

#menu-button {
  margin-left: 1%;
  margin-top: 0.5%;
}

.button-border {
  cursor: pointer;
  z-index: 10;
  margin: 0;
  padding: 0;
  padding: 0;
  padding-bottom: 6px;
  margin-left: 2%;
}

.button {
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  padding-bottom: 4px;
  cursor: pointer;
  font-family: "Lato", "Palatino", "Garamond";
  font-weight: bold;
  color: rgb(76, 75, 67);
  outline: none;
  background: center;
}

.button:hover {
  border-bottom: 1px solid rgb(146, 9, 2);
  /* color: rgb(246, 227, 84); */
  color: rgb(146, 9, 2);
}

.button-focus {
  /* border-bottom: 3px solid rgb(146, 9, 2); */
  color: rgb(146, 9, 2);
}

.button-selected {
  border-bottom: 1px solid rgb(146, 9, 2);
  /* color: rgb(53, 67, 54); */
}

.scroll-down {
  text-align: center;
  font-weight: 800;
}

.scroll-down-text {
  font-family: Arial;
  /* color: rgb(181, 58, 48); */
  color: rgb(155, 49, 14);
}

.scroll-down-arrow {
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  margin-top: 20%;
  width: 10%;
  height: 80px;
  position: absolute;
  right: 45%;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.scroll-down-link-small {
  margin: 50px -10px;
  width: 20px;
  height: 40px;
  position: absolute;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.scroll-down-img {
  display: inline-block;
  background-image: url(../img/arrow.png);
  width: 15px;
  height: 15px;
  /* margin-top: 2px; */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.menu-guide-text {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

.scroll-down-small {
  padding-top: 3%;
  color: black;
}

.scroll-down-text-small {
  display: none !important;
  font-family: arial;
  font-size: 0.8em;
  /* color: rgb(146, 9, 1); */
  /* color: #FF5722; */
  margin-left: 4%;
}

.scroll-down-text-small-menu {
  font-family: TimesNewRoman, Times New Roman, Times;
  color: rgb(153, 149, 132);
  margin-left: 2%;
}

/* .star {
  color: rgb(146, 9, 2);
  font-weight: bold;
  width: 10px;
  height: 10px;
  padding: 7px;

  background: url(img/star.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
} */
.hover-text {
  z-index: 2;
  width: 80%;
  font-size: 1em;
  /* line-height: 1.6; */
  /* border-bottom: 10px solid rgba(244, 128, 93); */
  font-style: italic;
  color: rgb(255, 255, 255);
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  /* background: rgb(63, 80, 21); */
  transition: all 1s;
}

.hover-text-bottom {
  z-index: 3;
  width: 40%;
  font-size: 1.4em;
  border-left: 5px solid rgb(146, 9, 3);
  /* line-height: 1.6; */
  /* border-bottom: 10px solid rgba(244, 128, 93); */
  font-style: italic;
  color: rgb(255, 255, 255);
  padding-left: 1%;
  background: #ffffff;
  font-weight: bold;
  /* border: 1px solid rgb(226, 226, 226); */
  /* background: rgb(63, 80, 21); */
  /* transition: all 1s; */
}

.hover-text-bottom::first-letter {
  font-size: 1.8em;
  /* color:rgb(146, 9, 3); */
}

/* .text-highlight-span {
  line-height: 1.6;
  font-family: font-family: TimesNewRoman, Times New Roman, Times;
} */
.quote-span {
  /* background: rgb(82, 95, 75); */
  line-height: 1.6;
  /* font-weight: bold; */
  /* background: rgb(82, 95, 75); */
  line-height: 1.6;
  font-family: "Lato";
  /* border-bottom: 1px solid rgb(255, 87, 34); */
  color: rgb(80, 78, 69);
  /* --lumin-background-color: rgb(82, 95, 75); */
  /* border-bottom: 1px solid rgb(255, 87, 34); */
}

.manufacture_height_span {}

.agriculture_height_span {}

.text-highlight-p {
  margin: 0;
  padding: 0;
}

.scroll-text-highlight {
  font-style: italic;
  font-size: 1em;
  /* margin: 0; */
  padding: 0;
  margin-top: 1%;
  margin-bottom: 1%;
  /* color: white; */
}

.text-box-span {
  /* color: rgb(82, 95, 75); */
  color: rgb(80, 78, 69);
  /* color: black; */
  font-size: 0.8em;
  /* background: rgb(82, 95, 75); */
  line-height: 1.6;
  /* border-bottom: 1px solid rgb(255, 87, 34); */
}

#toExplore {
  border-bottom: 1px solid rgb(203, 48, 41);
  font-weight: bold;
  cursor: pointer;
}

#card-note {
  font-family: Arial;
  padding-top: 2%;
  font-size: 0.7em;
  font-weight: bold;
  /* color: rgb(181, 58, 48); */
  /* color: #FF5722; */
}

.cover-p {}

.legend-img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.legend-text {
  margin-left: 5px;
  font-size: 0.8em;
  display: inline-block;
}

.white-space {
  margin-left: 20px;
}

.minzhu-highlight-add {
  color: rgb(60, 58, 51);
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  font-size: 5em;
  background: rgb(255, 235, 59);
  line-height: 1.4;
  transition: all 1s;
}

.law-highlight-add {
  /* color: rgb(146, 10, 4); */
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  line-height: 1.8;
  /* border-bottom: 20px solid rgb(10, 10, 10); */
  /* background: rgba(255, 235, 59, 0.21); */
  color: rgb(80, 78, 69);
  font-size: 5em;
  border-bottom: 20px solid #FF5722;
  transition: all 1s;
}

.law-based-add {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  line-height: 1.8;
  color: rgb(80, 78, 69);
  font-size: 5em;
  background: rgb(205, 220, 57);
  border-radius: 50px;
  transition: all 1s;
}

.rule-law-add {
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times';
  line-height: 1.8;
  color: rgb(80, 78, 69);
  border-radius: 50px;
  font-size: 5em;
  background: rgb(123, 193, 234);
  /* background: rgb(241, 114, 114); */
  /* background: rgb(57, 220, 205); */
  transition: all 1s;
}

.star {
  cursor: pointer;
  z-index: 2;
  background-color: rgba(181, 58, 48, 0.72);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgb(255, 251, 213);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  /* font-size: 20px; */
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.star:hover {
  border: 2px solid rgba(181, 58, 48, 0.72);
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #920a04;
  }

  50% {
    -webkit-box-shadow: 0 0 10px #920a04;
  }

  100% {
    -webkit-box-shadow: 0 0 3px #920a04;
  }
}

@-moz-keyframes glowing {
  0% {
    -moz-box-shadow: 0 0 3px #920a04;
  }

  50% {
    -moz-box-shadow: 0 0 10px #920a04;
  }

  100% {
    -moz-box-shadow: 0 0 3px #920a04;
  }
}

@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #920a04;
  }

  50% {
    box-shadow: 0 0 10px #920a04;
  }

  100% {
    box-shadow: 0 0 3px #920a04;
  }
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 3px #f05f53;
  }

  50% {
    box-shadow: 0 0 10px #f44a3c;
  }

  100% {
    box-shadow: 0 0 3px #cf3326;
  }
}

.text-div {
  display: table-cell;
  display: inline-block;
  /* display: contents; */
  font-family: "Lato", "Helvitica", TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  /* color: hsl(4, 99%, 23.5%); */
  /* font-family:  "Palatino", 'Times',  "Lato", TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;

  padding: 1px;
  font-family: "Palatino", 'Times', "Lato", TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  border-radius: 2px;
  box-shadow: 1px 0px 3px #9e3b3b;
  background: #e4d0b2; */
}

#cover-para {
  margin-top: 10%;
}

/* #explore-title{
  padding: 20%;
} */
.cfyp-content {
  transform-origin: top left;
  transform: scale(0.2);
  width: 500%;
  /* color: rgba(19, 18, 18, 0.48); */
  color: rgba(249, 19, 7, 0.8);
  color: rgb(253, 226, 222);
  color: rgb(225, 223, 214);
}

.csection-content {
  color: rgba(19, 18, 18, 0.48);
  color: rgba(249, 19, 7, 0.8);
  color: rgb(253, 226, 222);
  color: rgb(225, 223, 214);
  /* color:rgb(146, 9, 1); */
}

.ctext-content {
  color: rgba(19, 18, 18, 0.48);
  color: rgba(249, 19, 7, 0.8);
  color: rgb(253, 226, 222);
  color: rgb(225, 223, 214);
  /* color:rgb(146, 9, 1); */
}

.infographic-hover {
  border-bottom: 3px solid rgb(205, 220, 57);
  background-image: url(../img/hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-right: 4%;
}

.infographic {
  display: block;
  width: 100%;
  /* margin-top: 2%; */
}

/* .info-holder {
  z-index: 4;
} */
.img-div {
  background: white;
  /* padding: 1%;
  padding-top: 4%; */
  border: 1px solid rgb(205, 220, 57);
  border-radius: 5px;
  box-shadow: 1px 0px 2px rgb(228, 228, 228);
}

.img-div:after {
  content: " ";
  position: absolute;
  right: 50%;
  bottom: -12px;
  border-top: 10px solid #cddc39;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}

.cover-img-div {
  text-align: center;
}

.cover-img {
  width: 60px;
  height: 60px;
}

#credit {
  position: fixed;
  right: 3%;
  top: 2.5%;
}

.blank-card {
  padding-top: 95%;
  text-align: center;
  background: transparent;
}

.CGTNlogo {
  position: relative;
  width: 60px;
  z-index: 10;
  margin: 0 auto;
}

.CGTNlogo img {
  width: 100%;
  margin: 0 0;
  z-index: 10;
}

#credit span {
  font-size: 0.6em;
  /* color: rgb(146, 10, 1); */
  color: rgb(121, 118, 104);
}

.credit-img {
  width: 18px;
  margin-right: 5px;
  vertical-align: sub;
}

.vertical-line {
  margin: 0 10px;
  color: rgb(76, 75, 67);
  vertical-align: text-bottom;
}

#back:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid #4c4b43;
  cursor: pointer;
}

#source:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid #4c4b43;
  cursor: pointer;
}

#explore-cgtn {
  margin-bottom: 1px;
  width: 40px;
  vertical-align: text-bottom;
}

.cast {
  /*  background:rgb(255,255,255);
  position: absolute;
  top:0px;*/
  width: 100%;
  font-size: 100%;
  padding: 1% 0;
}

.Note {
  line-height: 1.5;
  position: relative;
  display: block;
  margin: 1% 1% 1% 1%;
}

.close {
  display: none !important;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 3%;
  top: 3%;
  width: 20px;
  height: 20px;
}

.close img {
  display: none !important;
  position: absolute;
  display: block;
  width: 100%;
}

.Note h2 {
  font-size: 14px;
  color: #930c05;
  font-weight: bold ! important;
}

.Note p {
  font-family: Microsoft Yahei;
  font-size: 12px;
  color: rgb(109, 105, 87);
}

.credit-p {
  /* font-size: larger; */
  color: #4e4c46;
}

.castLine {
  height: 1px;
  width: 90%;
  background-color: #fec02f;
  bottom: 0px;
  margin: 20px auto;
}

.Credit {
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 1% 0% 1%;
  font-size: 12px;
}

.Credit h2 {
  font-size: 14px;
  color: #930c05;
  font-weight: bold ! important;
}

.Credit p {
  font-family: Microsoft Yahei;
  /* font-size: 1em; */
  color: rgb(109, 105, 87);
}

.Copyright {
  margin-top: 1%;
}

.Copyright p {
  display: block;
  margin: 0 auto;
  font-size: 10px !important;
  text-align: center;
  color: #b4b2a8;
  font-family: "Lato";
  /*font-weight: 600;*/
}

#cast p {
  /*font-family: Georgia;*/
  margin-bottom: 1%;
  font-size: 12px;
  font-family: "Arial";
  /* font-size: 0.6em; */
}

.Copyright .shares {
  width: 70%;
  /*padding: 1vw;*/
  position: relative;
  margin: 10px auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.Copyright .shares .iconLOGOs:hover {
  transform: scale(1.3);
  filter: hue-rotate(170deg);
}

.Copyright .shares .iconLOGOs {
  cursor: pointer;
  width: 20%;
  height: 10%;
  position: relative;
  transition: all 0.5s;
}

.Copyright .shares .iconLOGOs img {
  padding: 10%;
  width: 80%;
  margin: 0 auto;
  display: block;
}

.wechat_detail {
  display: none;
  position: relative;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}

.wechat_detail img {
  width: 100%;
  height: 100%;
}

.C_Lab {
  position: relative;
  width: 100px;
  /* margin: 1% 5%; */
  /* text-align: center; */
  /* margin-left: auto;
  margin-right: auto; */
  margin-top: 1%;
  margin-left: 1%;
}

.C_Lab img {
  width: 100%;
}

.stressed {
  font-weight: bolder;
  color: black;
  background-color: #ffeb3b;
  padding: 0 4px;
}

.stressed-task {
  font-weight: bolder;
  color: black;
  background-color: #bdd9dc;
  padding: 0 4px;
}

.stressed-long {
  font-weight: bolder;
  color: black;
  padding: 0 4px;
  border-bottom: 5px dotted #ffeb3b;
}

.stressed-industrial {
  font-weight: bolder;
  color: black;
  background-color: #FFEB3B;
  padding: 0 4px;
}

.cast-fix {
  line-height: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  margin: 3%;
}

.gap-arrow {
  margin-top: 5%;
  color: #b25c45 ! important;
  font-family: "Lato", "Arial", "Garamond", "Palatino", 'Times', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif ! important;
}

#page-0 {
  background: rgba(255, 255, 255, 0.6);
}

#page-30 {
  background: rgb(147, 12, 5);
}

#card30 {
  background: #930c05;
  padding: 4% 0;
}

#explore-title {
  width: 90%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.93);
  line-height: 1.4;
  font-size: 1em;
  color: rgb(49, 58, 28);
  height: 100%;
  padding-top: 0 !important;
}

.section0 {
  background: rgba(255, 255, 255, 0.5);
}

.chapter-manufacture {
  padding: 0 1%;
  border-radius: 10px;
  /* box-shadow: 1px 1px 1px rgb(22, 25, 22); */
  border: 2px solid rgb(146, 9, 1);
  background: rgb(53, 67, 54);
  color: rgb(255, 252, 226);
  font-size: small;
  padding: 0 5px;
}

.chapter-agriculture {
  padding: 0 1%;
  border-radius: 10px;
  /* box-shadow: 0px 1px 15px rgb(22, 25, 22); */
  /* background: rgb(246, 208, 46); */
  background: rgb(217, 179, 97);
  /* color: rgb(254, 252, 244); */
  color: rgb(255, 255, 255);
  /* border: 2px solid rgb(146, 9, 1); */
  /* font-size: small; */
  padding: 0 8px;
}

.section-manufacture {
  padding: 0 1%;
  border-radius: 10px;
  /* box-shadow: 1px 1px 10px rgb(63, 72, 63); */
  background: rgb(111, 127, 111);
  color: rgb(255, 252, 226);
  border: 2px solid rgb(130, 69, 67);
  font-size: small;
  padding: 0 5px;
}

.section-agriculture {
  padding: 0 1%;
  border-radius: 10px;
  /* box-shadow: 1px 1px 10px rgb(63, 72, 63); */
  /* background: rgb(217, 179, 97); */
  background: rgb(246, 208, 46);
  /* color: rgb(255, 255, 255); */
  color: rgb(254, 252, 244);
  /* border: 2px solid rgb(130, 69, 67); */
  /* font-size: small; */
  padding: 0 8px;
}

#card29 {
  margin-top: 20%;
}

#share-block {
  /* margin-left: auto; */
  z-index: 22;
  position: fixed;
  /* left: 0; */
  right: 0;
  /* margin-right: auto; */
  width: 50px;
  right: 2%;
  top: 2%;
  display: none;
}

#share-block img {
  width: 45px;
  /* vertical-align: text-top; */
}

#scrollDown {
  margin-top: 15%;
}

#lang {
  z-index: 22;
  /* position: fixed; */
  position: relative;
  /* left: 0; */
  /* right: 0; */
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  /* right: 5%; */
  /* top: 3%; */
  margin-top: 10%;
  text-align: center;
}

.lang-button {
  vertical-align: bottom;
  width: 60px;
  height: 30px;
  /* margin-left: 15px; */
  /* margin-left: 0px; */
  font-family: "Lato", Helvetica, Tahoma, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 1.1em;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  /* color: #565656; */
  border: 1px solid;
  /* padding-left: 0; */
  /* padding-right: 0; */
  color: #c2b064;
}

#en {
  /* border-bottom: 1px solid rgb(194, 176, 100); */
}


.add-card {
  padding-top: 10%;
}
