@charset "UTF-8";
/* ------- 標頭設計(字級,字距,顏色) ------- */
.bg-img {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: 100% 100%;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-heading {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-bottom: 6rem;
}
.about-heading.heading-left p {
  margin-left: 1rem;
}
.about-heading.heading-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.about-heading.heading-right * {
  -ms-flex: 0 1 auto;
}
.about-heading.heading-right p {
  margin-right: 1rem;
}
.about-heading .title {
  position: relative;
}
.about-heading .title h2 {
  font-size: 3.2rem;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.about-heading .title h2 span {
  position: relative;
  display: inline-block;
  padding: 1rem 0;
}
.about-heading .title h2 span:after {
  content: " ";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E60012;
  z-index: 2;
}
.about-heading .title .line {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  height: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  z-index: 0;
}
.about-heading .title .line:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #C7BCBD;
}
.about-heading p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
  line-height: 1;
  margin-bottom: 0;
  -moz-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
@media (min-width: 993px) {
  .about-heading.heading-left h2 {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
  .about-heading.heading-right h2 {
    padding-right: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .about-heading.heading-left h2 {
    padding-left: calc((100vw - 1140px) / 2 + 15px);
  }
  .about-heading.heading-right h2 {
    padding-right: calc((100vw - 1140px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .about-heading.heading-left h2 {
    padding-left: calc((100vw - 1200px) / 2 + 15px);
  }
  .about-heading.heading-right h2 {
    padding-right: calc((100vw - 1200px) / 2 + 15px);
  }
}
@media (max-width: 992px) {
  .about-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .about-heading h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .about-heading {
    margin-bottom: 4rem;
  }
}

.intro-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.intro-img {
  position: relative;
  width: 55%;
  padding-bottom: 10vw;
  z-index: 1;
}
.intro-img .img-1 {
  width: 80%;
}
.intro-img .img-2 {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2rem;
  background-color: #113285;
}
.intro-content {
  width: 45%;
  margin-top: -2vw;
}
.intro-content .brand-logo {
  display: block;
  width: 200px;
  margin-bottom: 1rem;
  margin-left: auto;
}
.intro-content .brand-logo img {
  object-fit: contain;
  width: 100%;
}
.intro-content .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
}
.intro-content .sub-title h6,
.intro-content .sub-title p {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}
.intro-content .sub-title h6 {
  color: #000;
  font-size: 2rem;
  text-transform: uppercase;
}
.intro-content .sub-title p {
  font-size: 1.8rem;
  color: #113285;
  margin-left: 1rem;
}
.intro-content .intro-txt {
  position: relative;
  padding: 4rem 4.5rem;
}
.intro-content .intro-txt:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  right: 0;
  border: 2px solid #113285;
}
.intro-content .intro-txt h4 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.intro-content .intro-txt h5 {
  color: #444444;
  font-size: 2rem;
}
.intro-content .intro-txt p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  text-align: justify;
}
.intro-content .intro-txt hr {
  position: relative;
  border: none;
  width: 100%;
  height: 5px;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.intro-content .intro-txt hr:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #C7BCBD;
}
.intro-content .intro-txt hr:after {
  content: " ";
  width: 15%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 5%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #E60012;
}
@media (max-width: 1200px) {
  .intro-img {
    padding-bottom: 20vw;
  }
  .intro-img .img-2 {
    padding: 1rem;
  }
  .intro-content .sub-title {
    display: block;
    text-align: right;
  }
  .intro-content .sub-title p {
    margin: 0;
  }
  .intro-content .intro-txt {
    padding: 2.5rem;
  }
}
@media (max-width: 992px) {
  .intro-banner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .intro-banner * {
    -ms-flex: 0 1 auto;
  }
  .intro-img {
    width: 100%;
    padding-bottom: 30vw;
    margin-bottom: 3rem;
  }
  .intro-content {
    width: 100%;
  }
  .intro-content .brand-logo {
    margin: 0 auto 2rem;
  }
  .intro-content .sub-title {
    text-align: center;
  }
  .intro-content .intro-txt {
    position: relative;
  }
  .intro-content .intro-txt:before {
    width: 100%;
  }
}

.card-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.card-team .team-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.card-team .team-left .title-info {
  position: relative;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #bbbbbb;
  text-align: right;
}
.card-team .team-left .title-info .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.card-team .team-left .title-info .title * {
  -ms-flex: 0 1 auto;
}
.card-team .team-left .title-info .title:after {
  content: " ";
  width: 80%;
  height: 1px;
  background-color: #bbbbbb;
  position: absolute;
  bottom: 0;
  right: -50%;
  z-index: 0;
}
.card-team .team-left .title-info .title h5,
.card-team .team-left .title-info .title p {
  margin-bottom: 0;
  white-space: nowrap;
}
.card-team .team-left .title-info .title h5 {
  font-size: 2.4rem;
  color: #000;
}
.card-team .team-left .title-info .title p {
  font-size: 1.6rem;
  color: #E60012;
  margin-right: 2rem;
}
.card-team .team-left .title-info .en {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #bbbbbb;
}
.card-team .team-left .title-head {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
}
.card-team .team-left .title-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-team .team-right {
  position: relative;
  padding-left: 5rem;
}
.card-team .team-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-team .team-right ul > li + li {
  margin-top: 3rem;
}
.card-team .team-right ul > li strong {
  display: block;
  font-size: 1.6rem;
  color: #113285;
}
.card-team .team-right ul > li p {
  font-size: 1.6rem;
  color: #444444;
}
#team {
  position: relative;
}
#team .team-top {
  padding: 5rem;
  margin-bottom: 5rem;
  background-color: #F5F5F5;
}
#team .team-bottom {
  padding: 0 2rem;
}
#team .team-bottom .card-team {
  margin-bottom: 5rem;
}
#team .team-bottom .card-team .team-left {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
#team .team-bottom .card-team .team-left * {
  -ms-flex: 0 1 auto;
}
#team .team-bottom .card-team .team-left .title-info {
  padding-bottom: 4rem;
  margin-right: 0;
}
#team .team-bottom .card-team .team-left .title-info .title:after {
  width: 70%;
  right: -45%;
}
#team .team-bottom .card-team .team-left .title-head {
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#team .team-bottom .card-team .team-right {
  padding-top: 4rem;
  padding-left: 9rem;
}
@media (max-width: 1200px) {
  #team .team-bottom .card-team {
    display: block;
  }
  #team .team-bottom .card-team .team-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  #team .team-bottom .card-team .team-left * {
    -ms-flex: 0 1 auto;
  }
  #team .team-bottom .card-team .team-left .title-info {
    width: auto;
    text-align: left;
    padding-bottom: 2rem;
    margin-right: 2rem;
  }
  #team .team-bottom .card-team .team-left .title-info .title {
    display: block;
  }
  #team .team-bottom .card-team .team-left .title-info .title:after {
    width: 150px;
    right: -9rem;
  }
  #team .team-bottom .card-team .team-left .title-info .title p {
    margin-right: 0;
  }
  #team .team-bottom .card-team .team-left .title-head {
    margin-top: 3rem;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #team .team-bottom .card-team .team-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #team .team-top {
    padding: 2rem;
  }
  #team .team-top .card-team {
    display: block;
  }
  #team .team-top .card-team .team-left {
    margin-bottom: 2rem;
  }
  #team .team-top .card-team .team-left .title-info .title {
    display: block;
  }
  #team .team-top .card-team .team-left .title-info .title p {
    margin-right: 0;
  }
  #team .team-top .card-team .team-right {
    padding-left: 0;
  }
}

#awarded {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
#awarded:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../assets/img/about/3-awarded-bg.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}
#awarded .awarded-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-left: -2rem;
  margin-right: -2rem;
}
#awarded .awarded-col {
  width: 25%;
  padding-left: 2rem;
  padding-right: 2rem;
}
#awarded .awarded-col:first-child, #awarded .awarded-col:last-child {
  align-self: flex-end;
  padding-bottom: 5%;
}
#awarded .awarded-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
  margin-bottom: 4rem;
}
#awarded .awarded-item:hover {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
#awarded .awarded-item:hover h6 {
  color: #E60012;
}
#awarded .awarded-item:hover .card-awarded {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
#awarded .awarded-item:hover .card-awarded::before, #awarded .awarded-item:hover .card-awarded::after {
  width: 100%;
  height: 100%;
}
#awarded .awarded-item:hover .card-awarded::before {
  border-top-color: #113285;
  border-right-color: #113285;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
#awarded .awarded-item:hover .card-awarded::after {
  border-bottom-color: #113285;
  border-left-color: #113285;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}
#awarded .awarded-item:hover .card-awarded .awarded-img img {
  -moz-transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}
#awarded .awarded-item:hover .card-awarded p {
  color: #113285;
}
#awarded .awarded-item h6 {
  color: #113285;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
#awarded .awarded-item .card-awarded {
  position: relative;
  background-color: #fff;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#awarded .awarded-item .card-awarded::before, #awarded .awarded-item .card-awarded::after {
  box-sizing: inherit;
  position: absolute;
  content: "";
  border: 3px solid transparent;
  width: 0;
  height: 0;
}
#awarded .awarded-item .card-awarded::after {
  bottom: 0;
  right: 0;
}
#awarded .awarded-item .card-awarded::before {
  top: 0;
  left: 0;
}
#awarded .awarded-item .card-awarded .awarded-img {
  position: relative;
  background-color: #000;
  margin-bottom: 2rem;
  overflow: hidden;
}
#awarded .awarded-item .card-awarded .awarded-img:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}
#awarded .awarded-item .card-awarded .awarded-img img {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#awarded .awarded-item .card-awarded p {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  #awarded .awarded-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #awarded .awarded-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  #awarded .awarded-list {
    display: block;
  }
  #awarded .awarded-col {
    width: 100%;
    padding-bottom: 0 !important;
  }
}

.modal-awarded-popup .modal-dialog {
  justify-content: center;
}
.modal-awarded-popup .modal-dialog .modal-content {
  padding: 2rem;
  width: unset;
}
@media (max-width: 992px) {
  .modal-awarded-popup .modal-dialog {
    width: auto;
    height: unset;
    min-height: calc(100% - 1rem);
    top: unset;
  }
}

.modal-backdrop.awarded-POPUP {
  display: none;
}

#history {
  position: relative;
  background-color: #fff;
}
#history #particles {
  position: absolute;
  left: 0;
  top: 25%;
  width: 80%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
  z-index: 0;
}
#history::after {
  content: "";
  width: 305px;
  height: 968px;
  display: inline-block;
  background: url(../../assets/img/about/history-rightBG.png);
  background-size: 305px auto;
  position: absolute;
  right: 0;
  top: 0;
}

.timeline {
  padding: 4rem 0;
}
.timeline .slider-for {
  height: 0;
  opacity: 0;
}
.timeline .slider-nav {
  padding: 0 4rem;
}
.timeline .slick-prev,
.timeline .slick-next {
  width: 30px;
  height: 30px;
}
.timeline .slick-prev:before,
.timeline .slick-next:before {
  color: #999999;
  font-size: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timeline .slick-prev:hover:before,
.timeline .slick-next:hover:before {
  color: #113285;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timeline .slick-prev {
  left: 0;
}
.timeline .slick-prev:before {
  content: "\e910";
  font-family: ultracker;
}
.timeline .slick-next {
  right: 0;
}
.timeline .slick-next:before {
  content: "\e911";
  font-family: ultracker;
}
.timeline .year-item {
  padding: 0 1rem;
  cursor: pointer;
}
.timeline .year-item.slick-current h6 > strong {
  color: #E60012;
}
.timeline .year-item.slick-current .year-txt:before {
  background-color: #E60012;
  width: 100%;
  left: 0;
}
.timeline .year-item:hover .year-txt:before {
  background-color: #113285;
  width: 100%;
  left: 0;
}
.timeline .year-item:hover.slick-current h6 > strong {
  color: #E60012;
}
.timeline .year-item:hover.slick-current .year-txt:before {
  background-color: #E60012;
  width: 100%;
  left: 0;
}
.timeline .year-item h6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-bottom: 1.5rem;
}
.timeline .year-item h6 > strong {
  position: relative;
  bottom: -2px;
  display: block;
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timeline .year-item h6 > span {
  display: block;
  color: #777777;
  font-size: 1.6rem;
  margin-left: 1rem;
  line-height: 1;
  font-weight: 400;
}
.timeline .year-item .year-txt {
  position: relative;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  min-height: 110px;
  padding: 1.5rem;
}
.timeline .year-item .year-txt:before {
  content: " ";
  width: 40px;
  height: 3px;
  background-color: #113285;
  position: absolute;
  left: 10px;
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timeline .year-item .year-txt p {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #444444;
}

#products {
  position: relative;
}
#products::after {
  content: "";
  width: 159px;
  height: 346px;
  display: inline-block;
  background: url(../../assets/img/about/history-leftBG.png);
  background-size: 159px auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#products .main-pd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 7rem 8rem;
}
#products .pd-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
}
#products .pd-item:hover .bg-img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#products .pd-item:hover .bg-img:after {
  opacity: 0;
}
#products .pd-item:hover .tag:after {
  width: 100%;
}
#products .pd-item:hover .pd-item-info .text-left {
  top: 50%;
  bottom: inherit;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
}
#products .pd-item + .pd-item {
  margin-left: 1.5rem;
}
#products .pd-item:nth-child(odd) {
  -moz-transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  -o-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
}
#products .pd-item:nth-child(odd) .text-left {
  top: calc(100% - 130px);
}
#products .pd-item:nth-child(odd) .tag.tag-1 {
  opacity: 1;
}
#products .pd-item:nth-child(odd) .tag.tag-2 {
  opacity: 0;
}
#products .pd-item:nth-child(odd):hover .tag.tag-1 {
  opacity: 0;
}
#products .pd-item:nth-child(odd):hover .tag.tag-2 {
  opacity: 1;
}
#products .pd-item:nth-child(even) .text-left {
  top: 0;
}
#products .pd-item:nth-child(even) .tag.tag-1 {
  opacity: 0;
}
#products .pd-item:nth-child(even) .tag.tag-2 {
  opacity: 1;
}
#products .pd-item:nth-child(even):hover .tag.tag-1 {
  opacity: 1;
}
#products .pd-item:nth-child(even):hover .tag.tag-2 {
  opacity: 0;
}
#products .pd-item .bg-img {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000 url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#products .pd-item .bg-img:before {
  content: "";
  padding-top: 115%;
  display: block;
}
#products .pd-item .bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
#products .pd-item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
#products .pd-item-info span {
  display: block;
}
#products .pd-item-info .title {
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
#products .pd-item-info .txt {
  font-size: 1.6rem;
  color: #C6C6C6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#products .pd-item-info .text-left {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 130px;
  padding: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
}
#products .pd-item-info .tag {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #D1D1D1;
  font-size: 1.6rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 2rem;
  padding-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#products .pd-item-info .tag:after {
  content: " ";
  width: 15%;
  height: 3px;
  background-color: #E60012;
  margin-right: -3rem;
  margin-left: 3rem;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transform: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#products .pd-item-info .tag.tag-1 {
  top: 0;
}
#products .pd-item-info .tag.tag-2 {
  bottom: 0;
}
@media (max-width: 1200px) {
  #products .pd-item-info {
    padding: 2rem;
  }
  #products .pd-item-info .tag {
    white-space: inherit;
  }
  #products .main-pd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
  }
  #products .pd-item {
    width: 100%;
  }
  #products .pd-item + .pd-item {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  #products .pd-item .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #products .main-pd {
    display: block;
    padding: 0;
  }
  #products .pd-item {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #products .pd-item + .pd-item {
    margin: 0;
    margin-top: 1px;
  }
}

#advantages {
  position: relative;
  background: url(../../assets/img/about/5-advantage-bg.png) repeat-y center center;
  background-size: cover;
}
#advantages span.top-bg,
#advantages span.bottom-bg {
  display: block;
  position: absolute;
  pointer-events: none;
}
#advantages span.top-bg {
  background: url(../../assets/img/about/5-advantage-top-bg.png) no-repeat center center;
  background-size: contain;
  width: 100vw;
  height: 50%;
  top: 5%;
  left: 0;
}
#advantages span.bottom-bg {
  background: url(../../assets/img/about/5-advantage-bottom-bg.png) no-repeat center center;
  background-size: contain;
  width: 100vw;
  height: 50%;
  bottom: 5%;
  left: 0;
}
#advantages .center-line {
  width: 100%;
  border-top: 1px dashed #bbb;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
#advantages .rounded-pattern {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 13vw;
  height: 13vw;
  min-width: 240px;
  min-height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border: 3px solid #DBDBDB;
  z-index: 5;
}
#advantages .rounded-pattern:before {
  content: " ";
  width: 95%;
  height: 95%;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  border: 1px solid #E60012;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#advantages .rounded-pattern .uline-center-heading {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #advantages .rounded-pattern {
    position: relative;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
  }
  #advantages .center-line {
    width: 80%;
    margin: 3rem auto;
    display: block;
    position: relative;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}

.advantages-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw 25%;
}
.advantages-bn-item {
  width: 100%;
  min-height: 610px;
  position: relative;
  display: block;
  cursor: pointer;
}
.advantages-bn-item:before, .advantages-bn-item:after {
  box-sizing: inherit;
  position: absolute;
  content: "";
  border: 4px solid transparent;
  width: 0;
  height: 0;
  z-index: 2;
}
.advantages-bn-item::after {
  bottom: 0;
  right: 0;
}
.advantages-bn-item::before {
  top: 0;
  left: 0;
}
.advantages-bn-item:nth-child(1) > .inner .num .line, .advantages-bn-item:nth-child(4) > .inner .num .line {
  background-color: #E60012;
}
.advantages-bn-item:nth-child(1) > .inner .num .icon, .advantages-bn-item:nth-child(4) > .inner .num .icon {
  color: #E60012;
  border-color: #E60012;
}
.advantages-bn-item:nth-child(2) > .inner .num .line, .advantages-bn-item:nth-child(3) > .inner .num .line {
  background-color: #FF6600;
}
.advantages-bn-item:nth-child(2) > .inner .num .icon, .advantages-bn-item:nth-child(3) > .inner .num .icon {
  color: #FF6600;
  border-color: #FF6600;
}
.advantages-bn-item:nth-child(1) > .inner .num, .advantages-bn-item:nth-child(3) > .inner .num {
  margin-left: auto;
  margin-right: -8.4rem;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.advantages-bn-item:nth-child(1) > .inner .num *, .advantages-bn-item:nth-child(3) > .inner .num * {
  -ms-flex: 0 1 auto;
}
.advantages-bn-item:nth-child(1) > .inner .num .line, .advantages-bn-item:nth-child(3) > .inner .num .line {
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.advantages-bn-item:nth-child(2) > .inner .num, .advantages-bn-item:nth-child(4) > .inner .num {
  margin-right: auto;
  margin-left: -8.4rem;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.advantages-bn-item:nth-child(2) > .inner .num *, .advantages-bn-item:nth-child(4) > .inner .num * {
  -ms-flex: 0 1 auto;
}
.advantages-bn-item:nth-child(2) > .inner .num .line, .advantages-bn-item:nth-child(4) > .inner .num .line {
  -moz-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
@keyframes cube-rotate {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.advantages-bn-item:hover:before, .advantages-bn-item:hover:after {
  width: 100%;
  height: 100%;
}
.advantages-bn-item:hover:before {
  border-top-color: #113285;
  border-right-color: #113285;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.advantages-bn-item:hover:after {
  border-bottom-color: #113285;
  border-left-color: #113285;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}
.advantages-bn-item:hover > .inner:before {
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.advantages-bn-item:hover > .inner:after {
  -ms-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
}
.advantages-bn-item:hover > .inner .num span {
  font-size: 5.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advantages-bn-item:hover > .inner .icon {
  transform-style: preserve-3d;
  animation: cube-rotate 2s 1 ease;
}
.advantages-bn-item > .inner {
  padding: 4.5rem;
}
.advantages-bn-item > .inner > * {
  position: relative;
  z-index: 1;
}
.advantages-bn-item > .inner:before, .advantages-bn-item > .inner:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.advantages-bn-item > .inner:before {
  border: 2px solid #bbb;
  background-color: #fff;
  -ms-border-radius: 0 4rem 0 4rem;
  -moz-border-radius: 0 4rem 0 4rem;
  -webkit-border-radius: 0 4rem 0 4rem;
  border-radius: 0 4rem 0 4rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.advantages-bn-item > .inner:after {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #bbb;
  -ms-border-radius: 0 4rem 0 4rem;
  -moz-border-radius: 0 4rem 0 4rem;
  -webkit-border-radius: 0 4rem 0 4rem;
  border-radius: 0 4rem 0 4rem;
}
.advantages-bn-item > .inner h4 {
  font-size: 2.4rem;
  color: #000;
}
.advantages-bn-item > .inner p {
  font-size: 1.6rem;
}
.advantages-bn-item > .inner .num {
  position: relative;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.advantages-bn-item > .inner .num span {
  font-size: 5rem;
  font-weight: 700;
  color: #bbb;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advantages-bn-item > .inner .num .line {
  width: 100%;
  height: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.advantages-bn-item > .inner .num .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  flex: 0 0 auto;
  border: 6px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  font-size: 4rem;
}
@media (max-width: 1200px) {
  .advantages-content {
    gap: 5vw 15%;
  }
  .advantages-bn-item {
    min-height: 680px;
  }
}
@media (max-width: 992px) {
  .advantages-content {
    display: block;
  }
  .advantages-bn-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-height: inherit;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .advantages-bn-item {
    width: 100%;
  }
  .advantages-bn-item > .inner {
    padding: 3rem;
  }
  .advantages-bn-item > .inner::after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .advantages-bn-item > .inner h4 {
    font-size: 2rem;
  }
  .advantages-bn-item > .inner .num {
    margin: 2rem 0 !important;
  }
  .advantages-bn-item > .inner .num span {
    margin-right: 1rem;
  }
}

#future {
  padding-bottom: 0;
}
#future .future-wrap {
  position: relative;
}
#future .future-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: url() center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 2;
}
#future .future-modal.show {
  pointer-events: auto;
  opacity: 1;
}
#future .future-modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#future .future-modal .btn-close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  font-size: 4rem;
  color: #fff;
  z-index: 3;
}
#future #future-modal-1:before {
  background-color: rgba(0, 0, 0, 0.5);
}
#future #future-modal-2:before {
  background-color: rgba(18, 43, 108, 0.5);
}
#future #future-modal-3:before {
  background-color: rgba(96, 0, 7, 0.5);
}
#future .bg-img {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  background-clip: border-box;
  z-index: 0;
  padding: 1.5rem;
}
#future .bg-img > span {
  display: block;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#future .bg-img > span:before {
  content: "";
  padding-top: 60%;
  display: block;
}
#future .txt-info {
  width: 100%;
  padding: 3rem;
  z-index: 1;
}
#future .txt-info h6 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #FEFFBB;
}
#future .txt-info p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300;
  height: 145px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (max-width: 1024px) {
  #future .txt-info h6 {
    font-size: 2rem;
  }
  #future .txt-info p {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  #future .future-modal {
    display: none;
  }
  #future .txt-info h6 {
    font-size: 2rem;
  }
  #future .txt-info p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #future .bg-img {
    margin-bottom: 2rem;
  }
  #future .txt-info {
    padding: 0;
  }
  #future .txt-info h6 {
    font-size: 2rem;
  }
  #future .txt-info p {
    font-size: 1.4rem;
  }
}

.future-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../../assets/img/about/7-future-bg.jpg) no-repeat center center;
  background-size: cover;
}
.future-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: 3rem;
}
.future-item:hover {
  text-decoration: none;
}
.future-item:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.5);
}
.future-item:nth-child(1) .bg-img {
  -moz-transform: translateX(-4.5rem);
  -webkit-transform: translateX(-4.5rem);
  -o-transform: translateX(-4.5rem);
  -ms-transform: translateX(-4.5rem);
  transform: translateX(-4.5rem);
}
.future-item:nth-child(1):hover .bg-img {
  -moz-transform: translateX(-4.5rem) scale(1.05);
  -webkit-transform: translateX(-4.5rem) scale(1.05);
  -o-transform: translateX(-4.5rem) scale(1.05);
  -ms-transform: translateX(-4.5rem) scale(1.05);
  transform: translateX(-4.5rem) scale(1.05);
}
.future-item:nth-child(2) {
  background-color: rgba(18, 43, 108, 0.5);
}
.future-item:nth-child(2):hover .bg-img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.future-item:nth-child(3) {
  background-color: rgba(96, 0, 7, 0.5);
}
.future-item:nth-child(3) .bg-img {
  -moz-transform: translateX(4.5rem);
  -webkit-transform: translateX(4.5rem);
  -o-transform: translateX(4.5rem);
  -ms-transform: translateX(4.5rem);
  transform: translateX(4.5rem);
}
.future-item:nth-child(3):hover .bg-img {
  -moz-transform: translateX(4.5rem) scale(1.05);
  -webkit-transform: translateX(4.5rem) scale(1.05);
  -o-transform: translateX(4.5rem) scale(1.05);
  -ms-transform: translateX(4.5rem) scale(1.05);
  transform: translateX(4.5rem) scale(1.05);
}
@media (max-width: 992px) {
  .future-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 4rem 0;
  }
  .future-row * {
    -ms-flex: 0 1 auto;
  }
  .future-item {
    width: 80%;
    -ms-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
  }
  .future-item + .future-item {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .future-item {
    width: 90%;
  }
}
