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