/* @charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Prompt:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap'); */

@import url(../fonts/transfonter/stylesheet.css);

html {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1rem;
    font-family: 'MB Corpo S Text', sans-serif;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MB Corpo A Title Cond', sans-serif;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.35rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.15rem;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .75rem;
}

input:active,
select:active,
button:active,
textarea:active,
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: 0;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.btn {
    box-shadow: none !important;
}

ul {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

figure {
    overflow: hidden;
    margin: 0;
}

img {
    max-width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.clear {
    clear: both;
}

.after-clear::after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

#wrapper {
    position: relative;
    width: 2000px;
    max-width: 100%;
    margin: 0 auto;
    min-height: unset;
    background-color: #000;
    padding: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}


/*=============================================
=            Overall            =
=============================================*/

.jarallax [id*="jarallax-container"] div,
.jarallaxDown [id*="jarallax-container"] div {
    background-size: cover !important;
}

.button-ci-style {
    width: 200px;
    max-width: 90%;
    height: auto;
    display: inline-block;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}

.button-ci-style.button-black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.button-ci-style.button-outline {
    background-color: transparent;
    border: 1px solid #fff;
}

.button-ci-style.button-outline.outline-black {
    border: 1px solid #707070;
    color: #000;
}

.button-ci-style:hover {
    background-color: #0078D6 !important;
    border: 1px solid #0078D6 !important;
    color: #fff !important;
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.section-heading {
    margin-bottom: 1.5rem;
}

.section-heading h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 2.75rem;
}

.section-heading h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 2.5rem;
}

.section-heading h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
}

.section-heading p {
    padding-top: 10px;
    line-height: 1.3;
    margin-bottom: 0;
}

.section-heading span {
    position: relative;
}

.section-heading span::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: calc(100% + 7px);
    bottom: 4px;
}

.section-heading.font-light {
    color: #fff;
}

.section-heading.font-black {
    color: #000;
}

.section-heading.font-white {
    color: #fff;
}

p.font-white {
    color: #fff;
}


/*=====  End of Overall  ======*/


/*=============================================
=            Header            =
=============================================*/

#header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background-color: transparent;
    z-index: 101;
    display: flex;
    align-items: center;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
}

#header.nav-down {
    background-color: #000;
}

#header.header-dark {
    background-color: #000;
}

nav.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

nav.navbar .nav-left {
    display: flex;
    align-items: center;
}

nav.navbar .nav-left a.navbar-brand {
    width: 90px;
    padding: 0;
}

nav.navbar .nav-left #navbarNav ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 0 15px;
}

nav.navbar .nav-left #navbarNav ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #00ADEF;
}

nav.navbar .nav-right .nav-right-inner {
    display: flex;
    align-items: center;
}

nav.navbar .nav-right .nav-right-inner .language-box {
    display: flex;
}

nav.navbar .nav-right .nav-right-inner .language-box a {
    display: block;
    color: #fff;
    padding: 8px;
    position: relative;
}

nav.navbar .nav-right .nav-right-inner .language-box a:hover {
    color: #00ADEF;
}

nav.navbar .nav-right .nav-right-inner .language-box a.language-th::before {
    content: '';
    width: 1px;
    height: 13px;
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

nav.navbar .nav-right .nav-right-inner .logo-benz-box {
    border-left: 1px solid rgb(255 255 255 / 50%);
    padding-left: 20px;
    margin-left: 12px;
}

nav.navbar .nav-right .nav-right-inner .logo-benz-box figure img {
    width: 175px;
}


/*=====  End of Header  ======*/


/*=============================================
=            Banner            =
=============================================*/

#banner {
    position: relative;
}

#banner .item::after {
    content: '';
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#bannerSlide .item {
    position: relative;
}

#bannerSlide .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.owl-theme .owl-dots .owl-dot span {
    opacity: .4;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.banner-caption {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 12%;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner-caption .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.banner-caption .caption-separate {
    flex-direction: row;
    align-items: flex-end !important;
    justify-content: space-between;
}

.banner-caption .container.align-left {
    align-items: flex-start;
}

.banner-caption .container.align-center {
    align-items: center;
}

.banner-caption .container.align-right {
    align-items: flex-end;
}

.banner-caption .caption-title {
    font-family: 'MB Corpo A Title Cond', sans-serif;
    color: #fff;
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(0 0 0 / 35%);
}

.banner-caption .caption-descript {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(0 0 0 / 35%);
}

.banner-caption .caption-button {
    display: flex;
    align-items: center;
}

.banner-caption .container.align-left .caption-button .button-ci-style:first-child {
    margin-right: 15px;
}

.banner-caption .container.align-right .caption-button .button-ci-style:last-child {
    margin-left: 15px;
}

.banner-content-right {}

.banner-content-right ul {
    display: flex;
}

.banner-content-right ul li {
    color: #fff;
    font-size: 1.6rem;
    padding: 0 2.5rem .5rem 1.5rem;
    line-height: 1.3;
    border-left: 1px solid rgb(255 255 255 / 25%);
}

.banner-content-right ul li span {
    font-size: 60%;
}

.banner-content-right ul li div {
    font-weight: 500;
}


/*=====  End of Banner  ======*/


/*=============================================
=            Shortcut            =
=============================================*/

#shortcut {
    background-color: #000;
    padding: 3.5rem 0;
}

#shortcut .col-list:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

#shortcut .col-list article {
    text-align: center;
    padding: 1.5rem 0;
}

#shortcut .col-list article figure {
    margin-bottom: 1.5rem;
}

#shortcut .col-list article figure img {
    height: 50px;
}

#shortcut .col-list article a.button-ci-style.button-outline {}


/*=====  End of Shortcut  ======*/


/*=============================================
=            Our Models            =
=============================================*/

#our-models {
    padding: 5rem 0;
    background-color: #fff;
}

#our-models .models-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

#our-models .models-body .col-list {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

#our-models .models-body .col-list figure {
    padding: 5px;
}

#our-models .models-body .col-list figure,
#our-models .models-body .col-list figure img {
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

#our-models .models-body .col-list:hover figure {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

#our-models .models-body .col-list:hover img {
    transform: scale(1.065);
    -webkit-transform: scale(1.065);
    -moz-transform: scale(1.065);
    -ms-transform: scale(1.065);
    -o-transform: scale(1.065);
    transition-delay: 200ms;
}

#our-models .models-footer {
    text-align: center;
    padding-top: 1.5rem;
}


/*=====  End of Our Models  ======*/


/*=============================================
=            About us home            =
=============================================*/

#about-us {
    padding: 7rem 0;
    background-color: #fff;
    background-image: url(../images/bg-about-TTC.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about-us .section-heading {
    margin-bottom: 2rem;
}

#about-us .about-body {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    width: 750px;
    max-width: 100%;
    text-align: center;
}

#about-us .about-footer {
    text-align: center;
}


/*=====  End of About us home  ======*/


/*=============================================
=            News            =
=============================================*/

#news {
    padding: 5rem 0;
    overflow: hidden;
}

.news-wrapper {
    padding-left: 5%;
}

#newsSlide .owl-dots {
    margin-top: 25px;
    margin-left: -5%;
}

#newsSlide .owl-stage {
    padding-left: 0 !important;
    display: flex;
}

#newsSlide .item {
    height: 100%;
}

#newsSlide .item article {
    background-color: #fff;
    height: 100%;
}

#newsSlide .item article a figure img {
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
}

#newsSlide .item article a figcaption {
    padding: 15px;
}

#newsSlide .item article a figcaption h4 {
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsSlide .item article a figcaption p {
    color: #000;
    font-size: 90%;
    line-height: 1.25;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsSlide .item article a figcaption button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 7px 5px !important;
}

#newsSlide .item article a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#newsSlide .item article a:hover h4,
#newsSlide .item article a:hover p {
    color: #0078D6;
}

#newsSlide .item article a:hover button {
    background-color: #0078D6;
    border-color: #0078D6;
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

#newsSlide .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    margin-left: -8%;
}

#newsSlide .owl-nav button {
    margin: 0;
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 47%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .7;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

#newsSlide .owl-nav button.owl-prev {
    left: 15px;
}

#newsSlide .owl-nav button.owl-next {
    right: 15px;
}

#newsSlide .owl-nav button:hover {
    opacity: 1;
    background-color: #0078D6;
    color: #fff;
}

#newsSlide .owl-nav button.owl-prev.disabled {
    opacity: 0;
}


/*=====  End of News  ======*/


/*=============================================
=            Contact            =
=============================================*/

#contact .contact-wrapper {
    background-color: #fff;
    min-height: 500px;
}

.contact-form {
    padding: 3rem;
}

.contact-form .section-heading {
    margin-bottom: 1rem;
}


/* input animate  */

.form__group {
    position: relative;
    padding: 25px 0 0;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

.form__field {
    width: 100%;
    border: 1px solid #999;
    outline: 0;
    font-size: 1.1rem;
    color: #000;
    padding: 10px 15px;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__label {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    transition: 0.2s;
    font-size: .85rem;
    color: #999;
    margin-bottom: 0;
}

.form__field:placeholder-shown~.form__label {
    left: 0px;
    color: #999;
    cursor: text;
    top: 0px;
}

.form__field:focus {
    border: 1px solid #ccc;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    transition: 0.2s;
    color: #999;
}

.form__field:required,
.form__field:invalid {
    box-shadow: none;
}


/* input animate  */

ul.form-condition {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

ul.form-condition li:nth-child(2) {
    padding-left: 12px;
}

ul.form-condition li label {
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}

ul.form-condition li label:hover {
    color: #555;
}

.contact-form .button-ci-style {
    width: 250px;
}

.contact-map {
    padding-top: 1rem;
}

.contact-map ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
}

.contact-map ul#myTab li.nav-item {
    padding: 0 5px;
}

.contact-map ul#myTab li.nav-item a.nav-link {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0.75rem;
    line-height: 1.3;
    border: none;
}

.contact-map ul#myTab li.nav-item a.nav-link.active {
    background-color: #666;
}

.contact-map #myTabContent {
    position: relative;
}

.contact-map #myTabContent .tab-pane {
    position: relative;
}


/*=====  End of Contact  ======*/


/*=============================================
=            Footer            =
=============================================*/

#footer {
    position: relative;
}

.footer-top img {
    width: 500px;
}

.footer-mid {
    padding: 1.5rem 0;
}

.footer-mid article h5 {
    color: #fff;
    font-family: 'MB Corpo S Title', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.footer-mid .col-first article ul li {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.35;
    font-size: .95rem;
}

.footer-mid .col-second article ul {
    list-style: disc;
    color: #fff;
    padding-left: 15px;
}

.footer-mid .col-second article ul li {
    margin-bottom: 5px;
    font-size: .95rem;
    line-height: 1.35;
}

.footer-mid .col-second article ul li a {
    color: #fff;
}

.footer-mid .col-second article ul li a:hover {
    color: #00ADEF;
}

.footer-mid .col-third article ul {
    list-style: disc;
    color: #fff;
    padding-left: 15px;
}

.footer-mid .col-third article ul li {
    margin-bottom: 5px;
    line-height: 1.35;
    font-size: .95rem;
}

.footer-mid .col-third article ul li a {
    color: #fff;
}

.footer-mid .col-third article ul li a:hover {
    color: #00ADEF;
}

.footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #444;
}

.footer-bottom .col-left {
    display: flex;
    align-items: center;
}

.footer-bottom .col-left .copy-right {
    color: #fff;
    font-size: .85rem;
}

.footer-bottom .col-left .policy {
    padding-left: 15px;
}

.footer-bottom .col-left .policy a {
    color: #fff;
    display: inline-block;
    padding: 3px 3px;
    margin-left: 7px;
    font-size: .85rem;
}

.footer-bottom .col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom .col-right span {
    font-size: .85rem;
    color: #fff;
}

.footer-bottom .col-right ul {
    display: flex;
    align-items: center;
}

.footer-bottom .col-right ul li {
    margin-left: 20px;
}

.footer-bottom .col-right ul li a {
    color: #fff;
    font-size: 1.7rem;
    opacity: .7;
}


/*=====  End of Footer  ======*/


/* Hamburger */

.hamburger {
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 9;
}

.hamburger.is-active {
    z-index: 1002;
}

.hamburger-box {
    width: 32px;
    height: 24px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    width: 85%;
    right: 0;
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
}

.hamburger--spring.is-active .hamburger-inner,
.hamburger--spring.is-active .hamburger-inner:after,
.hamburger--spring.is-active .hamburger-inner:before {
    background-color: #fff;
    opacity: 1;
}

.hamburger--spring.is-active .hamburger-inner:before {
    width: 100%;
    right: 0;
}

.emptyspace {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    cursor: pointer;
    display: none;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

body.overflow-hidden .emptyspace {
    display: block;
}


/* End Hamburger */


/*=============================================
=            pop contact            =
=============================================*/

#sy-whatshelp {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
}

#sy-whatshelp a {
    position: relative;
}

#sy-whatshelp a.sywh-open-services {
    background-color: #183f6b;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
    display: none;
}

#sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
}

#sy-whatshelp .sywh-services a {
    display: none;
    position: relative;
}

#sy-whatshelp .sywh-services a i {
    background-color: #183f6b;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a img {
    background-color: #183f6b;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
    background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
    background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
    background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366;
}

#sy-whatshelp .sywh-services a.line i {
    background-color: #38B900;
}

#sy-whatshelp .sywh-services a.line img {
    background-color: #38B900;
    padding: 15px;
}

#sy-whatshelp .sywh-services a.facebook-messenger i {
    background-color: #1E88E5;
}

#sy-whatshelp .sywh-services a.call i {
    background-color: #404042;
}

a[data-tooltip] {
    position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
    display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
    display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
    display: none;
}

a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
    border-right-color: #000;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
}


/*=====  End of pop contact  ======*/


/*=============================================
=            Page             =
=============================================*/

#page-wrapper {
    position: relative;
    padding: 50px 0;
    min-height: 500px;
}

#page-wrapper.bg-white {
    background-color: #fff;
}

#page-wrapper.bg-black {
    background-color: #000;
}

#page-wrapper.page-wrapper-no-banner {
    padding-top: 90px;
}


/*=====  End of Page   ======*/


/*=============================================
=            Our models            =
=============================================*/

#models-tab {
    position: relative;
    border-bottom: none;
}

.models-button {
    display: flex;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 17%);
}

#models-tab a {
    margin-left: -1px;
    color: #000;
    padding: 0.65rem 1rem;
    display: inline-block;
    border-color: #ddd;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#models-tab img {
    height: 10px;
}

#models-tab a.active {
    background-color: #b5b5b5;
}

.models-body-wrapper {
    position: relative;
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.models-body-wrapper .column-left {
    width: 25%;
    padding-right: 10px;
}

.models-body-wrapper .column-left h3 {
    font-size: 1.15rem;
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: 600;
    color: #000;
}

.models-body-wrapper .column-left ul {
    margin-bottom: 1rem;
}

.models-body-wrapper .column-left ul li {
    display: block;
    padding: 6px 10px;
    color: #555;
    cursor: pointer;
}

.models-body-wrapper .column-left ul li.active {
    background-color: #f3f3f3;
}

.models-body-wrapper .column-left ul li:hover {
    background-color: #f3f3f3;
}

.models-body-wrapper .column-left ul li img {
    width: 35px;
    margin-right: 10px;
}

.models-body-wrapper .column-left .btn-see-more a {
    border-top: 1px solid #EDEDED;
    display: inline-block;
    padding: 10px 10px 0 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    font-family: 'MB Corpo S Title', sans-serif;
}

.models-body-wrapper .column-left .btn-see-more a:hover {
    color: #0078D6;
}

.models-body-wrapper .column-right {
    width: 75%;
    padding: 0 0 0 20px;
    border-left: 1px solid #EDEDED;
}

.models-body-wrapper .column-right h3 {
    font-size: 1.15rem;
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.models-showtabs {
    display: none;
    margin-bottom: 2.5rem;
    animation-duration: 1s;
}

.models-showtabs.active {
    display: block !important;
}

.models-showtabs .col-lg-4 {
    margin-bottom: 10px;
}

.models-showtabs a figure {
    text-align: center;
}

.models-showtabs a figcaption {
    text-align: left;
    padding: 0 5px;
}

.models-showtabs a figcaption h4 {
    font-size: 1.5rem;
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
}

.models-showtabs a figcaption .price {
    color: #333;
    font-size: 90%;
}

.models-showtabs a figcaption .instock {
    color: #333;
    font-size: 90%;
}

.models-showtabs a:hover h4,
.models-showtabs a:hover .price,
.models-showtabs a:hover .instock {
    color: #0078D6;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}


/*=====  End of Our models  ======*/


/*=============================================
=            View models            =
=============================================*/

#vehicle-highlight {
    margin-bottom: 3.5rem;
}

#vehicle-highlight {
    overflow: hidden;
}

#vehicleSlide .owl-dots {
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.vehicle-body .row,
.grid-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

.vehicle-body .row .col-12,
.grid-body .row .col-12,
.vehicle-body .row .col-6,
.grid-body .row .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

#design-highlight {
    margin-bottom: 3.5rem;
}

#design-highlight .row {
    margin-left: -10px;
    margin-right: -10px;
}

#design-highlight .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1.5rem;
}

#design-highlight figcaption {
    color: #fff;
}

#design-highlight figcaption h5 {
    padding: 15px 0;
    font-size: 1.15rem;
    margin: 0;
    font-weight: 600;
    font-family: 'MB Corpo S Title', sans-serif;
}

#design-highlight figcaption p {
    font-size: 95%;
    line-height: 1.4;
}

.comfort-highlight {
    margin-bottom: 3.5rem;
}

.comfort-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

.comfort-body .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.comfort-highlight figure {
    margin-bottom: 15px;
}

.comfort-highlight figcaption {
    color: #fff;
}

.comfort-highlight figcaption h5 {
    padding: 0 0 10px;
    font-size: 1.15rem;
    margin: 0;
    font-weight: 600;
    font-family: 'MB Corpo S Title', sans-serif;
}

.comfort-highlight figcaption p {
    font-size: 95%;
    line-height: 1.4;
}

.comfort-body .row {
    margin-bottom: 20px;
}

#comfortSlide .owl-nav button {
    margin: 0;
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 45%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .3;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

#comfortSlide .owl-nav button.owl-prev {
    left: 5px;
}

#comfortSlide .owl-nav button.owl-next {
    right: 5px;
}

#comfortSlide .owl-nav button:hover {
    opacity: 1;
}

#specification {
    padding: 3rem 0;
}

#specification .section-heading {
    margin-bottom: 1rem;
}


/* #specification .section-heading p {
    font-size: 90%;
} */

#specification .row {
    margin-left: 0;
    margin-right: 0;
}

#specification .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

#specification .col-content article {
    padding-top: 1.5rem;
}

.specification-body p {
    font-size: 95%;
}

.specification-body h4 {
    font-size: 1.15rem;
    font-family: 'MB Corpo S Text', sans-serif;
}

.specification-body h4:last-child {
    margin-bottom: 0;
}

#model-shortcut {
    padding: 3.25rem 0 3rem;
}

#model-shortcut .row {
    margin-left: -7px;
    margin-right: -7px;
}

#model-shortcut .row .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
}

#model-shortcut a {
    text-align: center;
    background-color: #000;
    padding: 2rem 10px;
}

#model-shortcut a img {
    height: 45px;
    max-width: 70%;
}

#model-shortcut a figcaption {
    padding-top: 15px;
    color: #fff;
}

#model-shortcut a:hover {
    background-color: #707070;
}

.car-element {
    display: none;
    width: 400px;
    max-width: 30%;
    position: absolute;
    right: 12%;
    top: -13%;
}


/*=====  End of View models  ======*/


/*=============================================
=            news page            =
=============================================*/

.news-body {
    padding-top: 10px;
}

.news-body .col-list {
    margin-bottom: 30px;
}

.news-body .col-list article {
    height: 100%;
}

.news-body .col-list article a.d-block figure img {
    width: 100%;
}

.news-body .col-list article a.d-block figcaption {
    padding: 15px;
    background-color: #fff;
}

.news-body .col-list article a.d-block figcaption h4 {
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-body .col-list article a.d-block figcaption p {
    color: #000;
    font-size: 90%;
    line-height: 1.25;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-body .col-list article a.d-block figcaption button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 7px 5px !important;
}

.news-body .col-list article a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-body .col-list article a:hover h4,
.news-body .col-list article a:hover p {
    color: #0078D6 !important;
}

.news-body .col-right .news-recommend h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-top: -8px;
    margin-bottom: 1.5rem;
}

.news-recommend {
    position: sticky;
    top: 90px;
}

.news-recommend-body {
    position: relative;
}

.news-recommend-body ul li {
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #333;
}

.news-recommend-body ul li a.d-block {
    color: #fff;
}

.news-recommend-body ul li a.d-block h4 {
    font-family: 'MB Corpo S Title', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-recommend-body ul li a.d-block p {
    margin-bottom: 0;
    line-height: 1.35;
    font-size: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-recommend-body ul li a.d-block:hover {
    color: #0078D6;
}

.pagination .page-link {
    color: #333;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
}


/*=====  End of news page  ======*/

.banner-model-jarallax {
    width: 100%;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-item-mb .col-12,
.grid-item-mb .col-6 {
    margin-bottom: 20px;
}