:root {
  --tranform: 25deg;
}

@media (max-width: 1023px) {
  #about {
    padding-top: 100px;
  }
}

.aboutIntro {
  padding : 100px 0;
  position: relative;
}

.aboutIntro .--content {
  gap: 45px;
}

.aboutIntro .--left {
  width: 55%;
  gap  : 40px;
}

.aboutIntro .--txt {
  width   : 200px;
  position: relative;
  z-index : 1;
}

.aboutIntro .--txt .--number {
  font-weight: 600;
  font-size  : 130px;
  line-height: 157px;
  color      : var(--color-1);
}

.aboutIntro .--txt .--desyear {
  text-transform: uppercase;
  font-weight   : 600;
  font-size     : 18px;
}

.aboutIntro article {
  font-size: 14px;
}

.aboutIntro .partent {
  position      : absolute;
  right         : 0;
  bottom        : 0;
  pointer-events: none;
  z-index       : -1;
}

.aboutIntro .--video {
  width   : calc(100% - 240px);
  height  : 650px;
  position: relative;
}

.aboutIntro .--video::before {
  content   : "";
  position  : absolute;
  background: #f8f8f8;
  left      : -80px;
  top       : 80px;
  height    : 380px;
  width     : 170px;
}

.aboutIntro .--video .--img {
  width   : 100%;
  height  : 100%;
  position: relative;
}

.aboutIntro .--video .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 17.38%), linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 22.31%);
}

.aboutIntro .--video .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutIntro .playVideo {
  position: absolute;
  bottom  : 60px;
  left    : 50px;
  display : flex;
}

.aboutIntro .playVideo:hover span {
  color: var(--color-2);
}

.aboutIntro .playVideo span {
  color      : #fff;
  transition : all 0.15s ease;
  font-weight: 600;
  width      : 110px;
}

.aboutIntro .playVideo .--icon {
  margin-right: 30px;
}

.aboutIntro .--right {
  width: calc(45% - 40px);
}

.aboutIntro .segTitle {
  margin-bottom: 20px;
}

.aboutIntro .--des {
  font-weight  : 600;
  margin-bottom: 20px;
}

.aboutIntro .--contact {
  margin-top: 44px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .aboutIntro {
    padding: 60px 0;
  }

  .aboutIntro .--video {
    height: 500px;
  }
}

@media (max-width: 1023px) {
  .aboutIntro {
    padding: 60px 0;
  }

  .aboutIntro .--content {
    flex-flow: column;
    gap      : 40px;
  }

  .aboutIntro .--contact {
    margin-top: 24px;
  }

  .aboutIntro .--left {
    width      : 100%;
    flex-flow  : column;
    align-items: flex-start !important;
    gap        : 24px;
  }

  .aboutIntro .--video {
    width : 100%;
    height: 450px;
  }

  .aboutIntro .--video::before {
    top      : -100px;
    left     : 50%;
    width    : 50%;
    transform: translate(-50%, 0);
  }

  .aboutIntro .--video .--img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.11) 17.38%), linear-gradient(360deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 22.31%);
  }

  .aboutIntro .--txt .--number {
    font-size    : 90px;
    line-height  : 90px;
    margin-bottom: 8px;
  }

  .aboutIntro .--txt .--desyear {
    font-size: 13px;
  }

  .aboutIntro .--right {
    width: 100%;
  }
}

.aboutHistory {
  padding : 100px 0;
  position: relative;
  color   : #fff;
}

.aboutHistory .--bg {
  position: absolute;
  left    : 0;
  width   : 100%;
  bottom  : 0;
  height  : 100%;
  z-index : -1;
}

.aboutHistory .--bg::after {
  content   : "";
  position  : absolute;
  top       : 0;
  z-index   : -1;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: var(--color-1);
}

.aboutHistory .--bg img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutHistory .--des {
  width      : 500px;
  align-items: center;
}

.aboutHistory .--des .--number {
  font-size   : 80px;
  line-height : 1;
  margin-right: 12px;
  font-weight : 600;
}

.aboutHistory .--des article {
  text-align: justify;
}

.aboutHistory .--history {
  position  : relative;
  margin-top: 120px;
}

.aboutHistory .--history::after {
  content      : "";
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4901960784);
  top          : 52.5px;
  width        : 100%;
  z-index      : -1;
  position     : absolute;
  left         : 0;
}

.aboutHistory .--history .arrow {
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 105px;
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  pointer-events : none;
}

.aboutHistory .--history .arrow .--arrow {
  width          : 44px;
  height         : 44px;
  background     : #fff;
  cursor         : pointer;
  display        : flex;
  pointer-events : auto;
  align-items    : center;
  justify-content: center;
}

.aboutHistory .--listHistory {
  display        : flex;
  justify-content: space-between;
  position       : relative;
}

.aboutHistory .--listHistory .--item.active {
  margin-top: -52px;
  width     : 400px;
}

.aboutHistory .--listHistory .--item.active .--img {
  margin  : auto;
  position: relative;
  z-index : 1;
}

.aboutHistory .--listHistory .--item.active .--img::after {
  background: #fff;
}

.aboutHistory .--listHistory .--item .--img {
  width        : 105px;
  height       : 105px;
  border       : 6px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  overflow     : hidden;
  position     : relative;
}

.aboutHistory .--listHistory .--item .--img::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
}

.aboutHistory .--listHistory .--item .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutHistory .--listHistory .--item .--img .--year {
  position   : absolute;
  z-index    : 1;
  top        : 50%;
  color      : #000;
  font-size  : 20px;
  font-weight: 600;
  left       : 50%;
  transform  : translate(-50%, -50%);
}

.aboutHistory .--listHistory .--item .--txt {
  position  : relative;
  padding   : 82px 32px 32px;
  margin-top: -52px;
}

.aboutHistory .--listHistory .--item .--txt::after {
  content : "";
  position: absolute;
  top     : -10px;
  left    : -10px;
  width   : calc(100% + 20px);
  height  : 100%;
  border  : 1px solid #2ab171;
  z-index : -1;
}

.aboutHistory .--listHistory .--item .--txt::before {
  content   : "";
  position  : absolute;
  top       : -10px;
  left      : -10px;
  width     : calc(100% + 20px);
  height    : 100%;
  border    : 1px solid var(--color-1);
  z-index   : -1;
  background: linear-gradient(90deg, rgba(42, 177, 113, 0.4) 0%, rgba(35, 118, 95, 0.4) 100%);
}

.aboutHistory .--listHistory .--item .--image {
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 100%;
  height  : 100%;
}

.aboutHistory .--listHistory .--item .--image::after {
  content   : "";
  position  : absolute;
  background: var(--bg-gra1);
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  opacity   : 0.8;
}

.aboutHistory .--listHistory .--item .--image img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutHistory .--listHistory .--item .--des {
  width   : 100%;
  position: relative;
  z-index : 1;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .aboutHistory {
    padding: 60px 0;
  }

  .aboutHistory .--listHistory .--item.active {
    width: 350px;
  }

  .aboutHistory .--listHistory .--item .--txt {
    padding: 72px 24px 24px;
  }

  .aboutHistory .--listHistory .--item .--img {
    width : 90px;
    height: 90px;
  }
}

@media (max-width: 1023px) {
  .aboutHistory {
    padding: 60px 0;
  }

  .aboutHistory .--content {
    flex-flow  : column;
    align-items: flex-start !important;
  }

  .aboutHistory .segTitle {
    margin-bottom: 24px;
  }

  .aboutHistory .--des {
    width: 100%;
  }

  .aboutHistory .--listHistory {
    display: none !important;
  }

  .aboutHistory .--listHistory.mobi {
    display: flex !important;
  }

  .aboutHistory .--listHistory .--item {
    display: none;
  }

  .aboutHistory .--listHistory .--item.active {
    display  : flex;
    flex-flow: column;
    width    : 75%;
    margin   : 0 auto;
  }

  .aboutHistory .--history {
    margin-top: 40px;
  }

  .aboutHistory .--history .arrow {
    height: 100%;
  }

  .aboutHistory .--history .--item .--txt {
    padding   : 82px 16px 16px;
    text-align: center;
  }

  .aboutHistory .--history::after {
    top      : 50%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .aboutHistory .--listHistory .--item.active {
    width: 55%;
  }
}

.aboutValue {
  padding: 100px 0;
}

.aboutValue .--title {
  color      : var(--color-1);
  font-weight: 600;
}

.aboutValue .--vision {
  gap: 32px;
}

.aboutValue .--vision .--title {
  margin-bottom: 20px;
}

.aboutValue .--vision article {
  width     : 80%;
  text-align: justify;
}

.aboutValue .--vision .--img {
  height: 100%;
  width : 100%;
}

.aboutValue .--vision .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutValue .--vision .--txt {
  margin-bottom: 80px;
}

.aboutValue .--vision .--left {
  width: calc(30% - 32px);
}

.aboutValue .--vision .--img1 {
  width : 55%;
  height: 250px;
}

.aboutValue .--vision .--img1 img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutValue .--vision .--right {
  width          : 70%;
  display        : flex;
  flex-flow      : column;
  justify-content: space-between;
}

.aboutValue .--mission {
  gap: 32px;
}

.aboutValue .--mission .--right {
  width: calc(31.5% - 32px);
}

.aboutValue .--mission .--img {
  height    : calc(100% + 250px);
  margin-top: -250px;
  width     : 100%;
}

.aboutValue .--mission .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.aboutValue .--mission .--txt {
  width          : 68.5%;
  padding-top    : 44px;
  flex-flow      : column;
  display        : flex;
  justify-content: flex-end;
  padding-left   : 180px;
  text-align     : right;
}

.aboutValue .--value {
  gap       : 40px;
  margin-top: 80px;
}

.aboutValue .--value .--left {
  width   : 40%;
  position: relative;
  height  : 290px;
  overflow: hidden;
}

.aboutValue .--value .--left .partent {
  position : absolute;
  left     : 50%;
  transform: translate(-50%, 0);
  bottom   : 0;
  z-index  : 30;
}

.aboutValue .--value .--left .partent img {
  width: 300px;
}

.aboutValue .--value .--left .--list {
  position: relative;
  width   : 100%;
  height  : 100%;
}

.aboutValue .--value .--left .--item {
  position  : absolute;
  width     : -moz-max-content;
  width     : max-content;
  cursor    : pointer;
  top       : 0;
  transition: all 1s ease;
}

.aboutValue .--value .--left .--item .--name {
  position      : absolute;
  font-size     : 20px;
  text-transform: uppercase;
  color         : #fff;
  top           : 70px;
  font-weight   : 600;
  left          : 50%;
  transform     : translate(-50%, 0);
  width         : 100%;
  text-align    : center;
}

.aboutValue .--value .--left .--item img {
  width: 200px;
}

.aboutValue .--value .--left .--item:nth-child(1) {
  transform       : translate(-50%, 0) rotate(-50deg);
  left            : 50%;
  transform-origin: bottom;
  z-index         : 8;
}

.aboutValue .--value .--left .--item:nth-child(2) {
  transform       : translate(-50%, 0) rotate(-25deg);
  left            : 50%;
  transform-origin: bottom;
  z-index         : 12;
}

.aboutValue .--value .--left .--item:nth-child(3) {
  z-index  : 20;
  left     : 50%;
  transform: translate(-50%, 0);
}

.aboutValue .--value .--left .--item:nth-child(4) {
  transform       : translate(-50%, 0) rotate(25deg);
  left            : 50%;
  z-index         : 12;
  transform-origin: bottom;
}

.aboutValue .--value .--left .--item:nth-child(5) {
  transform       : translate(-50%, 0) rotate(50deg);
  left            : 50%;
  z-index         : 8;
  transform-origin: bottom;
}

.aboutValue .--value .--left .--item:nth-child(n+6) {
  display: none;
}

.aboutValue .--value .--left .slick-list {
  position: relative;
}

.aboutValue .--value .--right {
  width: 50%;
}

.aboutValue .--value .--right .--name {
  display    : flex;
  align-items: flex-end;
  margin     : 2rem 0;
}

.aboutValue .--value .--right .--name span {
  text-transform: uppercase;
  font-weight   : 500;
  color         : var(--color-1);
  margin-left   : 52px;
  position      : relative;
  line-height   : 1;
}

.aboutValue .--value .--right .--name span::before {
  content      : "";
  position     : absolute;
  bottom       : 2px;
  right        : calc(100% + 6px);
  width        : 40px;
  border-bottom: 1px solid var(--color-1);
}

.aboutValue .--value .--right .--des {
  font-weight  : 600;
  font-size    : 16px;
  width        : 70%;
  margin-bottom: 8px;
}

.aboutValue .--value .--right .--number {
  color      : #e2e2e2;
  font-weight: 700;
  font-size  : 120px;
  line-height: 90px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .aboutValue {
    padding: 60px 0;
  }

  .aboutValue .--value .--left {
    height: 200px;
  }

  .aboutValue .--value .--left .partent {
    bottom: 0;
  }

  .aboutValue .--value .--left .partent img {
    width: 220px;
  }

  .aboutValue .--value .--left .--item .--name {
    font-size : 16px;
    text-align: center;
    width     : 100%;
    padding   : 0 8px;
    top       : 50px;
    font-size : 14px;
  }

  .aboutValue .--value .--left .--item img {
    width: 140px;
  }

  .aboutValue .--value .--right .--des {
    font-size: 14px;
  }

  .aboutValue .--value .--right .--number {
    font-size  : 90px;
    line-height: 70px;
  }

  .aboutValue .--value .--right .--name {
    margin: 1rem 0;
  }
}

@media (min-width: 1280px) and (max-width: 1460px) {
  .aboutValue .--value .--left {
    height: 260px;
  }

  .aboutValue .--value .--left .--item img {
    width: 180px;
  }

  .aboutValue .--value .--left .partent img {
    width: 285px;
  }
}

@media (max-width: 1023px) {
  .aboutValue {
    padding: 60px 0;
  }

  .aboutValue .--vision .--left {
    display: none;
  }

  .aboutValue .--vision .--right {
    width: 100%;
  }

  .aboutValue .--vision .--right .--txt {
    margin-bottom: 24px;
  }

  .aboutValue .--vision .--right article {
    text-align: justify;
    width     : 100%;
  }

  .aboutValue .--vision .--right .--img1 {
    width : 100%;
    height: 420px;
  }

  .aboutValue .--mission {
    flex-flow : column;
    gap       : 0;
    margin-top: 40px;
  }

  .aboutValue .--mission .--txt {
    width  : 100%;
    padding: 0;
  }

  .aboutValue .--mission .--right {
    width: 100%;
  }

  .aboutValue .--mission .--img {
    margin-top: 24px;
    height    : 25vh;
  }

  .aboutValue .--value {
    flex-flow : column;
    gap       : 0;
    margin-top: 60px;
  }

  .aboutValue .--value .--title {
    margin-bottom: 0;
  }

  .aboutValue .--value .--left {
    width : 100%;
    height: -moz-max-content;
    height: max-content;
  }

  .aboutValue .--value .--left .--item:nth-child(3) {
    position: relative;
  }

  .aboutValue .--value .--left .--item img {
    width: 125px;
  }

  .aboutValue .--value .--left .--item .--name {
    font-size: 14px;
    top      : 40px;
    padding  : 0 8px;
  }

  .aboutValue .--value .--left .partent img {
    width: 190px;
  }

  .aboutValue .--value .--right {
    width     : 100%;
    margin-top: 60px;
  }

  .aboutValue .--value .--right .--des {
    width: 100%;
  }

  .aboutValue .--value .--right .--number {
    font-size  : 90px;
    line-height: 70px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .aboutValue .--value .--left .--item img {
    width: 170px;
  }
}

.aboutTrademark {
  padding-top: 100px;
}

.aboutTrademark .--top {
  margin-bottom: 44px;
}

.aboutTrademark .slick-list {
  margin-top: -32px;
}

.aboutTrademark .slick-track {
  padding-top: 32px;
}

.aboutTrademark .itemTrade {
  margin-right: 24px;
  width       : 400px;
  border      : 1px solid #fff;
  transition  : all 0.15s ease;
}

.aboutTrademark .itemTrade.slick-current {
  background: var(--color-1);
  border    : 1px solid var(--color-1);
}

.aboutTrademark .itemTrade.slick-current .--number {
  color: rgba(255, 255, 255, 0.2);
}

.aboutTrademark .itemTrade.slick-current .--name {
  color: #fff;
}

.aboutTrademark .itemTrade.slick-current .--name a {
  color: #fff;
}

.aboutTrademark .itemTrade:hover {
  border: 1px solid var(--color-1);
}

.aboutTrademark .--bot {
  margin-top: 40px;
}

.aboutTrademark .arrow {
  display     : flex;
  gap         : 10px;
  margin-right: 32px;
}

.aboutTrademark .arrow .--arrow {
  width          : 80px;
  height         : 80px;
  display        : flex;
  align-items    : center;
  cursor         : pointer;
  background     : #f8f8f8;
  justify-content: center;
  border         : 1px solid #e8e8e8;
}

.aboutTrademark .arrow img {
  width: 40px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .aboutTrademark {
    padding-top: 60px;
  }
}

@media (max-width: 1023px) {
  .aboutTrademark {
    padding-top: 60px;
  }

  .aboutTrademark .--top {
    margin-bottom: 24px;
  }

  .aboutTrademark .itemTrade {
    width: 80vw;
  }

  .aboutTrademark .--bot {
    display: none !important;
  }

  .aboutTrademark .--viewall {
    display: none;
  }

  .aboutTrademark .--viewall.mobi {
    display   : flex !important;
    margin-top: 24px;
  }

  .aboutTrademark .container-fluid:last-child {
    padding-right: 0 !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .aboutTrademark .itemTrade {
    width: 310px;
  }
}

/*# sourceMappingURL=about.css.map */