
:root {
    --alBlack: #001a33;
    --black-01:#0f1110;
    --alBlackF: #242529;
    --alWhite: #ffffff;
    --alBlue: #DEE8F4;
    --alBlueA: #2596cf;
    --alBlueHMb: #c6d7ec;
    --alGray: #F5F5F5;
    --alGrayListCars: #f2f2f2;
    --alGrayInfoCars: #555;
    --alBreadcrumb: #999;
    --red-color: #ED2028;
    --alRedHover: #bd0f15;
    --alListLink: #293241;
    --alyellow:#f4cc00;
    --backfter:#00162b;
}

html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2.2rem;
    font-size: 1.4rem;
    font-family: 'Mulish', sans-serif;
    color: var(--alWhite);
    text-decoration: none;
}

h1 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
    color: var(--alBlack);
}

h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
    color: var(--alBlack);
}

h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: var(--alBlack);
}

.hdc-clear-fix {
    clear: both;
}

a {
    color: var(--alBlueA);
    cursor: pointer;
}

a:hover {
    color: var(--alyellow);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
   
    vertical-align: middle;
    object-fit: cover;
}

select {
    height: 40px;
   
    border: 1px solid #c7c5c5;
    color: var(--alBlack);
}
.hdc-active-menu-make {
    opacity: 1 !important;
  }

/*Flex box dùng chung*/
.flex-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.car-home
{
    position: relative;
    overflow: hidden;
}
.da-ban
{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--alyellow);
    color: var(--alBlack);
    padding: 0.5em 1em;
    border-radius: 0px 4px 0 5px;
    font-weight: bold;
}
.car-home-tieu-de
{
    display: block;
    height: 48px;
    overflow: hidden;
    margin: 0.6em;
}
span.car-sold {
    background: var(--red-color);
    position: absolute;
    top: 25px;
    left: -57px;
    text-align: center;
    padding: 0.5em 1em;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    transform: rotate(-45deg);
    z-index: 9;
}
.fix-price
{
    text-decoration: line-through;
}
.hdc-container {
    width: 1200px;
    margin: 0 auto;
}

.hdc-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.hdc-box-loading {
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdc-car, .hdc-new {
    font-family: 'Mulish', sans-serif;
    text-transform: capitalize;
    color: var(--alBlack);
}

.hdc-price {
    
    color: var(--alWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
}

.hdc-title {
    padding: 2rem 0;
    padding-bottom: 0.3em;
}

.hdc-title h2 {
    
     display: inline-block;
    position: relative;
    
}

/*gạch dưới H1, h2*/
.colored-separator
{
    font-size: 0;
    
}
.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertichdc-align: top;
    width: 20px;
    height: 5px;
   
    border-radius: 2px;
    background-color: var(--alyellow);
}
.colored-separator .first-long {
    margin-right: 3px;
}
.stm-base-background-color {
    background-color: var(--alyellow) !important;
}
.colored-separator .last-short {
    width: 60px;

}
/*thông số xe*/
.thong-so-phu
{
   
    font-size: 15px;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex-wrap: wrap;
}

.thong-so-phu li
{
    display: flex;
    align-items: center;
    flex-basis: 49%;
    margin-top: 1.2rem;
    color: #858383;
}
.thong-so-phu li span
{
    color: var(--alyellow);
    padding-right: .2rem;
}
.sitemap
{
    display: flex;
    align-items: center;
    margin: 0 0.5em 1em 0.5em;
    font-size: 0.9em;
}

.sitemap i
{
    padding-right: 0.2em;
}

/*3 khối tĩnh*/
.thy-media {
    background-image: url(../images/bg-khoi-dv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 2em;
}
.thy-media .thy-container {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}
.dich-vu3 {
    color: var(--priceprod);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dich-vu3 li {
    flex-basis: 32%;
    margin-bottom: 1.5em;
    text-align: center;
}
.dich-vu3 .material-icons-outlined {
    font-size: 5.4em !important;
}
.dich-vu3 li strong {
    text-transform: uppercase;
    font-size: 1.4em;
    color: var(--alyellow);
}
.thong-tin-phu {
    display: block;
    margin-top: 1.2em;
}
.thong-tin-phu li {
    line-height: 0.8em;
    align-items: center;
    display: flex;
    justify-content: center;
}
.thong-tin-phu li span.material-icons-outlined {
    font-size: 1.1em !important;
}


.news-home, .news-home p
{
    color: #000;
    display: block;
    overflow: hidden;
    height: 88px;
    margin-top: .5em;
}

/*Tải thêm tin xe*/
.pagination
{
    margin-bottom: 2em;
    text-align: center;
}
.tai-them
{
    background: var(--alyellow);
    padding: 0.6em 1.5em;
    color: var(--alBlack);
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
}

.tai-them:hover
{
    color: red;
}
.material-icons-outlined
{
    font-size: 1em !important;
}

/*hình ảnh*/

.giao-xe
{
   
    padding: 1em;
    background: var(--alBlue);
    margin-top: 2em;
    margin-bottom: 2em;
}
.giao-xe-tieu-de
{
    width: 1200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
.giao-xe section
{
    width: 1200px;
    margin: 0 auto;
    
}
.giao-xe section .box img
{
    width: 95%;
    height: 230px;
}
/*breadcrumb*/
.hdc-breadcrumb {
    padding: 1.5rem 0 0.5rem;
    text-transform: capitalize;
    border-bottom: 1px dashed #ccc;
}

.hdc-breadcrumb .fa-angle-right {
    margin: 0 3px;
    color: var(--alBreadcrumb);
}
.fanepage-anh-luong
{
        /* background: #f5f6f7; */
        width: 100%;
}
.fanepage-anh-luong iframe
{
    border: none;
    width: 100%;
}
._2lqg
{
    border: 1px solid ##f5f6f7 !important;
}



/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 25px;
    z-index: 100;
    left: 5px;
}

@keyframes img-phone {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.kh-phone {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

@keyframes zoomEffect {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-box {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: rgba(255,0,0, .9);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoomEffect 1.3s infinite;
    animation: zoomEffect 1.3s infinite;
    opacity: .7;
    box-shadow: 0 0 0 0 red;
}

.img-phone {
    background-color: red;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: img-phone 1s infinite ease-in-out;
    animation: img-phone 1s infinite ease-in-out;
}

.img-phone a {
    display: block;
    line-height: 37px;
}

.img-phone img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*chat zalo*/
.kh-zalo {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-zalo .phone-box {
    box-shadow: 0 0 0 0 #0091ff;
    background-color: rgba(0,145,255,.9);
}

.kh-zalo .img-phone {
    background-color: #0091ff;
}

/*chat messenger fb*/
.kh-fbm {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-fbm .phone-box {
    box-shadow: 0 0 0 0 #126bd1;
    background-color: rgba(18,107,209,.9);
}

.kh-fbm .img-phone {
    background-color: #126bd1;
}

.kh-fbm .img-phone img {
    max-height: 45px;
    max-width: 40px;
}

/*nút lên đầu trangr*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1.5em;
    border: none;
    outline: none;
    background-color: var(--alyellow);
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    border-radius: 50%;
    
}
  

#myBtn:hover
{
    background-color: red;
    color: #fff;
}

#myBtn span
{
    color: #000;
    
}
#myBtn span:hover
{
    color: #fff;
    
}


@media only screen and (max-width: 1230px) {
    .hdc-container, .hl-container-bottom {
        width: 100%;
    }

    /*breadcrumb*/
    .hdc-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
}
@media only screen and (max-width: 1200px)
{
    .giao-xe-tieu-de, .giao-xe section, .thy-media .thy-container
    {
        width: 100%;
    }
}
@media only screen and (max-width: 991px)
{
    .xe-so-3
    {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .hdc-breadcrumb {
        padding: 1.5rem 1rem 0;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .hdc-title h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .hdc-title {
        padding: 1.5rem 0;
        padding-bottom: 0;
    }

    select {
        height: 35px;
    }
    .tiktok-box
    {
        margin-top: 1.5em;
    }
}

@media only screen and (max-width: 650px)
{
    .thong-so-phu li, .thong-so-phu li span
    {
        font-size: .9em;
        
    }
}
@media only screen and (max-width: 641px)
{
    .xe-so-3
    {
        display: block;
    }
}
@media only screen and (max-width: 390px)
{
    .thy-media
    {
        margin-top: 2rem;
    }
}


