nav {
    position: relative;
    border-bottom: 1px solid var(--xaBlue);
}


.sa-warning {
    margin: 1rem 0 -0.5rem;
    color: #e00000;
    font-weight: bold;
    font-size: 0.9em;
    display: none;
}
.sa-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}

.sa-wrapper .sa-col-l {
    flex-basis: 70%;
}

.sa-wrapper .sa-col-r {
    flex-basis: 28%;
}

.sa-wrapper .sa-col-l .sa-title-car {
    margin-bottom: 2rem;
}

/*thông tin salon*/
.sa-info-salon
{
    background: #f0f0f0;
    padding: 1em;
    border-radius: 4px;
}
.sa-info-salon .sa-item {
    margin-bottom: 1rem;
}

.sa-info-salon .sa-item label {
    font-weight: bold;
}

    /*liên hệ*/
.sa-contact {
    margin-top: 2.5rem;
}

.sa-contact .sa-note {
    margin-bottom: 1.5rem;
    
    font-weight: bold;
}

.sa-box-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sa-box-contact .sa-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    
    align-items: center;
    justify-content: flex-end;
}

.sa-box-contact .sa-item label {
    margin-bottom: 0.8rem;
}

.sa-box-contact .sa-item input {
    height: 35px;
    width: 100%;
    border: 1px solid var(--xaGrayListCars);
    outline: none;
    padding-left: 0.5rem;
    border-radius: 0;
    color: black;
}

.sa-box-contact .sa-item .sa-icon {
    height: 35px;
    position: relative;
    padding: 0 2rem;
    background: #555454;
    z-index: 10;
}

.sa-box-contact .sa-item .sa-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sa-box-contact .sa-item-des, .sa-box-contact .sa-item-btn {
    flex-basis: 100%;
}

.sa-box-contact .sa-item textarea {
    height: 200px;
    width: 100%;
    border: 1px solid var(--xaGrayListCars);
    outline: none;
    padding: 1rem;
    border-radius: 0;
    color: black;
}

.sa-box-contact .sa-item-btn a {
    background: var(--xaRed);
    padding: 0.6rem 4rem;
    color: var(--xaWhite);
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 4px;
}

.sa-box-contact .sa-item-btn a:hover {
    color: black;
}

/*bản đồ salon*/
.sa-box-map {
    margin: 1.5rem 0 2rem;
}

.sa-box-map .sa-item:first-child {
    margin-bottom: 3rem;
}

.sa-box-map .sa-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.3rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.sa-box-map .sa-item iframe {
    border: 1px solid var(--xaGrayListCars) !important;
}

/*tin tức*/
.sa-list-news .sa-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0 2rem;
    border-bottom: 1px dotted #b4b4b4;
}

.sa-list-news .sa-item:first-child {
    padding-top: 0;
}

.sa-list-news .sa-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sa-list-news .sa-item .sa-item-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.sa-list-news .sa-item-news .sa-img {
    flex-basis: 35%;
}

.sa-list-news .sa-item-news .sa-des {
    flex-basis: 62%;
}

.sa-list-news .sa-item-news .sa-img img {
   height: 88px;
}
.sa-des a
{
    color: black;
    font-weight: bold;
}
.sa-des a:hover
{
    color: var(--xaRed);
}
.sa-title
{
    margin-bottom: 0.5em !important;
}

.sa-qc img{
    border-radius: 4px;
 }

 
/*giao diện Mobile*/
@media only screen and (max-width: 1230px) {
    .sa-wrapper {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .sa-wrapper .sa-col-l {
        flex-basis: 100%;
    }

    .sa-wrapper .sa-col-l {
        flex-basis: 100%;
    }

    .sa-wrapper .sa-col-r {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }

    /*tin tức*/
    .sa-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sa-col-r .sa-list-news {
        flex-basis: 100%;
    }

    .sa-col-r .sa-qc {
        flex-basis: 46%;
    }

    .sa-list-news .sa-item {
        flex-direction: column;
    }

    .sa-list-news .sa-item-news .sa-img img {
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .sa-wrapper .sa-col-l .sa-title-car {
        margin-bottom: 1.5rem;
    }

    /*liên hệ*/
    .sa-box-contact .sa-item {
        flex-basis: 100%;
    }

    .sa-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .sa-box-map .sa-item iframe {
        height: 400px;
    }

    .sa-box-map {
        margin: 1.5rem 0 0;
    }

    .sa-box-map .sa-item:first-child {
        margin-bottom: 1.5rem;
    }

    /*tin tức*/
    .sa-col-r .sa-qc {
        flex-basis: 100%;
    }

    .sa-col-r .sa-list-news {
        flex-basis: 100%;
    }
    header
    {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .sa-wrapper {
        padding: 1.5rem 1rem;
    }

    /*tin tức*/
    .sa-list-news .sa-item-news .sa-img {
        flex-basis: 30%;
    }

    .sa-list-news .sa-item-news .sa-des {
        flex-basis: 68%;
    }

    .sa-list-news .sa-item-news .sa-img img {
        height: 123px;
    }
}

@media only screen and (max-width: 480px) {
    /*bản đồ salon*/
    .sa-box-map .sa-item iframe {
        height: 300px;
    }

    /*tin tức*/
    .sa-list-news .sa-item-news .sa-img img {
        height: 101px;
    }
}

@media only screen and (max-width: 420px) {
    /*tin tức*/
    .sa-list-news .sa-item {
        padding: 1rem 0 1.5rem;
    }

    .sa-list-news .sa-item-news .sa-img {
        flex-basis: 35%;
    }

    .sa-list-news .sa-item-news .sa-des {
        flex-basis: 62%;
    }

    .sa-list-news .sa-item-news .sa-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .sa-box-map .sa-item iframe {
        height: 250px;
    }

    /*tin tức*/
    .sa-list-news .sa-item-news .sa-img img {
        height: 87px;
    }
}

@media only screen and (max-width: 320px) {
    /*tin tức*/
    .sa-list-news .sa-item-news .sa-img img {
        height: 77px;
    }
}
