﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";

:root {
    --f-main: "Play", sans-serif;
    --txt: #fff;
    --mcolor: #091F38;
    /*--scolor: #0E408F;*/
    --scolor: #29425D;
    --tcolor: #29425D;
    --fcolor: #E5E570;
    --cl-gray: #7b7b7b;
    --white: #fff;
    --cl-ttl: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 18px;
    -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: var(--txt);
    text-decoration: none;
}

    a:hover,
    a:active {
        text-decoration: none;
    }

table {
    width: 100%;
}

p {
    margin: 0 0 1.5em;
}

    p:last-child {
        margin-bottom: 0;
    }

.section {
    padding: 0 0 30px;
}

p,
dd,
td,
th,
li {
    line-height: 1.3em;
}

#totop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 10;
    margin-bottom: 0;
    width: 60px;
}

    #totop a {
        display: block;
        transition: all 0.5s;
        -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
        animation: slide-top 0.8s linear infinite alternate-reverse;
    }

        #totop a:hover {
            opacity: 0.7;
        }

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
/*==========================================================================*/
/*                            Header                                     */
/*==========================================================================*/
h1 {
    display: none;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.h_main {
    position: relative;
    z-index: 5;
    background: var(--tcolor);
    color: #fff;
}

.h_contact {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    padding: 20px 10px 0 0;
}

    .h_contact > div {
        display: flex;
        align-items: center;
        padding: 0 12px;
    }

        .h_contact > div + div {
            border-left: 1px solid #e5e5e5;
        }

.h_search .btn_search img {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.h_search {
    position: relative;
}

.btn_search {
    border: none;
    background: none;
}

.searchform_dropdown {
    position: absolute;
    z-index: 5;
    right: 0;
    background: #fff;
    top: 100%;
    padding: 15px;
    border-radius: 6px;
    width: 260px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    display: none;
    transition: all 0.25s ease-in-out;
}

    .searchform_dropdown.active {
        display: block;
    }

    .searchform_dropdown input {
        display: block;
        outline: 0;
        border: 0;
        width: 100%;
        background: #f4f4f4;
        height: auto;
        line-height: 1.65;
        padding: 10px;
        border-radius: 6px;
    }

.search_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex; /* luôn giữ flex, nhưng ẩn bằng opacity + pointer */
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .search_overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

.search_box {
    position: relative;
    width: 90%;
    max-width: 500px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.search_overlay.active .search_box {
    transform: scale(1);
    opacity: 1;
}


.search_box .field {
    width: 100%;
    padding: 15px 90px 15px 20px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    outline: none;
}

.search_box .btn_search {
    position: absolute;
    right: 50px; /* trước nút đóng */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #555;
}

.search_box .btn_close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}



.h_tel {
    gap: 10px;
}

    .h_tel .tel-ico img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .h_tel .phone-number {
        color: var(--fcolor); /* đỏ nổi bật */
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 1px;
        text-decoration: none;
        white-space: nowrap;
    }

/* flags */
.h_lang {
    gap: 8px;
}

    .h_lang .flag {
        width: 26px;
        height: auto;
        display: block;
        border-radius: 2px;
    }

.h_logo {
    margin-bottom: 0;
    background: url(/assets/images/logo_mark.png) no-repeat;
    width: 210px;
    height: 120px;
    align-content: center;
    padding-left: 20px;
}

    .h_logo img {
        width: 90px;
    }

.gnavi {
    display: flex;
}

    .gnavi > li {
        margin: 0 10px;
    }

    .gnavi li {
        position: relative;
    }

    .gnavi > li.over > a {
        padding-right: 23px;
        background: url(../images/mn_arrown.svg) no-repeat right 5px center / 12px auto;
    }

    .gnavi > li > a {
        display: block;
        text-decoration: none;
        padding: 29px 10px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
        transition: all 0.3s;
        text-align: center;
        position: relative;
        z-index: 0;
        color: #fff;
        text-transform: uppercase;
    }

    .gnavi > li.active > a,
    .gnavi > li:hover > a {
        color: var(--fcolor);
    }

.submenu li {
    padding: 0 30px;
}

.submenu {
    position: absolute;
    background: var(--white);
    display: none;
    padding: 10px 0;
    left: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    min-width: 220px;
}

    .submenu a {
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
        color: #121212;
        display: block;
        font-size: 13px;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        padding: 8px 0;
        transition: all 0.3s ease;
    }

    .submenu li:last-child > a {
        border-bottom: none;
    }

    .submenu a:hover {
        color: var(--scolor);
    }

.has_child .submenu {
    left: calc(100% + 5px);
    margin-top: 0;
    top: -10px;
}

.submenu li.has_child:after {
    content: "";
    position: absolute;
    border: solid var(--txt);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 30px;
    top: 14px;
}

#gnavi {
    display: flex;
    justify-content: center;
}

#header.fixed {
    -webkit-animation: header-fixed 0.6s;
    -moz-animation: header-fixed 0.6s;
    -ms-animation: header-fixed 0.6s;
    animation: header-fixed 0.6s;
}

    #header.fixed .h_top {
        display: none;
    }

@keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: var(--txt);
    font-family: var(--f-main);
    background: var(--mcolor);
}

#wrapper {
    min-width: 1200px;
    overflow: hidden;
    padding-top: 120px;
}

.container {
    width: 1366px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.sp {
    display: none;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.jc-sw {
    justify-content: space-between;
}

.main_slide_item img {
    width: 100%;
}

.main_slide_content {
    position: absolute;
    bottom: 0;
    color: #fff;
    bottom: 10%;
    left: 15%;
}

.main_slide_txt {
    background: rgb(9 32 57 / 80%);
    border-radius: 50px 0 50px 0;
    padding: 30px 60px;
    align-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    text-align: center;
}

.btn_slider a {
    display: inline-flex;
    border-radius: 15px;
    padding: 10px 41px 10px 23px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: url(../images/arrown_right_black.svg) no-repeat right 23px center/4px auto var(--mcolor);
    transition: all 0.3s ease;
}

    .btn_slider a:hover {
        transform: translateY(-5px);
    }

.style_01 {
    font-size: 48px;
    font-weight: bold;
    color: var(--cl-ttl);
    margin-bottom: 18px;
}

    .style_01 .small {
        color: var(--mcolor);
        font-size: 16px;
        display: inline-block;
        padding-right: 87px;
        background: url(../images/icon_car_ttl.png) no-repeat right center/80px auto;
        font-weight: 500;
        margin-bottom: 25px;
    }

.style_02 {
    font-size: 48px;
    font-weight: bold;
    color: var(--cl-ttl);
    text-align: center;
    padding-top: 25px;
    background: url(../images/icon_car_ttl.png) no-repeat top center/80px auto;
    margin-bottom: 36px;
}

.box01 {
    padding: 60px 0;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-bottom: 60px;
}

.about-us {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .about-us h1 {
        font-size: 1.2em;
        color: #555;
        margin-bottom: 10px;
    }

    .about-us p strong {
        font-size: 48px;
        font-weight: bold;
        /* color: var(--mcolor); */
        margin-bottom: 10px;
    }

    .about-us p {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.1;
        /* color: #333; */
        margin: 0;
    }

.description {
    width: 50%;
}

    .description p {
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
    }

        .description p:first-of-type {
            font-size: 18px;
        }

        .description p:last-of-type {
            /* font-size: 24px; */
        }

.buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn {
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    border-radius: 20px;
    font-size: 14px;
}

.btn-primary {
    background-color: var(--scolor);
    color: white;
    border: none;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.btn-secondary {
    background-color: white;
    color: var(--scolor);
    /* border: 1px solid var(--mcolor); */
}

    .btn-secondary:hover {
        background-color: #e2f0ff;
    }

.video-section {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    border-radius: 8px;
}

.video-wrapper {
    position: relative;
     /* 16:9 Aspect Ratio */
    height: 100%;
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80vh;
        border: 0;
    }

.box02 {
    padding: 60px 0;
    background: url("/assets/images/bg_tt.png") no-repeat center/cover;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
}

.stat-icon {
    margin: 0 auto 40px;
}

.line {
    width: 100px;
    height: 2px;
    background-color: #ffffff80;
    margin: 0 auto 20px;
}

.stat-number {
    font-weight: 700;
    font-size: 48px;
    color: #e5e570;
    line-height: 1;
    margin-bottom: 20px;
}

.stat-unit {
    font-size: 26px;
    font-weight: 500;
	margin-left: 5px;
}

.stat-description {
    font-size: 18px;
    color: white;
    line-height: 1.4;
    margin-top: 20px;
}

.box03 {
    padding: 60px 0 90px;
    background: url("/assets/images/bg_chooseus.png") no-repeat center/cover;
}

    .box03 .section-title {
        width: max-content;
        text-align: start;
        font-size: 44px;
        color: #fff;
        margin-bottom: 30px;
    }

    .box03 .section-subtitle {
        width: 320px;
    }

.section-title {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.section-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.box03 .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
    width: 760px;
}

.box03 .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.box03 .feature-icon {
    width: 55px;
    height: 55px;
    object-fit: cover;
    flex-shrink: 0;
    /*filter: brightness(0) saturate(100%) invert(85%) sepia(72%) saturate(274%) hue-rotate(17deg) brightness(103%) contrast(91%);*/
}

.box03 .feature-content {
    flex: 1;
}

.box03 .feature-title {
    font-family: "Play", sans-serif;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--fcolor);
}

.box03 .feature-description {
    font-family: "Play", sans-serif;
    font-size: 18px;
    color: white;
    text-align: justify;
    line-height: 1.4;
}

.box04 {
    padding: 60px 0;
    background: url("/assets/images/bg_qt.png") no-repeat center/cover;
    text-align: center;
}

    .box04 .section-title {
    }

    .box04 .section-subtitle {
        /* color: #333; */
    }

    .box04 .process-description {
        font-family: "Play", sans-serif;
        font-size: 18px;
        /* color: #333333; */
        text-align: center;
        line-height: 1.4;
        max-width: 967px;
        margin: 20px auto 30px;
    }

    .box04 .process-circle {
        position: relative;
        margin: 0 auto;
    }

    .box04 .circle-bg {
        border: 1px solid #d9d9d9;
        border-radius: 50%;
        padding: 15px;
    }

    .box04 .process-steps {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    .box04 .step-item {
        margin-bottom: 20px;
    }

    .box04 .step-item-right,
    .box04 .step-item-left {
        width: 30%;
    }

    .box04 .step-item.left {
        text-align: right;
    }

    .box04 .process-img {
        width: 40%;
    }

    .box04 .step-item.right {
        text-align: left;
    }

    .box04 .process-steps h4 {
        font-family: "Play", sans-serif;
        font-size: 24px;
        /* color: #333333; */
        margin-bottom: 10px;
        cursor: pointer;
    }

        .box04 .process-steps h4:hover {
            color: var(--fcolor);
        }

    .box04 .process-steps p {
        font-family: "Play", sans-serif;
        font-size: 16px;
        /* color: #333333; */
        line-height: 1.3;
        border-bottom: 2px solid #D9D9D9;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .box04 .step-item-left {
        text-align: end;
    }

    .box04 .step-item-right {
        text-align: start;
    }

        .box04 .step-item-right p:last-child,
        .box04 .step-item-left p:last-child {
            border: none;
            margin: 0;
            padding: 0;
        }

.box05 {
    padding: 90px 0;
    background: url("/assets/images/bg_kh.png") no-repeat center/cover;
}

    .box05 .clients-grid {
    }

    .box05 p {
        background: white;
        border: 1px solid #ebebeb;
        border-radius: 8px;
        padding: 5px;
        margin: 0 15px;
        height: 100px;
        justify-content: center;
		align-content: center;
    }

        .box05 p img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            margin: auto;
            width: 100%;
        }

    .box05 .slick-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 40px;
    }

        .box05 .slick-dots li {
            display: flex;
            align-items: center;
            margin: 0 3px;
        }

        .box05 .slick-dots button {
            text-indent: -99999px;
            border: none;
            width: 20px;
            height: 7px;
            border-radius: 4px;
            background: #fff;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .box05 .slick-dots .slick-active button {
            width: 41px;
            background: #2858a4;
        }

.box06 {
	background: url(/assets/images/bg_cnkh.png) no-repeat center / cover;
}
/* Bỏ inline-block mặc định của slick */
.testimonial-slider .slick-slide {
    display: block !important;
    height: auto !important;
}

/* Track luôn dùng flex để giữ layout */
.testimonial-slider .slick-track {
    display: flex !important;
    align-items: center; /* canh giữa theo chiều cao nếu cần */
}
.testimonial-slider img {
}
.testimonial-slider .slick-slide > div {
    width: 100%;
    height: 100%;
}

.testimonials-content {
    display: flex;
    /*width: 100%;*/
	align-items: center;
	padding-top: 40px !important;
}

.box06 .section-title {
    margin-bottom: 20px;
}

.testimonial-image {
    width: 50%;
    display: block;
}
.testimonial-left {
	width: 50%;
    margin: auto;
}
    .testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-text {
    width: 50%;
    flex: 1;
    background: #091c32;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background: url("/assets/images/bg_cnkh.png") no-repeat center/cover;*/
}

.testimonial-box {
    width: 640px;
    padding: 0 55px;
}

.quote-mark {
    text-align: center;
    padding: 10px 0;
	width: 50px;
    text-align: center;
    margin: auto;
}

.testimonial-content {
    font-family: "Play", sans-serif;
    font-size: 16px;
    color: white;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.read-more {
    color: #ffff00;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* margin-bottom: 40px; */
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-info {
    text-align: left;
}

.author-name {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}

.author-title {
    font-family: "Play", sans-serif;
    font-size: 16px;
    color: white;
}

.testimonial-slider .slick-dots, .testimonial-slider1 .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-bottom: 40px;
}

    .testimonial-slider .slick-dots button, .testimonial-slider1 .slick-dots button {
        border-radius: 50%;
        background: transparent;
        border: none;
        text-indent: -50000px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s;
    }

        .testimonial-slider .slick-dots button:after, .testimonial-slider1 .slick-dots button:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .testimonial-slider .slick-dots li, .testimonial-slider1 .slick-dots li {
        margin: 0 12px;
    }

        .testimonial-slider .slick-dots li.slick-active button:after,
        .testimonial-slider .slick-dots li:hover button:after,
		.testimonial-slider1 .slick-dots li.slick-active button:after,
        .testimonial-slider1 .slick-dots li:hover button:after		{
            background: var(--scolor);
        }

.box07 {
    padding: 80px 0 100px;
    background: url("/assets/images/bg_project.png") no-repeat center/cover;
}

    .box07 .section-title {
        text-align: start;
    }
    .box07 .section-description p {
        text-align: start;
        font-weight: 400;
        font-size: 24px;
    }
.section-description {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

    .section-description.white {
        color: white;
    }

.projects-btn {
    position: absolute;
    top: 60px;
    right: 20px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.project-card {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background: var(--scolor);
}

.project-image {
    -webkit-mask-image: url(/assets/images/pro_mark.png);
    mask-image: url(/assets/images/pro_mark.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
}

    .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.project-info {
    padding: 30px;
    border-radius: 0 0 50px 50px;
    position: relative;
}

.project-title {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg_btn {
    position: absolute;
    top: -70px;
    right: 112px;
}

.project-btn {
    width: 70px;
    height: 70px;
    background: #fff;
    border: none;
    border-radius: 35px;
    color: var(--scolor);
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    align-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: block;
}

    .project-btn:hover {
        transform: scale(1.1);
    }

.box08 {
    padding: 80px 0 100px;
    background: url("/assets/images/bg_dn.png") no-repeat center/cover;
}

    .box08 .section-title {
        /* color: var(--mcolor); */
    }
.box08 .section-description {
	text-align: center;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.team-member {
    position: relative;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(24, 21, 45, 0) 60%, rgb(24 21 45 / 90%) 100%);
}

.team-member:hover {
    background: linear-gradient(180deg, rgba(24, 21, 45, 0.95) 77%);
	transform: translateY(-10px);
}

.member-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.member-name {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}

    .member-name.blue {
        color: #2858a4;
    }

.member-position {
    font-family: "Play", sans-serif;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 1.4;
}

.box09 {
    padding: 60px 0;
    background: url("/assets/images/bg_tvbg.png") no-repeat center/cover;
}

    .box09 .section-title {
        text-align: end;
        color: #2858a4;
    }

.contact-content {
    display: flex;
    align-items: center;
    gap: 100px;
}

.contact-image {
    flex-shrink: 0;
}

    .contact-image img {
        width: 130px;
        height: 262px;
        object-fit: cover;
    }

.contact-form {
    flex: 1;
    text-align: right;
}

.contact-subtitle {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: black;
    margin-bottom: 20px;
    line-height: 1.1;
}

.contact-description {
    font-family: "Play", sans-serif;
    font-size: 16px;
    color: black;
    margin-bottom: 40px;
}

.quote-form {
    margin-bottom: 40px;
    width: 50%;
    float: right;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-input {
    width: 50%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #7c96a5;
    border-radius: 4px;
    font-family: "Play", sans-serif;
    font-size: 16px;
    background: #ffffff00;
}

.form-textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    border: 1px solid #7c96a5;
    border-radius: 4px;
    font-family: "Play", sans-serif;
    font-size: 16px;
    resize: vertical;
    background: #ffffff00;
}

.contact-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-label {
    font-family: "Play", sans-serif;
    font-size: 20px;
    color: #2858a4;
}

.phone-number {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #020202;
    text-decoration: none;
}

.quote-btn {
    background: #0e408f;
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 10px 20px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    padding: 15px 30px;
}
/* Footer */
.footer {
    background: #202e49;
    padding: 100px 0 50px;
    color: white;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 108px;
    height: 108px;
    margin-bottom: 30px;
}

.footer-description {
    font-family: "Play", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-contact {
    margin-bottom: 30px;
}
.footer-links a:hover {
	color: var(--fcolor);
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-icon img {
        margin: 0;
    }

    .contact-icon img {
        width: 25px;
        height: 25px;
    }

.contact-text {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

    .social-icons img {
        width: 40px;
        height: 40px;
    }

.footer-links h4 {
    font-family: "Play", sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    font-family: "Play", sans-serif;
    margin-bottom: 0.9em;
}

.footer-contact-info h4 {
    font-family: "Play", sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
}
.footer-contact-info p{}

.address-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

    .address-item img {
        width: 16px;
        height: 15px;
        margin-top: 5px;
    }

    .address-item p {
        font-family: "Play", sans-serif;
        font-size: 16px;
        line-height: 1.5;
    }

.business-license {
    font-family: "Play", sans-serif;
    font-size: 16px;
    line-height: 1.5;margin-bottom: 0;
}

.footer-map h4 {
    font-family: "Play", sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
}

.map-image {
    width: 100%;
    max-width: 300px;
    height: 245px;
    object-fit: cover;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}
.f_fanpage {
	margin-bottom: 20px;
}
.f_maps iframe:first-child {
	margin-bottom: 10px;
}
.f_maps iframe {
	width: 100%;
    height: 120px;
}

.certification {
    width: 200px;
}

.copyright {
    font-family: "Play", sans-serif;
    font-size: 14px;line-height: 1.4;
    text-align: center;
}

    .copyright a {
        color: white;
        text-decoration: none;
    }

        .copyright a:hover {
            text-decoration: underline;
			color: var(--fcolor);
        }

@media (max-width: 1600px) {
    .container {
        padding: 0 50px;
    }

    .header-content {
        padding: 0 50px;
    }

    .hero {
        padding: 0 50px;
    }

    .projects-btn {
        right: 50px;
    }
	.bg_btn {
		right: 106px;
	}
	
}
@media (max-width: 1400px) {
	.bg_btn {
		right: 95px;
	}
	.main_slide_content {
		left: 50px;
	}
}

@media (max-width: 1200px) {
    .main-nav {
        gap: 20px;
    }

    .nav-link {
        font-size: 14px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .projects-grid {
        grid-template-columns: 1fr;
		margin-top: 20px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1000px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    button,
    textarea,
    select,
    p,
    blockquote,
    th,
    td,
    pre,
    address,
    li,
    dt,
    dd {
        font-size: 14px;
    }

    #wrapper {
        min-width: 100%;
        margin: 0;
        padding-top: 100px;
    }

    #main,
    #footer {
        min-width: 100%;
    }

    .container {
        padding: 0 3%;
        width: 100%;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .h_right_mb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .h_lang {
        display: flex;
    }

    .h_search .btn_search img {
        width: 30px;
        height: 30px;
    }

    .h_lang .flag {
        width: 30px;
    }
    /* MENU-ICON */
    .menu-icon {
        width: 50px;
        height: 43px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        cursor: pointer;
        color: var(--white);
        font-size: 14px;
        padding: 8px 0;
        z-index: 99999;
        background: var(--scolor);
        margin-left: 10px;
    }

        .menu-icon span {
            display: block;
            margin: 0 auto 15px;
            width: 30px;
            height: 3px;
            background-color: var(--white);
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            top: 12px;
            left: 0;
            position: relative;
        }

            .menu-icon span::after,
            .menu-icon span::before {
                display: block;
                content: "";
                position: absolute;
                width: 30px;
                height: 3px;
                background-color: var(--white);
                -webkit-transition-property: margin, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -ms-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0;
                -moz-transition-delay: 0.2s, 0;
                -ms-transition-delay: 0.2s, 0;
                -o-transition-delay: 0.2s, 0;
                transition-delay: 0.2s, 0;
            }

            .menu-icon span::before {
                margin-top: -10px;
            }

            .menu-icon span::after {
                margin-top: 10px;
            }

        .menu-icon.active span {
            background-color: transparent;
        }

            .menu-icon.active span::before,
            .menu-icon.active span::after {
                margin-top: 0px;
                -webkit-transition-delay: 0, 0.2s;
                -moz-transition-delay: 0, 0.2s;
                -ms-transition-delay: 0, 0.2s;
                -o-transition-delay: 0, 0.2s;
                transition-delay: 0, 0.2s;
            }

            .menu-icon.active span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menu-icon.active span::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .gnv-ico {
        width: 40px;
        height: 48px;
        position: absolute;
        background: var(--mcolor);
        right: 0;
        top: 0 !important;
        transform: none !important;
        border: none !important;
    }

        .gnv-ico:before {
            content: "";
            position: absolute;
            border: 1px solid #000;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: calc(50% - 3px);
            top: calc(50% - 3px);
            transition: all 0.5s ease;
        }

    .gnavi li.active > .gnv-ico:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #totop {
        width: 40px;
        right: 3%;
        bottom: 50px;
        line-height: 0;
    }

    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px;
        background: var(--tcolor);
    }

    .h_top {
        display: none;
    }

    .h_logo {
        width: 143px;
        height: 78px;
        background-size: contain;
        padding-left: 12px;
    }

    .h_main {
        background: var(--tcolor);
        width: 100%;
        position: fixed;
        height: calc(100% - 67px);
        top: 95px;
        left: 0;
        padding: 30px 0;
        overflow: auto;
        display: none;
        border-top: 1px solid var(--txt-input);
    }

        .h_main .container {
            display: block;
        }

    #gnavi {
        display: block;
    }

    .gnavi {
        display: block;
    }

        .gnavi > li {
            margin: 0 !important;
            padding: 0;
        }

            .gnavi > li > a {
                text-align: left;
                padding: 15px 20px;
                border-bottom: 1px solid var(--cl-ttl);
                border-radius: 0;
                background: none !important;
            }

            .gnavi > li.active > a,
            .gnavi > li:hover > a {
                color: var(--fcolor);
            }

            .gnavi > li.over {
                padding-right: 0;
                background-image: none;
            }

            .gnavi > li.active > a:before,
            .gnavi > li:hover > a:before,
            .gnavi > li.active > a:after,
            .gnavi > li:hover > a:after {
                content: none;
            }

            .gnavi > li.over > a {
                padding-right: 50px;
            }

    .submenu {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
        padding: 10px;
        box-shadow: none;
        background: var(--bg-gray);
    }

        .submenu li.over > a {
            padding-right: 20px;
        }

        .submenu a {
            font-size: 13px;
            padding: 10px 0;
            white-space: normal;
            margin-left: 25px;
            color: var(--mcolor);
            border-bottom: 1px solid var(--cl-ttl);
        }

        .submenu .gnv-ico {
            background: rgba(255, 255, 255, 0.8);
            height: 38px;
        }

        .submenu li {
            padding: 0;
        }

            .submenu li.has_child:after {
                display: none;
            }

    .has_child .submenu {
        left: 0;
        margin-top: 0;
        top: 0;
        width: calc(100% + 10px);
    }

    .h_hotline {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
	h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
        font-size: 16px;
    }
	.h_logo img {
        width: 60px;
    }
    .section-title {
        font-size: 36px;
		line-height: 1.4;
    }
	.section-subtitle {
		font-size: 20px;
	}
	.about-us p {
		font-size: 18px;
		line-height: 1.4;
	}
	.about-us p strong {
		font-size: 36px;
	}
	.description p {
		font-size: 16px;
	}
	.btn {
        padding: 10px 12px;
        font-size: 11px;
	}
	.header-section {
		padding-bottom: 30px;
	}
	.box02 {
		padding: 30px 0;
	}
    .section-description {
        font-size: 18px;
        text-align: center;
    }
	.main_slide_content {
		left: 1%;
	}
    .main_slide_txt {
        font-size: 18px;
        padding: 15px 30px;
        left: 10%;
        bottom: 15%;
    }

    .header-section {
        flex-wrap: wrap;
		gap: 20px;
    }

    .about-us,
    .description {
        width: 100%;
    }

        .about-us .logo {
            font-size: 40px;
        }
		.video-section {
			height: auto;
		}

	.stat-number {
		font-size: 32px;
	}
	.stat-unit {
		font-size: 20px;
	}
    .box03 .section-title {
        width: 100%;
        text-align: center;
		font-size: 36px;
    }
	.box03 .feature-icon {
        width: 45px;
        height: 45px;
	}
	.box03 .feature-title {
		font-size: 20px;
	}
	.box03 .feature-description {
		font-size: 16px;
	}	
    .about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .video-wrapper {
        padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
        height: auto;
    }

    .box03 .features-grid {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
	.box04 {
		padding: 30px 0;
	}
    .box04 .process-steps {
        flex-wrap: wrap;
    }

    .box04 .step-item-right,
    .box04 .step-item-left,
    .box04 .process-img {
        width: 100%;
    }
	.box04 .process-description {
		font-size: 16px;
	}
	.box04 .process-steps h4 {
		font-size: 20px;
		
	}
	.box05 {
		padding: 60px 0;
	}
    .box05 .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.box05 p {
		height: 90px;
	}
	.testimonial-left {
		width: 100%;
	}
    .testimonial-image,
    .testimonial-text,
    .testimonial-box {
        width: 100%;
    }

    .testimonial-box {
        padding: 60px 3%;
    }
	.box07 {
		padding: 60px 0;
	}
	.box07 .section-description p {
		font-size: 18px !important;
	}
    .project-info {
        padding: 20px 30px;
    }

    .project-title {
        font-size: 18px;
		line-height: 1.4;
    }

    .projects-btn {
        position: relative;
        right: 0;
        top: 0;
        margin: auto;
        display: block;
        width: max-content;
        margin-top: 40px;
    }

    .bg_btn {
        top: -45px;
        right: 70px;
    }

    .project-btn {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .box07 .section-title {
        text-align: center;
    }
	.box08 {
		padding: 60px 0;
	}
	.member-name {
		font-size: 14px;
	}
	.member-position {
		font-size: 14px;
	}
    .box09 {
        padding: 60px 0;
        background: url(/assets/images/bg_tvbg.png) no-repeat 70%;
    }

        .box09 .section-title {
            text-align: center;
        }

    .contact-subtitle {
        font-size: 18px;
    }

    .quote-form {
        width: 100%;
        margin: 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .statistics-grid {
		gap: 10px;
    }
	.stat-description {
		font-size: 16px !important;
	}
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.box03 {
		padding: 30px 0;
	}
	.box03 .section-subtitle {
		width: 100%;
	}
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
		gap: 10px;
    }

    .testimonials-content {
        flex-direction: column;
    }

    .contact-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-form {
        width: 100%;
        text-align: center;
    }

    .contact-actions {
        flex-direction: column;
        gap: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .f_logo {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
@media (max-width: 460px) {
	.bg_btn {
        right: 17%;
    }
}
/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in {
    animation: fadeIn 0.8s ease forwards;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.btn:focus,
.nav-link:focus,
.form-input:focus,
.form-textarea:focus {
    outline: 2px solid #2858a4;
    outline-offset: 2px;
}
