.intro-contact-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}
.intro-contact-container .intro-contact-container-title {
  width: 50%;
}
.intro-contact-container-title .intro-contact-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  width: 510px;
  max-width: 100%;
}
.intro-contact-container .intro-contact-container-description {
  width: 50%;
}
.intro-contact-container-description .intro-contact-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
  width: 510px;
  max-width: 100%;
}
.intro-contact-container-description .intro-contact-description p {
  font-weight: 400;
}

.map-container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.map-container .map-container-menu {
  position: absolute;
  top: 66px;
  left: 80px;
  z-index: 3;
  width: calc(100% - 80px);
  max-width: 100%;
}
.map-container-menu .map-container-menu-list {
  margin-left: -40px;
  display: flex;
  align-items: center;
}
.map-container-menu-list .map-container-menu-item {
  margin-left: 40px;
}
.map-container-menu-item .map-container-menu-item-style {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #737373;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  position: relative;
}
.map-container-menu-item.active .map-container-menu-item-style {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.map-container-menu-item .map-container-menu-item-style::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.map-container-menu-item .map-container-menu-item-style:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.map-container .map-container-image-map {
  position: relative;
}
.map-container-image-map .image-map-office-container {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
.map-container-image-map .image-map-office-container.show {
  z-index: 1;
  visibility: visible;
}
.map-container-image-map .image-map-factory-container {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
.map-container-image-map .image-map-factory-container.show {
  z-index: 1;
  visibility: visible;
}
.image-map-office {
}
.image-map-office > div {
}
.image-map-office > div > img, .mage-map-factory > div > img {
}
.image-map-office-menu {
  position: absolute;
  top: 150px;
  left: 80px;
}
.image-map-factory-menu {
  position: absolute;
  bottom: 390px;
  left: 80px;
}
.image-map-office-menu .image-map-office-menu-list, .image-map-factory-menu .image-map-factory-menu-list {
}
.image-map-office-menu-list .image-map-office-menu-item, .image-map-factory-menu-list .image-map-factory-menu-item {
  width: fit-content;
}
.image-map-office-menu-list .image-map-office-menu-item:not(:last-child),.image-map-factory-menu-list .image-map-factory-menu-item:not(:last-child) {
  margin-bottom: 18px;
}
.image-map-office-menu-item .map-office-menu-item-text, .image-map-factory-menu-item .map-factory-menu-item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  border-bottom: 2px solid transparent;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.image-map-office-menu-item .map-office-menu-item-text.ml-16, .image-map-factory-menu-item .map-factory-menu-item-text.ml-16 {
  margin-left: 16px;
}
.image-map-office-menu-item.active .map-office-menu-item-text, .image-map-factory-menu-item.active .map-factory-menu-item-text {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.image-map-office-menu-item .map-office-menu-item-text::after, .image-map-factory-menu-item .map-factory-menu-item-text::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #b3b3b3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.image-map-office-menu-item.active .map-office-menu-item-text::after, .image-map-factory-menu-item.active .map-factory-menu-item-text::after {
  background-color: #ffffff;
}
.image-map-office-menu-item .map-office-menu-item-text:hover::after, .image-map-factory-menu-item .map-factory-menu-item-text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.image-map-office-menu-item .map-office-menu-item-child-list, .image-map-factory-menu-item .map-factory-menu-item-child-list {
  padding-left: 16px;
}
.map-office-menu-item-child-list .map-office-menu-item-child-item, .map-factory-menu-item-child-list .map-factory-menu-item-child-item {
  margin-top: 16px;
}
.map-office-menu-item-child-item .map-office-menu-item-child-item-text, .map-factory-menu-item-child-item .map-factory-menu-item-child-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #b3b3b3;
  cursor: pointer;
  position: relative;
  width: fit-content;
}
.map-office-menu-item-child-item .map-office-menu-item-child-item-text::after, .map-factory-menu-item-child-item .map-factory-menu-item-child-item-text::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #b3b3b3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.map-office-menu-item-child-item .map-office-menu-item-child-item-text:hover::after, .map-factory-menu-item-child-item .map-factory-menu-item-child-item-text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.image-map-office-popup {
  position: absolute;
  padding: 30px;
  z-index: -1;
  background-color: #0031a7;
  /* bottom: 120px; */
  max-width: 400px;
  min-width: 400px;
  top: 8% !important;
  right: 25% !important;
}
.image-map-factory-popup {
  position: absolute;
  padding: 30px;
  z-index: -1;
  background-color: #0031a7;
  max-width: 400px;
  min-width: 400px;
  top: 8% !important;
  right: 10% !important;
}
.image-map-office-popup.show, .image-map-factory-popup.show {
  z-index: 1;
}
.image-map-office-popup .image-map-office-popup-item {}
.image-map-office-popup-item .map-office-popup-click {}
.image-map-office-popup-item {
  padding: 0 5px;
}
.map-office-popup-click{
  cursor: pointer;
}
.image-map-office-popup-item.custom-head .map-office-popup-list{
  display: none;
} 
.map-office-popup-click .map-office-popup-click-icon {
  display: flex;
  transition: 0.35s ease-in-out all;
  cursor: pointer;
  width: fit-content;
}
.map-office-popup-click-icon .standing-item-title-icon-line-hoz {
  position: absolute;
  transform: rotate(90deg);
  transition: 0.35s ease-in-out all;
}
.image-map-office-popup .map-office-popup-title, .image-map-factory-popup .map-factory-popup-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.image-map-office-popup .map-office-popup-title.active .standing-item-title-icon-line-hoz {
  display: none;
}
.image-map-office-popup .map-office-popup-title.active .map-office-popup-click-icon {
  transform: rotate(0deg) !important;
}
.image-map-office-popup .map-office-popup-title p, .image-map-factory-popup .map-factory-popup-title p {
  margin-left: 10px;
}
.image-map-office-popup .map-office-popup-list, .image-map-factory-popup .map-factory-popup-list {
  margin-left: 16px;
  margin-bottom: 24px;
}
.map-office-popup-list .map-office-popup-item {
}
.map-office-popup-list .map-office-popup-item:not(:last-child), .map-factory-popup-list .map-factory-popup-item:not(:last-child) {
  margin-bottom: 20px;
}
.map-office-popup-item .map-office-popup-item-container, .map-factory-popup-item .map-factory-popup-item-container {
  display: flex;
  align-items: flex-start;
}
.map-office-popup-item-container .map-office-popup-item-icon, .map-factory-popup-item-container .map-factory-popup-item-icon {
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
}
.map-office-popup-item-container .map-office-popup-item-description, .map-factory-popup-item-container .map-factory-popup-item-description {
  margin-left: 16px;
  font-size: 16px;
  line-height: 135%;
  color: #f2f2f2;
}
.map-office-popup-item-description .map-office-popup-item-description-link, .map-factory-popup-item-description .map-factory-popup-item-description-link {
  color: #b3b3b3;
  text-decoration: underline;
  display: block;
}
.map-office-popup-item-description .map-office-popup-item-link, .map-factory-popup-item-description .map-factory-popup-item-link {
  color: #f2f2f2;
}
.background-contact{
  background-color: #000;
}
.form-become-content input, .form-become-content span, .form-become-label, .form-main-label, .form-become-content textarea{
  background-color: #191919 !important;
  color: #fff !important;
}
.form-become-content b{
  border-color: #fff transparent transparent !important;
}
.form-main-label{
  margin-bottom: 15px;
}
.form-become-content .wpcf7-not-valid-tip{
  color: #f44336 !important;
}
.nation-office-infomation{
  margin-bottom: 15px;
  margin-left: 15px;
}
.location-office{
  margin-left: 15px;
}
.nation-office-infomation .map-office-popup-item-description{
  margin-top: -5px;
}
.nation-office-infomation svg{
  width: auto;
  height: 17px;
}
.office-factory{
  margin-bottom: 36px !important;
}
.office-factory a{
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  position: relative;
  margin-right: 30px;
}
.office-factory a.active, .office-factory a:hover, .title-nation-office a:hover, .title-location-office a:hover{
  border-bottom: 1px solid #fff !important;
}
.title-nation-office a, .title-location-office a{
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
}
.title-nation-office a.collapsed, .title-location-office a.collapsed{
    border-bottom: 1px solid transparent;
}
.contact-container {
  margin: 40px 0 0 0;
  padding: 40px 0;
}
.col-formbecome:focus{
  outline: none;
}
.contact-container .contact-container-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
.contact-container-flex .contact-content {
  width: 510px;
  max-width: 100%;
}
.contact-content .contact-content-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.contact-content .contact-content-description {
  font-size: 18px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
}
.contact-content .contact-content-description a {
  color: #0031a7;
  text-decoration: underline;
}
.contact-container-flex .contact-form {
  width: calc(100% - 510px);
  max-width: 100%;
  padding: 50px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: #191919;
}
.contact-container-flex .contact-form .title-form{
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
}
.contact-container-flex .contact-form .des-form{
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    padding: 15px 0 30px 0;
}
.contact-container-flex .contact-form .des-form a{
  color: #fff;
  text-decoration: underline;
}
.form-become-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 8px;
}
.form-become-select {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.form-become-input-select {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 8px;
}
.form-become-input-select.error {
  border-bottom: 1px solid #d92d20;
}
.form-become-select svg.form-select-svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.form-secome-select-box {
  width: 100%;
  position: absolute;
  background-color: #d9d9d9;
  display: none;
  z-index: 1;
}
.form-secome-select-box.active {
  display: block;
}
.form-become-select-list {
  width: 100%;
}
.form-become-select-item {
  padding: 10px;
  cursor: pointer;
}
.form-become-select-item span {
  position: relative;
  padding-bottom: 4px;
}
.form-become-select-item span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.form-become-select-item span:hover::after {
  transform: scaleX(1);
  transform-origin: left bottom;
}
.form-become-note {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.PrivacyPolicy {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.PrivacyPolicy:hover {
  text-decoration: underline;
}
.row-formbecome {
  margin-bottom: 40px;
}
.row-formbecome .form-become-select {
  position: unset;
}
.row-formbecome .form-become-select .wpcf7-form-control-wrap {
  position: unset;
}
.row-formbecome .form-become-select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -16px;
}

.form-become-btn {
  margin-top: 24px;
  border: none;
  outline: none;
  background-color: #0031a7;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 8px 16px;
}
.form-become-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.form-become-btn svg {
  transition: 0.15s ease-in all;
  margin-top: 4px;
}
.form-become-btn:hover svg {
  transform: rotate(45deg);
}
.lockingfor-item-img-src {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.form-drag {
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
}
.form-drag-label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #737373;
}
.form-drag-label.hide{
  display: none;
}
.form-drag-svg {
  margin-right: 10px;
}
.form-drag-label-text-label {
  color: #fff;
  text-decoration: underline;
}
#form-drag-file {
  display: none;
}

.banner-link-global .banner-link-container img {
  height: 320px;
}

.dealer-container-mobile {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.dealer-container-mobile .dealer-container-menu-list {
  display: flex;
  align-items: center;
  margin-left: -24px;
}
.dealer-container-menu-list .dealer-container-menu-item {
  margin-left: 24px;
}
.dealer-container-menu-item .dealer-container-menu-item-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
  border-bottom: 2px solid transparent;
  position: relative;
}
.dealer-container-menu-item.active .dealer-container-menu-item-text {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.dealer-container-menu-item .dealer-container-menu-item-text::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #b3b3b3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.dealer-container-menu-item.active .dealer-container-menu-item-text::after {
  background-color: transparent;
}
.dealer-container-menu-item .dealer-container-menu-item-text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.dealer-container-mobile .dealer-container-detail-container {
  margin-top: 80px;
}
.dealer-container-detail-container .dealer-container-detail-list {
}
.dealer-container-detail-list .dealer-container-detail-item {
  padding: 24px 0;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
}
.dealer-container-detail-item .detail-item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #737373;
}
.dealer-container-detail-item.active .detail-item-title {
  color: #ffffff;
}
.dealer-container-detail-item .detail-item-expand {
  max-height: 0;
  height: auto;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  padding: 0px;
  transition: all 0.4s ease 0s;
  background-color: #0031a7;
}
.dealer-container-detail-item.active .detail-item-expand {
  max-height: 1000px;
  opacity: 1;
  z-index: 1;
  overflow: visible;
  padding: 24px 32px;
  margin-top: 24px;
}
.detail-item-expand .detail-item-expand-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 24px;
}
.detail-item-expand .detail-item-expand-list {
}
.detail-item-expand-list .detail-item-expand-item {
}
.detail-item-expand-list .detail-item-expand-item:not(:last-child) {
  margin-bottom: 24px;
}
.detail-item-expand-item .expand-item-box {
  display: flex;
  align-items: flex-start;
}
.expand-item-box .expand-item-box-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
}
.expand-item-box .expand-item-box-text {
  font-size: 16px;
  line-height: 150%;
  color: #f2f2f2;
  margin-left: 16px;
}
.expand-item-box-text .expand-item-box-text-link {
  color: #b3b3b3;
}
.expand-item-box .expand-item-box-link {
  font-size: 16px;
  line-height: 150%;
  color: #f2f2f2;
  margin-left: 16px;
}

.form-drag-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-drag-result.hide{
  display: none;
}
.form-drag-result-close {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.form-drag-result-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  margin-right: 8px;
}
.form-drag-result-size {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #737373;
}

/* modal thank you */

.btn-close-custom{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  margin-top: 24px;
}
.thankyou-title{
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
text-align: center;
color: #0031a7;
margin-bottom: 16px;
}
.thankyou-content{
  width: 415px;
  margin: 0 auto;
  max-width: 100%;
}
.thankyou-content-main{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #A6A6A6;
}
.modal-body.modal-body-custom{
  padding-bottom: 58px;
  padding-left: 92px;
  padding-right: 92px;
}
.thankyou-content-form{
  margin-top: 26px;
}
.col-thankyou{
  margin-bottom: 16px;
}
.col-thankyou .input-fiel{
  border: none;
  outline: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  color: #D9D9D9;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
width: 100%;
}
.col-thankyou .input-fiel::placeholder {
  color: #D9D9D9;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}
.thankyou-form-btn-group{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.thankyou-form-btn{
  border: none;
  outline: none;
  background-color: transparent;
  padding: 8px 16px;
}
.thankyou-form-send{
  background-color: #0031a7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  color: #ffffff;
  font-weight: 500;
font-size: 18px;
line-height: 24px;
transition: 0.15s ease all;
}
.thankyou-form-send span:first-child{
  transform: translateY(-2px);
}
.thankyou-form-send:hover{
  background-color: #000000;
}
.thankyou-form-send svg{
  transition: 0.15s ease all;
}
.thankyou-form-send:hover svg{
  transform: rotate(45deg);
}
.thankyou-form-nothanks{
  font-weight: 500;
font-size: 18px;
line-height: 24px;
}
.thankyou-form-nothanks:hover{
  text-decoration: underline;
}

.page-template-page-contact .button_submit_wrapper {
  position: relative;
  margin-top: 16px;
  width: fit-content;
}
.page-template-page-contact .button_submit_wrapper input[type="button"]{
  display: flex;
  align-items: center;
  padding: 8px 16px 12px;  
  background-color: #0031a7 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
  border: none;
  box-shadow: none;
  padding-right: 44px;
}
.page-template-page-contact .button_submit_wrapper:hover #form-submit {
  background-color: #000000;
}
.page-template-page-contact .button_submit_wrapper svg {
  position: absolute;
  top: 9px;
  right: 14px;
  transition: all 0.15s ease-in-out;
}
.page-template-page-contact .button_submit_wrapper:hover svg {
  transform: rotate(45deg);
}

@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape){
  .image-map-office-popup.show .image-map-office-popup-item.custom-head:not(:first-child){
    display: none;
  }
  .page-template-page-contact .button_submit_wrapper #form-submit{
    border-radius: unset;
  }
  
  button, input,select, textarea{
    border-radius: unset;
  }
  .form-become-input-select{
    border-radius: unset;
  }
}
@media screen and (min-width : 1024px) and (max-width : 1128px) and (orientation: landscape){
  .contact-container-flex .contact-content{
    width: 450px;
  }
  .contact-container-flex .contact-form{
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 1080px) {
  .map-container .map-container-menu {
    top: 32px;
  }
  .image-map-office-menu {
    bottom: 120px;
  }
  .row-formbecome .form-become-select {
    min-height: 41.2px;
  }
}

@media screen and (max-width: 1080px) {
  .main-form-form {
    width: 100%;
  }
  .col-formbecome {
    margin-bottom: 40px;
  }
  .row-formbecome {
    margin-bottom: 0;
  }
  .map-container {
    display: none;
  }
  .intro-contact-container .intro-contact-container-title,
  .intro-contact-container .intro-contact-container-description {
    width: 100%;
  }
  .intro-contact-container-title .intro-contact-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 24px;
  }
  .intro-contact-container-description .intro-contact-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #737373;
  }
  .contact-container {
    padding: 40px 0 40px 0;
  }
  .contact-container .contact-container-flex {
    flex-direction: column;
  }

  .contact-container-flex .contact-form {
    padding: 30px;
    width: 100%;
    border-radius: 20px;
  }
  .contact-content .contact-content-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
  }
  .contact-content .contact-content-description {
    font-size: 16px;
  }
}


@media screen and (min-width: 1080px) {
  .dealer-container-mobile {
    display: none;
  }
}


@media screen and (max-width : 576px) {
  .banner-link-global .banner-link-container img {
    height: 160px;
  }
  .modal-body.modal-body-custom{
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-container-flex .contact-form {
    padding: 20px;
  }
}