nav {
    position: relative;
}

.viethungauto-title {
    padding: 1.5rem 0;
}

.viethungauto-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
   
}

.viethungauto-wrapper .viethungauto-col-l {
    flex-basis: 100%;
}

.viethungauto-wrapper .viethungauto-col-l .viethungauto-title-car {
    margin: 1.5rem 0;
}

.viethungauto-contact {
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*liên hệ*/
.viethungauto-box-contact  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 30%;
}

.viethungauto-box-contact .viethungauto-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.viethungauto-box-contact .viethungauto-item label {
    margin-bottom: 0.8rem;
}

.viethungauto-box-contact .viethungauto-item input {
    height: 35px;
    width: 100%;
    border: 1px solid #999997;
    outline: none;
    padding-left: 1rem;
}

.viethungauto-box-contact .viethungauto-item-des, .viethungauto-box-contact .viethungauto-item-btn {
    flex-basis: 100%;
}

.viethungauto-box-contact .viethungauto-item textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #999997;
    outline: none;
    padding: 1rem;
}

.viethungauto-box-contact .viethungauto-item-btn{
    
    background: rgb(61,61,61);
    background: radial-gradient(circle, rgba(61,61,61,1) 0%, rgba(0,15,3,1) 100%);
    padding: 0.7rem 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

.viethungauto-box-contact .viethungauto-item-btn:hover {
    background: #fed119;
    color: #000;
}

.viethungauto-warning {
    margin: 1rem 0 -0.5rem;
    color: var(--Red);
    font-weight: bold;
    font-size: 0.9em;
    display: none;
}

/*bản đồ salon*/
.viethungauto-box-map {
    margin: 1.5rem 0 2rem;
    flex-basis: 69%;
}

.viethungauto-box-map .viethungauto-item:first-child {
    margin-bottom: 3rem;
}

.viethungauto-box-map .viethungauto-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.viethungauto-box-map .viethungauto-item iframe {
    border: 1px solid var(--alGrayListCars) !important;
    border-radius: 4px;
}

/*tin tức*/
.viethungauto-wrapper .viethungauto-col-r .viethungauto-box-news {
    margin-bottom: 1rem;
}

.viethungauto-col-r .viethungauto-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.viethungauto-news .viethungauto-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.viethungauto-news .viethungauto-item:last-child {
    border-bottom: none;
}

.viethungauto-box-news .viethungauto-item a {
    color: var(--alBlack);
    font-weight: 600;
}

@media only screen and (max-width: 1230px) {
    .viethungauto-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .viethungauto-wrapper .viethungauto-col-l {
        flex-basis: 100%;
    }

    .viethungauto-wrapper .viethungauto-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .viethungauto-wrapper .viethungauto-col-r .viethungauto-box-news {
        flex-basis: 48%;
    }

    .viethungauto-wrapper .viethungauto-col-r .viethungauto-qc {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 991px)
{
    .viethungauto-box-contact .viethungauto-item
{
    flex-basis: 100%;
}
}

@media only screen and (max-width: 768px) {
    .viethungauto-wrapper {
        padding: 0 0 1.5rem;
    }

    .viethungauto-wrapper .viethungauto-col-l .viethungauto-title-car {
        margin: 1.5rem 0 1.5rem 1rem;
    }

    /*liên hệ*/
    .viethungauto-box-contact .viethungauto-item {
        flex-basis: 100%;
    }

    .viethungauto-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .viethungauto-box-map .viethungauto-item iframe {
        height: 400px;
    }

    .viethungauto-box-map {
        margin: 1.5rem 0 0;
    }

    /*tin tức*/
    .viethungauto-wrapper .viethungauto-col-r {
        padding: 0 1rem;
    }

    .viethungauto-news .viethungauto-item {
        padding: 1rem 0;
    }
    .viethungauto-box-contact, .viethungauto-box-map
    {
        flex-basis: 100%;
    }
    
    
}

@media only screen and (max-width: 480px) {
    .viethungauto-wrapper .viethungauto-col-r {
        margin-top: 0;
    }

    /*tin tức*/
    .viethungauto-wrapper .viethungauto-col-r .viethungauto-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    /*bản đồ salon*/
    .viethungauto-box-map .viethungauto-item iframe {
        height: 300px;
    }
    .viethungauto-box-contact .viethungauto-item-btn a
    {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .viethungauto-box-map .viethungauto-item iframe {
        height: 250px;
    }
}
