@font-face {
    font-family: openSans;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: openSansBold;
    src: url(../font/OpenSans-Bold.ttf);
}

:root {
    --alBlack: #000000;
    --alBlackF: #242529;
    --alWhite: #333;
    --alBlue: #DEE8F4;
    --alBlueA: #2596cf;
    --alBlueHMb: #c6d7ec;
    --alGray: #F5F5F5;
    --alGrayListCars: #f2f2f2;
    --alGrayInfoCars: #555;
    --alBreadcrumb: #999;
    --alRed: #bd0f15;
    --alRedHover: #bd0f15;
    --alListLink: #293241;
    --alyellow:#bd0f15;
    --black2: #141414;
}

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: 'openSans', sans-serif;
    text-decoration: none;
}

body
{
    background: #fff;
    
}

h1 {
    font-family: 'openSansBold', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h2 {
    font-family: 'openSansBold', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h3 {
    font-family: 'openSansBold', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.tuvanmuaxeoto-clear-fix {
    clear: both;
}

a {
    
    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-radius: 4px;
    border: 1px solid #c7c5c5;
}

.car-home
{
    position: relative;
    overflow: hidden;
}
.da-ban
{
        background: var(--alRed);
    position: absolute;
    top: 25px;
    left: -57px;
    text-align: center;
    padding: 0.5em 1em;
    text-transform: uppercase;
    color: #000;
    width: 200px;
    transform: rotate(-45deg);
    z-index: 9;
}
.car-home-tieu-de
{
    display: block;
    height: 48px;
    overflow: hidden;
    margin: 0.6em;
    margin-left: .7em;
}

.tuvanmuaxeoto-container {
    width: 1200px;
    margin: 0 auto;
}

.tuvanmuaxeoto-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.tuvanmuaxeoto-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;
}

.tuvanmuaxeoto-car, .tuvanmuaxeoto-new {
    font-family: 'openSansBold', sans-serif;
    text-transform: capitalize;
    color: var(--alWhite);
}

.tuvanmuaxeoto-price {
    font-family: 'neoSansIntelBold', sans-serif;
    color: var(--alWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
}

.tuvanmuaxeoto-title {
    padding: 2rem 0;
}

.tuvanmuaxeoto-title h2 {
    display: inline-block;
    padding-bottom: 0.3rem;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 20px
}

.tuvanmuaxeoto-title h2:before
{
    content: '';
    position: absolute;
    width: 5px;
    left: 5px;
    top: 2px;
    bottom: 2px;
    background-color: var(--alyellow);
}

.year-title
{
    color: var(--alRed);
    font-weight: bold;
}

.gia_tra_truoc
{
    padding: 0 .5em .5em .8em;
    font-size: 1.15rem;
}

/*Dialog Styles*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
:root {
	--vs-primary: 29 92 255;
}
dialog {
	padding: 1rem 3rem;
	background: white;
	max-width: 400px;
	padding-top: 2rem;
	border-radius: 20px;
	border: 0;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: fadeIn 1s ease both;
	&::backdrop {
		animation: fadeIn 1s ease both;
		background: rgb(255 255 255 / 40%);
		z-index: 2;
		backdrop-filter: blur(20px);
	}
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 15px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
	h2 {
		font-weight: 600;
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 0.5rem 0;
		a {
			&:visited {
				color: rgb(var(--vs-primary));
			}
		}
	}
}

/*General Styles*/

.primary {
	display: inline-block;
	font-size: 0.8rem;
	color: #fff !important;
	background: rgb(var(--vs-primary) / 100%);
	padding: 13px 25px;
	border-radius: 17px;
	transition: background-color 0.1s ease;
	box-sizing: border-box;
	transition: all 0.25s ease;
	border: 0;
	cursor: pointer;
	box-shadow: 0 10px 20px -10px rgb(var(--vs-primary) / 50%);
	&:hover {
		box-shadow: 0 20px 20px -10px rgb(var(--vs-primary) / 50%);
		transform: translateY(-5px);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*Tải thêm tin xe*/
.pagination
{
    margin-bottom: 2em;
    text-align: center;
}

.tai-them
{
    padding: 0.6em 1.5em;
    color: rgb(27 44 93);
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    background: #ffdd00;
}
.tai-them:hover
{
    
    color: red;
    
}

.material-icons-outlined
{
    font-size: 1em !important;
}
.designed a
{
    color: #fff;
}

/*các bước*/
.container {
    width: 1200px;
    margin: 0 auto;
}
.quy-trinh
{
    background-image: url(../images/bkg_giao-xe.webp);
    background-size: cover;
    background-position: bottom;
   
}
.step {
    padding: 4rem 0;
    
    position: relative;
    z-index: 0;
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    display: block;
    z-index: -1;
}

.step h2 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 4rem;
    color: #fff;
}
.step .step-desc
{
    color: #fff;
}
.step-list {
    margin: 3rem 0 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-item {
    counter-increment: step;
    position: relative;
    flex-basis: 22%;
    text-align: center;
}

.step-item::before {
    content: counter(step, decimal-leading-zero);
    font-size: 80px;
    font-weight: 700;
    position: relative;
    color: #fedd80;
}

/*
.step-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d01818 none;
}

*/

*, ::after, ::before {
    box-sizing: border-box;
}

.step-title {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin: 2rem 0;
    text-transform: capitalize;
    color: #fedd80;
}

/*hình ảnh*/
.giao-xe
{
    padding: 1em;
    margin-top: 2em;
    background: url(../images/back-giao-xe.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 section
{
    width: 1200px;
    margin: 0 auto;
    
}
.giao-xe section .box img
{
    width: 95%;
    height: 330px;
    border-radius: 4px;
}

/*video box*/
.video-box
{
    background: url(../images/trang-chu/bg-video.webp);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
}
.container-video
{
    width: 1200px;
    margin: 0 auto;
}
.container-video h2
{
    color: #fff;
}
.flex-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
}
.flex-box li
{
    flex-basis: 24%;
}
.flex-box li img
{
    height: 200px;
    border-radius: 4px 4px 0 0;
}
.flex-box li a
{
    color: #000;
}
.flex-box li a:hover
{
    color: var(--alRed);
}
.al-title-video
{
    background: #fff;
    padding: .5rem;
    border-radius: 0 0 4px 4px;
}
/*breadcrumb*/
.tuvanmuaxeoto-breadcrumb {
    padding: 1.5rem 0 0.5rem;
    text-transform: capitalize;
}
.tuvanmuaxeoto-breadcrumb a
{
    color: #333;
}
.tuvanmuaxeoto-breadcrumb a:hover
{
    color: red;
}
.tuvanmuaxeoto-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: 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 #ec2424;
}

.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(--alRed);
    cursor: pointer;
   
    border-radius: 4px;
}

#myBtn span
{
    font-size: 1.5em !important;
    padding: .3em .3em 0 .3em !important;
}

/*style cho phiên bản mobile*/
@media only screen and (max-width: 1230px) {
    .tuvanmuaxeoto-container, .container {
        width: 100%;
    }
    .quy-trinh
    {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /*breadcrumb*/
    .tuvanmuaxeoto-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
    
}
@media only screen and (max-width: 1200px)
{
    .giao-xe-tieu-de, .giao-xe section, .container-video
    {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .tuvanmuaxeoto-breadcrumb {
        padding: 1.5rem 1rem 0;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .tuvanmuaxeoto-title h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .tuvanmuaxeoto-title {
        padding: 1.5rem 0;
    }

    select {
        height: 35px;
    }
    .tiktok-box
    {
        margin-top: 1.5em;
    }
    .flex-box li
    {
        flex-basis: 49%;
        margin-bottom: 1em;
    }
    .step-item
    {
        flex-basis: 49%;
        margin-bottom: 4em;
    }
    .step
    {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 420px)
{
    .step-item
    {
        flex-basis: 100%;
       
    }
    .step-item::before
    {
        font-size: 60px;
    }
}


