@font-face {
    font-family: NobelVnuR;
    src: url(../fonts/NobelVnu-Regular.woff);
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: NobelVnuBook;
    src: url(../fonts/NobelVnu-Book.woff);
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: NobelVnuL;
    src: url(../fonts/NobelVnu-Light.woff);
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: NobelVnuB;
    src: url(../fonts/NobelVnu-Bold.woff);
    font-display: swap;
}
.NobelVnuR {
    font-family: "NobelVnuR", Arial, sans-serif;
    font-weight: normal;
}
.NobelVnuBook {
    font-family: "NobelVnuBook", Arial, sans-serif;
    font-weight: normal;
}
.NobelVnuL {
    font-family: "NobelVnuL", Arial, sans-serif;
    font-weight: normal;
}
.NobelVnuB {
    font-family: "NobelVnuB", Arial, sans-serif;
}
body {
    font-family: "NobelVnuBook", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
h3 strong {
    font-family: "NobelVnuB", Arial, sans-serif;
}
a{
    text-decoration: none;
}
.header {
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    transition: background-color .3s,opacity .3s;
    width: 100%;
    z-index: 30;
    background-color: rgba(0,0,0,0.93);
    z-index: 9999;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header .navbar{
    padding: 0;
    height:65px;
}
.header-wrapper{
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
    width: 200px;
}
.flex-right {
    margin-left: auto;
}
.menu-right{
    display: flex;
    align-items: center;
}
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu {
    align-items: center;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}
.nav-right {
    justify-content: flex-end;
}
.main-menu>li {
    list-style: none;
    margin: 0 7px;
    padding: 0;
    transition: background-color .3s;
}
.main-menu>li, .main-menu>li>a {
    display: inline-block;
}
.main-menu>li {
    margin: 0 13px;
    position: relative;
}
.main-menu li:first-child {
    margin-left: 0!important;
}
.main-menu > li > a {
    font-family: "NobelVnuR", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: hsla(0,0%,100%,.8);
    line-height: 50px;
}
.sub-menu {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 260px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 9;
    padding: 20px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border: 2px solid #ddd;
}
.main-menu > li:hover .sub-menu  {
    left: -15px;
    max-height: inherit;
    opacity: 1;
    visibility: visible;
}
.sub-menu li {
    display: block;
    margin: 0;
    vertical-align: top;
}
.sub-menu>li>a {
    display: block;
    line-height: 1.3;
    padding: 10px 20px;
    width: auto;
}
.sub-menu>li>a{
    color: hsla(0,0%,40%,.85);
    transition: all .2s;
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    text-rendering: optimizeLegibility;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    /*font-weight: bolder;*/
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    /*min-height: 2.5em;*/
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    /*text-transform: uppercase;*/
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    vertical-align: middle;
    /*margin-bottom: 1em;*/
}
.button {
    color: #fff;
    background-color: #00adef;
    border-radius: 5px;
}
.list-car{
    margin-bottom: 30px;
}
.block-list-car{
    margin-top: 30px;
}
.heading{
    font-size: 1.6rem;
    text-transform: uppercase;
}
.car-heading h3{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #ececec;
}
.car-heading h3 span{
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;

}
.car-heading h3 b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}
.car-heading h3 b{
    display: none;
}

.box-car-info{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.box-car-info {
    font-size: 1rem;
    padding: 0px 20px 0px 0px
}
.box-car-info h3{
    font-size:300%;
}
.box-car-thumbnail{
    margin-bottom: 1rem;
}
.box-car-content{
    text-align: center;
}
.box-car-content span {
    font-size: 115%;
    line-height: 1px;
    color: #00adef;

}
.box-car-content p {
    font-size: 110%;
    line-height: 1px;
    margin-top: 1.3rem;
}
.footer-wrapper {
    position: relative;
    width: 100%;
}
.block{
    align-items: center;
    padding: 30px 0;
    position: relative;
    width: 100%;
}
.block-news {
    padding: 30px 0;
    background-color: rgb(234, 234, 234);
    font-size: 1rem;
}
.news-heading{
    margin-bottom: 20px;
}
.block-news h2 {
    font-size: 150%;
    font-weight: normal;
    text-transform: uppercase;
}
.block-news .news-item {
    margin-bottom: 0;
    padding: 0 2px 3px;
}
.box {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.box-news {
    display: table;
    width: 100%;
}
.box-news h4 {
    line-height: 1.3;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    font-size: 16px;
}
.box-news .box-images,.box-news .box-content {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}
.box-images {
    width:46%;
}
.box-content {
    background-color: rgb(255, 255, 255);
    padding: 3px 3px 3px 5px;
}
.is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.box-content .is-divider {
    height: 2px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.box-content button {
    background-color: transparent!important;
    border-color: transparent!important;
    padding-left: 0.15em;
    padding-right: 0.15em;
    color: #00adef;
    margin-top: 1em;
    text-transform: uppercase;
}
.car-carousel.owl-carousel .owl-nav .owl-prev, .car-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    color: #fff;
    background: #FF9800;
    padding: 15px 5px;
}
.slideshow.owl-carousel .owl-nav .owl-prev, .slideshow.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    font-size: 35px !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 50%;
    padding: 15px !important;
    width: 50px;
    height: 50px;
    /* vertical-align: middle; */
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshow.owl-carousel .owl-dots {
    width:100%;
    position: absolute;
    bottom: 0;

}
.slideshow .owl-nav button.owl-prev {
    left: 15px;
}
.slideshow .owl-nav button.owl-next {
    right: 15px;
}
.car-carousel.owl-carousel .owl-nav .owl-prev{
    left: -5px;
}
.car-carousel.owl-carousel .owl-nav .owl-next {
    right: -5px;
}
.slide-item {
    width: 100%;
    position: relative;
}
.slide-item .slide-img{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.slide-item .slide-content{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.slide-item .container{
    position: relative;
    height: 100%;
}
.slideshow-block{
    width: 48%;
    position: absolute;
    top:20%;
    left:0;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.576);
}
.slideshow-block .text-inner {
    padding: 50px 25px 50px 25px;
    color: #ffffff;
}

.slideshow-block .text-inner h2 {
    font-size: 180%;
    text-transform: uppercase;
}
.slideshow-block .text-inner p {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0;
}
.archive-list{
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.product-content {
    font-size: .9em;
    padding-bottom: 1.4em;
    padding-top: 0.7em;
    position: relative;
    width: 100%;
}
.product-content h3 {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}
.product-content h3 a {
    font-size: 140%;
    font-family: "NobelVnuB", Arial, sans-serif;
    color: black;
}
.price-wrapper .price {
    display: block;
}
.price {
    line-height: 1;
}
.archive-content {
    width: 100%;
    padding: 50px 0;
    /*background: #000000;
    color: #ffffff;*/
    text-align: justify;
}
.archive-content h1 {
    font-size: 350%;
}
.archive-content a {
    color: #ffffff;
}
.gallery-item {
    width: 100%;
    position: relative;
    outline: none;
}
.gallery-wrapper {
    display: flex;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    outline: none;
}
.gallery-item::after {
    padding-top: 75%;
    display: block;
    content: "";
}
.gallery-wrapper img {
    cursor: zoom-in;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    background-color: rgb(238, 238, 238);
    display: inline-block !important;
    outline: none;
}
.auto-menu {
    border: 1px solid #d6d6d6;
    background: #f9eac9;
    padding: 20px;
    margin-top: 26px;
    margin-bottom: 30px;
    width: 50%;
}
.auto-menu .title-box {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background: url(/resources/images/ic-automenu.png) no-repeat scroll left center;
    padding-left: 30px;
}
.auto-menu ul {
    margin-left: 0;
    padding-left: 0 !important;
    list-style-type: none;
    display: none;
}
.auto-menu ul.active {
    display: block;
}
#new-detail {
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #ededed;
}

#new-detail ul {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 20px;
}
.auto-menu .title-box i {
    color: #aeb2b4;
    font-weight: 500;
    float: right;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 30px;
}
.auto-menu ul li {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
}
#new-detail ul li {
    margin-bottom: 15px;
}
.auto-menu-neo {
    display: none;
    position: fixed;
    top: 100px;
    z-index: 100;
    max-width: 314px;
}
.auto-menu-neo .btn-open-menu {
    background: url(/resources/images/ic-automenu.png) no-repeat scroll center center;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    background-color: #f9eac9;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.auto-menu-neo .content {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    background-color: #f9eac9;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
    width: 314px;
    padding: 15px 0 20px 0;
    margin-top: 5px;
    position: relative;
    display: none;
    box-sizing: border-box;
    max-height: calc(100vh - 150px) !important;
    overflow: auto;
}
.auto-menu-neo .title-box {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background: url(/resources/images/ic-automenu.png) no-repeat scroll left center;
    padding-left: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.auto-menu-neo .title-box i {
    color: #aeb2b4;
    font-weight: 500;
    float: right;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.auto-menu-neo ul.active {
    display: block;
    list-style: none;
}
#new-detail ul li {
    margin-bottom: 15px;
}
.auto-menu-neo ul li a {
    color: #139bd7;
    padding: 5px 12px 5px 20px;
    display: block;
}
.auto-menu-neo ul.active {
    display: block;
}
.auto-menu-neo .content.active {
    display: block;
}
.auto-menu-neo ul li a.active {
    color: #fff !important;
    background-color: #139bd7;
}
.product-head h1.single-product-title {
    font-size: 140%;
    font-family: "NobelVnuB", Arial, sans-serif;
    color: black;
    text-transform: uppercase;
}
.product-head .single-price {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0.5em 0;
    color: #fd0000;
}
.khuyen-mai{
    margin: 20px 0;
}
.media {
    margin-top: 15px;
    min-height: 85px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-object {
    display: block;
}
#news-list {
    padding-right: 15px;
    padding-left: 15px;
}
#detail-new {
    width: 100%;
}
.page-title {
    border-bottom: 1px solid #ededed;
}
#news-list .media.news2 {
    padding-bottom: 10px;
    padding-top: 2px;
    border-bottom: 1px dotted #ddd;
}
#news-list .media-body a {
    color: #000;
}
h4.media-heading, h3.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    font-weight: bold;
}
#news-list .media-body h3 {
    font-size: 18px;
}
.media-body .media-date {
    display: block;
    color: #aaaaaa;
}
.view-detail {
    background: #ddd;
    padding: 2px 10px;
    border-radius: 3px;
    color: #333!important;
    float: right;
    margin-top: 10px;
    font-size: 11px;
}
.sidebar {
    list-style: none;
    padding: 0;
}
.box-relative {
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    margin-bottom: 20px;
}
.news-head h3, .news-head h4 {
    margin-top: 0;
    font-size: 14px;
    padding: 10px 0;
    /* color: #FF9800; */
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}
.news-head h3 span, .news-head h4 span {
    padding: 10px 8px;
    border-bottom: 2px solid #FF9800;
}
.box-relative .relative-body {
    padding: 10px;
}
.box-relative .media {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.media:first-child {
    margin-top: 0;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.hp-media-left {
    width: 35% !important;
}
.box-relative .media h4, .box-relative .media h5 {
    font-size: 14px;
    line-height: 19px;
}
h5.media-heading a, h4.media-heading a, h3.media-heading a {
    color: #000;
}
.product-item {
    background-color: #fff;
    border: none;
    /* border-radius: 3px; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.products-slider .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item .product-image {
    display: block;
    position: relative;
}
.box-cars a {
    color: #000;
}
.has-menu-dots {
    position: relative;
    padding-right: 20px !important;
}
.product-item .product-info {
    padding: 10px;
}
.products-slider .product-item .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item .info-left {
    margin-bottom: auto;
}
.product-item .product-title {
    /* font-family: "Roboto",sans-serif; */
    font-size: 100%;
    font-weight: 500;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.product-item .price, .product-meta .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: center;
    font-size: 140%;
    font-family: "NobelVnuB", Arial, sans-serif;
    color: #fd0000;
}
.price-text {
    margin-right: 2px;
}
.product-item .price .price-text, .product-meta .price .price-text {
    font-size: 1rem;
    font-weight: 400;
    padding-right: 5px;
    line-height: 1rem;
    color: #666;
}
.product-item .info-right .price .price-text, .product-meta .info-right .price .price-text {
    padding-right: 5px;
}
.product-item .price .price-value {
    line-height: 1.5rem;
    font-size: 15px !important;
    font-weight: 600;
    margin-right: 5px;
    color: #FF9800;
}
.footer-top-one {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(119, 119, 119);
}
.footer-top-one .container{
    padding: 0 15px 30px;
    position: relative;
}
.footer-top-one {
    color:#ffffff;
}
.footer-top-one h3{
    margin-bottom: 20px;
}
#gap-footer {
    padding-top: 32px;
}
.footer-top, .footer-bot {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(0,0,0);
}
.footer-top .footer-widget h2{
    font-size: 1.3rem;
    color:#ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-top ul.social-list{
    list-style: none;
    padding: 0;
    display: inline-block;
    font-size: .85em;
    vertical-align: middle;
}
.footer-top ul.social-list li{
    display: inline-block;
    margin-left: 0.12em;
    margin-right: 0.12em;
    min-width: 2.5em;
}
.footer-top ul.social-list li a {
    background-color: transparent;
    border: 2px solid;
    border-radius: 50% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-color: hsla(0,0%,100%,.5);
    padding:10px;
    line-height: 2.19em;
    color: inherit;
}
.footer-top{
    color:#ffffff;
}
.footer-bot{
    color: rgba(0,0,0,.5);
    font-size: .9em;
    padding: 10px  0 15px;
    color: hsla(0,0%,100%,.5);
}
.footer-secondary {
    padding: 7.5px 0;
}
.menu-lasted {
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .85em;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    opacity: .8;
    padding-bottom: 5px;
    border-color: hsla(0,0%,100%,.08);
}
.menu-lasted li {
    display: inline-block;
    margin: 0 0.4em;
    list-style: none;
}
.menu-lasted li a, .footer-bot a {
    color: hsla(0,0%,100%,.5);
}
.menu-lasted li:first-child {
    margin-left: 0;
}
.main-menu > li > a  i {
    font-size: 12px;
    font-weight: 100;
}
@media (max-width: 1200px){
    .main-menu>li {
        margin: 0 10px;
    }
    .main-menu > li > a{
        font-size: 14px;
    }
}
@media (min-width: 550px){
    #gap-footer {
        padding-top: 30px;
    }
}
.back-btn {
    background: #dfdede;
}
.menutoggle{
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.menutoggle.active
{
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-mobile{
    display: none;
}
.menu-mobile.active{
    display: block;
}
.menu-wrapper{
    width: 100%;
    height: calc(100% - 65px);
    z-index: 999;
    background-color: #ffffff;
    position: fixed;
    top: 65px;
    left:  0;
    right: 0;
    bottom: 0;
}
.mobile-menu  {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 1s ease;
    height: 100%;
}
.mobile-menu li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    color: #000000;
}
.mobile-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #ffffff;
    width: 100%;
    visibility: hidden;
    transition: all .2s ease;
    height: 100%;
}
.open-submenu .mobile-sub-menu {
    left: 0;
    top: 0;
    z-index: 2;
    visibility: visible;
    transition: all .2s ease;
}
#exampleModal{
    z-index: 9999;
}
.image-gallery.owl-carousel .owl-nav .owl-prev, .image-gallery.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background: rgba(255, 152, 0, 0.8);
    padding: 10px 15px !important;
    color: #fff !important;
    font-size: 18px;
}
.image-gallery.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.image-gallery.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
    background: #FFF;
    margin: 0 12px;
}
.data {
    margin-bottom: 20px;
}
.data h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: block;
    /* max-height: 40px; */
    overflow: hidden;
}
.data h2 a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}
.data span {
    color: #999;
}
.data .col-md-4 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.list-tin .price {
    font-size: 21px;
    color: #FF9800;
    font-weight: bold;
}
.sidebar .title-news {
    padding-left: 10px;
}
.sidebar .above .title-news span {
    font-size: 16px;
}
.car-infos, .content-cat ul {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar li {
    margin-bottom: 10px;
}
.sidebar li {
    padding-left: 1em;
    text-indent: -0.7em;
}
.content-cat ul li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.content-cat ul li {
    margin-left: 0;
}
.sidebar li a {
    color: #333333;
    font-size: 1rem;
    line-height: 24px;
    font-weight: normal;
}
.content-cat ul li a {
    padding: 5px 20px;
}
.content-cat ul li a i {
    margin-right: 10px;
}
.detail-product {
    margin-top: 30px;
}
.title-product {
    clear: none;
    margin-top: 10px;
    padding: 0;
}
.title-product {
    font-size: 20px;
    font-weight: 600;
}
.rt-woocommerce-product-gallery-figure {
    position: relative;
}
.rt-woocommerce-product-gallery-figure .bage {
    position: absolute;
    top: 15px;
    left: 15px;
}
.rt-woocommerce-product-gallery-figure .bage {
    width: 80px;
    z-index: 999999;
}
.gallery-item {
    width: 100%;
    position: relative;
    outline: none;
}
.basic-info .item {
    line-height: 29px;
    /* font-size: 16px; */
    padding: 0 0 0 5px;
}
.basic-info .labels {
    float: left;
    width: 36%;
    color: #ff9800;
}
.basic-info .value {
    width: 60%;
}
.basic-info .highlight {
    background: #f0f0f0;
}
.car-status {
    padding: 2px 10px;
    color: #fff;
    background-color: #0fcb4d;
    /* border-radius: 3px; */
    /* text-transform: uppercase; */
    white-space: nowrap;
    font-size: 90%;
    line-height: 14px;
    margin-top: 6px;
}
.car_old {
    background-color: #FF9800;
}
.product-common {
    padding: 3px 10px;
}
.list-tin .description {
    padding: 15px;
}
.supports{   
 position: fixed;
    right: 0;
    background: #fffe;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 20%;
    padding: 10px 0;
    border: 1px solid #f2f2f2;}
.supports ul{list-style: none;margin: 0;}
.supports ul li a{    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;}
.supports ul li a .icon{width: 36px;height: 36px;display: block;background-repeat: no-repeat;background-size: contain;margin: 0 auto;background-position: center center}
.supports ul li a .icon_local{background-image: url(../images/best-price.png);}
.supports ul li a .icon_zalo{background-image: url(../images/widget_icon_zalo.svg);}
.supports ul li a .icon_call{background-image: url(../images/widget_icon_click_to_call.svg);}
.supports ul li a .icon_mess{background-image: url(../images/Messenger.svg);}
.supports ul li a .icon_sms{background-image: url(../images/widget_icon_contact_form.svg);}
@media(max-width:768px) {
.supports{padding: 5px 0 8px;}
.supports ul li{width: 20%;float: left;}
.supports{width: 100%;bottom: 0;left: 0;border-radius: 0;background: #fff;}
.supports ul li a .icon_call{width: 54px;height: 54px;background-color: #6cb917;border: 2px solid white;background-size: 27px;border-radius: 50%;margin-bottom: 4px;}
.supports ul li.icon_mb{position: relative;top: -23px;}
}

.pagination a{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
@media (min-width: 768px){
    .data h2 {
        margin-top: -4px;
        margin-bottom: 5px;
        max-height: 40px;
    }
}

@media (max-width: 768px){
    .slide-item .slide-content{
        display: none;
    }
    .auto-menu {
        width: 100%;
    }
    .giaxe h2 {
        font-size: 16px;
    }
}