.form-banner {
    width: 100%;
    min-height: 700px;
    background: url("../images/us/us.webp") no-repeat center center;
    background-size: cover;
    padding: 0 5%;
}

.form-banner .imge {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 600px;
    justify-content: center;
    align-items: center;
}

.form-banner .imge .text-us {
    flex: 0 0 auto;
    padding-right: 30px;
    color: #ffffff;
}

.form-banner .imge .text-us .text-us-h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.form-banner .imge .text-us .text-us-conet {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    white-space: pre-line;
}

.form-banner .imge .text-us .text-us-ph {
    font-size: 16px;
    font-weight: 500;
}

.form-banner .imge .form-baner {
    padding-top: 66px;
    flex: 0 0 auto;
    max-width: 600px;
    color: #ffffff;
}

.submit input{
    background-color: transparent;
    border: 1px solid #ffffff;
}

 .text-us .yn-dialog-contactus-base-info .base-info-item .form-label{
    color: #ffffff !important;
}

.btn-v1:hover {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
}

.form-banner .imge .form-baner .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.form-banner .imge .form-baner label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-banner .imge .form-baner .not-null {
    color: #ff0000;
}

.form-banner .imge .form-baner .form-control.v1 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cccccc;
    border-radius: 0;
    font-size: 14px;
    background: transparent !important;
    color: #ffffff !important;
    height: 33px;
    outline: none !important;
    box-shadow: none !important;
}

.form-banner .imge .form-baner .form-control.v1:focus,
.form-banner .imge .form-baner .form-control.v1:active,
.form-banner .imge .form-baner .form-control.v1:hover {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.form-banner .imge .form-baner .form-control.v1:-webkit-autofill,
.form-banner .imge .form-baner .form-control.v1:-webkit-autofill:hover,
.form-banner .imge .form-baner .form-control.v1:-webkit-autofill:focus,
.form-banner .imge .form-baner .form-control.v1:-webkit-autofill:active {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: transparent !important;
    border-color: #cccccc !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-banner .imge .form-baner .form-control.v1::placeholder {
    color: #ffffff;
    opacity: 1;
}
.form-banner .imge .form-baner .form-control.v1::-webkit-input-placeholder {
    color: #ffffff;
}
.form-banner .imge .form-baner .form-control.v1:-moz-placeholder {
    color: #ffffff;
}

.form-banner .imge .form-baner .items-phone input::placeholder,
.form-banner .imge .form-baner .items-phone input::-webkit-input-placeholder,
.form-banner .imge .form-baner .items-phone input:-moz-placeholder {
    color: #ffffff;
}

.form-banner .imge .form-baner .form-control.v1 option {
    color: #000000;
    background: #ffffff;
}

.form-banner .imge .form-baner .items-center,
.form-banner .imge .form-baner .items-email,
.form-banner .imge .form-baner .items-phone,
.form-banner .imge .form-baner .items-message,
.form-banner .imge .form-baner .items-company{
    width: calc(50% - 5px);
    margin-bottom: 15px;
}

.items-phone-input .iti input[type="tel"]::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

.form-banner .imge .form-baner .items-phone input,
.form-banner .imge .form-baner .items-phone .form-control.v1 {
    width: 100%;
    color: #FFFFFF;
    padding: 8px 10px;
    border: 1px solid #fbfbfb;
    border-radius: 4px;
    font-size: 14px;
    background: transparent;
    height: 40px;
}

.iti--allow-dropdown{
    width: 100%;
}

.form-banner .imge .form-baner .items-center.split-name {
    width: calc(50% - 10px);
}

.form-banner .imge .form-baner button[type="submit"],
.form-banner .imge .form-baner .submit-btn {
    padding: 8px 30px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.form-banner .imge .form-baner button[type="submit"]:hover,
.form-banner .imge .form-baner .submit-btn:hover {
    background: #ffffff;
    color: #000000;
}

.form-banner .imge .form-baner .d-none {
    display: none !important;
}

.form-banner .imge .form-baner textarea.form-control.v1 {
    height: auto !important;
    min-height: 100px;
}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    .form-banner {
        min-height: auto;
        padding: 30px 3%;
        padding-bottom: 60px;
        overflow-x: hidden;
    }

    .form-banner .imge {
        flex-direction: column;
        min-height: auto;
        padding: 20px 0;
        width: 100%;
    }

    .form-banner .imge .text-us {
        padding-right: 0;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .form-banner .imge .text-us .text-us-h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .form-banner .imge .text-us .text-us-conet {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .form-banner .imge .form-baner {
        padding-top: 0;
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .form-banner .imge .form-baner .items-center,
    .form-banner .imge .form-baner .items-email,
    .form-banner .imge .form-baner .items-phone,
    .form-banner .imge .form-baner .items-message,
    .form-banner .imge .form-baner .items-company {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .form-banner .imge .form-baner .row {
        gap: 0;
        width: 100%;
        margin: 0;
    }

    .form-banner .imge .form-baner .items-phone {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .form-banner .imge .form-baner .items-phone-input {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .iti--allow-dropdown {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .iti__flag-container {
        width: auto !important;
    }
    .form-banner .imge .form-baner .items-phone input,
    .form-banner .imge .form-baner .items-phone .form-control.v1 {
        height: 33px;
        border-radius: 0;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 45px !important;
    }

    .form-banner .imge .form-baner button[type="submit"],
    .form-banner .imge .form-baner .submit-btn,
    .submit input {
        padding: 12px 30px;
        font-size: 16px;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .form-banner .imge .form-baner textarea.form-control.v1 {
        min-height: 80px;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .form-banner .imge .text-us .text-us-h1 {
        font-size: 28px;
    }
    .form-banner .imge .text-us .text-us-conet {
        font-size: 14px;
    }
    .form-banner .imge .form-baner label {
        font-size: 13px;
    }
    .form-banner .imge .form-baner .form-control.v1 {
        font-size: 13px;
        padding: 6px 8px;
        width: 100% !important;
    }
    .form-banner .imge .form-baner .items-phone input,
    .form-banner .imge .form-baner .items-phone .form-control.v1 {
        padding-left: 73px !important;
    }
}

