nav {
    position: relative;
    background: #fff;
    border-bottom: 2px solid var(--red-color);
}

.thy-title {
    padding: 1.5rem 0;
}

.thy-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.thy-wrapper .thy-col-l {
    flex-basis: 100%;
}

.thy-wrapper .thy-col-l .thy-title-car {
    color: var(--vtyellow);
    margin: 1.5rem 0;
}

.thy-contact {
    
    border-radius: 4px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em;
    background: ghostwhite;
    border: 1px solid #ccc;
}

/*breadcrumb*/
.bg-detail
{
    background: none;
}
.breadcrumb-content
{
    width: 1200px;
    margin: 0 auto;
    
}


.thy-warning {
    margin: 1rem 0 -0.5rem;
    color: red;
    font-weight: bold;
    font-size: 0.9em;
    display: none;
}

.map1
{
    margin-top: 1em;
}

/*liên hệ*/
.thy-box-contact  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 55%;
}
.img-contact1
{
    flex-basis: 43%;
}
.img-contact1 img
{
    height: 400px;
    border-radius: 4px;
}
.thy-box-contact .thy-item {
    flex-basis: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.thy-box-contact .thy-item label {
    margin-bottom: 0.8rem;
}

.thy-box-contact .thy-item input {
    height: 35px;
    width: 100%;
    border: 1px solid #9b9c9d;
    outline: none;
    padding-left: 1rem;
    border-radius: 4px;
    
    color: var(--vtWhite);
}

.thy-box-contact .thy-item-des, .thy-box-contact .thy-item-btn {
    flex-basis: 100%;
}

.thy-box-contact .thy-item textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #9b9c9d;
    outline: none;
    padding: 1rem;
    border-radius: 4px;
    
    color: var(--vtWhite);
}

.thy-box-contact .thy-item-btn a {
    background: var(--red-color);
    padding: 0.7rem 3rem;
    color: var(--priceprod);
    border-radius: 4px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.thy-box-contact .thy-item-btn a:hover {
    color: var(--Black);
}

/*lời dẫn cho form liên hệ*/
.loi-dan
{
    background: #fff;
    padding: 1em;
    border-radius: 4px;
    margin-bottom: 0.6em;
    box-shadow: 0 1px 3px #888;
    
}
.loi-dan p
{
    margin-bottom: 1em;
}
p.tran-trong
{
    margin-top: 1em;
    font-style: italic;
}
/*bản đồ salon*/
.thy-box-map {
    margin: 1.5rem 0 2rem;
}

.thy-box-map .thy-item:first-child {
    margin-bottom: 3rem;
}

.thy-box-map .thy-item label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.thy-box-map .thy-item iframe {
    border: 1px solid var(--alGrayListCars) !important;
    border-radius: 4px;
}

/*tin tức*/
.thy-wrapper .thy-col-r .thy-box-news {
    margin-bottom: 1rem;
}

.thy-col-r .thy-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thy-news .thy-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.thy-news .thy-item:last-child {
    border-bottom: none;
}

.thy-box-news .thy-item a {
    color: var(--alBlack);
    font-weight: 600;
}

@media only screen and (max-width: 1230px) {
    .thy-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) 
{
    .breadcrumb-content
    {
    width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .thy-wrapper .thy-col-l {
        flex-basis: 100%;
    }

    .thy-wrapper .thy-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .thy-wrapper .thy-col-r .thy-box-news {
        flex-basis: 48%;
    }

    .thy-wrapper .thy-col-r .thy-qc {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .thy-wrapper {
        padding: 0 0 1.5rem;
    }

    .thy-wrapper .thy-col-l .thy-title-car {
        margin: 1.5rem 0 1.5rem 1rem;
    }

    /*liên hệ*/
    .img-contact1
    {
        display: none;
    }
    .thy-box-contact
    {
        flex-basis: 100%;
    }
    .thy-contact {
        padding: 1.5rem 1rem;
    }

    /*bản đồ salon*/
    .thy-box-map .thy-item iframe {
        height: 400px;
    }

    .thy-box-map {
        margin: 1.5rem 0 0;
    }

    /*tin tức*/
    .thy-wrapper .thy-col-r {
        padding: 0 1rem;
    }

    .thy-news .thy-item {
        padding: 1rem 0;
    }
    .thy-contact, .loi-dan
    {
        margin-left: 0.6em;
        margin-right: 0.6em;
    }
}

@media only screen and (max-width: 480px) {
    .thy-wrapper .thy-col-r {
        margin-top: 0;
    }

    /*tin tức*/
    .thy-wrapper .thy-col-r .thy-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    /*bản đồ salon*/
    .thy-box-map .thy-item iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 360px) {
    /*bản đồ salon*/
    .thy-box-map .thy-item iframe {
        height: 250px;
    }
    .thy-box-contact .thy-item
    {
        flex-basis: 100%;
    }
}
