

:root {
    --alBlack: #000000;
    --alBlackF: #242529;
    --vtWhite: #ffffff;
    --alBlue: #DEE8F4;
    --alBlueA: #2596cf;
    --alBlueHMb: #c6d7ec;
    --alGray: #F5F5F5;
    --alGrayListCars: #E1E1E1;
    --alGrayInfoCars: #555;
    --alBreadcrumb: #999;
    --alRed: #ED2028;
    --alRedHover: #bd0f15;
    --alListLink: #293241;
    --vtbackground:#262626;
    --vtyellow:#ffcd00;
    --vtbghome:#f8f4da;
    --vtbgmenu:#000;
    --vtcolorlink:#ffb002;
    --red-color:#d52a0d;
    --main-bg:#c3d26d;
}

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;
   
    text-decoration: none;
}
body
{
    background: #ededed;
    font-family: 'Mulish', sans-serif;
}
header
{
    background: var(--vtbgmenu);
}
h1 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

h1, h2, h3
{
    padding-bottom: .3em;
}

.autosonluong-clear-fix {
    clear: both;
}

a {
    color: var(--vtbgmenu);
    cursor: pointer;
}

a:hover {
    color: var(--vtcolorlink);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

select {
    height: 40px;
    border: 1px solid #c7c5c5;
    
}

.autosonluong-container {
    width: 1200px;
    margin: 0 auto;
}

.autosonluong-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.autosonluong-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;
}

.autosonluong-car, .autosonluong-new {
    font-family: 'Mulish', sans-serif;
    text-transform: capitalize;
    color: var(--alBlack);
    font-weight: 700;
}

.autosonluong-price {
    font-family: 'Mulish', sans-serif;
    color: var(--alWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
}


.autosonluong-title h2 {
    display: inline-block;
    padding-bottom: 0.3rem;
   
    color: var(--vtbgmenu);
   
}

/*fix màu header fanpage & tiktok*/
.fix-hd h2
{
    color: var(--vtcolorlink) !important;
}

h2.news-home
{
    margin-bottom: 1em;
}

h2.news-home, .autosonluong-des p
{
    color: var(--vtbackground) !important;
}
.dangban
{
    margin-top: 2em;
}
/*phân trang*/

.autosonluong-pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2.5rem;
}

.autosonluong-pagination ul li a {
    display: inline-block;
    text-align: center;
    color: var(--alBlack);
    width: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0.5rem 0 0;
    background: var(--alGrayListCars);
    border-radius: 4px;
}

.autosonluong-pagination ul li a:hover {
    background: var(--alRed) !important;
    color: var(--alWhite);
}

.autosonluong-active-pag {
    background: var(--alRed) !important;
    color: var(--alWhite) !important;
    font-weight: 700;
}

/*breadcrumb*/
.autosonluong-breadcrumb {
    padding: 1.5rem 0 0.5rem;
    text-transform: capitalize;
}

.autosonluong-breadcrumb .fa-angle-right {
    margin: 0 3px;
    color: var(--alBreadcrumb);
}

/*bắt đầu khách hàng nói về chúng tôi*/
.khach-nhan-xet
{
    padding: 1rem;
    background-image: url("../images/bg-giao-xe.jpg");
    background-position: right; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.content-khach
{
    width: 1200px;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}
.khach-box
{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
}
.khach-box .box
{
    flex-basis: 24%;
    margin-right: 2.8em;
}
.khach-box .box img
{
    border-radius: 5px;
    width: 220px;
    height: 200px;
}
.note-vd
{
    color: #fff;
    margin-top: 1em;
    display: block;
    overflow: hidden;
    height: 64px;
}
.tieu-de-kh
{
    display: flex;
    margin-bottom: 1em;
    color: #fff;
}
/*kết thúc đầu khách hàng nói về chúng tôi*/



/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 5px;
    z-index: 100;
    left: 0;
}

@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: 14px;
    border: none;
    outline: none;
    background-color: var(--main-bg);
    cursor: pointer;
    padding: 8px;
}
  
#myBtn:hover {
    background-color: var(--red-color);
}
#myBtn img
{
    width: 20px;
    height: 20px;
    object-fit: cover;
    align-items: center;
}

/*giao diện cho mobile*/
@media only screen and (max-width: 1230px) {
    .autosonluong-container {
        width: 100%;
    }

    /*breadcrumb*/
    .autosonluong-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
    .content-khach
    {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px)
{
    .khach-box .box img
    {
        border-radius: 5px;
        width: 180px;
        height: 180px;
    }
    
}
@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .autosonluong-breadcrumb {
        padding: 1.5rem 1rem 0;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .autosonluong-title h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .autosonluong-title {
        padding: 1.5rem 0;
        padding-bottom: 0;
    }

    select {
        height: 35px;
    }
    header
    {
        display: none;
    }
    .khach-box .box img
    {
        border-radius: 5px;
        width: 160px;
        height: 160px;
    }
    .xe-so-3
    {
        display: none;
    }
}

@media only screen and (max-width: 360px)
{
    .khach-box .box img
    {
        border-radius: 5px;
        width: 325px;
        height: 200px;
        margin-right: 2em;
    }
}

