/*
Theme Name: Flatsome Child
Description: Flatsome Child Theme
Author: flatsome
Template: flatsome
Version: 3.0
*/

@font-face {
    font-family: 'HyundaiSansVNHeadOffice-Medium';
    src: url('fonts/HyundaiSansVNHeadOffice-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansVNHeadOffice-Light';
    src: url('fonts/HyundaiSansVNHeadOffice-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansVNHeadOffice-Bold';
    src: url('fonts/HyundaiSansVNHeadOffice-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-Bold';
    src: url('fonts/HyundaiSansText-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-BoldItalic';
    src: url('fonts/HyundaiSansText-BoldItalic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-Italic';
    src: url('fonts/HyundaiSansText-Italic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-Medium';
    src: url('fonts/HyundaiSansText-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-MediumItalic';
    src: url('fonts/HyundaiSansText-MediumItalic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansText-Regular';
    src: url('fonts/HyundaiSansText-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HHyundaiSansHead-Light';
    src: url('fonts/HyundaiSansHead-Light.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'HyundaiSansText-Regular';
    font-size: 15px;
    display: inline-block;
    width: 100% !important;
    color: #333;
    overflow-x: hidden;
    font-weight: 400;
    float: left;
    line-height: 25px;
}

.logobenvung {
    max-width: 180px;
}

.title-image {
    max-width: 180px;
    display: block;
    text-align: right;
    margin-left: auto;
}

.nav>li>a {
    font-size: 13px;
    font-weight: 700;
}

.pb-col-0 .col {
    padding-bottom: 0;
}

.section-title-center span {
    margin: 0;
}

.section-title-center {
    justify-content: center;
}

.text-capp .section-title-main {
    text-transform: capitalize;
}

.thong-tin-tu-van {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cards-gap, 30px);
    justify-content: center;
    text-align: center;
    width: 100%;
}

.thong-tin-tu-van a {
    color: #fff;
}

.tu-van-dklt {
    font-size: 19px;
    font-weight: 600;
}

.tu-van-span {
    font-size: 16px;
    padding-top: 8px;
    display: block;
}

.custom-row {
    display: grid;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.custom-row.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.custom-row.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-row.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-row.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-row.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.custom-row.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.custom-col {
    min-width: 0;
    box-sizing: border-box;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: auto;
}

/* Contact information element (UX Builder). */
.hyundai-contact {
    box-sizing: border-box;
    width: 100%;
    color: #fff;
}

.hyundai-contact__details {
    max-width: 850px;
}

.hyundai-contact__row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 18px;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.38;
}

.hyundai-contact__label,
.hyundai-contact__value,
.hyundai-contact__value:hover,
.hyundai-contact__value:focus {
    color: inherit;
}

.hyundai-contact__label {
    white-space: nowrap;
}

.hyundai-contact__value {
    font-weight: 700;
}

.hyundai-contact__social-title {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.4;
}

.hyundai-contact__socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
    padding-left: 2px;
}

.hyundai-contact__social {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--contact-bg, #10518f);
    background: #000;
    border-radius: 50%;
    transition: transform .2s ease, opacity .2s ease;
}

.hyundai-contact__social:hover,
.hyundai-contact__social:focus {
    color: var(--contact-bg, #10518f);
    opacity: .82;
    transform: translateY(-2px);
}

.hyundai-contact__social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.hyundai-contact__social--youtube svg {
    width: 16px;
    height: 16px;
}

.hyundai-contact__zalo {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -.8px;
}

.section-title-container {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .hyundai-contact__row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 12px;
        line-height: 1.35;
    }

    .hyundai-contact__social-title {
        margin-top: 10px;
    }

    .hyundai-contact__socials {
        gap: 20px;
        margin-top: 20px;
    }

    .thong-tin-tu-van div {
        width: 100%
    }

    .title-blog {
        margin-bottom: 40px;
    }

    body .header.show-on-scroll,
    body .stuck .header-main {
        height: 50px !important;
    }
}

/* Tablet */
@media (max-width: 991px) {

    .custom-row.columns-3,
    .custom-row.columns-4,
    .custom-row.columns-5,
    .custom-row.columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hcp-news-focus .v-controller {
    display: block;
    width: 190px !important;
    max-width: 190px;
    height: 190px;
    position: absolute;
    top: calc(50% - 95px);
    left: 50%;
    background: rgba(46, 62, 75, .25);
    z-index: 9999;
    transform: translateX(-50%);
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.v-controller span {
    z-index: 1000;
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    left: 0;
    top: calc(100% - 120px);
    font-weight: 700;
}

.v-controller::after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.step-item {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.step img {
    width: 585px;
    height: 318.82px;
    -o-object-fit: cover;
    object-fit: cover;
}

.step-img:after {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 13%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.step-info {
    padding: 28px 24px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    text-align: center;
}

.step-info h3 {
    margin-top: 50px;
    color: #fff;
}

.step-info-hover {
    display: none;
}

.step-info-hover h3 {
    margin-bottom: 40px;
    color: #fff;
}

.arrow-hover-action {
    display: none;
}

.step-item:hover .step-img:after {
    position: absolute;
    content: "";
    background: rgba(28, 31, 237, .45);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
}

.step-item:hover .step-info {
    display: none;
}

.step-item:hover .step-info-hover {
    display: block !important;
    text-align: center;
    padding-top: 10%;
    color: #fff;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-1:hover .arrow-hover-action {
    display: block;
    position: absolute;
    right: 15%;
    bottom: 25%;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}

.step-2:hover .arrow-hover-action {
    display: block;
    position: absolute;
    left: 15%;
    bottom: 25%;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
}

.step-3:hover .arrow-hover-action {
    position: absolute;
    display: block;
    right: 15%;
    top: 25%;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(-130deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
}

.step-4:hover .arrow-hover-action {
    position: absolute;
    display: block;
    left: 15%;
    top: 25%;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(130deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
}

.step-item:hover img {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.title-blog .section-title {
    border-bottom: 2px solid #ececec;
}

.title-blog .section-title .section-title-main {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
    text-transform: uppercase;
    font-size: 28px;
    color: #0061ab;
    font-weight: bold;
}

.absolute-footer {
    display: none;
}

.section-title-normal {
    border: 0;
}

.section-title-normal span {
    border: 0;
}

.color-white a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ux-menu-link__link {
    border-bottom-color: #9f9f9f45;
}

.color-white a:hover {
    color: #fff !important
}

.hyundai-breadcrumb {
    max-width: 100%;
    padding: 8px 10px;
    color: #5f5f5f;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.4;
    text-transform: none;
}

.hyundai-breadcrumb a,
.hyundai-breadcrumb span {
    color: inherit;
}

.hyundai-breadcrumb a:hover,
.hyundai-breadcrumb a:focus {
    color: #0061ab;
}

.hyundai-breadcrumb .current-item {
    font-weight: 400;
}

.hyundai-breadcrumb .separator,
.hyundai-breadcrumb-separator {
    display: inline-block;
    margin: 0 14px;
    color: #c4c4c4;
}

.ux-menu .ux-menu-link.active a {
    color: #ed7b05;
}

.ux-menu .ux-menu-link .ux-menu-link__link:hover {
    color: #ed7b05;
}

.is-divider {
    display: none;
}

.post_blog_right .post-item {
    padding-bottom: 10px;
}

.post_blog_right .post-item .col-inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.nav-dropdown-default {
    padding: 0;
    border: 0 !important;
}

.wp-singular .hyundai-breadcrumb-wrap {
    display: none;
}

@media (max-width: 767px) {
    .hyundai-breadcrumb-wrap {
        padding: 12px 10px;
    }

    .hyundai-breadcrumb {
        padding: 13px 15px;
        font-size: 15px;
    }

    .hyundai-breadcrumb .separator,
    .hyundai-breadcrumb-separator {
        margin: 0 8px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .custom-row {
        grid-template-columns: 1fr !important;
    }

    .title-mb-footer h3 {
        font-size: 20px;
    }
}