/* contact-form */

.contact-form-container {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 86px 0 0
}

.iframe-map {
    border: 0;
    aspect-ratio: 1 / 0.8
}

.contact-form-content {
    display: flex;
    width: 100%
}

.contact-form-tab {
    display: flex;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .contact-form-tab .tab1 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid #f2f3f5;
        padding-bottom: 10px;
    }

    .contact-form-tab .tab2 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid #f2f3f5;
        padding-bottom: 10px;
    }

.area-count {
    text-align: right;
}


.contact-form-tab .active {
    font-family: 'Montserrat', sans-serif;
    border-color: #01934a;
    color: #006937;
}

.contact-form-content-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: start;
    padding: 40px 80px;
}

.contact-form-content-left-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    color: #262626;
    margin: 0;
    margin-bottom: 10px;
}

.contact-form-content-left-desc {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6D6E71;
    margin-bottom: 30px;
}

.contact-form-content-left h3 {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #242526;
    /* margin-bottom: 30px; */
}

.contact-form-info {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contact-form-info-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    color: rgba(59, 68, 82, 1);
    margin-top: 8px;
}

.contact-form-info-title {
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(59, 68, 82, 1);
    gap: 10px;
}

.contact-form-content-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: white;
    padding: 66.5px 80px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 24px; */
    /* justify-content: center; */
    align-items: center;
    /* max-width: 523px; */
}

.contact-form,
.for-sale-form {
    display: flex;
    flex-direction: column;
    padding: 0px 0 20px;
    width: 100%;
}



.contact-form-container select {
    /*appearance: none;*/ /* Ẩn mũi tên mặc định */
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    /* Tùy chỉnh mũi tên với hình ảnh */
    /*background-image: url('/assets/images/arrow-select.png');*/ /* Thay bằng đường dẫn đúng */
    /*background-repeat: no-repeat;
    background-position: right 10px center;*/ /* Đặt mũi tên ở bên phải */
    /*background-size: 15px;*/ /* Điều chỉnh kích thước icon */
    /*background-color: #ffffff;*/
    color: #757d85;
}

.contact-form-content-right textarea {
    height: 100px;
    resize: none;
}

.submit-form-contact {
    padding: 10px 20px;
    background-color: #006937;
    color: white;
    border: none;
    cursor: pointer;
    width: auto;
    height: 57px;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    white-space: nowrap;
}

    .submit-form-contact:hover {
        background-color: #ffffff;
        border: 1.5px solid #006937;
        color: #006937;
        cursor: pointer;
    }

.contact-upload-file-contain {
    width: 100%;
    height: 137px;
    padding: 20px 16px 20px 16px;
    gap: 0px;
    border-radius: 2px 0px 0px 0px;
    border: 2px 0px 0px 0px;

    background: #F9F9FB;
    border: 2px dashed #D9D9D9;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

    .contact-upload-file-contain .upload-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        cursor: pointer;
    }

#fileUpload {
    display: none; /* Ẩn input file */
}

.contact-upload-file {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cv-info {
    gap: 20px;
    color: #F9F9FB;
    display: flex;
}

.cv-info-detail {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.cv-info-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #262626
}

.cv-info-type {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #6D6E71;
    display: flex;
    gap: 7px;
    text-transform: uppercase;
}

.cv-info-name-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: 0.5px;
    text-align: left;
}

.cv-info-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

    .cv-info-img img {
        width: 100%;
        height: 100%
    }

.cv-info-size-type {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .cv-info-size-type .cv-dot {
        background: #6D6E71;
        width: 2px;
        height: 2px
    }

.cv-info-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 80px; */
    padding: 16px 22px 16px 22px;
    gap: 20px;
    border-radius: 12px 0px 0px 0px;
    border: 1px 0px 0px 0px;

    color: #F9F9FB;
    border: 1px solid #E6E7E8;
    display: flex;
    justify-content: space-between;
}

#forRecruitForm {
    display: none
}

.close-cv {
    width: 32px;
    height: 32px;
    min-width: 32px;
    cursor: pointer;
}

    .close-cv img {
        width: 100%;
        height: 100%
    }


.contact-upload-file-contain .upload-icon img {
    width: 100%;
    height: 100%;
}

.contact-upload-file-contain .upload-text-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #5E6064
}

.contact-upload-file-contain.upload-text-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #999999
}
