@font-face {
    font-family: googleSans;
    src: url(../font/GoogleSans-Regular.otf);
}



:root {
    --tqGray: #CACFD6;
    --white: #ffffff;
    --tqBlack: #000000;
   
    --Blue: #201ca7;
    --tqBgCars: #1B2935;
    --tqBreadcrumb: #99999;
    --tqBorder: #313540;
    --red-colorHover: #e60000;
    --tqBorderNews: #f2f2f2;
    --tqInfoDetail: #F2F5FA;
    --tqBgNews: #DEDEDC;
    --tqTextNews: #555;
    --tqTextHover: #808000;
    --red-color:#e72121;
    --bg-bcar:#323232;
}

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.3rem;
    font-size: 1.5rem;
    font-family: 'googleSans', sans-serif;
    color: var(--tqBlack);
    text-decoration: none;
}

h1, h2 {
    font-family: 'googleSansBold', sans-serif;
    font-size: 2.1rem;
    text-transform: uppercase;
    line-height: 3rem;
    display: block;
    
}

h3 {
    font-family: 'googleSansBold', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}
.flex-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bigcar-clear-fix {
    clear: both;
}

a {
    cursor: pointer;
}

a:hover {
    color: var(--red-color);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.bigcar-active-menu-make {
    opacity: 1 !important;
}

.bigcar-container {
    width: 1250px;
    margin: auto;
}

.bigcar-car,  .bigcar-news {
   
    text-transform: capitalize;
     font-size: 1.6rem;
    line-height: 2.6rem;
  
}

.bigcar-price {
   
    color: var(--red-color);
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 2.8rem;
    
}

.bigcar-title-page {
    margin-bottom: 2rem;
}

.bigcar-light {
    width: auto;
    margin-top: -0.5rem;
}
.xe-da-ban
{
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.xe-da-ban span
{
    background: var(--red-color);
    position: absolute;
    top: 25px;
    left: -57px;
    z-index: 10;
    text-align: center;
    padding: 0.5em 1em;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    transform: rotate(-45deg);
    z-index: 9;
    transform: rotate(-45deg);
}

/*thông số phụ xe*/
.car-tskt
{
    padding-top: .5em;
    margin-top: .5em;
    border-top: 1px solid #e5e4e4;
}
.car-tskt span
{
    flex-basis: 49%;
    margin-bottom: 1rem;
    font-size: .9em;
}
.car-tskt li span
{
   display: block;
}
.car-tskt i
{
    color: var(--Blue) !important;
    font-size: .8em;
}
.title-sub
{
    font-size: .8em;
    color: #6d6d6d;
}

/*phân trang*/
.bigcar-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.bigcar-pagination ul li a {
    display: inline-block;
    text-align: center;
    color: var(--tqBlack);
    width: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0.5rem 0 0;
    background: var(--tqWhite);
    border-radius: 4px;
    border: 1px solid var(--tqGray);
}

.bigcar-pagination ul li a:hover {
    background: var(--tqBlue) !important;
    color: var(--tqWhite);
}

.bigcar-active-pag {
    background: var(--tqBlue) !important;
    color: var(--tqWhite) !important;
    font-weight: 700;
}

/*quảng cáo*/
.bigcar-qc {
    margin-top: 2rem;
}

/*nút xem thêm*/
.bigcar-load-more {
    text-align: center;
    margin-top: 1rem;
}

.bigcar-btn-load-more {
    background: var(--red-color);
    color: var(--white);
    padding: 0.8rem 4rem;
    border-radius: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-size: 1.6rem;
}

.bigcar-btn-load-more:hover {
    background: red;
    color: var(--tqBlack);
}

/*breadcrumb*/
.bigcar-breadcrumb .bigcar-container {
    position: relative;
    
}

.bigcar-breadcrumb .bigcar-box {
    margin-top: 1em;
}

.bigcar-breadcrumb .bigcar-box .bigcar-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bigcar-breadcrumb .bigcar-content i {
    color: var(--tqGray);
    margin: 0 0.5rem;
}

.bigcar-breadcrumb .bigcar-content a, .bigcar-breadcrumb .bigcar-content strong , .bigcar-breadcrumb .bigcar-content span {
    text-transform: capitalize;
}

.ft-title
{
    color: var(--red-color);
    text-transform: uppercase;
    margin-bottom: 1.5em;
    display: block;
}

.bigcar-breadcrumb .bigcar-content a:hover {
    color: var(--red-color);
}


/*hình ảnh*/

.giao-xe
{
    padding: 1em;
    margin-top: 2em;
    background: url(../images/bkg-giaoxe.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.giao-xe-tieu-de
{
    width: 1200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
.giao-xe-tieu-de h2
{
    color: #fff;
}
.giao-xe section
{
    width: 1250px;
    margin: 0 auto;
    
    
}

.giao-xe section .box img
{
    width: 95%;
    height: 330px;
    
}

/*thông tin về dịch vụ*/
.container-style {
    width: 1250px;
    margin: 0 auto;
    padding: 0.6em;
}
.dich-vu-ml
{
    background-image: url(../images/background-giao-xe.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.dv-content
{
    background-image: linear-gradient(to right, #959595 , #898b8d);
    width: 30%;
    padding: 1em;
    border-radius: 5px;
    
}
.dv-content li
{
    color: var(--bg-onlyone);
}
.dv-content li strong
{
    color: var(--white);
    display: block;
    margin-bottom: 0.5em;
    
}
.tin-trang-chu
{
    padding: 1em;
}
.tin-box
{
    width: 1250px;
    margin: 0 auto;
}
/*nút gọi điện, messenger, zalo*/
.contact-box {
    position: fixed;
    bottom: 5px;
    z-index: 100;
}

@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;
    border: none;
    outline: none;
    background-color: var(--red-color);
   
    cursor: pointer;
    border-radius: 50%;
    padding: .5em 1em;
}
  
#myBtn span
{
    font-size: 1.5em !important;
    color: #fff;
    padding: .3em .3em 0 .3em !important;
}

@media only screen and (max-width: 1270px) {
    .bigcar-container {
        width: 100%;
    }

    /*breadcrumb*/
    .bigcar-breadcrumb .bigcar-box {
       
        padding-left: 1em;
    }
}
@media only screen and (max-width: 1250px)
{
    .container-style, .tin-box, .giao-xe section, .giao-xe-tieu-de
    {
        width: 100%;
    }
}
@media only screen and (max-width: 1120px)
{
    .car-tskt li
    {
        flex-basis: 49%;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 1024px) {
    * {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .bigcar-title-page {
        margin-bottom: 1.5rem;
    }

    /*breadcrumb*/
    .bigcar-breadcrumb {
        background-position: right;
    }
    .dv-content
    {
        width: 45%;
    }
	

}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .bigcar-title h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .bigcar-car, .bigcar-news {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .bigcar-price {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    select {
        height: 35px;
    }

    .bigcar-polygon {
        width: 13px;
        height: 13px;
    }

    /*breadcrumb*/
    .bigcar-breadcrumb .bigcar-box {
        left: 10px;
    }
    .bigcar-list-news li
    {
        flex-basis: 100%;
    }
    .list-video-item
    {
        flex-basis: 49% !important;
    }
}
@media only screen and (max-width: 739px)
{
    .fb p {
        height: 473px;
        
    }
}
@media only screen and (max-width: 670px)
{
    .fb, .ttok  {
       flex-basis: 100% !important;
        
    }
    .fb p {
        height: auto !important;
        
    }
    .ttok
    {
        margin-top: 2em;
    }
}
@media only screen and (max-width: 600px)
{
    .dv-content
    {
        width: 55%;
    }
}
@media only screen and (max-width: 480px)
{
    .dv-content
    {
        width: 75%;
    }
    .bigcar-box-news .bigcar-box-list-news, .bigcar-box-news .bigcar-media
    {
        margin-top: 2em;
    }
    .giao-xe section .box img
    {
        width: 100%;
    }
}
@media only screen and (max-width: 360px)
{
    .dv-content
    {
        width: 100%;
    }
}



