/*các hãng xe*/
main .hdc-make-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1em;
}

main .hdc-list-make {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.hdc-list-make .hdc-item {
    flex: 0 0 auto;
    margin-right: 5rem;
}

.hdc-list-make .hdc-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
    cursor: pointer;
    opacity: 0.5;
}
.hdc-active-menu-make {
    opacity: 1 !important;
  }
.hdc-list-make .hdc-item a img {
    width: 45px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hdc-list-make .hdc-item a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hdc-list-make .hdc-item a span {
    margin-top: 0.5rem;
    text-transform: capitalize;
    color: var(--alBlack);
    font-size: 0.95em;
}

.hdc-make-car .hdc-sort {
    width: 170px;
    text-transform: capitalize;
}

.hdc-make-car .hdc-sort option {
    text-transform: capitalize;
}

/*danh sách xe đang bán*/


.hdc-list-cars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hdc-list-cars:after {
    content: '';
    flex-basis: 24%;
}

.hdc-list-cars .hdc-item {
    flex-basis: 23.5%;
    margin-bottom: 2.3rem;
    background: var(--black-01);
    
    border-radius: 4px;
}

.hdc-list-cars .hdc-item:last-child {
    margin-bottom: 1rem;
}

.hdc-list-cars .hdc-item a {
    
    width: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}
.hdc-list-cars .hdc-item a:hover
{
    color: var(--alyellow);
}
.hdc-list-cars .hdc-item a .hdc-img-car {
   
    height: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
   
}
.hdc-list-cars .hdc-item a .hdc-img-car:hover
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 4px 4px 0 0;
}

.hdc-list-cars .hdc-box-price {
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.6em;
   padding-bottom: 0.6em;
   background: #252525;
   margin-top: 1em;
   border-radius: 0 0 4px 4px;
}

.hdc-box-price .hdc-price {
    display: inline-block;
    font-size: 1.3em;
    padding: 0.4rem .5rem;
    border-radius: 4px;
    color: var(--alyellow);
    
}

.hdc-list-cars .hdc-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
}

.hdc-list-cars .hdc-info-car .hdc-item-info {
    flex-basis: 49%;
    color: var(--alGrayInfoCars);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.hdc-list-cars .hdc-info-car .hdc-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
    font-size: 0.8em;
}

/*giới thiệu salon*/

.hdc-intro-salon {
    background-image: url("../images/hdc-qc.jpg");
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
}

/*fanpage và tin tức trang chủ*/
.truyen-tin
{
    background-image: url("../images/trang-chu/img-4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.truyen-tin-container
{
    width: 1230px;
    margin: 0 auto;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fanpage-hl
{
    flex-basis: 41.6%;
}

.fanpage-hl iframe
{
    height: 440px;
    background: #f5f6f7;
}

.tin-tuc-hl
{
    flex-basis: 57%;
}
.fanpage-hl strong, .tin-tuc-hl strong
{
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.list-tin-tuc
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-tin-tuc li
{
    flex-basis: 49%;
    margin-bottom: 1.5em;
    
}
.list-tin-tuc li img
{
    height: 160px;
   
}
.tieu-de-tin
{
    display: block;
    overflow: hidden;
    height: 44px;
    margin-top: 0.3em;
}
.tieu-de-tin a
{
    color: #000;
}

.tieu-de-tin a:hover
{
    color: var(--alyellow);
}

/*video*/
.video
{
    padding: 1em;
}

.video-container
{
    width: 1200px;
    margin: 0 auto;
    padding: 0.6em 0;
    
}
.hdc-title
{
    display: block;
    margin-bottom: 0.3em;
}
.hdc-lazy-salon
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.hdc-title-video
{
    display: block;
    overflow: hidden;
    height: 46px;
    padding-top: 0.5rem;
}

.hdc-title-video a
{
    color: #000;
}

.hdc-title-video a:hover
{
    text-decoration: underline;
}
.hdc-box
{
    flex-basis: 24%;
    padding-bottom: .5em;
    border-radius: 5px;
}
/*mục tin tức*/

.hdc-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
   
}

.box-news-page img
{
    border-radius: 4px;
    height: 193px;
    overflow: hidden;
}

.hdc-news .hdc-box {
    flex-basis: 48%;
}

.hdc-news .hdc-list-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hdc-list-news .hdc-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-basis: 100%;
}

.hdc-list-news .hdc-item .hdc-img {
    flex-basis: 25%;
}

.hdc-list-news .hdc-item .hdc-img img {
    height: 96px;
    border-radius: 4px;
}

.hdc-list-news .hdc-item .hdc-info {
    flex-basis: 73%;
}

.hdc-list-news .hdc-item .hdc-info .hdc-des {
    margin-top: 0.5rem;
}

/*truyền thông*/


.hdc-media .hdc-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hdc-media .hdc-container .hdc-box {
    flex-basis: 48%;
    padding-bottom: 2rem;
}

.hdc-media .hdc-container .hdc-box iframe {
    border-radius: 4px;
}

/*liên hệ*/

.hdc-contact {
    background: var(--alListLink);
}
.tra-truoc-al
{
    font-size: 0.9em;
    margin-right: 0.5em;
}

@media only screen and (max-width: 1230px) {
    /*danh sách xe đang bán*/
    .hdc-list-make .hdc-item {
        margin-right: 4rem;
    }
    .truyen-tin-container, .video-container, .hdc-container-bottom
    {
        width: 100% !important;
    }
    .hdc-sell-list-cars {
        padding: 0 1.5rem;
    }

    .hdc-list-cars .hdc-car {
        min-height: 54px;
    }

    /*mục tin tức*/
    .hdc-news {
        padding: 0 1.5rem;
    }
    /*truyển thông*/
    .hdc-media {
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 1090px)
{
    .tra-truoc-al
    {
        flex-basis: 100%;
        margin-top: 0.5em;
        margin-left: 0.5em;
    }
}


@media only screen and (max-width: 1024px) {
    /*danh sách xe đang bán*/
    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 155px;
    }

    main .hdc-make-car {
        padding: 0.5rem 1rem;
    }

    .hdc-list-make .hdc-item {
        margin-right: 3.5rem;
    }

    /*mục tin tức*/
    .hdc-news .hdc-box {
        flex-basis: 49%;
    }

    .hdc-list-news .hdc-item .hdc-img img {
        height: 79px;
    }

    /*truyền thông*/
    .hdc-media iframe {
        width: 100%;
    }

    .hdc-media .hdc-container .hdc-box {
        flex-basis: 49%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    /*danh sách xe đang bán*/
    main .hdc-make-car {
        background: var(--alWhite);
        padding: 0;
        justify-content: flex-end;
    }

    main .hdc-list-make {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
        padding: 0 1.5rem 1rem;
        
    }

    .hdc-make-car .hdc-sort {
        background: var(--alGray);
    }

    .hdc-list-cars .hdc-item {
        flex-basis: 32%;
        margin-bottom: 1.5rem;
    }

    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 204px;
    }

    .hdc-list-cars .hdc-car {
        min-height: auto;
    }

    .hdc-list-make .hdc-item {
        margin-right: 2.5rem;
    }

    /*mục tin tức*/
    .hdc-news {
        padding: 0 1.5rem 2rem;
    }

    .hdc-news .hdc-box {
        flex-basis: 100%;
    }

    .hdc-list-news .hdc-item:last-child {
        margin-bottom: 0;
    }

    .hdc-list-news .hdc-item .hdc-img img {
        height: 160px;
    }
    .tiktok-embed
    {
        margin-top: 0 !important;
    }
    .tra-truoc-al
    {
        flex-basis: 49%;
        margin-top: 0;
        margin-left: 0;
        text-align: end;
    }
}
@media only screen and (max-width: 870px)
{
    .tra-truoc-al
    {
        flex-basis: 100%;
        margin-top: 0.5em;
        margin-left: 0.5em;
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    /*danh sách xe đang bán*/
    .hdc-sell-car {
        margin-top: 1.5rem;
    }

    .hdc-sell-list-cars {
        padding: 0 1rem;
    }

    .hdc-list-cars .hdc-item:last-child {
        margin-bottom: 0;
    }

    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 157px;
    }

    .hdc-pagination ul {
        margin-bottom: 1.5rem;
    }

    /*mục tin tức*/
    .hdc-news {
        padding: 0 1rem 1.5rem;
    }

    .hdc-list-news .hdc-item .hdc-img img {
        height: 122px;
    }

    .hdc-list-news .hdc-item {
        margin-bottom: 1.5rem;
    }

    /*truyền thông*/
    .hdc-media {
        padding: 0 1rem;
    }

    .hdc-media .hdc-container .hdc-box {
        padding-bottom: 1.5rem;
    }

    .hdc-media iframe {
        height: 250px;
    }
    .hdc-list-cars .hdc-box-price .tra-truoc-al
    {
        flex-basis: 100%;
    }
    .tra-truoc-al
    {
        margin-top: 0.6em;
    }
    /*nút tait thêm*/
    .pagination
    {
        margin-top: 1em;
    }
}

@media only screen and (max-width: 680px)
{
    .links-al {
        flex-basis: 25% !important;
        margin-bottom: 1em;
       
    }
    .right-footer
    {
        flex-basis: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách xe đang bán*/
    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 192px;
    }
    .hdc-list-cars .hdc-item
    {
        flex-basis: 49%;
    }

    /*mục tin tức*/
    .hdc-list-news .hdc-item .hdc-img img {
        height: 103px;
    }
    .hdc-list-cars .hdc-box-price .tra-truoc-al
    {
        flex-basis: auto;
        margin-top: 0;
    }
    .fanpage-hl, .tin-tuc-hl
    {
        flex-basis: 100%;
    }
    .tin-tuc-hl
    {
        margin-top: 1.2em;
    }
    .hdc-box
    {
        flex-basis: 49%;
        margin-bottom: 1.5em;
    }
    .list-tin-tuc li img
    {
        height: 208px;
    }
    .fanpage-hl iframe
    {
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    /*danh sách xe đang bán*/
    

    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 181px;
    }

    /*mục tin tức*/
    .hdc-list-news .hdc-item .hdc-img {
        flex-basis: 30%;
    }

    .hdc-list-news .hdc-item .hdc-info {
        flex-basis: 68%;
    }

    .hdc-list-news .hdc-item .hdc-img img {
        height: 109px;
    }

    /*truyền thông*/
    .hdc-media .hdc-container .hdc-box {
        flex-basis: 100%;
    }

    .hdc-media .hdc-container .hdc-box:first-child {
        padding-bottom: 0;
    }

    .hdc-list-news .hdc-item .hdc-info .hdc-des {
        display: none;
    }
    .list-tin-tuc li img
    {
        height: 190px;
    }
}
@media only screen and (max-width: 537px)
{
    .tra-truoc-al
    {
        flex-basis: 100% !important;
        margin-top: 0.5em !important;
        margin-left: 0.5em;
        text-align: left;
    }
    .list-tin-tuc li img
    {
        height: 160px;
    }
}
@media only screen and (max-width: 520px)
{
    .hdc-list-cars .hdc-box-price .tra-truoc-al
    {
        flex-basis: 100%;
        margin-top: 0.6em;
    }
}
@media only screen and (max-width: 480px) {
    /*danh sách xe đang bán*/
    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 150px;
    }

    /*!*mục tin tức*!*/
    .hdc-list-news .hdc-item .hdc-img img {
        height: 90px;
    }
    .tra-truoc-al
    {
        margin-top: 0.6em;
    }
    .thong-so-phu li
    {
        font-size: 0.85em;
    }
    .hdc-sell-car
    {
        margin-top: 0;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách xe đang bán*/
    .hdc-list-cars .hdc-item a .hdc-img-car {
        height: 130px;
    }

    .hdc-list-cars .hdc-car {
        padding: 0.5rem 0 0;
    }

    .hdc-list-cars .hdc-box-price {
        margin: 0.5rem
    }

    .hdc-list-cars .hdc-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .hdc-list-cars .hdc-info-car .hdc-item-info {
        margin-bottom: 0.8rem;
    }

    .hdc-list-cars .hdc-info-car .hdc-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }

    .hdc-list-cars .hdc-info-car .hdc-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    /*mục tin tức*/
    .hdc-list-news .hdc-item .hdc-img {
        flex-basis: 35%;
    }

    .hdc-list-news .hdc-item .hdc-info {
        flex-basis: 63%;
    }

    .hdc-list-news .hdc-item .hdc-img img {
        height: 91px;
    }
    /*nút tait thêm*/
    .tai-them
    {
        display: block;
        width: 100%;
    }
    .giao-xe section .box img
    {
        width: 100%;
    }
    .list-tin-tuc li
    {
        flex-basis: 100%;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 400px)
{
    .thong-so-phu li
{
    font-size: 0.8em;
}
}

@media only screen and (max-width: 390px)
{
    .hdc-list-cars .hdc-item
    {
        flex-basis: 100%;
    }
    .hdc-list-cars .hdc-item a .hdc-img-car
    {
        height: 200px;
    }
    .thong-so-phu li
    {
        font-size: 1em;
    }
    .car-home-tieu-de
    {
        height: auto;
    }
    .tra-truoc-al
    {
        flex-basis: 49% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        text-align: end;
    }
    .hdc-list-cars .hdc-item a
    {
        font-size: 1.2em;
    }
}


@media only screen and (max-width: 360px) {
    /*danh sách xe đang bán*/
    .hdc-list-cars .hdc-info-car .hdc-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .hdc-list-cars .hdc-info-car .hdc-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    .hdc-box
    {
        flex-basis: 100%;
    }
    
}

@media only screen and (max-width: 330px)
{
    .hdc-list-cars .hdc-item
    {
        flex-basis: 100%;
    }
    .car-home-tieu-de
    {
        height: auto;
    }
    .hdc-list-cars .hdc-info-car .hdc-item-info
    {
        font-size: 1.3rem;
    }
    .hdc-list-cars .hdc-item a .hdc-img-car
    {
        height: 160px;
    }
    .hdc-list-cars .hdc-box-price .tra-truoc-al
    {
        flex-basis: auto;
        margin-top: 0;
    }
}

