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