.header-primary .logo { opacity: 0; }

.section-heading .heading { line-height: 1.3; font-family: var(--font-display); font-size: 6rem; color: var(--clr-black); letter-spacing: 0.04em; }
.section-heading .heading[data-line] .line { display: inline-block; clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); transition: clip-path ease .65s; }
.section-heading .text { margin-top: 20px; font-size: 2rem; }
.section-heading .link-hover { display: inline-flex; margin-top: 50px; width: 50px; height: 50px; }
.section-heading .link-hover .icon { width: 100%; height: 100%; }
.section-heading .heading.sr-animate[data-line] .line { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.link-hover { display: inline-flex; width: 50px; height: 50px; transition: filter ease .35s; }
.link-hover .icon { width: 100%; height: 100%; }
.link-hover .icon::before { background-repeat: repeat; background-image: url('/theme/basic/images/arrow-right.svg'); transition: background-position-x ease .35s; }
.link-hover-light .icon::before { background-image: url('/theme/basic/images/arrow-right-light.svg'); }
@media (hover: hover) and (pointer: fine) {
	.link-hover:hover .icon::before { background-position-x: 50px; }
}
@media screen and (max-width: 1024px) {
	.cursor { display: none; }

    .section-heading .heading { font-size: 4.2rem; }
    .section-heading .text { margin-top: 16px; font-size: 1.8rem; }
	.section-heading .link-hover { margin-top: 40px; }

	.link-hover { width: 40px; height: 40px; }
}
@media screen and (max-width: 768px) {
    .section-heading .heading { font-size: 3rem; }
    .section-heading .text { margin-top: 10px; font-size: 1.6rem; }
	.section-heading .link-hover { margin-top: 30px; }

	.link-hover .icon::before { background-size: auto 80%; }
}


.intro { z-index: 100; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.intro .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; transform-origin: top; }
.intro .heading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.intro .heading .line { font-size: 6rem; font-weight: 600; color: #111; clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
.intro .logo { position: absolute; top: 35px; left: 100px; width: 143px; height: 30px; opacity: 0; will-change: transform; }
.intro .logo .front,
.intro .logo .back { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.intro .logo .front { background-image: url('/theme/basic/images/logo.svg'); }
.intro .logo .back { background-image: url('/theme/basic/images/logo-text-light.svg'); opacity: 0; }
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

}


.section-hero { position: relative; background: #000; transform: translateY(200px); }
/* .section-hero:after { content: ''; z-index: 2; position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); pointer-events: none; } */
.section-hero .hero-slide .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1); }
.section-hero .hero-slide .background .item { position: absolute; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.section-hero .hero-slide .background .item-mobile { display: none; }
.section-hero .hero-slide .background:has(video)::before { content:''; position: absolute; bottom: 0; left: 0; width: 100%; height: 10%; display: block; background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));}
.section-hero .hero-slide .background video { object-fit: contain; object-position: top;}
/* .section-hero .hero-slide { opacity: 0; } */
.section-hero .hero-slide .swiper-slide { height: 100svh; box-sizing: border-box; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.section-hero .hero-slide .contents { display: flex; flex-direction: column; justify-content: flex-end; position: absolute; top: 0; left: 0; right: 0; margin: auto; padding: 0 100px 120px; height: 100vh; height: 100svh; }
.section-hero .hero-slide .contents .heading { display: block; line-height: 1.3; font-size: clamp(1.6rem, 4vw, 7rem); font-weight: 600; color: #fff; }
.section-hero .controls { z-index: 2; display: flex; position: absolute; bottom: 60px; left: 0; right: 0; margin: auto; padding: 0 100px; }
.section-hero .controls .toggle { flex-shrink: 0; display: block; position: relative; margin-left: 5px; width: 50px; height: 50px; border-radius: 50%; }
.section-hero .controls .toggle::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 16px; height: 16px; background: url('/theme/basic/images/pause-light.svg') no-repeat center / auto 150%; pointer-events: none; }
.section-hero .controls .toggle[data-state="pause"]::before { background-image: url('/theme/basic/images/play-light.svg'); }
.section-hero .controls .swiper-pagination { display: flex; align-items: center; justify-content: flex-start; position: static; width: auto; }
.section-hero .controls .swiper-pagination-bullet { display: flex; align-items: center; width: auto; height: auto; font-size: 1.6rem; font-weight: 700; color: #fff; background: transparent; opacity: 0.4; }
.section-hero .controls .swiper-pagination-bullet .progress { display: block; position: relative; margin-left: 12px; width: 0; height: 2px; background: rgba(255, 255, 255, 0.2); }
.section-hero .controls .swiper-pagination-bullet .progress::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; transition-property: transform; transition-timing-function: ease; }
.section-hero .controls .swiper-pagination-bullet-active { opacity: 1; }
/* .section-hero .controls .swiper-pagination-bullet-active .progress { width: 105px; } */
.section-hero .controls .swiper-pagination-bullet-active .progress { width: 20px; }
/* .section-hero .controls .swiper-pagination-bullet-active .progress::after { transform: none; transition-duration: 5.5s; } */
.section-hero .hero-slide-init .controls .swiper-pagination-bullet-active .progress::after { transform: none; transition-duration: 5.5s; }
.section-hero .scroll-container { z-index: 3; position: absolute; top: 87svh; left: 0; right: 0; margin: auto; max-width: 1720px; width: 90%; }
.section-hero .scroll-container .scroll { z-index: 2; position: absolute; top: 0; left: -14px; height: 100px; font-size: 1.2rem; font-weight: 600; color: #fff; transition: all ease .35s; }
.section-hero .scroll-container .scroll span { display: block; white-space: nowrap; transform: rotate(90deg); }
.section-hero .scroll-container .scroll i { display: block; position: relative; margin: 30px auto 0; width: 11px; height: 30px; transition: all ease .35s; }
.section-hero .scroll-container .scroll i::before,
.section-hero .scroll-container .scroll i::after { content: ''; position: absolute; left: 0; width: 100%; height: 7px; background: url('/theme/basic/images/scroll-arrow-light.svg') no-repeat center / auto 20px; animation: scrollDown ease 1.6s infinite; opacity: 0; }
.section-hero .scroll-container .scroll i::after { animation-delay: 0.8s; }

.section-introduce { position: relative; height: 300vh; height: 300svh; }
.section-introduce .introduce-wrap { overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; position: sticky; top: 0; left: 0; width: 100%; height: 100vh; height: 100svh; }
.section-introduce .section-heading { text-align: center; }
.section-introduce .section-heading .heading { line-height: 1.3; font-family: var(--font-display); font-style: normal; font-weight: 700; font-size: 6rem; letter-spacing: 0.04em; }
.section-introduce .section-heading .heading .line { display: inline-block; }
.section-introduce .section-heading .text { margin-top: 40px; font-size: 2.2rem; font-weight: 500; }
.section-introduce .contents { display: flex; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
.section-introduce .contents [data-animate] { opacity: 0; }
.section-introduce .contents .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-introduce .contents .background .item { display: block; margin: auto; width: 100%; object-fit: cover; }
.section-introduce .contents .background .logo { position: absolute; bottom: 0; right: 0; width: 50%; height: auto; opacity: 0.1; }
.section-introduce .contents .inner { z-index: 2; }
.section-introduce .contents .text { margin-bottom: 30px; font-size: 2rem; will-change: transform; }
.section-introduce .contents .text:last-of-type { margin-bottom: 0; }
.section-introduce .contents .link-hover { margin-top: 50px; }

.section-strength { position: relative; height: 300vh; height: 300svh; }
.section-strength .strength-wrap { overflow: hidden; display: flex; align-items: center; position: sticky; top: 0; left: 0; padding: 200px 0; width: 100%; height: 100vh; height: 100svh; }
.section-strength .section-heading { margin-bottom: 60px; }
.section-strength .section-heading .heading { line-height: 1.3; font-family: var(--font-display); font-size: 6rem; font-weight: 700; letter-spacing: 0.04em; }
.section-strength .lists { display: flex; }
.section-strength .lists .item { flex: 1 0 auto; width: 22.4vw; }
.section-strength .lists .item:last-child .block::after { border-right: none; }
.section-strength .lists .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--clr-primary); clip-path: inset(50% 0 50% 0); transition: clip-path cubic-bezier(0.22, 0.61, 0.36, 1) .5s; }
.section-strength .lists .context { z-index: 2; position: relative; height: 100%; }
.section-strength .lists .block { display: block; position: relative; padding: 40px; aspect-ratio: 0.86; }
.section-strength .lists .block::before,
.section-strength .lists .block::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; pointer-events: none; will-change: transform; }
.section-strength .lists .block::before { width: calc(100% - 18px); height: 100%; border-top: 2px solid #000; border-bottom: 2px solid #000; transition: opacity ease .35s; }
.section-strength .lists .block::after { width: calc(100% + 1px); height: calc(100% - 40px); border-right: 2px solid #000; }
.section-strength .lists .badge { display: block; margin-bottom: 16px; line-height: 1.3; font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--clr-primary); text-transform: uppercase; letter-spacing: 0.04em; transition: color ease .35s; }
.section-strength .lists .title { font-size: 2.2rem; font-weight: 600; color: #111; transition: color ease .35s; }
.section-strength .lists .text { margin-top: 20px; color: #fff; transform: translateY(20px); transition: all ease .35s; opacity: 0; }
.section-strength .lists .link-hover { position: absolute; bottom: 0; left: 0; }

.section-scale { overflow: hidden; position: relative; height: 100vh; height: 100svh; color: #fff; }
.section-scale .heading { position: absolute; top: 150px; left: 100px; font-family: var(--font-display); font-size: 7.6rem; font-weight: 700; letter-spacing: 0.04em; }
.section-scale .context { max-width: 625px; }
.section-scale .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-scale .background .item { display: block; width: 100%; height: 100%; object-fit: cover; }
.section-scale .inner { z-index: 2; display: flex; align-items: flex-end; justify-content: flex-end; height: 100%; }
.section-scale .context { padding: 100px 0; }
.section-scale .text { margin-bottom: 30px; font-size: 2rem; }
.section-scale .text:last-child { margin-bottom: 0; }

.section-product { position: relative; padding: 0 0 170px; }
.section-product .section-heading { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; left: 0; padding: 0 100px; width: 100%; height: 100vh; }
/* .section-product .section-heading .col { position: absolute; }
.section-product .section-heading .col:nth-child(1) { right: 51%; }
.section-product .section-heading .col:nth-child(2) { left: 51%; text-align: right; } */
.section-product .section-heading .col:nth-child(2) { text-align: right; }
.section-product .section-heading .text { margin-top: 100px; }
.section-product .lists { display: flex; flex-direction: column; align-items: center; margin-top: -26.0417vw; }
.section-product .lists .item { padding-bottom: 60px; width: 26.0417vw; transition: width ease .65s; }
.section-product .lists .item:last-child { padding-bottom: 0; }
.section-product .lists .thumbnail { display: block; width: 100%; height: auto; object-fit: cover; aspect-ratio: 5 / 3; }
.section-product .lists .block { display: block; position: relative; }
.section-product .lists .name { position: absolute; bottom: 40px; left: 40px; font-size: 2.4rem; font-weight: 600; color: #fff; transform: translateY(80px); transition: all .5s ease .35s; }
.section-product .lists .item.on { padding-bottom: 3.125vw; width: 52.0833vw; }
.section-product .lists .item.on .name { transform: none; }

.section-performance { position: relative; height: 300vh; height: 300svh; color: #fff; background: #000; }
.section-performance .performance-wrap { overflow: hidden; position: sticky; top: 0; left: 0; padding-top: 80px; width: 100%; height: 100vh; height: 110svh; }
.section-performance .media { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-performance .media .item { position: relative; top: 3%; right: 0; left: 0; margin: auto; width: 80%; height: 90%; }
.section-performance .media .item::after { content: ''; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #005BAC; mix-blend-mode: color; }
.section-performance .media .item .video { display: block; margin-top: 0; width: 100%; height: 100%; object-fit: cover; }
.section-performance .media .mask { pointer-events: none; }
.section-performance .media .mask-1::before,
.section-performance .media .mask-1::after { content: ''; z-index: 3; position: absolute; top: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(360deg, rgba(0, 29, 54, 0) 0%, #003767 100%); opacity: 0.7; }
.section-performance .media .mask-1::after { top: auto; bottom: 0; transform: rotate(180deg); }
.section-performance .media .mask-2::before,
.section-performance .media .mask-2::after { content: ''; z-index: 3; position: absolute; top: 0; left: 0; width: 500px; height: 100%; background: linear-gradient(270deg, rgba(0, 29, 54, 0) 0%, #001D36 100%); opacity: 0.7; }
.section-performance .media .mask-2::after { left: auto; right: 0; transform: rotate(180deg); }
.section-performance .inner,
.section-performance .contents { z-index: 4; position: relative; }
.section-performance .section-heading .heading { color: inherit; }
.section-performance .contents { margin: 80px 0 0 39.06vw; }
.section-performance .lists { display: flex; }
.section-performance .lists .item { flex: 1 0 auto; margin-left: 1.04vw; width: 21.62vw; }
.section-performance .lists .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: clip-path cubic-bezier(0.22, 0.61, 0.36, 1) .5s; }
.section-performance .lists .background .image { display: block; width: 100%; height: 100%; object-fit: cover; }
.section-performance .lists .context { z-index: 2; position: relative; height: 100%; }
.section-performance .lists .block { display: block; position: relative; padding: 40px; background: #fff; aspect-ratio: 0.86; }
.section-performance .lists .badge { display: block; margin-bottom: 16px; line-height: 1.3; font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--clr-primary); letter-spacing: 0.04em; text-transform: uppercase; transition: color ease .35s; }
.section-performance .lists .title { font-size: 2.2rem; font-weight: 600; color: #111; transition: color ease .35s; }
.section-performance .lists .link-hover { position: absolute; bottom: 0; left: 0; }

.section-partnership { position: relative; height: 300vh; height: 300svh; }
.section-partnership .partnership-wrap { overflow: hidden; position: sticky; top: 0; left: 0; width: 100%; height: 100vh; height: 100svh; }
.section-partnership .partnership-wrap .contents { z-index: 3; position: relative; text-align: center; }
.section-partnership .partnership-wrap .inner { display: flex; align-items: center; justify-content: center; height: 100%; }
.section-partnership .partnership-wrap .logo { height: 52px; }
.section-partnership .partnership-wrap .title { margin-top: 30px; line-height: 1.4; font-size: 5rem; font-weight: 600; }
.section-partnership .background { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; height: 100svh; }
.section-partnership .background-wrap { position: relative; }
.section-partnership .background-wrap .front { z-index: 2; position: absolute; top: 0; left: 0; }

.section-board { padding: 200px 0; }
.section-board .inner { display: flex; justify-content: space-between; }
.section-board .inner .side { width: 30%; }
.section-board .inner .contents { width: 63.95%; }
.section-board .lists { border-top: 2px solid var(--clr-black); }
.section-board .lists .item { border-bottom: 1px solid var(--border); }
.section-board .lists .item:last-child { border-bottom: none; }
.section-board .lists .link { display: flex; align-items: center; position: relative; padding: 50px 110px 50px 50px; }
.section-board .lists .badge { flex: 0 0 48px; margin-right: 28px; width: 76px; text-align: center; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--clr-primary); letter-spacing: 0.04em; }
.section-board .lists .title { line-height: 1.3; font-size: 2.2rem; font-weight: 500; color: #222; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.section-board .lists .thumbnail { position: absolute; top: -30px; right: 195px; width: 320px; visibility: hidden; opacity: 0; transition: all ease .1s; }
.section-board .lists .link-hover { position: absolute; top: 39px; right: 46px; }

.section-contact { padding: 200px 0; background: url('/theme/basic/images/main/contact-background.jpg') no-repeat center / cover; color: #fff; }
.section-contact .inner { display: flex; justify-content: space-between; }
.section-contact .inner .side { width: 30%; }
.section-contact .inner .contents { width: 49.34%; }
.section-contact .section-heading .heading { color: #fff; }
.section-contact .form-basic .row { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.section-contact .form-basic .row:last-child { margin-top: 60px; margin-bottom: 0; border-bottom: none; }
.section-contact .form-basic .row-full { border-bottom: none; }
.section-contact .form-basic .row-full .form-label { margin-bottom: 14px; width: 100%; }
.section-contact .form-basic .row-center .form-data { text-align: center; }
.section-contact .form-basic .form-label { display: block; padding: 15px 16px 0 0; width: 100px; }
.section-contact .form-basic .form-label::after { content: ''; display: inline-block; vertical-align: top; margin-left: 6px; width: 8px; height: 19px; background: url('/images/sub/symbol.svg') no-repeat center / auto 100%; }
.section-contact .form-basic .form-data { flex: 1 1; }
.section-contact .form-basic .input,
.section-contact .form-basic .textarea { width: 100%; border-radius: 0; }
.section-contact .form-basic .input { padding: 14px; border: none; height: 60px; }
.section-contact .form-basic .textarea { height: 200px; border: 1px solid rgba(255, 255, 255, 0.5); }
.section-contact .form-basic .textarea ~ .check { display: flex; margin-top: 20px; }
.section-contact .form-basic .check label { color: inherit; }
.section-contact .form-basic .check a { margin-left: auto; font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: inherit; letter-spacing: 0.04em; }
.section-contact .form-basic .button { padding: 12px; width: 100%; font-size: 1.7rem; }

@media (hover: hover) and (pointer: fine) {
    .section-strength .lists .block:hover::before { opacity: 0; }
    .section-strength .lists .block:hover .background { clip-path: inset(0 0 0 0); }
    .section-strength .lists .block:hover .badge { color: #fff; }
    .section-strength .lists .block:hover .title { color: #fff; }
	.section-strength .lists .block:hover .text { transform: none; opacity: 1; }
    .section-strength .lists .block:hover .link-hover { filter: invert(1); }
    .section-strength .lists .block:hover .link-hover .icon::before { background-position-x: 50px; }

    .section-performance .lists .block:hover .background { clip-path: inset(0 0 0 0); }
    .section-performance .lists .block:hover .badge { color: #fff; }
    .section-performance .lists .block:hover .title { color: #fff; }
    .section-performance .lists .block:hover .link-hover { filter: invert(1); }
    .section-performance .lists .block:hover .link-hover .icon::before { background-position-x: 50px; }

    .section-board .lists .block:hover .thumbnail { visibility: visible; opacity: 1; }
    .section-board .lists .block:hover .link-hover .icon::before { background-position-x: 50px; }
}
@media (hover: hover) and (pointer: fine) {
	.section-performance .lists .background { clip-path: inset(50% 0 50% 0); }
}
@media screen and (max-width: 1600px) {
	.section-product .lists .item.on { width: 45.5vw; }
}
@media screen and (max-width: 1024px) {
	.section-hero .hero-slide .contents { width: 90%; padding: 0 0 100px; }
	.section-hero .controls { padding: 0; width: 90%; }
	.section-hero .hero-slide .background .item-pc { display: none; }
	.section-hero .hero-slide .background .item-mobile { display: block; }

	.section-introduce { padding: 120px 0 60px; height: auto; }
	.section-introduce .section-heading .heading { font-size: 4rem; }
	.section-introduce .section-heading .text { margin-top: 24px; font-size: 1.8rem; }
	.section-introduce .introduce-wrap { display: block; position: relative; height: auto; }
	.section-introduce .contents { position: static; display: block; height: auto; color: inherit; }
	.section-introduce .contents .background { position: relative; margin: 40px auto 60px; width: 90%; height: auto; }
	.section-introduce .contents [data-animate] { opacity: 1; }
	.section-introduce .contents .text { margin-bottom: 20px; font-size: 1.8rem; }
	.section-introduce .contents .link-hover { margin-top: 36px; }
	.section-introduce .contents .link-hover-light .icon::before { background-image: url('/theme/basic/images/arrow-right.svg'); }

	.section-strength { position: static; padding: 60px 0 120px; height: auto; }
	.section-strength .strength-wrap { position: static; padding: 0; height: auto; }
	.section-strength .section-heading { margin-bottom: 46px; }
	.section-strength .section-heading .heading { font-size: 4.2rem; }
	.section-strength .lists { flex-wrap: wrap; }
	.section-strength .lists .item { width: 33.33333%; }
	.section-strength .lists .item:nth-child(3n) .block::after { content: none; }
	.section-strength .lists .item:nth-child(-n + 3) .block::before { border-bottom-width: 0; }
	.section-strength .lists .block { padding: 36px 36px 90px; height: 100%; aspect-ratio: auto; }
	.section-strength .lists .context { position: static; height: auto; }
	.section-strength .lists .text { margin-top: 14px; color: inherit; transform: none; opacity: 1; }
	.section-strength .lists .title { font-size: 2rem; }
	.section-strength .lists .badge { margin-bottom: 10px; font-size: 1.4rem; }
	.section-strength .lists .link-hover { left: 30px; bottom: 30px; }

	.section-scale { padding: 120px 0; height: auto; }
	.section-scale .inner { display: block; }
	.section-scale .heading { position: static; font-size: 4.6rem; }
	.section-scale .context { margin-top: 80px; padding: 0; }
	.section-scale .text { margin-bottom: 20px; font-size: 1.8rem; }

	.section-product { position: static; padding: 120px 0; }
	.section-product .section-heading { display: block; position: static; height: auto; margin: 0 auto 60px; padding: 0; width: 90%; }
	.section-product .section-heading .col:nth-child(2) { text-align: left; }
	.section-product .section-heading .text { margin-top: 16px; }
	.section-product .lists { display: block; margin: auto; width: 90%; }
	.section-product .lists .item { margin-top: 40px; padding-bottom: 0; width: 100%; }
	.section-product .lists .name { position: static; margin-top: 12px; font-size: 2rem; color: inherit; transform: none; }

	.section-performance { position: static; height: auto; }
	.section-performance .performance-wrap { padding: 120px 0; height: auto; }
	.section-performance .media .item { width: 100%; height: auto; }
	.section-performance .contents { margin: 60px auto 0; width: 90%; }
	.section-performance .lists { flex-wrap: wrap; margin: -10px; }
	.section-performance .lists .item { margin-left: 0; padding: 10px; }
	.section-performance .lists .badge { font-size: 1.4rem; color: #fff; }
	.section-performance .lists .title { font-size: 2rem; color: #fff; }

	.section-partnership { position: static; padding: 120px 0 60px; height: auto; }
	.section-partnership .partnership-wrap { position: static; height: auto; }
	.section-partnership .partnership-wrap .logo { height: 42px; }
	.section-partnership .partnership-wrap .title { font-size: 3.4rem; }
	.section-partnership .background { display: none; }

	.section-board { padding: 60px 0 120px; }
	.section-board .inner { display: block; }
	.section-board .inner .side { width: 100%; }
	.section-board .inner .contents { margin-top: 30px; width: 100%; }
	.section-board .lists .link { padding: 24px 80px 24px 24px; }
	.section-board .lists .badge { margin-right: 20px; font-size: 1.4rem; }
	.section-board .lists .title { font-size: 1.8rem; }
	.section-board .lists .link-hover { top: 23px; right: 16px; width: 30px; height: 30px; }

	.section-contact { padding: 120px 0; }
	.section-contact .inner { display: block; }
	.section-contact .inner .side { width: 100%; }
	.section-contact .inner .contents { margin-top: 60px; width: 100%; }
	.section-contact .form-basic .input { padding: 10px; height: 50px; }
	.section-contact .form-basic .form-label { font-size: 17px; }
	.section-contact .form-basic .row { margin-bottom: 30px; }
	.section-contact .form-basic .row:last-child { margin-top: 40px; }
	.section-contact .form-basic .textarea { height: 160px; }
	.section-contact .form-basic .check a { font-size: 16px; }
}
@media screen and (max-width: 768px) {
	.section-introduce { padding: 80px 0 40px; }
	.section-introduce .section-heading .heading { font-size: 2.4rem; }
	.section-introduce .section-heading .text { font-size: 1.6rem; }
	.section-introduce .contents .text { font-size: 1.6rem; }

	.section-strength { padding: 40px 0 80px; }
	.section-strength .section-heading .heading { font-size: 2.4rem; }
	.section-strength .section-heading .text { font-size: 1.6rem; }
	.section-strength .lists .item { width: 50%; }
	.section-strength .lists .item:nth-child(2n) .block::after { content: none; }
	.section-strength .lists .item:nth-child(3n) .block::after { content: ''; }
	.section-strength .lists .item:nth-child(-n + 4) .block::before { border-bottom-width: 0; }
	.section-strength .lists .block { padding: 24px 24px 80px; }
	.section-strength .lists .block::before { border-top-width: 1px; border-bottom-width: 1px; }
	.section-strength .lists .block::after { border-right-width: 1px; }
	.section-strength .lists .title { font-size: 1.8rem; }
	.section-strength .lists .badge { font-size: 1.3rem; }
	.section-strength .lists .link-hover { left: 20px; bottom: 24px; }

	.section-scale { padding: 80px 0; }
	.section-scale .heading { font-size: 3rem; }
	.section-scale .context { margin-top: 60px; max-width: none; }
	.section-scale .text { margin-bottom: 14px; font-size: 1.5rem; }

	.section-product { position: static; padding: 80px 0; }
	.section-product .lists .item { margin-top: 36px; }
	.section-product .lists .name { position: static; margin-top: 10px; font-size: 1.8rem; color: inherit; transform: none; }

	.section-performance .contents { margin-top: 40px; }
	.section-performance .performance-wrap { padding: 80px 0; }
	.section-performance .lists .block { padding: 24px; }
	.section-performance .lists .item { width: 50%; }
	.section-performance .lists .title { font-size: 1.8rem; }
	.section-performance .lists .badge { font-size: 1.3rem; }

	.section-partnership { padding: 80px 0 40px; }
	.section-partnership .partnership-wrap .logo { height: 34px; }
	.section-partnership .partnership-wrap .title { font-size: 2.4rem; }

	.section-board { padding: 40px 0 80px; }
	.section-board .lists .link { padding: 24px 0; }
	.section-board .lists .badge { font-size: 1.3rem; margin-right: 14px; }
	.section-board .lists .title { font-size: 1.6rem; }
	.section-board .lists .link-hover { display: none; }

	.section-contact { padding: 80px 0; }
    .section-contact .form-basic { font-size: 14px; padding: 0; }
	.section-contact .form-basic .row:last-child { margin-top: 30px; }
	.section-contact .form-basic .row:last-child .form-label { display: none; }
	.section-contact .form-basic .form-label { padding: 0 0 12px; width: 100%; font-size: 15px; }
	.section-contact .form-basic .input { height: 45px; }
	.section-contact .form-basic .check a { font-size: 1.3rem; }
	.section-contact .form-basic .button { width: 100%; }
}
@media screen and (max-width: 600px) {
	.section-strength .lists .item { width: 100%; }
	.section-strength .lists .item:not(:last-child) .block::before { border-bottom-width: 0; }
	.section-strength .lists .link-hover { left: 10px; }
	.section-strength .lists .block { padding-right: 16px; padding-left: 16px; }
	.section-strength .lists .block::before { width: 100%; }
	.section-strength .lists .block::after { content: none !important; }

	.section-scale .heading { font-size: 2.2rem; }
	.section-scale .context { margin-top: 40px; }
	.section-scale .text { font-size: 1.4rem; }

	.section-performance .lists .item { width: 100%; }
}


/* for global */
@media screen and (min-width: 1025px) {
	[lang="vi"] .section-scale .heading { font-size: 5.8rem; }
	[lang="vi"] .section-contact .inner .contents { width: 52.6%; }
	[lang="vi"] .section-contact .form-basic .form-label { width: 200px; }
}
