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