@font-face {
    font-family: openSans;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: openSansBold;
    src: url(../font/OpenSans-Bold.ttf);
}

:root {
    --xaBlack: #3c3d3c;
    --xaBlackTitle: #000000;
    --xaBlackF: #242529;
    --xaWhite: #ffffff;
    --xaBlue: #001964;
    --xaBlueA: #2596cf;
    --xaBlueHover: #002db3;
    --xaBlueFooter: #081336;
    --xaBlueInstallment: #DEE8F4;
    --xaGray: #F5F5F5;
    --xaGrayListCars: #E1E1E1;
    --xaGrayInfoCars: #555;
    --xaGrayNote: #888;
    --xaBreadcrumb: #999;
    --mau-do: #ee0d09;
    --mau-xanhHover: #bd0f15;
    --xaListLink: #293241;
    --mau-xanh: #007fff;
}

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: 'openSans', sans-serif;
    color: var(--xaBlack);
    text-decoration: none;
}

h1 {
    font-family: 'openSansBold', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.8rem;
}

h2 {
    font-family: 'openSansBold', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.8rem;
}

h3 {
    font-family: 'openSansBold', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}

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

a {
    color: var(--xaBlueA);
    cursor: pointer;
}

a:hover {
    color: var(--mau-do);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 4px;
}

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

select {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #c7c5c5;
}

.pdong-box-btn {
    width: 100%;
    text-align: center;
}

.pdong-btn-views {
    display: inline-block;
    background: var(--mau-xanh);
    color: var(--xaWhite);
    padding: 0.8rem 6rem;
    text-transform: uppercase;
    border-radius: 4px;
}

.pdong-btn-views:hover {
    background: var(--xaBlueHover);
    color: var(--xaWhite);
}

.pdong-container {
    width: 1200px;
    margin: 0 auto;
}

.pdong-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.pdong-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;
}

.pdong-car, .pdong-car-mb, .pdong-news {
    font-family: 'openSansBold', sans-serif;
    text-transform: capitalize;
    color: var(--xaBlackTitle);
    font-size: 1.6rem;
    line-height: 2.4rem;
	min-height:45px;
}

.pdong-price {
    font-family: 'neoSansIntelBold', sans-serif;
    color: var(--xaWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

.pdong-title {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pdong-polygon {
    width: 4px;
    height: 15px;
    background: var(--mau-xanh);
    margin-right: 0.5rem;
}

/*video row*/
.video-row
{
    margin: 1.5em 0;
}
.list-video-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-video-box li
{
    flex-basis: 24%;
}
.list-video-box li img
{
    height: 180px;
}
.pd-title-video
{
    margin-top: .5em;
    display: inline-block;
    overflow: hidden;
    height: 46px;
}
.pd-title-video a
{
    color: #000;
}
.pd-title-video a:hover
{
    color: var(--mau-xanh);
}
/*phân trang*/
.pdong-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

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

.pdong-pagination ul li a:hover {
    background: var(--xaBlue) !important;
    color: var(--xaWhite);
}

.pdong-active-pag {
    background: var(--xaBlue) !important;
    color: var(--xaWhite) !important;
    font-weight: 700;
}

/*breadcrumb*/
.pdong-breadcrumb {
    padding: 1.5rem 0;
    text-transform: capitalize;
}

.pdong-breadcrumb .fa-angle-right {
    margin: 0 3px;
    color: var(--xaBreadcrumb);
}

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

/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 20px;
    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: #c7c5c5;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    color: var(--red);
}
  
#myBtn:hover {
    background-color: var(--mau-xanh);
}

/*style cho phien ban Mobile*/
@media only screen and (max-width: 1230px) {
    .pdong-container {
        width: 100%;
    }

    /*breadcrumb*/
    .pdong-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
    .video-row
    {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    * {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .pdong-title {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .pdong-breadcrumb {
        padding: 1.5rem 1.5rem 0;
    }

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

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

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

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

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

    select {
        height: 35px;
    }

    .pdong-polygon {
        width: 4px;
        height: 13px;
    }
    .list-video-box li
    {
        flex-basis: 49%;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    /*breadcrumb*/
    .pdong-breadcrumb {
        padding: 1.5rem 1rem 0;
    }
    header
    {
        display: none;
    }
}
@media only screen and (max-width: 390px)
{
    .list-video-box li
    {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}


