.headline {
  color: #005154;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .headline {
    text-align: center;
    font-size: 36px;
    margin-bottom: 18px;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .headline {
    font-size: 28px;
  }
}

#sectionKV {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #sectionKV {
    padding-top: 50px;
  }
  #sectionKV .kv-img {
    margin-top: 0;
  }
}
#sectionKV h2 {
  font-size: 40px;
  color: #00a19b;
  font-weight: 500;
  margin: 10px 0px;
  letter-spacing: 1px;
}
#sectionKV .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sectionKV .mainKV {
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#sectionKV .mainKV .graident_bg {
  position: absolute;
  width: 1450px;
  bottom: 0;/*2312edit*/
  height: initial;/*2312edit*/
  z-index: 0;
}
#sectionKV .mainKV .graident_bg .bg-color {
  -webkit-clip-path: polygon(48% 0, 100% 0%, 52% 100%, 0% 100%);
          clip-path: polygon(48% 0, 100% 0%, 52% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 400%;
  background-image: linear-gradient(20deg, #7ce1e2, #fefa9e, #7ce1e2);
  -webkit-animation: bg-animation 15s infinite;
          animation: bg-animation 15s infinite;
}
@-webkit-keyframes bg-animation {
  0% {
    background-position: top left;
  }
  50% {
    background-position: bottom right;
  }
  100% {
    background-position: top left;
  }
}
@keyframes bg-animation {
  0% {
    background-position: top left;
  }
  50% {
    background-position: bottom right;
  }
  100% {
    background-position: top left;
  }
}
/* @media (max-width: 1440px) {
  #sectionKV .mainKV .graident_bg {
    left: 36%;
  }
} */
/* @media (max-width: 1024px) {
  #sectionKV .mainKV .graident_bg {
    display: none;
  }
} */
#sectionKV .mainKV .graident_bg_tri {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#sectionKV .mainKV .graident_bg_tri .bg-color-tri {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 1024px;
  height: 100%;
  background-size: 400%;
  background-image: linear-gradient(20deg, #7ce1e2, #fefa9e, #7ce1e2);
  -webkit-animation: bg-animation 15s infinite;
          animation: bg-animation 15s infinite;
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .graident_bg_tri {
    display: block;
  }
}
#sectionKV .mainKV .kv-wrapper {
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .kv-wrapper .white-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0.5175463936)), color-stop(75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5175463936) 40%, rgba(255, 255, 255, 0) 75%);
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  #sectionKV .mainKV .kv-wrapper .kv-content {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .kv-wrapper .kv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles {
  white-space: nowrap;
  -webkit-animation: text-show 2.5s ease;
          animation: text-show 2.5s ease;
  margin-top: -6rem;/*2312edit*/
}
@media (max-width: 1200px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .titles {
 
    margin-top: -3rem;/*2312edit*/
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title {
  display: block;
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
  display: none;
}
@media (max-width: 1024px) {
  .eng-headline b {
    font-size: 1.3rem;
}
  #sectionKV .mainKV .kv-wrapper .kv-content .titles {
    margin-top: 0rem!important;/*2312edit*/
  }
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title {
    display: none;
  }
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
    display: block;
    width: 90%;
  }
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
    width: 80%;
  }
}
@-webkit-keyframes text-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .kv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .kv-img {
    margin: 0;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .kv-img .tma_people {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
  max-width: 100%;
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .kv-img .tma_people {
    max-width: 89%;
    margin: 0 auto;
  }
}


.kv-content .text{
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
@media (max-width: 1024px) {
  .kv-content .text{
    text-align: center;
    max-width: 100%;
  }
}
.d-none{
  display: none;
}
@media (max-width: 576px) {
  .kv-content .titles{
 
    width: 100%;
    padding: 0 12px;
  }
  .kv-content .eng-headline{
    width: 100%;
  }
  .kv-content .eng-headline .subtitle{
    font-size: 18px;
  }
  .kv-content .text{
    font-size: 16px;
  line-height: 24px;
 
  }
  .d-block-m{
    display: block;
  }
}
