nav {
    position: relative;
    border-bottom: 2px solid var(--xanh);
    background: rgb(199,251,228);
    background: linear-gradient(0deg, rgba(199,251,228,1) 0%, rgba(236,245,241,1) 28%, rgba(255,255,255,1) 100%);
}

.leduong-title {
    padding: 1.5rem 0;
}

.leduong-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
   
}

.leduong-wrapper .leduong-col-l {
    flex-basis: 100%;
}



.leduong-wrapper .leduong-col-l .leduong-title-car {
    margin: 1.5rem 0;
}

.leduong-contact {
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*liên hệ*/
.leduong-box-contact  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 30%;
}

.leduong-box-contact .leduong-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.leduong-box-contact .leduong-item label {
    margin-bottom: 0.8rem;
}

.leduong-box-contact .leduong-item input {
    height: 35px;
    width: 100%;
    border: 1px solid #999997;
    outline: none;
    padding-left: 1rem;
    border-radius: 4px;
    
}

.leduong-box-contact .leduong-item-des, .leduong-box-contact .leduong-item-btn {
    flex-basis: 100%;
}

.leduong-box-contact .leduong-item textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #999997;
    outline: none;
    padding: 1rem;
    border-radius: 4px;
   
}

.leduong-box-contact .leduong-item-btn{
    background: var(--xanh);
    padding: 0.7rem 3rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

.leduong-box-contact .leduong-item-btn:hover {
    background: #fed119;
    color: #000;
}

.leduong-warning {
    margin: 1rem 0 -0.5rem;
    color: red;
    font-weight: bold;
    font-size: 0.9em;
    display: none;
}

/*bản đồ salon*/
.leduong-box-map {
    margin: 1.5rem 0 2rem;
    flex-basis: 69%;
}

.leduong-box-map .leduong-item:first-child {
    margin-bottom: 3rem;
}

.leduong-box-map .leduong-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.leduong-box-map .leduong-item iframe {
    border: 1px solid var(--alGrayListCars) !important;
    border-radius: 4px;
}

/*tin tức*/
.leduong-wrapper .leduong-col-r .leduong-box-news {
    margin-bottom: 1rem;
}

.leduong-col-r .leduong-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leduong-news .leduong-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.leduong-news .leduong-item:last-child {
    border-bottom: none;
}

.leduong-box-news .leduong-item a {
    color: var(--alBlack);
    font-weight: 600;
}

/* giao diện cho phiên bản mobile và table*/
@media only screen and (max-width: 1230px) {
    .leduong-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .leduong-wrapper .leduong-col-l {
        flex-basis: 100%;
    }

    .leduong-wrapper .leduong-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .leduong-wrapper .leduong-col-r .leduong-box-news {
        flex-basis: 48%;
    }

    .leduong-wrapper .leduong-col-r .leduong-qc {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 991px)
{
    .leduong-box-contact .leduong-item
    {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .leduong-wrapper {
        padding: 0 0 1.5rem;
    }

    .leduong-wrapper .leduong-col-l .leduong-title-car {
        margin: 1.5rem 0 1.5rem 1rem;
    }

    /*liên hệ*/
    .leduong-box-contact .leduong-item {
        flex-basis: 100%;
    }

    .leduong-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .leduong-box-map .leduong-item iframe {
        height: 400px;
    }

    .leduong-box-map {
        margin: 1.5rem 0 0;
    }

    /*tin tức*/
    .leduong-wrapper .leduong-col-r {
        padding: 0 1rem;
    }

    .leduong-news .leduong-item {
        padding: 1rem 0;
    }
    .leduong-box-contact, .leduong-box-map
    {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .leduong-wrapper .leduong-col-r {
        margin-top: 0;
    }

    /*tin tức*/
    .leduong-wrapper .leduong-col-r .leduong-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    /*bản đồ salon*/
    .leduong-box-map .leduong-item iframe {
        height: 300px;
    }
    .leduong-box-contact .leduong-item-btn a
    {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .leduong-box-map .leduong-item iframe {
        height: 250px;
    }
}
