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