﻿.widget-header-top {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
}

.header-top {
}

header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999999999;
    width: 100%;
    animation-name: unset;
    transition: unset;
    -webkit-animation-duration: unset;
    animation-duration: 1.25s;
    visibility: hidden;
    opacity: 0;
}

ul.tab-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
    background: #f1f1f1;
}

    ul.tab-buttons li {
        list-style: none;
    }

.tab-buttons > li {
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 40px !important;
}

.tab-content {
    position: relative;
    height: 600px;
    /* overflow: hidden; */
}

    .tab-content .vehicles-item {
    }

        .tab-content .vehicles-item.show {
            opacity: 1;
            pointer-events: all;
            padding-top: 40px;
        }

div#tabanh {
    padding-top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* margin: 10px 0; */
}

div#tabngoaithat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#tabanh {
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #CFD8DC;
}

    div#tabanh::-webkit-scrollbar {
        width: 10px;
    }

    div#tabanh::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }

    div#tabanh::-webkit-scrollbar-thumb {
        background-color: #052c5f;
        border-radius: 6px;
        border: 3px solid #fff;
    }

.tab-content .vehicles-item .k-img-car {
    transform: translateX(45px);
    opacity: 0;
    transition: all linear .3s;
}

.tab-content .vehicles-item.show .k-img-car {
    transform: translateX(0);
    opacity: 1;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.car-header-vehicles-child {
    background: url(/Design/img/HyundaiBinhThuan/Vehicles/bg-sp.jpg);
    background-position: bottom;
    background-size: cover;
    height: 600px;
}

ul.tab-buttons li.filter img.actived {
    display: none;
}

ul.tab-buttons li.filter.show-active img.actived {
    display: block;
}

ul.tab-buttons li.filter.show-active img.not-active {
    display: none;
}

ul.tab-buttons li.filter img {
    margin: auto;
}

ul.tab-buttons .download a img {
    margin: auto;
    /* padding-bottom: 0px; */
}

.menu-all-tab-scroll.fix .menu-bottom-content-car-home {
    background: #e7e7e7;
}

ul.tab-buttons .download {
    line-height: 40px;
}

h1.title-vehicles-child {
    font-size: 24px;
    text-transform: uppercase;
    color: #052c5f;
    font-family: 'BaiJamjuree-SemiBold';
}

.infoCarDesChild {
    padding: 12px;
    background: rgb(255 255 255 / 50%);
    background-size: cover;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 11px;
    row-gap: 11px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px dashed;
}

.decorDesChildCar span {
}

span.lineDesCarChild {
    margin: 0;
    color: #1E1E1E;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

span.lineNameDesCarChild {
    margin: 0;
    color: #CC1320;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.tab-content .vehicles-item.show .row {
    margin-left: -8px;
    margin-right: -8px;
}

span.slogan-vehicles-child {
    color: #333;
    font-size: 17px;
    font-family: 'MONTSERRAT-REGULAR';
}

.wp-button-caluter {
    display: flex;
    margin-top: 25px;
}

    .wp-button-caluter a {
        width: auto;
        padding: 9px 10px;
        background: #052c5f;
        color: #fff;
        /* margin-bottom: 5px !important; */
        display: inline-block;
        margin-right: 5px;
        border-radius: 5px;
        /* font-family: AvertaR; */
    }

        .wp-button-caluter a:hover {
            background: #052c5f;
        }

div#tab-ngoaithat {
    padding-top: 30px;
}

.car-color-img {
    display: none;
    /* height: 100%; */
}

    .car-color-img.show {
        display: block;
    }

li.color-select.show-active {
    /* border: 2px solid #6e98d0; */
}

ul.car-color-code {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

    ul.car-color-code li {
        list-style: none;
        margin: 0 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

.decorHexa {
    outline: none;
    position: absolute;
    cursor: pointer;
    /* width: 90%; */
    /* height: 90%; */
    -webkit-appearance: none;
    border: 0px;
    top: 5%;
    left: 5%;
    bottom: 5%;
    right: 5%;
    /* padding: 5%; */
    /* margin: 5%; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hexagon {
    display: inline-block;
    */ vertical-align: top;
    position: relative;
    /* width: 35px; */
    height: 35px;
    margin: 0px 0px 3px 0px;
    /* border: 1px solid #0c7dfe; */
    /* box-shadow: 0px 0px 3px 0px #ccc; */
    display: inline-block;
    padding: 10px 22px;
    background: #000;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

ul.car-color-code li span {
    margin-right: 10px;
    color: #1E1E1E;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

li.item-img-detail-car {
    list-style: none;
}

    li.item-img-detail-car a img {
        width: 100%;
        height: 100%;
    }

ul.list-img-detail-car {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

div#tab-anh {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-img-detail-car.show-active {
    display: block;
}

.widget-img-detail-car {
    display: none;
}

ul.list-title-img-car-home {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

li.item-title-img-car-home {
    list-style: none;
    padding: 10px;
}

    li.item-title-img-car-home span {
        font-size: 14px;
        color: #333;
        font-family: 'AvertaR';
        text-transform: uppercase;
        cursor: pointer;
    }

    li.item-title-img-car-home span {
        border-bottom: 2px solid transparent;
    }

    li.item-title-img-car-home.show span {
        border-bottom: 2px solid #333;
    }

div#tab-phim {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.list-menu-bottom-content-car-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

li.item-menu-bottom-content-car-home {
    list-style: none;
    padding: 10px;
}

    li.item-menu-bottom-content-car-home a {
        font-size: 18px;
        color: #333;
        font-family: 'BaiJamjuree-SemiBold';
        border-bottom: transparent;
        font-weight: 500;
    }

.menu-all-tab-scroll {
    background: url(/Design/img/XeTaiDoThanh/About/Back.png) no-repeat;
    background-size: cover;
    border-radius: 12px;
}

    .menu-all-tab-scroll li.item-menu-bottom-content-car-home a {
        color: #fff;
    }

    .menu-all-tab-scroll.fix li.item-menu-bottom-content-car-home a {
        color: #333;
    }

li.item-menu-bottom-content-car-home.show a {
    color: #F44336;
    border-bottom: 2px solid;
}

li.item-menu-bottom-content-car-home:hover a {
    color: #F44336;
    border-bottom: 2px solid;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: revert;
}

.menu-all-tab-scroll.fix .menu-bottom-content-car-home {
    background: #e7e7e7;
}

h3.car-list-title {
    width: max-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #052c5f;
    color: #fff !important;
    font-family: 'BaiJamjuree-SemiBold';
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    padding: 0 12px;
    font-size: 16px;
    font-weight: normal;
}

.title-car-list-content {
    margin-top: 20px;
    border-bottom: 1px solid #052c5f;
    margin-bottom: 30px;
}

.car-list-content-detail section h3 {
    font-family: 'BaiJamjuree-SemiBold';
    color: #555;
}

.car-list-content-detail section > div {
    font-family: 'Montserrat-Regular';
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
    font-size: 19px;
    color: #777;
}

section img {
    max-width: 100% !important;
    width: 100% !important;
}

.header-bottom.fixed {
    position: unset !important;
}

.menu-all-tab-scroll.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background-color: #f1f1f1;
    width: 100%;
}

div#tabphim {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    transition: all .3s;
}

.box-text-inner h4 {
    font-size: 17px;
    color: #333;
    font-family: 'BaiJamjuree-SemiBold';
    margin: 0;
    text-align: center;
}

p.loop-price {
    color: #777;
    font-family: 'AvertaR';
    margin: 5px 0;
    text-align: center;
}

.loop-tool a.btn-link {
    width: max-content;
    padding: 9px 10px;
    background: #0071bc;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    /* text-align: center; */
}

    .loop-tool a.btn-link:hover {
        background: #052c5f;
    }

.loop-tool {
    text-align: center;
}

.widget-list-car-vehicles-home {
    padding: 40px 0;
    border: 1px dashed;
    border-radius: 5px;
}

.box-image .image-zoom:hover img {
    transform: scale(1.1);
}

.car-color-img img {
    height: 415px;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

li.color-select.show-active .hexagon {
    background: #CC1320;
}

div#tabcolor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-dongxe select {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 40%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

select:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}

.widget-dongxe {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

span.title-widget-dongxe {
    display: block;
    font-size: 20px;
    font-family: 'AvertaR';
    margin-right: 10px;
}

/*Thong so*/
.property-table .property-bg {
    background-color: #f0f4f6;
}

.property-table tr td {
    border: 1px solid #c6cacb;
    text-align: center;
    background: #fff;
}

table .col-sm-3 {
    width: 33.333333%;
}

th:first-child, td:first-child {
    padding-left: 0;
}

td {
    color: #333;
}

th, td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 1rem;
}

.property-table {
    margin-bottom: 0;
}

.table {
    display: table;
}

table {
    width: 100% !important;
    margin-bottom: 1em;
    border-color: #333;
    border-spacing: 0;
    font-family: 'Montserrat-Regular' !important;
    background: rgb(255 255 255 / 60%);
}

    table * {
        font-family: 'Montserrat-Regular' !important;
    }

.car-content-vehicles-child {
    padding-bottom: 30px;
    background: url(/Design/img/XeTaiDoThanh/About/DecorAbout.png);
    background-size: contain;
}

.list-feature > tbody > tr > td {
    padding: 7px 0 7px 45px;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    border: 1px solid #c6cacb;
    height: 19px;
}

li.item-other-car-child {
    list-style: none;
}

.box-other-car-child img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.box-text-other-car-child {
    margin-top: 15px;
}

.item-other-car-child:hover .box-other-car-child img {
    transform: scale(1.1);
}

.item-other-car-child:hover .box-text-inner h4 {
    color: #0071bc;
}

.car-price a {
    font-size: 16px;
    color: #CC1320;
    font-family: 'BaiJamjuree-Medium';
}

ul.list-other-car-child {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 25px;
}

.box-text-inner {
    text-align: center;
}

.box-other-car-child a.plain .box-image {
}

.contentThongSoChild p {
    font-family: 'Montserrat-Medium' !important;
}

.titleDecorNT {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    left: 0;
    background: #fff;
}

.swiper-slide.itemImgNT {
    position: relative;
}

.wNgoaiThatChild {
    padding: 15px 0;
}

.itemImgNT img {
    height: 425px;
}

.titleDecorNT h4 {
    font-size: 18px;
    color: #333;
    font-family: 'BaiJamjuree-SemiBold';
    border-bottom: transparent;
    font-weight: 500;
    text-align: center;
}
/*==================================================*/

/*=============================================================*/

/*End*/
@media (max-width: 739px) {
    section img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }

    .car-content-vehicles-child {
        margin-top: 15px;
    }

    .tab-content .vehicles-item.show {
        padding-bottom: 20px;
    }

    .box-image img {
        position: unset !important;
    }

    .header-bottom {
        z-index: 5;
        width: 100%;
        position: relative !important;
    }

    h1.title-vehicles-child {
        font-size: 20px;
    }

    .infoCarDesChild {
        padding: 12px;
        background: rgb(255 255 255 / 50%);
        background-size: cover;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 9px;
        row-gap: 9px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 1px dashed;
    }

    .wp-button-caluter {
        margin-bottom: 20px;
    }

    span.slogan-vehicles-child {
        font-size: 16px;
    }

    span.lineDesCarChild {
        font-size: 13px;
    }

    span.lineNameDesCarChild {
        font-size: 13px;
    }
}