#particles-js .animte-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#particles-js .animte-img img {
  margin: auto;
  animation: bantay 15s ease-in-out infinite alternate;
  position: relative;
}
@keyframes bantay {
  0% {
    opacity: 0.3;
    transform: scale(0.8) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(360deg);
  }
}
.item-report {
  text-align: center;
}
.item-report h4 {
  color: var(--primary-color);
  font-size: 22px;
}
.item-report h3 {
  font-size: 70px;
  font-family: "SanFranciscoDisplay";
  font-weight: lighter;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}
.item-report p {
  color: var(--primary-color1);
  font-size: 18px;
}
#chart-col1 {
  height: 480px;
}
#chart-col2 {
  height: 480px;
}
#chart-col3 {
  height: 480px;
}
#chart-tron1 {
  height: 480px;
}

@media (max-width: 767px) {
  #chart-tron1 {
    height: 300px;
  }
}
.item-ctycon {
  text-align: center;
}
.item-ctycon h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SanFranciscoDisplay";
  font-size: 35px;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
  font-weight: bold;
}
.item-ctycon h4 {
  text-transform: uppercase;
}
.item-counter {
  text-align: center;
}
.item-counter h4 {
  color: #000;
  font-size: 16px;
}
.item-counter h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SanFranciscoDisplay";
  font-size: 60px;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
  font-weight: lighter;
}
.item-counter h5 {
  color: var(--primary-color1);
}
.box-result {
  height: 100%;
}
.title-result {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.item-result .icon-result {
  width: 70px;
}
.item-result .text-result {
  width: calc(100% - 70px);
}
.item-result .text-result h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-color1);
  text-transform: uppercase;
  margin-bottom: 0;
}
.item-result ul li ul li {
  font-style: italic;
}
.item-result-counter {
  text-align: center;
  font-family: "SanFranciscoDisplay";
}
.item-result-counter h4 {
  font-size: 17px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
}
.item-result-counter h3,.item-result-counter span.counter {
  font-family: "SanFranciscoDisplay";
  font-size: 60px;
  color: var(--primary-color1);
  font-weight: lighter;
}
.item-result-counter h3 span {
  font-family: "Kuro", sans-serif;
  font-size: 17px;
}
.item-result-counter h5 {
  color: var(--primary-color1);
}
.strategy {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.item-strategy {
  width: 50%;
}
/*Ba trong tam*/
.item-struc {
  position: relative;
}
.item-struc > img {
  width: 100%;
  display: block;
}
.text-struc {
  position: absolute;
  left: 19%;
  top: 45%;
  width: 62%;
  text-align: center;
}
.text-struc img {
  width: 150px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .text-struc img {
    width: 50px;
  }
  .text-struc {
    width: 65%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .item-strategy {
    width: 100%;
  }
  .item-result-counter {
    text-align: center !important;
  }
  .line3 {
    margin: 10px auto;
  }
}
.notechart li {
  font-weight: bold;
  line-height: 30px;
}
.color-note {
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.color-note.color1 {
  background-color: #4e3628;
}
.color-note.color2 {
  background-color: #b08a2e;
}
.color-note.color3 {
  background-color: #e6e7e8;
}
/* 3d cube og TAL */
.cube3d sub {
  line-height: 0;
  vertical-align: sub;
}

.cube3d ul {
  list-style: disc;
  padding-left: 16px;
}

.section-performance-h:not(.selected-tab):hover h2,
.section-performance-h:not(.selected-tab):hover {
  color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.section-performance {
  width: 100%;
  position: relative;
  float: left;
}

.performance-wrap {
  max-width: 1300px;
  margin: auto;
  width: 100%;
}

.performance-tab {
  margin: auto;
  width: 100%;
}

.performance-tab-field {
  text-align: center;
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.performance-tab-field:nth-child(-n + 2) {
  /*border-top:4px solid #dbdddb; */
}

.performance-tab-field.selected-tab {
  /* border-top:4px solid #2d0028; */
}

.performance-tab-field:nth-child(even) {
  border-left: 1px solid #9ba08c;
}

.performance-tab-field:nth-child(odd) {
  border-right: 1px solid #9ba08c;
}

.performance-tab-field h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SanFranciscoDisplay";
  font-size: 35px;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 40px;
}
.performance-tab-field span {
  font-size: 50px;
  font-weight: bold;
  padding: 10px 0 0 0;
  color: var(--primary-color1);
}
.performance-tab-field h4 {
  font-size: 24px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-weight: lighter;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.half-a-border-left:after,
.half-a-border-right:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 80%;
  height: 2px;
  background-color: #9ba08c;
  position: absolute;
  right: 0;
  /*top:1px;*/
}

.performance-tab-field.half-a-border-right:after {
  left: 0;
}

.section-performance-top {
  width: 80%;
  margin: auto;
}

.section-performance-h {
  width: 50%;
  float: left !important;
  text-align: center;
  border-bottom: 4px solid var(--primary-color1);
  cursor: pointer;
  transition: color 1s, border-color 1s;
}

.section-performance-h h2 {
  color: var(--primary-color1);
  transition: color 1s, border-color 1s;
}

.section-performance-h.selected-tab h2 {
  color: #ddd;
}

.section-performance-h.selected-tab {
  color: var(--primary-color1);
  border-bottom: 4px solid #ddd;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.performance-tab-field img {
  width: 30%;
  height: 30%;
  max-width: 170px;
  padding: 40px 0 0 0;
}

.cfix {
  clear: both;
}
/* <-- Blad animation og bg  --> */

.wrap-leavs {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.plant {
  width: 25vw;
}

.absolute {
  position: absolute;
}

.animated-plant-left {
  left: -17vw;
  top: 15%;
}

.animated-plant-right {
  right: -17vw;
  bottom: 1%;
}

.cube3d.targets {
  text-align: left;
  -webkit-transition: max-height 1s, height 1s;
  -o-transition: max-height 1s, height 1s;
  transition: max-height 1s, height 1s;
  max-height: 100%;
  overflow: hidden;
}

.cube3d.targets h2 {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.cube3d.targets h1 {
  font-size: 32px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  display: inline;
}

.cube3d.targets h1.targets-h1-normal {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.cube3d.targets p {
  margin: 1em 0;
}

.section-cube3d .tab h2 {
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
}

.cube3d .target-content {
  padding-top: 30px;
  float: left;
}

.section-cube3d {
  width: 80%;
  margin: auto;
}

.section-cube3d img {
  max-width: 30%;
}

.bold {
  font-weight: bold;
}

.targets-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

.section-cube3d .left-side {
  width: 66%;
  float: left;
  padding-right: 50px;
}
.section-cube3d .right-side {
  width: 33%;
  float: left;
}

.targets-h-wrap {
  width: 100%;
  max-width: 710px;
  margin-bottom: 10px;
}

.section-cube3d img.icon {
  max-width: 32%;
  float: left;
  margin: 0 1% 1% 0;
}

@media (max-width: 800px) {
  .section-cube3d .left-side {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  .section-cube3d .right-side {
    width: 100%;
    float: left;
  }
}

#cube3d {
  width: 100%;
  max-width: 1300px;
  margin: 0px;
}
.cube3d {
  width: 800px;
  margin: auto;
  position: relative;
}
.cube3d .side3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.right-side p {
  width: 100%;
  float: left;
}

.target-table {
  border-spacing: 10px;
  border-collapse: separate;
}

.target-table td {
  vertical-align: top;
  border-spacing: 10px;
  border-collapse: separate;
}

#africa-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .performance-tab-field .counter {
    font-size: 28px;
  }
  .performance-tab-field h4 {
    font-size: 14px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-cube3d {
    width: 100%;
  }
}

/*End tab3d*/

.item-ctylk {
  width: 230px;
  height: 230px;
  background-image: linear-gradient(-30deg, #b08a2e, #bfbb86 80%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s all;
}
.item-ctylk h3 {
  color: white;
  font-family: "SanFranciscoDisplay";
  font-weight: bold;
  font-size: 40px;
}
.item-ctylk:hover {
  background-image: linear-gradient(-30deg, #4e3628, #b08a2e 80%);
}
.modal-header {
  padding: 5px;
}
.modal-footer {
  padding: 5px;
}
.modal-body h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SanFranciscoDisplay";
  font-weight: lighter;
  font-size: 60px;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}
.modal-body h5 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SanFranciscoDisplay";
  font-weight: bold;
  font-size: 50px;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}

/*Bat dau accordin*/
.item-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.des-card {
  width: 270px;
  height: 270px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  padding: 20px;
}
.des-card img {
  display: inline-block;
  margin-bottom: 10px;
}
.des-card h3 {
  color: var(--primary-color1);
  font-weight: bold;
}
.des-card h3 span {
  font-size: 18px;
}
.des-card h4 {
  color: var(--primary-color);
}
.box-text-card {
  width: 68%;
  padding-top: 30px;
}
.box-text-card > h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-color1);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-card {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  min-height: 140px;
  padding: 20px 0 10px;
}
.text-card h4 {
  color: var(--primary-color);
}
.text-card a {
  text-decoration: none;
}
@media (max-width: 992px) {
  .des-card {
    margin: auto;
  }
  .box-text-card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .item-card {
    margin-bottom: 0;
  }
  .des-card {
    width: 270px;
    margin: auto;
  }
  .box-text-card {
    width: 100%;
  }
}
/*Ket thuc accordin*/
