.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    text-align: center;
    left: -32px;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 80px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 45rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* custom
-------------------------------------------------- */
nav {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: rgba(69, 108, 76, 0.7);
}


.navbar-brand {
  /*width: 25%;*/
}

.navbar-brand img {
  /*max-width: 80%;*/
  max-height: 60px;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 50%;
  }
  nav {
    background: rgba(69, 108, 76, 0.9);
  }
}

.navbar-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.nav-menu {
  /*background-color: #456C4C;*/
  /*padding: 4px 20px;*/
  /*height: 60px;*/
  height: 100%;
  padding: 1rem;
}

a.nav-link {
  color: white !important;
  font-size: 1rem;
  display: block;
  height: 100%;
  line-height: 100%;
  padding-left: 0.8rem !important;
  padding-right:  0.8rem !important;
}

.active a.nav-link {
  font-weight: bold;
  font-size: 1rem;
}

.nav-item a.sp {
  font-weight: bold;
  font-size: 1rem;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.carousel-indicators .active {
  width: 20px;
  border-radius: 5px;
}

.carousel-item {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .carousel-item {
    background-size: auto 100%;
  }
}

@media (max-width: 1200px) {
  .carousel-item {
    background-size: auto 100%;
  }
}

@media (max-width: 900px) {
  .carousel-item {
    height: 32rem;
  }

  .carousel-item>img {
    height: 32rem;
  }
}

@media (max-width: 640px) {
  .carousel-item {
    height: 24rem;
  }

  .carousel-item>img {
    height: 24rem;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    height: 16rem;
  }

  .carousel-item>img {
    height: 16rem;
  }
}

.carousel-indicators {
  bottom: 4em;
}

.t-card,
.t-headline,
.t-marquee,
.t-history,
.t-videos,
.t-dashboard,
.t-people,
.t-1,
.t-2,
.t-3,
.t-4 {
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .t-card-wrap>div>a {
    margin: 10px 0;
  }
}

.t-card-wrap {
  text-align: center;
}

.t-card-wrap>div>a:hover>img {
  opacity: 0.6;
}

.t-headline-wrap>div {
  height: 364px;
}

@media (max-width: 1200px) {
  .t-headline-wrap>div {
    height: 304px;
  }
}

@media (max-width: 992px) {
  .t-headline-wrap>div {
    /*height: auto;*/
  }
}

img.headline-image {
  width: 100%;
  margin-bottom: 1.5em;
}

ul.headline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  border-radius: 4px;
  padding: 1em 1.5em;
  background: #F9F9F9;
  border: 1px solid #E3E3E3;
}

ul.headline-list li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  line-height: 2.4em;
}

ul.headline-list li.headline-title::before {
  content: "\2022";
  color: #456C4C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

ul.headline-list li.headline-title a {
  font-size: 1rem;
  overflow: hidden;
  height: 100%;
  color: #333;
}

ul.headline-list li.headline-more {
  text-align: right;
  font-size: .875rem;
  /* margin-top: 1rem; */
}

ul.headline-list li.headline-more a {
  color: #456C4C;
}

ul.headline-list li a h3 {
  color: #1A1C1C;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}

ul.headline-list li a p {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
}

.t-marquee-wrap {
  background: #F9F9F9;
  padding: .5em 0;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

.label {
  background: linear-gradient(to right, #F27E64, #E04834);
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  border-radius: 50px;
  margin: .5rem 1rem;
}

.marquee-list {
  display: inline-block;
  width: 80%;
  height: 100%;
  line-height: 100%;
  margin-left: 1em;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

a.marquee-item {
  display: inline-block;
  color: #456C4C;
  margin-right: 2em;
}

@media (max-width: 992px) {
  .marquee-list {
    width: 60%;
    margin-left: 1em;
  }

  a.marquee-item {
    margin-right: 1em;
  }
}

@media (max-width: 430px) {
  .marquee-list {
    margin-left: 1em;
    width: 45%;
  }
}

.t-videos>.row>div {
  margin-bottom: 20px;
}

.t-videos-header {
  color: #456C4C;
  position: relative;
  margin-bottom: 20px;
}

.t-videos-header i {
  padding: 2px 4px 2px 6px;
  border: 2px solid #456C4C;
  border-radius: 4px;
  margin-right: .5em;
}

.line {
  position: absolute;
  top: 0;
  left: 7em;
  right: 0;
  height: calc(50% + 1px);
  border-bottom: 2px solid #456C4C;
}

.vidoe-item {
  position: relative;
}

.vidoe-item img {
  width: 100%;
}

span.play-icon {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  color: white;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background: linear-gradient(135deg, rgb(134, 182, 142, .5), rgba(69, 108, 76, .8));
  border-radius: 50%;
  text-align: center;
}

span.v-title {
  display: block;
  width: 100%;
  background-color: #F8F9F2;
  padding: 0.5em 1em;
}

.dashboard {
  display: flex;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 20px 40px;
}

.d-item-wrap {
  flex: 1;
  text-align: center;
  margin-bottom: 1em;
}

.d-item {
  margin: 16px;
  border-radius: 12px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #456C4C;
  margin-bottom: .5em;
  padding-top: 45%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center 25%;
}

span.unit {
  font-size: 14px;
}

.d-total_value {
  background-image: url(../images/total_value@2x.png);
  color: #456C4C;
}
.d-plant_scale {
  background-image: url(../images/plant_scale@2x.png);
  color: #EC6E55;
}
.d-category {
  background-image: url(../images/category@2x.png);
  color: #0075A5;
}
.d-institution {
  background-image: url(../images/institution@2x.png);
  color: #F1A610;
}
.d-awards {
  background-image: url(../images/awards@2x.png);
  color: #3D9DA7;
}

.d-value {
  display: block;
  font-size: 1.7rem;
}
.d-title {
  display: block;
  font-size: 14px;
}

@media (max-width: 768px) {
  .dashboard {
    display: block;
  }

  .d-item {
    flex: none;
  }

  .item-value {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}

img.oimg {
  width: 100%;
}

.o-title {
  padding-left: 1em;
}

.o-title h2 {
  color: #456C4C;
  font-size: 24px;
}

.o-title h3 {
  color: #456C4C;
  opacity: .3;
  font-size: 18px;
}

.t2-menu {
  display: flex;
  flex-wrap: wrap;
}

.t2-menu-item {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  text-align: center;
  color: white;
  padding: 3em 0;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.t2m1 {
  background: linear-gradient(135deg, #CEFFE5, #3E66E7);
}

.t2m2 {
  background: linear-gradient(135deg, #8FD491, #589B6E);
}

.t2m3 {
  background: linear-gradient(135deg, #FFD28C, #F27552);
}

.t2m4 {
  background: linear-gradient(135deg, #FFC691, #7D6EDE);
}

.t-2 p {
  line-height: 1.8em;
  font-size: 14px;
}

.more-styl {
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-styl .text-styl {
  /* width: 100%; */
  font-size: 14px;
  font-weight: 400;
  color: #869D9A;
  line-height: 14px;
}

.more-styl .arrows-icon {
  width: 15.0805%;
  margin-left: 12px;
}

.t-3 img {
  width: 100%;
}

/*old*/
.btm-content .information-box {
  /*width: 1366px;*/
  width: 71.15%;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 101;
  /*bottom: -180px;*/
  bottom: -120px;
}

.btm-content .information-box .left-box,
.btm-content .information-box .right-box {
  width: 50%;
  /*width: 660px;*/
  height: 878px;
  background: linear-gradient(180deg, #F0F8F4 0%, #FEFFF8 66%, #FFFFFF 100%);
  border-radius: 36px;
  box-sizing: border-box;
}

.btm-content .information-box .left-box {
  margin-right: 31px;
}

.btm-content .information-box .col-md-6 {
  width: 50%;
}

.col-md-6 .title-styl {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  /*width: 90.9%;*/
  /*margin-top: 23px;*/
  /*margin-left: 23px;*/
  /*margin: 23px 23px 0 23px;*/
  /*margin: 4.55% 4.55% 0 4.55%;*/
  margin: 0 auto 4.55%;
}


.col-md-6 .title-styl img {
  width: 30px;
  height: 30px;
}

.col-md-6 .title-styl .text-styl {
  margin-left: 12px;

  font-size: 30px;
  font-weight: bold;
  color: #315343;
  line-height: 45px;
}

.col-md-6 .pic-box {
  width: 90.9%;
  /*width: 600px;*/
  height: 296px;
  /*margin-left: 30px;*/
  /*margin-top: 35px;*/
  /*margin: 35px 4.55% 0 4.55%;*/
  margin: 35px auto 0;
}

.col-md-6 .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*width: 600px;*/
  /*height: 296px;*/
  /*background: rgba(34, 84, 66, 0.2);*/
}

.col-md-6 .news-box {
  width: 90.9%;
  /*width: 600px;*/
  /*margin: 42px 0 0 30px;*/
  margin: 42px auto 0;
  box-sizing: border-box;
}

.col-md-6 .news-box ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

.col-md-6 .news-box ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;

  margin-top: 23px;
}

.col-md-6 .news-box ul li .time-styl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-md-6 .news-box ul li .time-styl .time-top {

  width: 50px;
  height: 24px;
  font-size: 22px;
  font-weight: 500;
  color: #225442;
  line-height: 24px;

  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.col-md-6 .news-box ul li .time-styl .time-top .day-styl {
  width: 50px;
  height: 24px;
  font-size: 22px;
  font-weight: 500;
  color: #225442;
}

.col-md-6 .news-box ul li .time-styl .time-top .mm-styl {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.col-md-6 .news-box ul li .time-styl .time-btm {
  background: #315343;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;

  width: 50px;
  height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 12px;

}

.col-md-6 .news-box ul li a {
  width: 88%;
  box-sizing: border-box;
  margin-left: 13px;
}

.col-md-6 .news-box ul li .news-content {
  width: 100%;
}

.col-md-6 .news-box ul li .news-content .news-title {
  width: 100%;
  /*width: 512px;*/
  font-size: 18px;
  font-weight: 500;
  color: #142321;
  line-height: 18px;


  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.col-md-6 .news-box ul li .news-content .news-desc {
  width: 100%;
  /*width: 512px;*/
  font-size: 14px;
  font-weight: 400;
  color: #869D9A;
  line-height: 24px;

  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* set n lines, including 1 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*   end */
.information-box .col-md-6 .more-styl {
  /*width: 600px;*/
  width: 100%;
  margin-top: 40px;
  cursor: pointer;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.information-box .col-md-6 .more-styl .text-styl {
  font-size: 14px;
  font-weight: 400;
  color: #869D9A;
  line-height: 14px;
}

.information-box .col-md-6 .more-styl .arrows-icon {
  width: 103px;
  /*margin-left: 7px;*/
  padding-left: 12px;
}

/*end old*/

.t4-item {
  height: 100%;
  background: linear-gradient(180deg, #F0F8F4 0%, #FEFFF8 66%, #FFFFFF 100%);
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

footer {
  background-color: #456C4C;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
}

footer .title-styl {
  margin: 1em 0;
  font-weight: bold;
}

footer .content-styl {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0;
}

img.code-styl {
  width: 150px;
  outline: 1px dashed #BBCEB7;
}

.copyright-text {
  width: 100%;
  height: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #456C4C;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.t-2>.row>div {
  margin-bottom: 20px;
}


/*new*/
.tc-title {
  text-align: center;
}

.tc-title h3 {
  color: #456C4C;
  font-size: 24px;
  margin: 1rem .5rem;
}

.tc-title h3 {
  overflow: hidden;
  text-align: center;
}
.tc-title h3:before,
.tc-title h3:after {
  background-color: #456C4C;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.tc-title h3:before {
  right: 0.5em;
  width: 2rem;
}
.tc-title h3:after {
  left: 0.5em;
  width: 2rem;
}

.headline-carousel {
  border-radius: 4px;
  height: 100%;
}

.headline-carousel .carousel-inner {
  height: 100%;
}

.headline-carousel .carousel-inner .carousel-item {
  height: 100%;
}

a.t-card-item-wrap {
  display: block;
  border-radius: 4px;
  background: #F9F9F9;
  border: 1px solid #E3E3E3;
}

a.t-card-item-wrap:hover {
  background: #e9e9e9;
}

a.t-card-item-wrap img {
  width: 100%;
  height: 100%;
}

span.t-card-title {
  display: inline-block;
  font-size: .875rem;
  color: #333;
  padding: .5em 0;
}

.out-16-9 {
  padding-top: 56.25%;;
  position: relative;
}

.in-16-9 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.out-1-1 {
  padding-top: 100%;;
  position: relative;
}

.in-1-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.count-down {
  background-color: #456C4C;
  width: 100%;
  height: 100%;
}

.count-down > span {
  color: white;
  font-size: 2rem;
  margin-top: 2rem;
  display: inline-block;
  font-weight: bold;
}

.count-down > span:after {
  color: white;
  font-size: .75rem;
  font-weight: normal;
  margin: 0 3px;
}

.count-down > span.days:after {
  content: "天";
}

.count-down > span.hours:after {
  content: "小时";
}

.count-down > span.minute:after {
  content: "分";
}

.t-history-wrap {
  border-radius: 4px;
  padding-top: 10%;
  /* 9aad40d826984595865e22783fa8af0f.png */
  background-image: url('/static/images/9aad40d826984595865e22783fa8af0f.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.histories {
  position: relative;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  max-width: 1000px;
  display: flex;
}

.histories .history-item {
  position: relative;
  width: 20%;
  height: 30px;
  line-height: 30px;
  display: block;
  transition: all 0.5s ease;
}

.histories .history-item .history-item-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
  color: #888;
}
.histories .history-item .history-item-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background: #888;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}

.histories .history-item .history-item-title:hover {
  font-weight: 400;
  color: #456C4C;
  font-size: 1.2rem;
}

.histories .history-item .history-item-title:hover:after {
  background: #456C4C;
  width: 24px;
  height: 24px;
}

.histories .history-item.active .history-item-title {
  font-weight: 400;
  transition-delay: 0.4s;
  color: #456C4C;
  font-size: 1.2rem;
}

.histories .history-item.active .history-item-title:after {
  background: #456C4C;
  width: 24px;
  height: 24px;
  transition-delay: 0.4s;
}

.timeline-wrap {
  width: 80%;
  margin: 0 auto;
}

/*.timeline:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.timeline:after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}*/

.history-item-attr {
  display: none;
  position: absolute;
  right: -45%;
  left: 55%;
  bottom: 0px;
  background-color: white;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 2;
  transition-delay: 0.4s;
}

.history-item.active .history-item-attr {
  display: block;
}

.history-item-attr img {
  width: 100%;
}

.history-item-attr span {
  display: block;
  line-height: 1;
  margin-top: .5rem;
}

.history-item-attr span.attr-title {
  color: black;
  font-size: 1.2rem;
}

.history-item-attr span.attr-date {
  color: #456C4C;
  font-size: 1rem;
}

.t-dashboard {
  background-color: #F9F9F9;
  padding-top: 40px;
}

.wx {
  display: block;
  width: 150px;
  padding: 3px;
  background-color: white;
  color: #333;
}

.t-people {
  background-image: url(../images/guest_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

ul.people {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.people li {
  /*align-items: flex-start;*/
  width: 130px;
  height: 170px;
  padding: 5px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 60px);
  transition: all .2s ease;
}

img.p-photo {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.p-item {
  display: block;
  width: 120px;
  height: 160px;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  /*transition: all 3s ease;*/
}

.p-attr {
  position: absolute;
  top: calc(100% - 52px);
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /*opacity: 0;*/
  transition: .4s ease;
  color: white;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 4px;
}

.p-name {
  font-weight: bold;
  color: white;

  width: 100%;
  height: 40px;

  display: inline-flex;
  align-items: flex-end;
}

.p-intro {
  font-size: 12px;
  opacity: 0;
}

.p-item:hover .p-attr {
  opacity: 1;
  top: 0;
  background-color: rgba(255, 255, 255, .5);
}

.p-item:hover .p-name {
  color: #333;
  height: auto;
}

.p-item:hover .p-intro {
  opacity: 1;
  color: #333;
}

.hlist {
  height: 84%;
  overflow: hidden;
}

svg {
  width: 100%;
  margin: 0 auto;
}
#timeline {
  position: relative;
  margin-bottom: 120px;
  background-color: transparent;
}
.circle {
  cursor: pointer;
}
.circle.active {
  background-color: blue;
}

@media (max-width: 992px) {
  #timeline {
    display: none;
  }
  .histories {
    flex-wrap: wrap;
  }
  .t-history-wrap {
    padding-top: 0;
    border: none;
  }
  .histories .history-item {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px;
  }
  .history-item-attr {
    display: block;
    position: initial;
  }
  .dashboard {
    flex-wrap: wrap;
    padding: 10px;
  }
  .d-item-wrap {
    width: 50%;
    flex: auto;
    margin: auto;
  }
  ul.people {
    display: flex;
    flex-wrap: wrap;
    position: initial;
  }
  ul.people li {
    width: 33.33%;
    position: initial;
    top: auto;
    left: auto;
  }
  .nav-menu {
    height: auto;
  }
}

@media (max-width: 480px) {
  .count-down > span {
    font-size: .75rem;
    margin-top: 1rem;
  }
  .label {
    margin: 2px 5px;
  }
}

@media (max-width: 768px) {
  .d-item-wrap {
    width: 90%;
    flex: auto;
    margin: auto;
  }

  .qr-styl {
    margin-top: 10px;
  }
}

a.dropdown-item:hover {
  color: white;
  background-color: #456C4C;
}

.fixed-box {
  position: fixed;
  bottom: 20%;
  right: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-box {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #999999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.feedback-box {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #999999;
  margin-top: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}
