/*breadcrumb*/
.vd-breadcrumb {
    background-image: url(../images/back-header-lien-he.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}

.vd-warning {
    margin: 15px 0 5px;
    color: red;
    font-weight: bold;
    display: none;
    width: 100%;
    text-align: right;
}

/*Liên hệ*/
.vd-wrapper {
    padding: 3rem 0 2rem;
}

iframe {
    border-radius: 5px;
}

.vd-box-contact {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.vd-note {
    font-weight: bold;
    font-family: 'neoSansIntelBold', sans-serif;
    flex-basis: 100%;
    margin-bottom: 2rem;
}

.vd-box-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 49%;
}

.vd-box-form .vd-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-bottom: 2rem;
}

.vd-box-form .vd-item label {
    flex-basis: 25%;
}

.vd-box-form .vd-item input {
    height: 40px;
    border-radius: 5px;
    flex: 1;
    outline: none;
    border: 1px solid #c5c0c0;
    background: var(--vdBorderNews);
    padding-left: 1rem;
}

.vd-box-form .vd-item textarea {
    height: 221px;
    border-radius: 5px;
    flex: 1;
    outline: none;
    border: 1px solid #c5c0c0;
    background: var(--vdBorderNews);
    padding: 1rem;
}

.vd-box-form .vd-item input:focus, .vd-box-form .vd-item textarea:focus {
    border-color: var(--vdYellow);
}

.vd-item-btn a {
    background: #B8865E;
    color: var(--vdBlack);
    padding: 0.8rem 3rem;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    font-size: 1.6rem;
    color: var(--vdWhite);
}

.vd-item-btn a:hover {
    background: #a06e46;
}

.vd-item-btn {
    justify-content: flex-end !important;
}

.breadcrumb-vd {
    color: var(--vdWhite);
    text-transform: uppercase;
    font-size: 1.2em;
}
.vd-content {
    color: var(--vdWhite);
}

/*giới thiệu*/
.vd-box-intro {
    flex-basis: 49%;
    /*background-image: linear-gradient(#fff, #fcdda7);*/
    background: var(--vdBgCars);
    position: relative;
    height: 461px;
    border-radius: 5px;
    padding: 3rem;
}

.vd-box-intro .vd-mess {
    font-style: italic;
    font-weight: bold;
    font-family: 'openSansBold', sans-serif;
    margin: 1.5rem 0;
}

.vd-box-intro .vd-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vd-box-intro .vd-text {
    margin-bottom: 1rem;
}

.vd-box-intro .vd-text label {
    font-weight: 900;
}

@media only screen and (max-width: 1270px) {
    .vd-wrapper {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .vd-wrapper {
        padding: 1.5rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
       
    }

    .vd-box-contact {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .vd-box-form .vd-item label {
        flex-basis: 30%;
    }

    iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .vd-wrapper {
        padding: 1.5rem 1rem;
    }

    .vd-box-form {
        flex-basis: 100%;
    }

    .vd-box-intro {
        flex-basis: 100%;
        padding: 1.5rem;
        height: 300px;
    }

    .vd-box-form .vd-item label {
        flex-basis: 100%;
        margin-bottom: 0.5rem;
    }

    iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    iframe {
        height: 300px;
    }
}

