nav {
    position: relative;
}

.dinhthangauto-title {
    padding: 1.5rem 0;
}

.dinhthangauto-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.dinhthangauto-wrapper .dinhthangauto-col-l {
    flex-basis: 70%;
}

.dinhthangauto-wrapper .dinhthangauto-col-r {
    flex-basis: 28%;
}

.dinhthangauto-wrapper .dinhthangauto-col-l .dinhthangauto-title-car {
    color: var(--alRed);
    margin: 1.5rem 0;
}

.dinhthangauto-contact {
    background: #dfdede;
    padding: 2rem;
    border-radius: 4px;
    padding-bottom: 0;
}

/*liên hệ*/
.dinhthangauto-box-contact  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dinhthangauto-box-contact .dinhthangauto-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.dinhthangauto-box-contact .dinhthangauto-item label {
    margin-bottom: 0.8rem;
}

.dinhthangauto-box-contact .dinhthangauto-item input {
    height: 35px;
    width: 100%;
    border: 1px solid rgb(117, 116, 116);
    outline: none;
    padding-left: 1rem;
    border-radius: 4px;
   
}

.dinhthangauto-box-contact .dinhthangauto-item-des, .dinhthangauto-box-contact .dinhthangauto-item-btn {
    flex-basis: 100%;
}

.dinhthangauto-box-contact .dinhthangauto-item textarea {
    height: 200px;
    width: 100%;
    border: 1px solid rgb(117, 116, 116);
    outline: none;
    padding: 1rem;
    border-radius: 4px;
   
}

.dinhthangauto-box-contact .dinhthangauto-item-btn a {
    background: var(--main-color);
    padding: 0.7rem 3rem;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 20px;
}

.dinhthangauto-box-contact .dinhthangauto-item-btn a:hover {
    background: var(--alRedHover);
}

.dinhthangauto-warning
{
    color: red;
    margin-top: 0.5em;
    display: none;
}
/*bản đồ salon*/
.dinhthangauto-box-map {
    margin: 1.5rem 0 2rem;
}

.dinhthangauto-box-map .dinhthangauto-item:first-child {
    margin-bottom: 3rem;
}

.dinhthangauto-box-map .dinhthangauto-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.dinhthangauto-box-map .dinhthangauto-item iframe {
    border: 1px solid var(--alGrayListCars) !important;
    border-radius: 4px;
}

.ban-do-al
{
    margin-top: 1em;
}
h2.map-mo-lao
{
    margin-top: 1.5em;
}
/*tin tức*/
.dinhthangauto-wrapper .dinhthangauto-col-r .dinhthangauto-box-news {
    margin-bottom: 1rem;
}

.dinhthangauto-col-r .dinhthangauto-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dinhthangauto-news .dinhthangauto-item {
    flex-basis: 100%;
    border-bottom: 1px solid #dedddd;
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.dinhthangauto-news .dinhthangauto-item:last-child {
    border-bottom: none;
}

.dinhthangauto-box-news .dinhthangauto-item a {
    
    font-weight: 600;
}
.dinhthangauto-box-news .dinhthangauto-item a:hover
{
    color: var(--yellow);
}


@media only screen and (max-width: 1230px) {
    .dinhthangauto-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .dinhthangauto-wrapper .dinhthangauto-col-l {
        flex-basis: 100%;
    }

    .dinhthangauto-wrapper .dinhthangauto-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dinhthangauto-wrapper .dinhthangauto-col-r .dinhthangauto-box-news {
        flex-basis: 48%;
    }

    .dinhthangauto-wrapper .dinhthangauto-col-r .dinhthangauto-qc {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .dinhthangauto-wrapper {
        padding: 0 0 1.5rem;
    }

    .dinhthangauto-wrapper .dinhthangauto-col-l .dinhthangauto-title-car {
        margin: 1.5rem 0 1.5rem 1rem;
    }

    /*liên hệ*/
    .dinhthangauto-box-contact .dinhthangauto-item {
        flex-basis: 100%;
    }

    .dinhthangauto-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .dinhthangauto-box-map .dinhthangauto-item iframe {
        height: 400px;
    }

    .dinhthangauto-box-map {
        margin: 1.5rem 0 0;
    }

    /*tin tức*/
    .dinhthangauto-wrapper .dinhthangauto-col-r {
        padding: 0 1rem;
    }

    .dinhthangauto-news .dinhthangauto-item {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 480px) {
    .dinhthangauto-wrapper .dinhthangauto-col-r {
        margin-top: 0;
    }

    /*tin tức*/
    .dinhthangauto-wrapper .dinhthangauto-col-r .dinhthangauto-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    /*bản đồ salon*/
    .dinhthangauto-box-map .dinhthangauto-item iframe {
        height: 300px;
    }
}
@media only screen and (max-width: 420px)
{
    .dinhthangauto-box-contact .dinhthangauto-item-btn a
    {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .dinhthangauto-box-map .dinhthangauto-item iframe {
        height: 250px;
    }
    
}
