.certification .btn.is-inview .shape {
  stroke-dasharray: 1500 !important;
}

.partner-slider .swiper-pagination {
  display: none;
}

.partner-slider .swiper {
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .partner-slider .swiper-control {
    display: block;
  }
}

.gItem {
  cursor: pointer;
}

.sec-cnew {
  position: relative;
}
.cnews {
  padding: 4rem 0;
  position: relative;
}
.sec-cnews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  z-index: -1;
  opacity: 0.05;
}
.cnews-head {
  margin-bottom: 4rem;
}
.cnews-row {
  --rg: 2.4rem;
  --cg: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--cg) * -1);
}
.cnews-col {
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}
.cnews-col:nth-child(1) {
  width: calc(8 / 12 * 100%);
}
.cnews-col:nth-child(2) {
  width: calc(4 / 12 * 100%);
}
.cnews-col:nth-child(1) .cnews-img {
  padding-top: calc(289 / 392 * 100%);
}
.cnews-list {
  --rg: 2.4rem;
  --cg: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--cg) * -1);
}
.cnews-item {
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
  width: 100%;
}
.cnews-wr {
  position: relative;
}
.cnews-img {
  display: block;
  padding-top: calc(286 / 392 * 100%);
  position: relative;
  overflow: hidden;
}
.cnews-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnews-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 1.6rem;
  z-index: 2;
}
.cnews-name {
  font-weight: 700;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.cnews-name a {
  color: white;
}
.cnews-name a:hover {
  text-decoration: underline;
}
.cnews-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
@media screen and (max-width: 700px) {
  .cnews-col {
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .cnews-col {
    width: 100% !important;
  }
}

.certification-img {
  width: 100%;
}
/* update page */
.main.page-man {
  overflow: visible;
  background: #f4f4f4;
}
.sec-toc {
  position: sticky;
  top: 8rem;
}
.bnp {
  position: relative;
}
.bnp .scroll-downs {
  bottom: 6%;
}
.page-man .work {
  padding-bottom: 4rem;
}
.bnp-it {
  min-height: calc((820 / 1728) * 100vw);
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding: 6rem 0; */
  position: relative;
  height: 100%;
}
.bnp-ctn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: var(--size-py) 0;
}
.bnp-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bnp-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.54deg,
    rgba(0, 0, 0, 0.5) 49.77%,
    rgba(0, 0, 0, 0) 62%
  );
}
.bnp-image .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.bnp-image .inner img {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
}
.bnp-ctn .over-hd {
  width: fit-content;
}
.bnp-ctn .b-gr {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  color: #fff;
  line-height: 1.2;
  min-height: 40rem;
}
.bnp-ctn .t-text {
  display: inline-block;
  font-size: 7.2rem;
  font-weight: 700;
}
.bnp-ctn .t-des {
  max-width: 51rem;
  font-size: 2.4rem;
  font-weight: 300;
}
.bnp-ctn .t-link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: auto;
}
.bnp-ctn .t-gr {
  display: flex;
  gap: 0.6rem;
}
.bnp-ctn .t-gr .icon {
  width: 10rem;
  display: flex;
  height: fit-content;
  justify-content: center;
  flex-shrink: 0;
}
.bnp-ctn .t-gr .icon img {
  display: block;
  width: 100%;
}
.wrap-sec {
  --size-mx: 22.2rem;
  padding: 10rem 0;
}
.wrap-sec-row {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.wrap-sec .container {
  /* max-width: calc((123rem + var(--size-mx))); */
  margin: 0 auto;
  min-height: 40rem;
}
/* .wrap-sec-block {
  margin-left: calc(var(--size-mx) * -1);
  width: calc(100% + var(--size-mx));
} */
.bnp {
  --size-py: 6rem;
}
/* @media screen and (max-width: 1200px) {
  .bnp {
    --size-py: 16rem;
  }
  .bnp-control {
    left: 0rem !important;
  }
}
*/

.bnp-control {
  position: absolute;
  padding: 0 1.5rem;
  left: 50%;
  width: 100%;
  /* transform: translate(-50%, -50%); */
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bnp-add-more {
  /* padding: 1rem; */
  /* background: #fff; */

  width: 100%;
}
.bnp-control .swiper-control-btn {
  font-size: 2rem;

  /* color: #fff; */
  display: flex;
  align-items: center;
  cursor: pointer;

  width: 3.6rem;
  height: 3.6rem;
}
.bnp-control .swiper-control-btn i {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .bnp-control {
    display: none;
  }
}
/* .bnp-control .text-btn:first-child::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 0.1rem;
  background: #fff;
  flex-shrink: 0;
  opacity: 0.4;
  margin: 0 2.4rem;
  position: relative;
  top: 0.2rem;
} */
.bnp-control .text-btn:first-child {
  text-decoration: unset;
}
.wrap-sec-row .col-left {
  width: var(--size-mx);
  padding: 0 2rem;
}
.wrap-sec-row .col-right {
  flex: 1;
  padding: 0 2rem;
}
.sc-head .t-flex {
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-head .t-col {
  padding: 0 1.2rem;
}
.sc-head .b-box .t-gr {
  display: flex;
  flex-direction: column;
}
.sc-head .b-box .t-text {
  font-size: 1.6rem;
  color: #999999;
  font-weight: 400;
}
.sc-head .b-box {
  display: flex;
  height: 100%;
}
.sc-head .b-box .t-num {
  color: #404040;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
  display: flex;
  margin-top: auto;
  background: unset;
}
.sc-bot {
  margin-top: 10rem;
}
.t-head-box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.t-head-box .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  top: 0.1rem;
}
.t-head-box .t-text {
  font-weight: 700;
  color: #999999;
  font-size: 1.6rem;
}
.sce {
  margin-top: 1.6rem;
}
.sce-tabs-list {
  position: sticky;
  top: 6.4rem;
}
.sce-ctn {
  position: sticky;
  top: 6.4rem;
}
.sce-head {
  /* max-width: 78rem; */
}
.sce-image {
  width: 28rem;
  /* width: 100%; */
  margin: 0 auto;
  max-width: 100%;
}
.sce-wrap {
  margin-top: 7.2rem;
}
.sce-row {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.sce-row .col-4 {
  width: calc((4 / 12) * 100%);
  padding: 0 2rem;
}
.sce-row .col-8 {
  width: calc((8 / 12) * 100%);
  padding: 0 2rem;
}
.sce-image .inner {
  width: 100%;
}
.sce-image .inner:not(:last-child) {
  margin-bottom: 4.2rem;
}
.sce-image .inner img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.sce-head .t-text {
  font-size: 4.8rem;
  font-weight: 700;
  color: #404040;
}
.sce-list {
  display: flex;
  flex-direction: column;
}
.sce-it-head {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  cursor: pointer;
  align-items: center;
}
.sce-it-head .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.sce-it-head .icon::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.6rem;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.sce-it.active .sce-it-head .icon::before {
  opacity: 0;
}

.sce-it-head .icon::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 1.6rem;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sce-it-head .t-gr {
  display: flex;
  flex-direction: column;
}
.sce-it-head .t-gr .t-txt {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
}
.sce-it {
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.sce-it:first-child {
  padding-top: 0;
}
.sce-it:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.sce-it-panel {
  display: none;
}
.sce-it-panel .t-des {
  font-size: 1.6rem;
  font-weight: 300;
  color: #404040;
}
.sce-it-panel .t-des:not(:last-child) {
  margin-bottom: 1.2rem;
}
.sce-it-panel .t-pri {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}
.sce-it-head .t-gr .t-text {
  color: #404040;
  font-weight: 400;
  font-size: 2.4rem;
}
.able-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  margin: 0 -1.2rem;
}
.able-flex .col-4 {
  padding: 0 1.2rem;
  width: calc((4 / 12) * 100%);
}
.able-flex .col-8 {
  padding: 0 1.2rem;
  width: calc((8 / 12) * 100%);
}
.able-des {
  color: #404040;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.able-list {
  display: flex;
  margin: 0 -0.4rem;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.able-it {
  padding: 0 0.4rem;
  flex: 1;
  cursor: pointer;
  min-height: 46rem;
  /* min-width: 20rem; */
}
.able-block {
  margin-top: 10rem;
}
.able-it.on {
  flex: 4;
  /* animation-name: cl-pathrl; */
  /* animation-duration: 1000ms;
  clip-path: unset; */
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) flex;
}
.able-it.on .b-pos {
  opacity: 1;
}
.able-it.on .b-ctn {
  opacity: 0;
}
.able-it.on .b-py {
  background: #fff !important;
}
.able-it.on .b-image .inner {
  opacity: 1;
}
.able-it .b-py {
  padding: 1.6rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 1rem 1rem 10rem rgba(0, 0, 0, 0.16);
  height: 100%;
}
.able-it .b-image .inner {
  position: relative;
  padding-top: calc((428 / 760) * 100%);
  border-radius: 2rem;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.able-it .b-image {
  height: 100%;
}
.able-it .b-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.able-it .b-bl {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.able-it .b-ctn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.75s ease-in-out;
}
.able-it:nth-child(1) .b-py {
  background: #000;
}
.able-it:nth-child(2) .b-py {
  background: #404040;
}
.able-it:nth-child(3) .b-py {
  background: #999999;
}
.able-it .b-ctn .t-text {
  font-size: 5.6rem;
  font-weight: 700;
  display: inline-block;
  transform: rotate(-90deg);
  color: #fff;
  opacity: 0.2;
  white-space: nowrap;
}
.able-it .b-icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.able-it .b-pos {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.6rem;
  background: #fff;
  width: 34rem;
  min-height: 10rem;
  z-index: 1;
  border-radius: 0 0 2.4rem 0;
  opacity: 0;
}
.able-it .b-pos::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 100%;
  left: 0;
  box-shadow: -0.8rem -0.8rem 0 0 #fff;
  border-radius: 50% 0 0 0;
}
.able-it .b-pos::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0%;
  left: 100%;
  box-shadow: -0.8rem -0.8rem 0 0 #fff;
  border-radius: 50% 0 0 0;
}
.able-it .b-pos .t-gr {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.able-it .b-pos .t-gr .t-text {
  font-weight: 700;
  font-size: 1.6rem;
  color: #404040;
}
.able-it .b-pos .t-gr .t-des {
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
}
.cri-block {
  margin-top: 3.2rem;
}
.cri-head {
  max-width: 116rem;
}
.cri-head .t-text {
  font-size: 4.8rem;
  font-weight: 700;
  color: #404040;
}
.cri-head .t-txt {
  color: #999999;
  font-size: 2.4rem;
}
.cri-list {
  display: flex;
  margin: 0 -0.6rem;
  flex-wrap: wrap;
  row-gap: 2.4rem;
}
.cri-it {
  width: calc(100% / 4);
  padding: 0 0.6rem;
}
.cri-it .b-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.cri-it .b-box .t-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #404040;
}
.cri-it .b-box .b-gr {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin-top: auto;
}
.cri-it .b-box .b-gr .t-txt {
  font-size: 8rem;
  font-weight: 600;
  color: #404040;
  display: flex;
  line-height: 1;
  background-color: unset;
  align-items: center;
}
.cri-it .b-box .b-gr .t-txt .t-dot {
  font-size: 5rem;
}
.cri-it .b-box .b-gr .icon {
  display: flex;
  flex-shrink: 0;
}
@keyframes cl-pathrl {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@media screen and (max-width: 1200px) {
  .bnp-ctn .t-text {
    font-size: 4.2rem;
  }
  .bnp-ctn .t-des {
    font-size: 1.8rem;
  }
  .bnp-ctn .b-gr {
    min-height: 24rem;
  }
  /* .bnp-image::after {
    background: radial-gradient(
      56.77% 71.42% at 12.13% 46.33%,
      rgba(0, 0, 0, 0.8) 1.46%,
      rgba(0, 0, 0, 0) 100%
    );
  } */
  .bnp-ctn .t-gr .icon {
    width: 6rem;
  }
}

.smp-vid {
  margin-top: 4rem;
}
.smp-vid .inner {
  position: relative;
  padding-top: calc((12 / 16) * 100%);
}
.smp-vid .inner video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  /* width: 100%; */
  width: 99.7vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* filter: grayscale(1); */
}
.sec-toc-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
}
.sec-toc-list::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 6%;
  bottom: 6%;
  /* height: 100%; */
  transform: translateX(-50%);
  border-left: 0.1rem dashed #9a9a9a;
}
.sec-toc .toc-link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9a9a9a;
  text-align: right;
  display: block;
  padding: 1.2rem 0;
  padding-right: 1.2rem;
  position: relative;
}
.sec-toc .toc-link::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background: #999999;
  transform: translate(-50%, -50%);
}
.sec-toc .toc-link::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../assets/images/icon-sc-box.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center; */
  filter: brightness(0);
  opacity: 0;
}
.sec-toc .toc-link.active {
  color: #404040;
}
.sec-toc .toc-link.active::after {
  opacity: 1;
}
.smp-bot .t-text,
.cri-head .t-text,
.sce-head .t-text {
  line-height: 1.3;
}
.smp-bot .t-text {
  font-size: 4.8rem;
  font-weight: 700;
  color: #404040;
  max-width: 100rem;

  margin-top: 2.4rem;
}
.scap-map .inner-map {
  width: 100%;
  position: relative;
  display: flex;
}
.scap-block {
  margin-top: 3.2rem;
}
.scap-map .inner-map img {
  width: 100%;
  display: block;
}
.scap-map-pos {
  position: relative;
}
.scap-dot {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background: #000854;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  /* animation: ZoomOut2 1.6s linear infinite alternate; */
}
.scap-dot::before,
.scap-dot::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #181b18;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  z-index: -1;
  opacity: 0;
}
.scap-dot::after {
  animation-delay: 2s;
}
@keyframes pulse-me {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}
.scap-dot.x1 {
  top: 40.7%;
  left: 19.4%;
}
.scap-dot.x1:hover ~ .scap-fmap.x1 img {
  filter: unset;
}
.scap-dot.x2:hover ~ .scap-fmap.x2 img {
  filter: unset;
}
.scap-dot.x3:hover ~ .scap-fmap.x3 img {
  filter: unset;
}
.scap-dot.x4:hover ~ .scap-fmap.x4 img {
  filter: unset;
}
.scap-dot.x5:hover ~ .scap-fmap.x5 img {
  filter: unset;
}
.scap-dot.x6:hover ~ .scap-fmap.x6 img {
  filter: unset;
}
.scap-dot.x1:hover ~ .scap-fmap.x1 .b-text {
  opacity: 1;
}
.scap-dot.x2:hover ~ .scap-fmap.x2 .b-text {
  opacity: 1;
}
.scap-dot.x3:hover ~ .scap-fmap.x3 .b-text {
  opacity: 1;
}
.scap-dot.x4:hover ~ .scap-fmap.x4 .b-text {
  opacity: 1;
}
.scap-dot.x5:hover ~ .scap-fmap.x5 .b-text {
  opacity: 1;
}
.scap-dot.x6:hover ~ .scap-fmap.x6 .b-text {
  opacity: 1;
}
/* .scap-dot.x2 {
  top: 30%;
  left: 55%;
} */
.scap-dot.x2 {
  top: 41.8%;
  left: 86.2%;
}
.scap-dot.x3 {
  top: 55.8%;
  left: 76.9%;
}
.scap-dot.x4 {
  top: 62.3%;
  left: 75.7%;
}
.scap-dot.x5 {
  top: 78.5%;
  left: 85%;
}
.scap-dot.x6 {
  top: 34.4%;
  left: 51.2%;
}
.scap-fmap {
  position: absolute;
  display: flex;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.scap-fmap .b-text {
  position: absolute;
  font-size: 3.2rem;
  font-weight: 400;
  color: #404040;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.scap-fmap img {
  display: block;
  width: 100%;
  filter: contrast(0) brightness(1.2);
  transition: 0.2s ease-in-out;
}
.scap-fmap.x1 {
  width: 28.9%;
  left: 14.5%;
  top: 33.1%;
}
.scap-fmap.x1 .b-text {
  top: 50%;
  left: 28%;
}
.scap-fmap.x2 {
  width: 8.2%;
  right: 6.5%;
  top: 39.5%;
}
.scap-fmap.x2 .b-text {
  top: 50%;
  left: 58%;
}
.scap-fmap.x3 {
  width: 2.9%;
  right: 20.5%;
  top: 55.4%;
}
.scap-fmap.x3 .b-text {
  top: 0%;
  left: 75%;
}
.scap-fmap.x4 {
  width: 1%;
  right: 22.5%;
  top: 63%;
}
.scap-fmap.x4 .b-text {
  top: 0%;
  right: 100%;
}
.scap-fmap.x5 {
  width: 9.5%;
  right: 6.2%;
  top: 80%;
}
.scap-fmap.x5 .b-text {
  top: 0%;
  left: 100%;
}
.scap-fmap.x6 {
  width: 14.2%;
  left: 51.1%;
  top: 31%;
}
.scap-bot {
  margin-top: 4rem;
}
.scap-it {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  align-items: center;
}
.scap-it .t-text {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999999;
}
.scap-it .t-link {
  display: inline-block;
  color: #404040;
  font-size: 2.4rem;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
/* .scap-it .t-link.t-txt {
  text-decoration: unset;
} */
.scap-it .t-link:nth-child(2) {
  min-width: 12rem;
}
.scap-it .t-link:nth-child(3) {
  min-width: 9rem;
}
.sce-tabs.mobi {
  display: none;
}

/* Block Our Brand */
.sec-ourbrand {
  position: relative;
}
.courbrand {
  padding: 4rem 0;
  position: relative;
}

.sec-ourbrand-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}

.sec-ourbrand-item{
  width: calc(100%/2);
}

.sec-ourbrand-btn{
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7458%) hue-rotate(332deg) brightness(90%) contrast(109%);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.sec-ourbrand-btn:hover{
  transform: scale(1.1);
  filter: none;
}

.sec-ourbrand-btn img{
  width: 100%;
}

@media screen and (min-width: 1651px) {
  .wrap-sec-block {
    margin-left: calc(var(--size-mx) * -1);
    width: calc(100% + var(--size-mx));
  }
}
@media screen and (max-width: 1650px) {
  .smp-vid .inner video {
    left: calc(50% - 11.1rem);
  }
}
@media screen and (min-width: 1200px) {
  .header.hide {
    opacity: 0;
  }
}
@media screen and (max-width: 1650px) {
  .able-it .b-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .able-it .b-icon img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .able-it .b-ctn .t-text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .sec-ourbrand-list{
    gap: 100px;
  }
}
@media screen and (max-width: 1030px) {
  .wrap-sec-row .col-left {
    display: none;
  }
  .smp-vid .inner video {
    left: 50%;
  }
  .smp-vid .inner {
    padding-top: calc((9 / 16) * 100%);
  }
  .smp-vid .inner video {
    width: 100%;
  }
  .wrap-sec {
    padding: 4rem 0;
  }
  .sc-bot {
    margin-top: 4rem;
  }
  .able-block {
    margin-top: 4rem;
  }
  .sce-wrap {
    margin-top: 4rem;
  }
  .wrap-sec {
    overflow: hidden;
  }
  /* .bnp-control {
    bottom: 0;
    transform: unset;
    right: 0%;
    padding: 0.4rem;
  } */
  .bnp-control .text-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 850px) {
  .sc-head .t-col {
    width: calc(100% / 3);
  }
  .sc-head .b-box .t-text br {
    display: none;
  }
  .sc-head .b-box .t-text {
    font-size: 1.4rem;
  }
  .sc-head .b-box .t-num {
    font-size: 6rem;
  }
  .sce-row .col-4 {
    display: none;
  }
  .sce-row .col-8 {
    width: 100%;
  }
  .able-flex .col-4 {
    width: 100%;
  }
  .able-flex .col-8 {
    width: 100%;
  }
  .smp-bot .t-text {
    font-size: 2.4rem;
  }
  .cri-head .t-text {
    font-size: 2.4rem;
  }
  .able-des {
    font-size: 1.8rem;
  }
  .cri-it {
    width: 50%;
  }
  .able-it .b-py {
    padding: 1rem;
  }
  .able-it .b-pos {
    padding: 1rem;
  }
  .able-it .b-ctn .t-text {
    font-size: 2.8rem;
  }
  .able-it.on {
    flex: 6;
  }
  .sce-tabs.mobi {
    display: block;
  }
  .sce-image {
    display: flex;
    margin: 0 -1rem;
    flex-wrap: wrap;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .sce-image .inner {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .bnp-ctn .t-text {
    font-size: 2.8rem;
  }
  .bnp-ctn .t-des {
    font-size: 1.4rem;
  }
  .bnp-image::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .bnp-ctn .t-gr .icon {
    width: 5.6rem;
  }
  .bnp-ctn .b-gr {
    min-height: 20rem;
  }
  .sec-ourbrand-list{
    flex-direction: column;
    gap: 50px;
  }
  .sec-ourbrand-item {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .able-it {
    width: 100%;
    flex: unset !important;
    min-height: 32rem;
  }
  .able-it .b-icon {
    opacity: 0;
  }
  .able-it .b-ctn {
    opacity: 0;
  }
  .able-it .b-py {
    background: #fff !important;
    border-radius: 2rem;
  }
  .able-it .b-image .inner {
    opacity: 1;
    border-radius: 2rem;
  }
  .smp-bot .t-text,
  .cri-head .t-text,
  .sce-head .t-text {
    font-size: 2rem;
  }
  .able-it .b-pos {
    opacity: 1;
    width: 80%;
    min-height: unset;
  }
  .cri-it .b-box .b-gr .t-txt {
    font-size: 5rem;
  }

  .cri-it .b-box .b-gr .icon {
    width: 3.2rem;
  }
  .cri-head .t-text {
    font-size: 2rem;
  }
  .cri-head .t-txt {
    font-size: 1.4rem;
  }
  .scap-it .t-link {
    font-size: 1.8rem;
  }
  .sc-head .b-box .t-num {
    font-size: 4rem;
  }
  .sce-head .t-text {
    font-size: 2rem;
  }
  .smp-vid {
    margin-top: 2.4rem;
  }
  .sce-it {
    padding: 1.6rem 0;
  }
  .sce-it-head .t-gr .t-text {
    font-size: 1.8rem;
  }
  .sc-head .b-box .t-text {
    font-size: 1.3rem;
  }
  .scap-fmap .b-text {
    font-size: 1.6rem;
  }
  .bnp-control {
    margin-top: 0.4rem;
  }
  .bnp-control .text-btn:first-child::after {
    width: 2.2rem;
    margin: 0 1.2rem;
  }
}
@keyframes ZoomOut2 {
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}
