*{
    color: var(--alBlack);
}

nav {
    position: relative;
}

.at62-title {
    padding: 1.5rem 0;
    padding-bottom: 0.3em;
}

.at62-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.at62-wrapper .at62-col-l {
    flex-basis: 70%;
}

.at62-wrapper .at62-col-r {
    flex-basis: 28%;
}

.at62-wrapper .at62-col-l .at62-title-car {
   
    margin: 1.5rem 0;
}

.at62-contact {
    background: antiquewhite;
    padding: 2rem;
   border-radius: 5px;
}
.danh-muc1 li, .hl-container-bottom
{
    color:#fff;
}
/*liên hệ*/
.at62-box-contact  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.at62-box-contact .at62-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.at62-box-contact .at62-item label {
    margin-bottom: 0.8rem;
    flex-basis: 10%;
    background: #ccc;
    text-align: center;
    height: 35px;
    align-items: center;
    margin-top: 0.55em;
    display: grid;
    border-left: 1px solid #b2aeae;
    border-top: 1px solid #b2aeae;
    border-bottom: 1px solid #b2aeae;
}

.at62-box-contact .at62-item input {
    height: 35px;
    flex-basis: 90%;
    
    outline: none;
    padding-left: 1rem;
   
}

.at62-box-contact .at62-item-des, .at62-box-contact .at62-item-btn {
    flex-basis: 100%;
}

.at62-box-contact .at62-item textarea {
    height: 200px;
    width: 100%;
     outline: none;
    padding: 1rem;
   
}

.at62-box-contact .at62-item-btn a {
    background: var(--mau-tim);
    padding: 0.7rem 3rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.5rem;
}

.at62-box-contact .at62-item-btn a:hover {
    background: var(--alRedHover);
}

.at62-warning
{
    color: #b90505;
    display: none;
}

/*bản đồ salon*/
.at62-box-map {
    margin: 1.5rem 0 2rem;
}

.at62-box-map .at62-item:first-child {
    margin-bottom: 3rem;
}

.at62-box-map .at62-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.at62-box-map .at62-item iframe {
    border: 1px solid var(--alGrayListCars) !important;
    border-radius: 4px;
}

.ban-do-al
{
    margin-top: 2em;
}

/*tin tức*/
.at62-wrapper .at62-col-r .at62-box-news {
    margin-bottom: 1rem;
}

.at62-col-r .at62-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
img
{
    border-radius: 5px;
}
.at62-news .at62-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    color: var(--alBlack);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.at62-news .at62-item span {
    flex-basis: 30%;
}
.at62-news .at62-item h3 {
    flex-basis: 68%;
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 0;
    margin-top: -6px;
}

.at62-news .at62-item:last-child {
    border-bottom: none;
}

.at62-box-news .at62-item a {
    color: var(--alBlack);
    font-weight: 600;
}
.at62-box-news .at62-item a:hover
{
    color: var(--mau-tim);
}


@media only screen and (max-width: 1230px) {
    .at62-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .at62-wrapper .at62-col-l {
        flex-basis: 100%;
    }

    .at62-wrapper .at62-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .at62-wrapper .at62-col-r .at62-box-news {
        flex-basis: 100%;
    }

    .at62-wrapper .at62-col-r .at62-qc {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .at62-wrapper {
        padding: 0 0 1.5rem;
    }

    .at62-wrapper .at62-col-l .at62-title-car {
        margin: 1.5rem 0 1.5rem 1rem;
    }

    /*liên hệ*/
    .at62-box-contact .at62-item {
        flex-basis: 100%;
    }

    .at62-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .at62-box-map .at62-item iframe {
        height: 400px;
    }

    .at62-box-map {
        margin: 1.5rem 0 0;
    }

    /*tin tức*/
    .at62-wrapper .at62-col-r {
        padding: 0 1rem;
    }

    .at62-news .at62-item {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 480px) {
   
    /*tin tức*/
    .at62-wrapper .at62-col-r .at62-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    /*bản đồ salon*/
    .at62-box-map .at62-item iframe {
        height: 300px;
    }
}
@media only screen and (max-width: 420px)
{
    .at62-box-contact .at62-item-btn a
    {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .at62-box-map .at62-item iframe {
        height: 250px;
    }
    .at62-box-contact .at62-item label
    {
        flex-basis: 12%;
    }
    .at62-box-contact .at62-item input
    {
        flex-basis: 88%;
    }
    
}
