
.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.seqline {
    width: 100%;
    height: 1px;
    background-color: var(--back-color-three);
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.p3 {
    padding: var(--padding-base);
}

.p0_3 {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
}

.lp3 {
    padding-left: var(--padding-base);
}

.rp3 {
    padding-right: var(--padding-base);
}

.p5_0 {
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}

.p4_0 {
    padding-top: calc(3.5vw + 22px);
    padding-bottom: calc(3.5vw + 22px);
}

.p3_0 {
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .6s;
}


.imgZoom:hover img {
    scale: 1.2;
}

.fadeInParent {
    position: relative;
}

.fadeInParent .fadeInSon {
    position: absolute;
    top: calc(100% + 1em);
    transform: translateX(-50%);
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: inherit;
    z-index: 10;
}

.fadeInParent.active .fadeInSon {
    visibility: visible;
    top: calc(100% + 0.5em);
    opacity: 1;
}

.fadeInParent:hover .fadeInSon_hover {
    visibility: visible;
    top: calc(100% +  0.5em);
    opacity: 1;
}

.contact_icons {
    display: flex;
    align-items: center;
    gap: 0.875em;
    color: #fff;
    flex-wrap: wrap;
}

.contact_icons .cicon {
    font-size: inherit;
    color: inherit;
    width: 2.1875em;
    height: 2.1875em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    flex-shrink: 0;
}

.contact_icons .cicon .cicon_img {
    font-size: inherit;
    width: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em;
    background-color: var(--primary-color);
    top: 100%;
}

.contact_icons .cicon .cicon_img img {
    width: 100%;
    height: auto;
}

.contact_icons .cicon .cicon_img::after {
    font-size: inherit;
    position: absolute;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    left: 50%;
    width: 1em;
    height: 0.6em;
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    content: "";
    background-color: var(--primary-color);
    display: block;
}

.contact_icons .cicon.fadeInParent.active .cicon_img.fadeInSon {
    top: calc(100% + 1em);
}

.contact_icons .cicon.fadeInParent:hover .cicon_img.fadeInSon_hover {
    top: calc(100% + 1em);
}

.header_search {
    font-size: var(--font-size-base);
}

.header_search form {
    font-size: inherit;
    background-color: transparent;
    padding: 0 0.8em;
    height: 2.5em;
    border-radius: 1.25em;
    display: flex;
    align-items: center;
    width: 12.5em;
    border: 1px solid #fff;
}

.header_search form input {
    font-size: 0.875em;
    color: #fff;
    line-height: 1;
    padding: 0.5em;
}

.header_search form input::placeholder {
    color: inherit;
}

.header_search form button {
    line-height: 1;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-weight: var(--font-weight-bold);
}

.icon_contact {
    display: flex;
    align-items: center;
    gap: 0.6em;
    color: #fff;
    line-height: 1;
}

.icon_contact .iconfont {
    font-size: 1.33em;
}

.icon_contact p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: "IBMPlexSans";
}


.header_lang {
    display: flex;
    align-items: center;
    padding: 0.3em 0;
    color: #fff;
    line-height: 1;
    border-radius: 1.3em;
    cursor: pointer;
    transition: .4s;
    gap: 0.5em;
}

.header_lang .icon-arr-down {
    color: inherit;
    transition: .4s;
}


.header_lang.active .icon-arr-down {
    transform: rotate(180deg);
}

.header_lang span {
    user-select: none;
}

.header_lang ul {
    min-width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 0.4em;
    font-size: inherit;
    box-shadow: 0 0.2em 0.5em #0005;
}


.header_lang ul li {
    flex: 1;
    color: #fff;
    font-size: inherit;
    width: 100%;
}

.header_lang ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.6em 1em;
    user-select: none;
    color: var(--primary-color);
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: calc(var(--font-size-lg) * 2.5);
    height: calc(var(--font-size-lg) * 2.5);
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: var(--font-size-lg);
    transition: .3s;
    line-height: 1;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video iframe {
    display: none;
}

.view_video video, .view_video iframe {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 34vw;
    max-height: 90vh;
}

.view_video div {
    width: calc(var(--font-size-lg) * 2.5);
    height: calc(var(--font-size-lg) * 2.5);
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: var(--font-size-lg);
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: var(--font-size-lg) var(--font-size-2-5xl);
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
    font-size: var(--font-size-lg);
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-lg);
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    gap: var(--font-size-lg);
    align-items: center;
    background-color: var(--back-color-two);
    width: 100%;
    position: relative;
    z-index: 99999;
}

.header_logo {
    font-size: var(--font-size-base);
    padding: 1em 0;
    display: flex;
    align-items: center;
}

.header_logo img {
    height: 3.75em;
    width: auto;
}

.header_nav {
    font-size: var(--font-size-base);
}

.header_nav ul {
    font-size: inherit;
    display: flex;
    align-items: center;
    gap: 2em;
    
}

.header_nav ul li {
    transition: .4s;
}

.header_nav ul li:hover {
    color: var(--primary-color);
}

.header_nav ul li.active {
    color: var(--primary-color);
}

.header_start {
    display: flex;
    align-items: center;
    gap: var(--font-size-2xl);
}

.start_btn {
    font-size: var(--font-size-sm);
    line-height: 1;
    padding: 1.23em 2em;
    font-weight: var(--font-weight-bold);
    background-color: var(--primary-color);
    transition: .4s;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
    display: block;
}

.start_btn:hover {
    background-color: var(--secondary-color);
}

.banner {
    position: relative;
}



.header_more {
    display: none;
    font-size: var(--font-size-3xl);
}


.brand {
    background-color: var(--back-color-four);
    z-index: 1;
    position: relative;
    padding-top: var(--padding-xl);
    display: flex;
    flex-direction: column;
    gap: var(--padding-base);
}

.brand::after {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    background-image: url(../images/index-brand-back.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.brand_line1 {
    width: 50%;
    padding-right: var(--padding-base);
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.brand_line1 .subtitle {
    font-size: var(--font-size-base);
    text-transform: uppercase;
}

.brand_line1 .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);

}

.brand_line1 .desc {
    font-size: var(--font-size-base);
    margin-bottom: var(--font-size-lg);
}

.brand_line2 {
    display: flex;
    background-color: var(--back-color-four);
}

.brand_img {
    width: 50%;
    flex-shrink: 0;
    aspect-ratio: 1 / 0.623;
}

.brand_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.brand_infos {
    display: flex;
    flex-wrap: wrap;
    gap: var(--font-size-xl);
    padding: var(--padding-base);
    flex: 1;
}

.brand_infos_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - var(--font-size-xl)) / 2);
}


.brand_infos_item .number {
    display: flex;
    align-items: center;
    font-size: var(--font-size-5xl);
    font-weight: var(--font-weight-bold);
    gap: 0.1em;
}

.brand_infos_item .number .sign {
    transform: translateY(-0.08em);
}

.brand_infos_item .def {
    font-size: var(--font-size-base);
}

.about {
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
    background-color: var(--back-color-two);
    display: flex;
    flex-direction: column;
    gap: var(--padding-base);
}

.about .seqline {
    width: 100%;
    height: 1px;
    background-color: var(--back-color-three);
}

.about_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.about_title .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
}

.about_title .subtitle {
    font-size: var(--font-size-base);
    text-transform: uppercase;
}

.about_ {
    display: flex;
    justify-content: space-between;
    gap: 6.66%;
}

.about_left {
    width: 46.66%;
}

.about_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_right {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: var(--font-size-xl);
}

.about_right .infos {
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-lg);
    gap: 0.6em;
}

.about_right .infos li {
    display: flex;
    align-items: flex-start;
    gap: 0.4em;
}

.about_right .infos li .iconfont {
    color: var(--primary-color);
}

.services {
    min-height: min(800px, 66.66vw);
    background-image: url(../images/index-services-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: flex-end;

}

.services_ {
    display: flex;
    background-color: var(--back-color-two);
    width: 100%;
    flex-direction: column;
}

.services_ .start_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_left {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
}

.services_item {
    border-right: 1px solid var(--back-color-three);
    border-bottom: 1px solid var(--back-color-three);
    display: flex;
    padding: calc(var(--padding-base) * 0.75);
    gap: var(--font-size-md);
    font-weight: var(--font-weight-bold);
}

.services_item:nth-child(3n) {
    border-bottom: none;
}

.services_item .num {
    font-size: var(--font-size-base);
    font-family: var(--font-family-harmony);
}

.services_item .title {
    font-weight: inherit;
    font-size: var(--font-size-lg);
} 

.services_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--font-size-base);
    padding: var(--padding-md);
}

.services_right .subtitle {
    text-transform: uppercase;
    color: var(--text-secondary);
    font-size: var(--font-size-base);
}

.services_right .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
}

.services_right .desc {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    margin-bottom: 1em;
}

.network {
    background-color: var(--back-color-one);
}

.network_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--padding-lg) var(--padding-md);
    gap: var(--font-size-5xl);
    background-image: url(../images/index-network-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.network_::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--back-color-four);
    opacity: 0.7;
    z-index: -1;
}

.network_ .seq {
    font-size: var(--font-size-base);
    height: max(1px, 0.2em);
    width: 3.125em;
    display: block;
    background-color: var(--primary-color);
    line-height: 1;
}

.network_ .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
}

.testing {
    background-color: var(--back-color-one);
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
    display: flex;
    flex-direction: column;
    gap: var(--padding-base);
}

.testing_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: var(--font-size-xl);
}

.testing_title .subtitle {
    font-size: var(--font-size-base);
    text-align: center;
    text-transform: uppercase;
}

.testing_title .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    text-align: center;
    font-weight: var(--font-weight-bold);
}


.testing_ {
    display: flex;
    flex-wrap: wrap;
}

.testing_item {
    flex: 1;
    padding: var(--font-size-xl);
    border: 1px solid var(--back-color-three);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--font-size-lg);
}

.testing_item .icon {
    font-size: var(--font-size-2xl);
    width: 2.125em;
    height: 2.125em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: var(--primary-color);
    
}

.testing_item .title {
    font-size: var(--font-size-xl);
    text-align: center;
}

.testing_item .desc {
    font-size: var(--font-size-sm);
    text-align: center;
    color: var(--text-secondary);
}


.clients {
    background-color: var(--back-color-two);
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
}

.clients_ {
    display: flex;
    gap: var(--font-size-6xl);
    flex-direction: column;
}

.clients_ .seqline {
    height: 1px;
    width: 100%;
    background-color: var(--back-color-three);
}

.clients_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--font-size-6xl);
}

.clients_right {
    flex: 1;
    display: flex;
    gap: var(--font-size-2xl);
}

.clients_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.clients_title .subtitle {
    font-size: var(--font-size-base);
    text-transform: uppercase;
}

.clients_title .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
}

.clients_ratings {
    display: flex;
    align-items: center;
    gap: var(--font-size-lg);
}

.clients_ratings .num {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    line-height: 1;
}

.clients_ratings_ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--font-size-xs);
}

.clients_ratings_ .ratings {
    display: flex;
    gap: 2px;
    font-size: var(--font-size-lg);
    background: linear-gradient(to right, #ffa800 80%, #ccd6df 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.clients_ratings_ .text {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
    line-height: 1;
}

.clients_item {
    display: flex;
    gap: var(--font-size-lg);
    padding: var(--font-size-lg) var(--font-size-xl);
    background-color: var(--back-color-one);
    border-radius: var(--font-size-2xl) var(--font-size-2xl) var(--font-size-2xl) 0;
    box-shadow: 0.1em 0.1em 1em hsl( from var(--back-color-one) h s l / 0.8 );
    border: 2px solid hsl( from var(--back-color-two) h s l / 1 );
    flex: 1;
}

.clients_item .quote {
    color: var(--primary-color);
    font-size: var(--font-size-2xl);
}

.clients_item_ {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-xl);
}

.clients_item_ .text {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    flex: 1;
}

.clients_item_ .from {
    display: flex;
    gap: var(--font-size-base);
    align-items: center;
    justify-content: space-between;
}

.clients_item_ .from .seq {
    height: 100%;
    width: 1px;
    background-color: var(--back-color-three);
}

/* .clients_item_ .from .ratings {
    font-size: var(--font-size-2xl);
    line-height: 1;
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
} */

.clients_item_ .from .ratings {
    display: flex;
    gap: 2px;
    font-size: var(--font-size-base);
    background: linear-gradient(to right, #ffa800 calc(var(--ratings) * 20 * 1%), #ccd6df calc(var(--ratings) * 20 * 1%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.clients_item_ .from .commenter {
    display: flex;
    gap: var(--font-size-xs);
    align-items: center;
    font-size: var(--font-size-base);
}

.clients_item_ .from .commenter .headpic {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
}

.clients_item_ .from .commenter .headpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients_item_ .from .commenter .headpic .fname {
    font-weight: var(--font-weight-bold);
    user-select: none;
}

.clients_item_ .from .commenter .info {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}

.clients_item_ .from .commenter .info .name {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-harmony);
    font-size: inherit;
    line-height: 1;
}

.clients_item_ .from .commenter .info .identity {
    font-size: 0.8em;
    color: var(--text-secondary);
    line-height: 1;
}

.footer {
    background: linear-gradient(to right,rgba(7,6,20,0.7),rgba(7,6,20,0.7)), url(../images/footer-back.jpeg);
    background-size: auto;
    background-position: center;
}

.footer_top {
    min-height: min(360px, 30vw);
    border-bottom: 1px solid var(--back-color-three);
}

.footer_bottom {
    display: flex;
    gap: var(--font-size-lg);
    align-items: center;
    justify-content: space-between;
    padding-top: var(--font-size-2xl);
    padding-bottom: var(--font-size-2xl);
}

.footer_nav ul {
    display: flex;
    gap: 1em;
    font-size: var(--font-size-base);
}

.footer_nav ul li {
    transition: .4s;
}

.footer_nav ul li:hover {
    color: var(--primary-color);
}

.footer_nav ul li.active {
    color: var(--primary-color);
}


.footer_right {
    display: flex;
    gap: var(--font-size-xs);
    font-size: var(--font-size-base);
}

.footer_start {
    background-color: var(--back-color-two);

}

.footer_start_ {
    background-color: var(--primary-color);
    padding: var(--padding-lg) max(40px, var(--padding-base));
    display: flex;
    gap: var(--padding-base);
    justify-content: space-between;
    align-items: center;
    /* transform: translateY(50%); */
    margin-bottom: calc(min(360px, 30vw) / -2);
    position: relative;
    z-index: 2;
}

.footer_start_left {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.footer_start_left .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.footer_start_left .title {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-4xl);
    max-width: 19.6em;
    font-family: var(--font-family-harmony);
    line-height: var(--line-height-tight);
}

.footer_start_left .desc {
    font-size: var(--font-size-base);
}

.footer_start_right .start_btn {
    background-color: var(--text-primary);
    color: var(--primary-color);
}

.footer_start_right .start_btn:hover {
    color: var(--secondary-color);
}

.banner {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
    background-color: var(--back-color-one);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.banner::after {
    position: absolute;
    height: 100%;
    display: block;
    width: 50%;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--back-color-one);
    z-index: -1;
}

.banner_float {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
    width: 50%;
    padding-right: var(--padding-base);
}

.banner_float.banner_float_w100 {
    width: 100%;
    padding-right: 0;
}

.banner_float .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.banner_float .title {
    font-family: var(--font-family-harmony);
    font-size: var(--font-size-6xl);
    font-weight: var(--font-weight-bold);
}

.profile {
    background-color: var(--back-color-two);
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
    display: flex;
    flex-direction: column;
    gap: var(--padding-base);
}

.profile_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);

}

.profile_title .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.profile_title .title {
    font-size: var(--font-size-4xl);
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
}

.profile_content {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
}

.nabout_imgline {
    width: 100%;
    height: min(600px, 50vw);
    background-image: url(../images/nabout-imgline.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.nabout_mission-value {
    background-color: var(--back-color-two);
    
}

.nabout_mission-value_ {
    margin-top: calc(min(600px, 50vw) * -0.4166);
    padding: var(--padding-md) min(40px, var(--padding-base));
    display: flex;
    gap: 6.66%;
    position: relative;
    z-index: 3;
    background-color: var(--back-color-one);
}

.value, .mission {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.value_title, .mission_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.value_title .title, .mission_title .title {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-2xl);
    font-family: var(--font-family-harmony);
}

.value_title .subtitle, .mission_title .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.value_content, .mission_content {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
}

.journey {
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
    background-color: var(--back-color-two);
    display: flex;
    gap: 6.66%;
    align-items: center;
}


.journey_left {
    flex: 1;
    flex-shrink: 0;
    aspect-ratio: 1 / 0.804;
    align-self: stretch;
}

.journey_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journey_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.journey_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.journey_title .title {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-2xl);
    font-family: var(--font-family-harmony);
}

.journey_title .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.journey__content {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
}

.servicelist {
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
    background-color: var(--back-color-two);
}

.servicelist_ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--font-size-9xl);
}

.servicelist_item {
    width: calc((100% - var(--font-size-9xl)) / 2);
    display: flex;
    flex-direction: column;
}

.servicelist_item .img {
    aspect-ratio: 1 / 0.71;
    position: relative;
    z-index: 1;
}

.servicelist_item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicelist_item .text {
    display: flex;
    /* width: calc(100% - var(--font-size-7xl)); */
    border: 1px solid var(--back-color-three);
    background-color: var(--back-color-two);
    padding: var(--font-size-xl) var(--font-size-2xl);
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
    z-index: 2;
    /* margin-top: -16%; */
    flex: 1;
}

.servicelist_item .text .num {
    font-size: var(--font-size-4xl);
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-harmony);
}

.servicelist_item .text .title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
}

.servicelist_item .text .desc {
    color: var(--secondary-color);
    font-size: var(--font-size-base);
}

.nservices_testiing {
    background: linear-gradient(to bottom, var(--back-color-one), var(--back-color-two));
}

.newslist {
    background-color: var(--back-color-six);
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
}

.newslist_ {
    display: flex;
    flex-wrap: wrap;
    gap: var(--font-size-3xl);

}

.newslist_item {
    display: flex;
    flex-direction: column;
    background-color: var(--back-color-two);
    width: calc((100% - var(--font-size-3xl) * 2) / 3);
}

.newslist_item .img {
    aspect-ratio: 1 / 0.75;
    position: relative;
    overflow: hidden;
    display: block;
}

.newslist_item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist_item .text {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-base);
    padding: var(--font-size-xl);
}

.newslist_item .text .title {
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xl);
}

.newslist_item .text .date {
    color: var(--primary-color);
    font-size: var(--font-size-sm);
}

.newslist_item .text .desc {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    margin-bottom: 1em;
    flex: 1;
}

.newslist_item .text .more {
    color: var(--primary-color);
    font-weight: var(--font-weight-semibold);
}

.news-detail {
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
    background-color: var(--back-color-six);
}

.news-detail_ {
    padding: var(--font-size-4xl);
    background-color: var(--back-color-two);
}

.news-detail_title {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-harmony);
    font-size: var(--font-size-3xl);
    margin-bottom: var(--font-size-xl);
}

.news-detail_content {
    font-size: var(--font-size-base);
}

.news-related {
    padding-bottom: var(--padding-base);
    background-color: var(--back-color-six);
}

.news-related_ {
    padding: var(--font-size-4xl);
    background-color: var(--back-color-two);
}

.news-related_title {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-2xl);
    margin-bottom: var(--font-size-base);
}

.news-related_grid {
    display: flex;
    gap: var(--font-size-xl);
    flex-wrap: wrap;
}

.news-related_item {
    width: calc((100% - var(--font-size-xl)) / 2);
    display: flex;
    flex-direction: column;
    background-color: var(--back-color-two);
}


.news-related_item .img {
    aspect-ratio: 1 / 0.75;
    position: relative;
    overflow: hidden;
    display: block;
}

.news-related_item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-related_item .text {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-sm);
    padding: var(--font-size-base) 0;
}


.news-related_item .text .title {
    font-family: var(--font-family-harmony);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xl);
}

.news-related_item .text .date {
    color: var(--primary-color);
    font-size: var(--font-size-sm);
}

.news-related_item .text .desc {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    margin-bottom: 1em;
    flex: 1;
}

.news-related_item .text .more {
    color: var(--primary-color);
    font-weight: var(--font-weight-semibold);
}

.contact {
    background-color: var(--back-color-two);
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
    display: flex;
    flex-direction: column;
    gap: var(--padding-base);
}

.contact_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}

.contact_title .subtitle {
    text-transform: uppercase;
    text-align: center;
    font-size: var(--font-size-base);
}

.contact_title .title {
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-bold);
    text-align: center;
    font-family: var(--font-family-harmony);
}

.contact_ {
    display: flex;
    flex-wrap: wrap;
    gap: var(--padding-base) 0;
}

.contact_item {
    border: 1px solid var(--back-color-three);
    padding: var(--font-size-6xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--font-size-base);
    width: 33.33%;
}

.contact_item .img {
    height: calc(2.78 * var(--font-size-2xl));
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.contact_item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact_item .icon {
    font-size: var(--font-size-lg);
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}

.contact_item .title {
    text-align: center;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-2xl);
    font-family: var(--font-family-harmony);
}

.contact_item .desc {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    text-align: center;
}

.message {
    background: linear-gradient(to bottom, var(--back-color-one), var(--back-color-two));
    padding-top: var(--padding-lg);
    padding-bottom: var(--padding-lg);
}

.message_ {
    display: flex;
    gap: 6.66%;
}

.message_left {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-4xl);
    flex: 1;
}

.message_title {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-lg);
}


.message_title .subtitle {
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

.message_title .title {
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-harmony);
}

.message_title .desc {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
}

.message_left_bottom {
    display: flex;
    gap: var(--font-size-xl);
}

.message_left_bottom .text {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
}

.message_icons {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-size-lg);
    gap: 0.8em;
}

.message_icons .cicon {
    width: auto;
    height: auto;
    border-radius: none;
    background-color: transparent;
}

.message_right {
    flex: 1;
}

.message_right form {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-4xl);
    width: 100%;
}

.message_right form .line {
    display: flex;
    justify-content: space-between;
    gap: var(--font-size-md);
    width: 100%;
}

.message_right form input {
    font-size: var(--font-size-base);
    padding: 0.625em 0.75em;
    border: 1px solid hsl( from var(--text-primary) h s l / 0.25 ) ;
    border-radius: 0.375em;
    background-color: hsl( from var(--text-primary) h s l / 0.02 ) ;
    flex: 1;
    transition: .2s;
}


.message_right form textarea {
    font-size: var(--font-size-base);
    padding: 0.625em 0.75em;
    border: 1px solid hsl( from var(--text-primary) h s l / 0.25 ) ;
    border-radius: 0.375em;
    background-color: hsl( from var(--text-primary) h s l / 0.02 ) ;
    height: 7.375em;
    flex: 1;
    transition: .2s;
}

.message_right form input:hover {
    border-color: hsl( from var(--primary-color) h s l / 0.65 );
}

.message_right form input:focus {
    border-color: hsl( from var(--primary-color) h s l / 0.65 );
    box-shadow: 0 0 0 3px hsl( from var(--primary-color) h s l / 0.15 );
}

.message_right form textarea:hover {
    border-color: hsl( from var(--primary-color) h s l / 0.65 );
}

.message_right form textarea:focus {
    border-color: hsl( from var(--primary-color) h s l / 0.65 );
    box-shadow: 0 0 0 3px hsl( from var(--primary-color) h s l / 0.15 );
}

.message_right form button {
    padding: 0.625em 0.875em;
    font-size: var(--font-size-base);
    background-color: var(--primary-color);
    border-radius: 0.375em;
    max-width: max-content;
    text-transform: uppercase;
}

.message_right form button:hover {
    background-color: var(--secondary-color);
}

@media (max-width: 1441px) {
    
}

@media (max-width: 1025px) {
    
}

@media (max-width: 769px) {
    .header_more, .header_search_mobile {
        display: block;
        font-size: var(--font-size-3xl);
    }

    .header_nav {
        position: absolute;
        --header-nav-width: min(18.18em, 100dvw);
        top: 100%;
        height: calc(100dvh - 100%);
        width: 0;
        right: 0;
        font-size: var(--font-size-3xl);
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        transition: .3s;
    }

    .header_nav ul {
        flex-direction: column;
        height: 100%;
        gap: 0;
        width: var(--header-nav-width);
    }

    .header_nav ul li {
        flex: 1;
        width: 100%;
    }

    .header_nav ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_nav.active {
        width: var(--header-nav-width);
    }

    .header_start .start_btn {
        display: none;
    }

    .brand::after {
        display: none;
    }

    .brand_line1 {
        width: 100%;
        padding-right: 0;
    }

    .brand_line2 {
        flex-direction: column-reverse;
    }

    .brand_img {
        width: 100%;
    }

    .about_ {
        flex-direction: column-reverse;
        gap: var(--font-size-2xl);
    }

    .about_left {
        width: 100%;
    }

    .services {
        padding-top: var(--padding-base);
        padding-bottom: var(--padding-base);
    }

    .services_left {
        grid-template-rows: repeat(5, auto)
    }

    .services_item:nth-child(3n) {
        border-bottom: 1px solid var(--back-color-three);
    }

    .services_item:nth-child(5n) {
        border-bottom: none;
    }

    .testing_item {
        width: 50%;
        flex: none;
    }

    /* .clients_ {
        flex-direction: column;
        gap: var(--padding-base);
    } */

    .clients_right {
        flex-direction: column;
    }

    .footer_start_ {
        flex-direction: column;
        align-items: flex-start;
        padding: var(--padding-base);

    }

    .footer_start_left {
        width: 100%;
    }

    .footer_bottom {
        flex-direction: column;
    }

    .footer_nav {
        display: none;
    }

    .footer_nav ul {
        flex-direction: column;
        align-items: center;
    }

    .nabout_mission-value_ {
        flex-direction: column;
    }

    .banner_float {
        width: 100%;
        padding-right: 0;
    }

    .banner::after {
        width: 100%;
        opacity: 0.4;
    }

    .journey {
        flex-direction: column-reverse;
    }

    .journey_left {
        position: relative;
    }
    
    .journey_left img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .servicelist_item {
        width: 100%;
    }

    /* .servicelist_item .text {
        margin-top: -13.3%;
    } */

    .newslist_item {
        width: calc((100% - var(--font-size-3xl)) / 2);
    }

    .contact_item {
        width: 50%;
    }

    .message_ {
        flex-direction: column;
        gap: var(--padding-base);
    }
}

@media (max-width: 431px) {
    .services_left {
        grid-template-rows: repeat(12, auto)
    }

    .services_item:nth-child(5n) {
        border-bottom: 1px solid var(--back-color-three);
    }

    .services_item:last-child {
        border-bottom: none;
    }

    .testing_item {
        width: 100%;
    }

    .newslist_item, .news-related_item {
        width: 100%;
    }

    .contact_item {
        width: 100%;
    }
}


.float_content {
    width: 4.375em;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    font-size: var(--font-size-base);
}

.float_content_button {
    width: 4.375em;
    height: 4.375em;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-bottom: 3px;
    cursor: pointer;
    border: 0 solid var(--primary-color);
    border-left-width: 3px;
    transition: .5s;
    position: relative;
    right: 0;
    font-size: var(--font-size-base);
}

.float_content_button div:first-child {
    height: 100%;
    width: 0;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    z-index: -1;
    transition: .8s;
}

.float_content_button-img div:first-child {
    transition: .4s;
}

.float_content_button div:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.float_content_button div:nth-child(2) span {
    color: #ffffff;
    font-size: var(--font-size-xs);
    display: block;
    margin-top: 0.4166em;
}

.float_content_button div:nth-child(2)>img {
    height: 40%;
    width: auto;
    filter: brightness(100);
    margin-bottom: 5px;
}

.float_content_button div:nth-child(2) .icon {
    font-size: var(--font-size-3xl);
    fill: #fff;
    color: #fff;
}


.float_content_button div:nth-child(2) .sicon path {
    fill: #fff;
}

.float_content_button div:nth-child(2) p {
    display: none;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
}

.float_content_button-text:hover {
    width: 18.75em;
    right: 14.375em;
    background-color: transparent;
}

.float_content_button-text div:first-child {
    transition: .4s;
}

.float_content_button:hover div:first-child {
    width: 100%;
}

.float_content_button-text:hover div:nth-child(2)>img {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) .icon {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) span {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) p {
    display: block;
}


.float_content_button div:nth-child(2)>div {
    position: absolute;
    top: 50%;
    right: calc(100% + 1em);
    width: 12.5em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background-color: #05204D;
    overflow: hidden;
}

.float_content_button div:nth-child(2)>div img {
    width: 100%;
}

.float_content_button-img:hover div:nth-child(2)>div {
    opacity: 1;
    visibility: visible;
    top: 0;
}



@media screen and (max-width:769px){
    .footer {
        margin-bottom: calc(var(--font-size-base) * 3.75);
    }

	.float_content {
        flex-direction: row;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
    }

    .float_content_button {
        margin-bottom: 0;
        flex: 1;
        height: 3.75em;
        border-left: none;
    }

    .float_content_button-text div:first-child {
        display: none;
    }

    
    .float_content_button-text:hover {
        width: auto;
        right: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .float_content_button div:first-child {
       display: none;
    }

    .float_content_button-text:hover div:nth-child(2)>img {
        display: block;
    }

    .float_content_button-text:hover div:nth-child(2) .icon {
        display: block;
    }

    .float_content_button-text:hover div:nth-child(2) span {
        display: block;
    }

    .float_content_button-text:hover div:nth-child(2) p {
        display: none;
    }

    .float_content_button div:nth-child(2)>div {
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        width: 100%;
        bottom: 2.5em;
        top: auto;
        overflow: visible;
    }

    .float_content_button div:nth-child(2)>div::after {
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        left: 50%;
        width: 0.875em;
        height: 0.5em;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        background-color: #05204D;
        display: block;
    }

    .float_content_button-img:hover div:nth-child(2)>div {
        opacity: 1;
        visibility: visible;
        top: auto;
        bottom: 4.375em;
    }
}