.home-page .section-landing {
  background: #f0f1f1;
}
.home-page .section-landing .btn-landing {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 38px;
  height: 80px;
  width: 350px;
  padding: 20px;
  text-align: center;
}
.home-page .section-landing .btn-landing.arrow::before, .home-page .section-landing .btn-landing.arrow::after {
  background-size: 80px;
  width: 80px;
  height: 80px;
}
.home-page .section-landing .btn-landing.arrow::before {
  left: -95px;
}
.home-page .section-landing .btn-landing.arrow::after {
  right: -95px;
}
@media (max-width: 992px) {
  .home-page .section-landing .btn-landing {
    font-size: 24px;
    top: -80px;
    height: 50px;
    width: 260px;
    padding: 10px;
  }
  .home-page .section-landing .btn-landing.arrow::before, .home-page .section-landing .btn-landing.arrow::after {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
  .home-page .section-landing .btn-landing.arrow::before {
    left: -55px;
  }
  .home-page .section-landing .btn-landing.arrow::after {
    right: -55px;
  }
}
@media (max-width: 576px) {
  .home-page .section-landing .btn-landing {
    font-size: 18px;
    top: -60px;
    height: 40px;
    width: 180px;
    padding: 10px;
  }
  .home-page .section-landing .btn-landing.arrow::before, .home-page .section-landing .btn-landing.arrow::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .home-page .section-landing .btn-landing.arrow::before {
    left: -45px;
  }
  .home-page .section-landing .btn-landing.arrow::after {
    right: -45px;
  }
}
.home-page .section-landing .stat-block {
  background: #2B398F;
  border-radius: 15px;
  margin: -50px 80px 0 80px;
  height: 140px;
  position: relative;
  color: #fff;
}
@media (max-width: 992px) {
  .home-page .section-landing .stat-block {
    height: auto;
  }
}
.home-page .section-landing .stat-block p {
  color: #fff;
  margin-bottom: 0;
}
.home-page .section-landing .stat-block::before, .home-page .section-landing .stat-block::after {
  content: "";
  top: 0;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.home-page .section-landing .stat-block::before {
  background-image: url(../images/fe/mc_home_b.png);
  left: -70px;
  background-size: 91px;
  width: 91px;
  height: 147px;
}
.home-page .section-landing .stat-block::after {
  background-image: url(../images/fe/mc_home_g.png);
  right: -70px;
  background-size: 100px;
  width: 100px;
  height: 153px;
}
@media (max-width: 576px) {
  .home-page .section-landing .stat-block {
    margin: 0px 60px 0 60px;
  }
  .home-page .section-landing .stat-block::before, .home-page .section-landing .stat-block::after {
    top: 20px;
  }
  .home-page .section-landing .stat-block::before {
    left: -50px;
    background-size: 50px;
    width: 50px;
    height: 81px;
  }
  .home-page .section-landing .stat-block::after {
    right: -60px;
    background-size: 57px;
    width: 57px;
    height: 84px;
  }
}
.home-page .section-landing .stat-block .stat-intro {
  background: #f96400;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .home-page .section-landing .stat-block .stat-intro {
    height: 140px;
    padding: 25px 0;
  }
}
.home-page .section-landing .stat-block .stat-intro p {
  font-size: 20px;
  font-weight: 600;
}
.home-page .section-landing .stat-block .stat-records {
  text-align: center;
}
@media (max-width: 992px) {
  .home-page .section-landing .stat-block .stat-records {
    height: 140px;
    padding: 25px 0;
  }
}
.home-page .section-landing .stat-block .stat-records p.number {
  font-size: 35px;
  font-weight: 600;
}
.home-page .section-landing .stat-block .stat-records .line {
  position: relative;
}
.home-page .section-landing .stat-block .stat-records .line::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .home-page .section-landing .stat-block .stat-records div div:nth-child(1),
.home-page .section-landing .stat-block .stat-records div div:nth-child(2) {
    margin-bottom: 20px;
  }
  .home-page .section-landing .stat-block .stat-records div div:nth-child(2) .line::after {
    display: none;
  }
}
.home-page .section-countdown {
  background: #f0f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-page .section-countdown .countdown-container .countdown-box {
  margin-top: 14px;
}
.home-page .section-countdown .countdown-container .countdown-box .countdown-title {
  font-size: 50px;
  color: #fff;
  background-color: #f96400;
  padding: 7px 14px 2.8px 14px;
  text-align: center;
}
.home-page .section-countdown .countdown-container .countdown-box .countdown-unit {
  font-size: 26px;
  color: #fff;
  background-color: #c7590e;
  padding-top: 5px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 751px) {
  .home-page .section-countdown .countdown-container .countdown-box {
    width: 130px;
    max-width: 130px;
  }
}
@media (max-width: 751px) {
  .home-page .section-countdown .countdown-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-page .section-vdo {
  background: #f0f1f1;
}
.home-page .section-vdo .item-video {
  height: 560px;
}
.home-page .section-vdo .thumb-vdo {
  margin: 20px auto 0 auto;
}
.home-page .section-vdo .thumb-vdo.owl-carousel .owl-stage {
  margin: 0 auto;
}
.home-page .section-vdo .thumb-vdo .item {
  width: auto;
  margin: 0 7px;
}
@media (max-width: 992px) {
  .home-page .section-vdo .item-video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .home-page .section-vdo .item-video {
    height: 300px;
  }
}
.home-page .section-story .story-bg {
  background: #f0f1f1;
  padding: 30px 50px;
  position: relative;
}
.home-page .section-story .story-bg::before, .home-page .section-story .story-bg::after {
  content: "";
  top: -130px;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 140px;
  height: 153px;
  position: absolute;
}
.home-page .section-story .story-bg::before {
  background-image: url(../images/fe/mc_home_2_b.png);
  left: 80px;
}
.home-page .section-story .story-bg::after {
  background-image: url(../images/fe/mc_home_2_g.png);
  right: 80px;
}
@media (max-width: 992px) {
  .home-page .section-story .story-bg::before {
    left: 20px;
  }
  .home-page .section-story .story-bg::after {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .section-story .story-bg {
    padding: 30px 20px;
  }
  .home-page .section-story .story-bg::before, .home-page .section-story .story-bg::after {
    top: -100px;
    background-size: 100px;
    width: 100px;
    height: 110px;
  }
  .home-page .section-story .story-bg::before {
    left: -40px;
  }
  .home-page .section-story .story-bg::after {
    right: -40px;
  }
}
.home-page .section-story .content-logo {
  width: 280px;
}
@media (max-width: 576px) {
  .home-page .section-story .content-logo {
    width: 220px;
  }
}
.home-page .section-exhibition .exh-inventor-block {
  background: #f0f1f1;
}
.home-page .section-training .training-block {
  border-radius: 10px;
  padding: 140px 30px 20px 30px;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.home-page .section-training .training-block.research {
  background: #f6931d;
}
.home-page .section-training .training-block.inventor {
  background: #2B398F;
}
.home-page .section-training .training-block .train-img {
  width: 250px;
  top: -100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-page .section-training .training-block h2,
.home-page .section-training .training-block p,
.home-page .section-training .training-block li {
  color: #fff;
}
.home-page .section-training .training-block ul {
  padding-left: 20px;
}
.home-page .section-training .training-block ul li {
  list-style: decimal;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-page .section-conference p {
  font-size: 18px;
  color: #58595b;
  margin-bottom: 0;
}
.home-page .section-conference .vert-line {
  position: relative;
}
.home-page .section-conference .vert-line:before, .home-page .section-conference .vert-line:after {
  content: "";
  width: 1px;
  background: #d0d2d3;
  height: 100%;
  position: absolute;
  top: 0;
}
.home-page .section-conference .vert-line:before {
  left: 0;
}
.home-page .section-conference .vert-line:after {
  right: 0;
}
.home-page .section-partner .col-logo-20 {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .home-page .section-partner .col-logo-20 {
    width: 33.33333%;
  }
}
.home-page .section-speaker {
  background: #1C447F;
}
.home-page .section-speaker h1 {
  color: #fff;
}
.home-page .section-speaker .speaker-lists .speaker-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.home-page .section-speaker .speaker-lists .speaker-block .speaker-detail {
  background: #005DA1;
  color: #fff;
  padding: 10px;
  text-align: center;
  height: 108px;
}
.home-page .section-speaker .speaker-lists .speaker-block .speaker-detail p {
  margin-bottom: 0;
}
.home-page .section-speaker .owl-dots .owl-dot.active {
  background: #f96400;
}
.home-page .section-market {
  background: #006a42;
}
.home-page .section-market h1 {
  color: #fff;
  position: relative;
}
.home-page .section-market h1::before {
  content: "";
  background-image: url(../images/fe/mascot_g.png);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 113px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-230px);
          transform: translateX(-230px);
  top: -60px;
}
@media (max-width: 576px) {
  .home-page .section-market h1::before {
    background-size: 50px;
    width: 50px;
    height: 58px;
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    top: -20px;
  }
}
.home-page .section-market .market {
  padding: 0 50px;
}
.home-page .section-market .market-lists {
  position: relative;
}
.home-page .section-market .market-lists .market-block {
  cursor: pointer;
}
.home-page .section-market .market-lists .market-block img {
  border-radius: 10px;
}
.home-page .section-market .market-lists .market-block p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
}
.home-page .owl-nav {
  position: absolute;
  top: 50px;
  color: #fff;
  width: 100%;
}
@media (max-width: 576px) {
  .home-page .owl-nav {
    top: 30px;
  }
}
.home-page .owl-nav .owl-prev,
.home-page .owl-nav .owl-next {
  position: absolute;
}
.home-page .owl-nav .owl-prev span,
.home-page .owl-nav .owl-next span {
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
}
.home-page .owl-nav .owl-prev {
  left: -60px;
}
.home-page .owl-nav .owl-prev span {
  background-image: url(../images/fe/i_arrow_prev.png);
}
.home-page .owl-nav .owl-next {
  right: -25px;
}
.home-page .owl-nav .owl-next span {
  background-image: url(../images/fe/i_arrow_next.png);
}
.home-page .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.home-page .owl-dots .owl-dot {
  height: 8px;
  width: 8%;
  background: #d0d2d3;
}
.home-page .owl-dots .owl-dot:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home-page .owl-dots .owl-dot:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-page .owl-dots .owl-dot.active {
  background: #6d6e71;
}
.home-page .row-partner-temp {
  padding-left: 30%;
}
@media (max-width: 750px) {
  .home-page .row-partner-temp {
    padding-left: 0;
  }
}
