@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');

/* @font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish/Mulish-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #1464f4 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1464f4;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

:root {
  --global-black: #151515;
  --white-color: #ffffff;
  --blue-brand-color: #1464f4;
  --text-color: #3c3c3c;
  --text-color-black: #1f2125;
  --text-color-grey: #707070;
  --background-color-dark: #121721;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3c3c3c;
  position: relative;
  font-family: "Mulish", serif;
}


.container {
  max-width: 1440px;
}


img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

#wrapper {
  position: relative;
}

/* PAGE 404 */
.page-404 {
  background: #1F2125;
  padding-bottom: 50px;
  padding-top: 80px;
}

.number-404 {
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 157px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.page-404 .h2-title-page {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.top-404 p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
  max-width: 235px;
  margin-bottom: 0;
}

.top-404 .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px;
}

.page-404 .line-car {
  height: 20px;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  margin: 45px 0 20px;
}

.page-404 .line-car .container {
  position: relative;
}

.page-404 .line-car .container img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.page-404 .col-md-5 p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .top .col-md-5 {
  padding: 0 30px;
}

.page-404 .top .btn {
  background: #CB2A1D;
  border-radius: 3px;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .bot .col-md-7 p {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .views-field-title a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
}

.page-404 .views-field-created span {
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.page-404 .views-field-created span::before {
  content: '\f017';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}

.page-404 .views-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #41454D solid;
}

.page-404 .bot .col-md-7 {
  padding: 0 30px;
}

/* END PAGE 404 */

@media (max-width: 767px) {
  .nav-battery-ecosystem-sp {
    background: #2C72C6;
    position: fixed;
    padding: 14px 0px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 127%;
    width: 100%;
    z-index: 100;
  }
  .iframe-chatbot #page-title-chatbot {
    min-height: 16px;
  }
  .nav-battery-ecosystem-sp .page-title.hide-menu-link:after {
    content: url("../img/battery-ecosystem/hide-menu-link.png");
    position: absolute;
    right: 18px;
  }
  .nav-battery-ecosystem-sp .page-title.show-menu-link:after {
    content: url("../img/battery-ecosystem/show-menu-link.png");
    position: absolute;
    right: 18px;
  }
  #block-battery-ecosystem-menu-mobile ul {
    text-align: center;
    margin-bottom: 0;
  }
  #block-battery-ecosystem-menu-mobile ul li a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 127%;
    text-transform: uppercase;
  }
  #block-battery-ecosystem-menu-mobile ul li {
    margin-top: 40px;
  }
  #block-battery-ecosystem-menu-mobile ul {
    padding-bottom: 146px;
  }
  #block-battery-ecosystem-menu-mobile {
    position: absolute;
    background: #2C72C6;
    opacity: 0.8;
    width: 100%;
  }
  #block-battery-ecosystem-menu-mobile ul li.menu-item--active-trail a {
    text-decoration: underline;
  }
  .nav-battery-ecosystem-sp .hide-menu-link + .menu-link {
    display: none;
  }
  .nav-battery-ecosystem-sp .show-menu-link + .menu-link {
    display: block;
  }
  .floating-tool__body {
    display: none;
  }
}

/* BLOG LIST */
.timeline-date a:hover,
.timeline-date a:focus {
  text-decoration: none;
}

#blogLoadMore {
  cursor: pointer;
}

#blogLoadMoreLoader {
  clear: both;
}

article .post-video iframe {
  width: 100%;
}

article .post-audio iframe {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  section.timeline .timeline-box.left::before {
    right: -6.2%;
  }

  section.timeline .timeline-box.right::before {
    left: -6.8%;
  }
}

@media screen and (max-width: 479px) {
  .post-meta .btn.pull-right {
    float: none !important;
  }
}

iframe.twitter-share-button {
  display: block;
}

.thumb-info .thumb-info-type a {
  color: #fff;
}

.messages--status,
.messages--error {
  margin-bottom: 20px;
}

/* CART */
.cart-form {
  border-top: 4px solid #ee3d43;
  padding: 30px 30px 10px;
  top: -1px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  overflow: auto;
}

.cart-form table {
  width: 100%;
}

.cart-form th {
  padding: 8px 10px;
}

.cart-form td {
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
}

.cart-form input[type="number"] {
  border: 1px solid #ccc;
  height: 35px;
  text-align: center;
  width: 45px;
}

.cart-form #edit-actions {
  border-top: 1px solid #dcdcdc;
  margin: 0;
  padding: 20px 10px;
  text-align: right;
}

.cart-form .button {
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}

.cart-form #edit-checkout {
  margin-right: 0;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
  color: #ffffff;
}

.cart-form #edit-checkout:hover,
.cart-form #edit-checkout:focus {
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
}

.cart-form .field--name-title {
  display: none;
}

@media screen and (max-width: 479px) {
  .cart-form {
    padding: 10px;
  }

  .cart-form th,
  .cart-form td {
    padding: 4px 5px;
  }

  .cart-form #edit-actions {
    padding: 10px 5px;
  }
}

/* CHECKOUT */
.layout-region-checkout-secondary {
  border-top: 4px solid #ee3d43;
  padding: 30px 30px 10px;
  top: -1px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  overflow: auto;
}

.layout-region-checkout-secondary table {
  width: 100%;
}

.layout-region-checkout-secondary th {
  padding: 8px 10px;
}

.layout-region-checkout-secondary td {
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
}

.layout-region-checkout-secondary h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
  color: #ee3d43;
  text-transform: none;
}

#edit-order-summary .field--name-title {
  display: none;
}

#edit-order-summary .views-field-total-price__number {
  text-align: right;
}

#edit-order-summary .order-total-line {
  padding: 10px 0 0;
}

.order-total-line__total .order-total-line-value {
  color: #ee3d43;
  font-size: 1.5em;
}

@media screen and (max-width: 991px) {
  .order-total-line__total .order-total-line-value {
    font-size: 18px;
  }

  .list-button-fot a {
    width: 100%;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
  }

  .box-social-fot {
    margin-top: 20px;
  }

  .box-h4-mobile-click h4 {
    margin-bottom: 20px;
  }

  .box-h4-mobile-click h4:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    float: right;
  }

  .box-h4-mobile-click h4.up:after {
    content: "\f077";
    color: #3062EC;
  }

  .box-h4-mobile-click .links {
    padding-left: 20px;
    opacity: 0.7;
    border-bottom: 1px solid #ddd;
    height: 1px;
    overflow: hidden;
    transition: 0.3s;
    padding-left: 15px !important;
  }

  .box-h4-mobile-click .links.auto {
    height: auto;
  }

  .vin-footer-nav .navbar-nav {
    flex-direction: row;
  }

  .list-button-fot>div:nth-child(2) {
    display: flex;
  }
}

.layout-region-checkout-main fieldset {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding-top: 42px;
  position: relative;
  border: 1px solid #ddd;
}

.layout-region-checkout-main legend {
  color: #ee3d43;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.layout-region-checkout-main .fieldset-wrapper {
  padding: 7px 15px 15px;
}

.layout-region-checkout-main div.address-container-inline>.form-item {
  margin: 0 0 1em;
  width: 48%;
  float: left;
}

.layout-region-checkout-main div.address-container-inline>.form-item:nth-child(2n) {
  float: right;
}

.layout-region-checkout-main label {
  display: block;
}

.layout-region-checkout-main .form-required::after {
  float: none;
  margin: 0;
}

.layout-region-checkout-main select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.layout-region-checkout-footer #edit-actions-next {
  margin-right: 0;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #006699;
  color: #ffffff;
}

.layout-region-checkout-footer #edit-actions-next:hover,
.layout-region-checkout-footer #edit-actions-next:focus {
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #0077e3;
}

.layout-region-checkout-footer #edit-actions a {
  margin-left: 10px;
}

/* PRODUCT TAGS */
.view-product-tags .view-content .views-row {
  display: inline;
}

.view-product-tags .view-content .views-row a {
  background-color: #2e353e;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  color: #fff;
  font-size: 75%;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.view-product-tags .view-content .views-row a:hover,
.view-product-tags .view-content .views-row a:focus {
  -moz-text-decoration-color: #ee3d43;
  text-decoration-color: #ee3d43;
  -webkit-text-decoration-color: #ee3d43;
}

.collapse-processed>summary:before {
  background: none !important;
}

.messages {
  margin-bottom: 20px;
}

.has-error .form-textarea {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-textarea:focus {
  outline: none;
}

.has-error .form-textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

/* PRODUCT LIST */
ul.simple-post-list img {
  max-width: 60px;
  height: auto;
}

/*ul.simple-post-list li { min-height: 107px; }*/
.view-display-id-page_sidebar .product-thumb-info h4 {
  color: #ee3d43;
}

.region-content .simplenews-subscriber-form .form-actions input[type="submit"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*NEW CSS*/
.mg-bt-50 {
  margin-bottom: 50px;
}

.mg-bt-0 {
  margin-bottom: 0;
}

.bg-grey {
  background: #f0f0ed;
}

.sticky-header-active #header .h-default.header-btn-collapse-nav {
  margin-top: 50px;
}

#header .header-search .header-search-wrapper {
  padding-right: 0;
}

.mg-top-14 {
  margin-top: 14px;
}

.mg-top-40 {
  margin-top: 40px;
}

#search-block-form input[type="submit"] {
  background: url(../img/icon-search.png) no-repeat top left;
  text-indent: -999em;
  width: 28px;
  height: 30px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  outline: none;
}

#block-languageswitcher ul.links {
  padding-left: 0;
  list-style: none;
}

.addcart input[type="submit"] {
  color: #333;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 12px;
}

.cart-detail input[type="submit"] {
  height: 38px;
  min-width: 160px;
}

.field--name-quantity {
  display: none;
}

.field--name-quantity label {
  display: none;
}

.single-product .field--name-quantity {
  display: block;
}

.single-product .field--name-quantity input {
  border-radius: 3px;
  width: 50px;
  border: 1px solid #e1e1e1;
  border-color: #e1e1e1;
  color: #ee3d43;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.single-product .field--name-quantity,
.single-product .form-actions {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.single-product .field--name-quantity .form-item {
  margin: 0;
}

.single-product .form-actions {
  vertical-align: top;
}

.cart-detail {
  padding: 10px 0;
}

.product-tags-area a {
  display: block;
  padding: 10px 14px !important;
  background-color: #e1e1e1 !important;
  color: #7e7d79;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  float: left;
  margin: 0 7px 7px 0;
}

.product-tags-area a:hover {
  text-decoration: underline;
}

.product-tags-area .field__label {
  display: block;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 400;
}

#block-simplenewssubscription {
  position: relative;
}

#block-simplenewssubscription label {
  margin-bottom: 15px;
}

#block-simplenewssubscription .description {
  display: none;
}

#block-simplenewssubscription .form-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.user-logged-in #block-simplenewssubscription .form-actions {
  position: relative;
}

#block-simplenewssubscription .form-actions input.form-submit {
  color: #ffffff;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
}

#block-simplenewssubscription .form-actions input.form-submit:hover {
  border-color: #ee3d43 #ee3d43 #ee3d43;
  background-color: #ee3d43;
}

#block-simplenewssubscription .form-actions input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#block-cart .cart-block--contents {
  width: 100%;
}

#block-cart .cart-block ul>li {
  margin: 0;
  display: block;
}

#block-cart .cart-block--summary__icon {
  display: none;
}

#block-cart .cart-block--summary,
#block-cart .cart-block--contents__inner {
  padding: 15px;
}

.ct-rating {
  display: inline-block;
  position: relative;
}

.order-total-line-label {
  font-size: 14px;
}

.view-commerce-cart-form input[type="number"] {
  height: 30px;
}

.views-field-total-price__number {
  text-align: right
}

.checkout-pane-coupon-redemption input[type="submit"] {
  margin-left: 0;
}

input.delete-order-item {
  padding: 2px 10px;
  background-color: #ee3d43;
  color: #ffffff !important;

}

input.form-submit {
  color: #ffffff;
  background-color: #ee3d43;
}

input.form-submit:hover {
  border-color: #2C72C6;
}

.mobile-side-menu ul.menu a.is-active {
  color: #2C72C6;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb ol>li+li:before {
  padding: 0 5px;
  content: '\f054' !important;
  font-size: 12px;
  opacity: 1;
  color: #fff;
  font-family: FontAwesome;
}

#mainNav .fa-caret-down:before {
  content: "\f107";
}

.messages {
  position: relative;
}

.messages .icon-cancel.message-close {
  position: absolute;
  right: 13px;
  top: 17px;
  cursor: pointer;
}

.search-form .form-search {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;

}

.search-form input[type="submit"] {
  margin-left: 0;
  margin-bottom: 10px;
  color: #fff !important;
}

.newsletter-popup .form-actions input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  height: 34px;
  color: #666;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 12px;
}

.newsletter-popup .form-actions input[type="submit"]:hover {
  color: #000;
  background-color: #e6e6e6;
}

.newsletter-popup .description {
  display: none;
}

.newsletter-popup-content {
  position: relative;
}

.newsletter-popup .error {
  position: absolute;
  left: 0;
}

.newsletter-popup label {
  display: none;
}

.has-error input[type="email"] {
  border: 1px solid #a94442;
  outline: none;
}

/*MEGA MENU*/
.we-mega-menu-ul>li>a {
  transition: none;
  color: #fff;
  padding: 13px 25px 13px 15px;
}

.we-mega-menu-ul>li {
  border: none !important;
  position: relative !important;
  padding: 18px 25px 0 25px !important;
}

.region-we-mega-menu .navbar-we-mega-menu {
  border-radius: 0;
  border-color: transparent;
}

@media (min-width: 992px) {
  .we-mega-menu-ul>li.dropdown-menu>a:before {
    font-family: FontAwesome;
    content: "\f107";
    background: none;
    right: -15px;
    top: 7px;
  }

  /* .we-mega-menu-ul>.we-mega-menu-li.active>a,
  .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li.active>a:focus,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus,
  .we-mega-menu-ul>.dropdown-menu:hover>a,
  .we-mega-menu-ul>.dropdown-menu:focus>a,
  .we-mega-menu-ul>.we-mega-menu-li>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li>a:focus {
    border-bottom: 2px solid #2C72C6;
  } */

  .we-mega-menu-ul>.we-mega-menu-li.active>a:after {
    content: '';
    border-bottom: 2px solid #ee3d43;
  }

  .we-mega-menu-submenu {
    padding: 2px 0;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    border-top-color: #ee3d43;
  }

  .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
    min-height: auto;
  }

  .we-mega-menu-submenu li.we-mega-menu-li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
    border: none !important;
    white-space: nowrap;
  }

  .ie .we-mega-menu-submenu li.we-mega-menu-li a:before,
  .ie .we-mega-menu-submenu li.we-mega-menu-li a:after {
    right: 15px;
  }

  .ie .we-mega-menu-ul>.we-mega-menu-li {
    min-width: auto;
  }

  .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #fff;
  }

  .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 13px;
    background: none !important;
    color: #2F2F2F;
    font-weight: 700;
    padding: 0 0 19px 0 !important;
    border-bottom: 2px solid transparent;
    text-transform: none;
  }

  .we-mega-menu-ul>.we-mega-menu-li:first-child>a {
    padding-left: 0;
  }

  .ie #header .header-nav-main nav>ul>li>a.dropdown-toggle:after {
    display: none;

  }
}

.we-mega-menu-submenu li.active>a,
.we-mega-menu-submenu li.active a:hover,
.we-mega-menu-submenu li.active a:focus {
  border-top: 3px solid #000;
  color: #fff !important;
}

.we-mega-menu-submenu li.active>a {
  text-decoration: underline;
}

.title-bold a {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.we-mega-menu-caption {
  position: absolute;
  top: -7px;
  right: 10px;
  background-color: #0cc485 !important;
  font-size: 9px !important;
  font-weight: 400;
  padding: 2px;
  z-index: 9;
  border-radius: 2px;
  line-height: 1;
  margin: 0 0 0 10px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff !important;
}

.we-mega-menu-caption:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-bottom: -6px;
  border: 3px solid transparent;
  border-top-color: #0cc485 !important;
}

.caption-red .we-mega-menu-caption {
  background-color: #eb2771 !important;
}

.caption-red .we-mega-menu-caption:before {
  border-top-color: #eb2771 !important;
}

.hidden-title h2 {
  display: none;
}

.navbar-we-mega-menu .we-mega-menu-row {
  padding: 10px 10px 5px;
}

.user-logged-in .newsletter-popup .form-actions input[type="submit"] {
  position: relative;
}

.sticky-header-active .we-mega-menu-ul>.we-mega-menu-li>a {
  padding: 6px 15px;
}

.sticky-header-active .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>a {
  padding-right: 25px;
}

.navbar-we-mega-menu .we-mega-menu-caption {
  margin-top: 0;
}

.we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child>.we-mega-menu-submenu {
  margin-top: -20px;
}

.form-required:after {
  color: #f00;
}

.region-region-messages {
  margin-left: 8px;
}

.view-commerce-cart-form input.form-submit:hover {
  color: #fff;
}

input.form-submit+a {
  margin-left: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-hidden {
  display: none;
}

.tabs.home-products-tab a.product-image {
  padding: 0;
}

.tabs.home-products-tab .product-quickview:hover {
  background: #ee3d43;
}

.tabs.home-products-tab {
  margin-top: 0;
}

.product-ratings.home-page .fivestar-widget {
  display: inline-block !important;
}

.cart-hide {
  display: none;
}

.sticky-header-active .we-mega-menu-ul>li.dropdown-menu>a:before {
  top: 12px;
}

.contextual-links a {
  color: #000 !important;
}

.tabs.home-products-tab a:hover {
  background-color: transparent;
}

.region-slide-show {
  margin-bottom: 9px;
}

.path-he-thong-tram-sac-va-thiet-bi-sac .container-fluid {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (min-width: 1200px) {
  div[role="main"] {
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  footer .copy-right br {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .menu-footer h3.menu-title br {
    display: none;
  }
  #footer-wrapper .container-fluid-box {
    padding: 0 16px;
  }
  footer .copy-right br {
    display: none;
  }
  .sp-col {
    width: 50% !important;
  }
  .side-custom-menu {
    margin-top: 15px;
  }

  #footer .newsletter form {
    max-width: 100%;
  }

  .sr-mb {
    display: block!important;
  }

  .sr-pc {
    display: none!important;
  }

  #header {
    z-index: 9999;
  }
  .button-select-region-sp #menus-global {
    top: 59px;
    height: calc(100vh - 50px);
    overflow: scroll;
    padding: 20px 10px !important;
  }

  #menus-global .container .menu {
    display: block;
  }

  #menus-global .container li.menu-item--expanded {
    width: 100%;
  }

  #menus-global .container ul li.menu-item--expanded span.region+ul li {
    width: 50%;
  }

  #menus-global .container ul li:nth-child(1) ul li ul, #menus-global .container ul li:nth-child(3) ul li ul {
    display: flex;
  }

  .path-frontpage .button-select-region img {
    filter: brightness(0.5) !important;
  }

  #menus-global .menu li:nth-child(2) ul li:nth-child(3),
  #menus-global .menu li:nth-child(2) ul li:nth-child(4) {
    margin-top: 0px;
  }

  #menus-global li.menu-item--expanded span.region+ul {
    margin-top: 10px;
  }

  #menus-global li span.region {
    padding: 10px;
  }

  .button-select-region-sp #menus-global li:nth-child(3) span.region+ul>li {
    margin-top: 10px;
    background: none;
    padding: 20px 20px 10px 20px;
  }

  #menus-global ul>li:nth-child(3) span.region+ul {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
  }

  .button-select-region-sp #menus-global li span.language,
  .button-select-region-sp #menus-global li span.language+ul {
    padding: 10px;
  }

  .button-select-region-sp #menus-global li span.region+ul>li {
    padding: 10px;
  }

  .button-select-region-sp span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #1F2125;
  }

  .button-select-region-sp.active {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
  }

  .button-select-region-sp {
    padding: 10px;
  }

  .button-select-region-sp > span{
    text-decoration: underline;
  }

  .button-select-region-sp.active span {
    color: #2C72C6;
  }

  .button-select-region-sp.active svg path {
    fill: #2C72C6;
  }

  .button-select-region-sp.active #menus-global {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000;
  }

  .button-select-region-sp #menus-global .container>.menu>li:nth-child(2) {
    margin: 0;
  }
}

.form-textarea-wrapper textarea {
  padding: 6px 12px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: '\f00d';
  font-family: 'FontAwesome';
}

.md-objects .md-object.md-layer-2-3-3 a,
.md-objects .md-object.md-layer-2-4-3 a {
  line-height: 16px !important;
}

#block-porto-content table.webform-results-table,
#block-porto-content table.views-table {
  width: 100%;
}

#block-porto-content table.webform-results-table tr th,
#block-porto-content table.webform-results-table tr td,
#block-porto-content table.views-table tr th,
#block-porto-content table.views-table tr td {
  padding: 5px 20px;
}

#block-porto-content table.webform-results-table tr th .tablesort,
#block-porto-content table.views-table tr th .tablesort {
  background-position: 0px 2px;
}

.ct-rating .description .empty {
  display: none;
}

.product-ratings .description {
  display: none;
}

.region-we-mega-menu .navbar {
  margin-bottom: 0px !important;
}

.header-body>.header-container:nth-child(2)>.header-row {
  display: flex !important;
  justify-content: space-between;
}

.box-car-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-car-head>a.account:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.box-car-head>a.account:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
  transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
}

.box-car-head>a.account:hover {
  color: #1464f4;
}

.box-car-head a.ml-3.f-ic-pc i:hover {
  color: #2C72C6;
}

.vin-footer .navbar-nav {
  width: 100%;
  justify-content: center;
}

.vin-footer-nav .navbar-nav {
  width: 100%;
  /* justify-content: center; */
  white-space: nowrap;
  margin-top: 15px;
}

/* .vin-footer-nav .navbar-nav .owl-item {
    width: 120px!important;
} */
.vin-footer-nav .navbar-nav a {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.logo-footer {
  height: 60px;
}

.line-bot-1>.container>.row:last-child {
  border-bottom: 1px solid #E4E4E4;
}

.box-sup-fot {
  font-size: 14px;
}

.box-sup-fot .input-group-text {
  width: 40px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: transparent;
  border-right: none;
  color: #fff;
}

.box-sup-fot input {
  font-size: 14px;
  border: 1px solid #fff;
  border-left: none !important;
  background-color: transparent !important;
  color: #fff;
}

.footer-tit {
  font-size: 14px;
  text-transform: uppercase;
  color: #CC9036 !important;
  font-weight: 600;
}

.sprite-qr {
  width: 101px;
  height: 101px;
  background-image: url(../img/vinhome/img_qr.png);
  display: inline-block;
  background-size: 100%;
  margin-right: 20px;
}

.sprite-m-android {
  width: 144px;
  height: 47px;
  background-image: url(../img/vinhome/icon_and.png);
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}

.sprite-m-ios {
  width: 144px;
  height: 47px;
  background-image: url(../img/vinhome/icon_ios.png);
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}

.cl-white {
  color: #fff !important;
}

.fot-register input {
  font-size: 14px !important;
  height: 50px;
  border-right: none;
}

.fot-register button {
  font-size: 14px !important;
  background-color: #CC9036 !important;
  color: #fff;
  border: none;
  border-radius: 1px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px !important;
}

.fot-register button:hover {
  background-color: #b57c27 !important;
}

.fot-register .input-group-append {
  margin-left: -1px;
  padding: 5px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bor-1 {
  border: 1px solid #474747;
}

.mr-a1 {
  margin-right: -1px;
}

/*tooltip right*/
.back-to-top {
  position: fixed;
  z-index: 9;
  bottom: 19px;
  right: 12px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
}

.sprite {
  background-image: url(../img/vinhome/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite.sprite-up {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-bt.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.back-to-top:hover .sprite.sprite-up {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.tooltip-info {
  font-style: italic;
}

.tooltip-info {
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: normal;
  border-radius: 2px;
  padding: 8px 11px;
  color: #333;
  background: #fff;
  border: 1px solid #162b75;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  margin-right: 10px;
  width: -webkit-max-content;
  width: max-content;
}

.tooltip-image:hover .tooltip-info {
  opacity: 1;
  visibility: visible;
}

.tooltip-info::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #162b75;
}

.tooltip-info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}

.embeddedServiceHelpButton .helpButton {
  height: 44px !important;
  bottom: 68px !important;
}

@media only screen and (min-width: 48em) {
  .embeddedServiceHelpButton .helpButton {
    position: fixed;
    bottom: 0;
  }
}

.embeddedServiceHelpButton .helpButton button.uiButton {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #c78a34 0%, #f4b11a 100%);
  padding: 0;
  display: block;
  cursor: pointer;
}

.embeddedServiceHelpButton .helpButton button.uiButton .embeddedServiceIcon {
  background-image: url(../img/vinhome/i-r-mes.png);
  background-repeat: no-repeat;
  display: block;
  width: 44px;
  height: 44px;
  background-position: center;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel {
  font-weight: 600;
  font-size: 11px;
  font-size: .78571rem;
  position: absolute;
  display: inline-block;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  max-width: unset;
  height: auto;
  line-height: normal;
  border-radius: 5px;
  padding: 15px 20px 15px 45px;
  background: #fff;
  color: #585858;
  border: 2px solid #162b75;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  margin-right: 10px;
  overflow: visible;
  text-align: left;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #162b75;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .assistiveText {
  color: transparent;
  font-size: 1px;
  height: 88px;
  width: 79px;
  background: transparent url(../img/vinhome/livechat-supporter.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  clip: auto;
}

.gradientTxt,
.gold {
  background: linear-gradient(to right, #c78a34, #f4b11a);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .gradientTxt {
  font-size: 14px;
  font-size: 1rem;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .gradientTxt:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
  margin: 0 0 -10px;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
  content: unset !important;
}

.embeddedServiceHelpButton .helpButton button.uiButton {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: #fff !important;
  padding: 0;
  display: block;
  cursor: pointer;
}

.embeddedServiceHelpButton .helpButton button.uiButton.show,
.embeddedServiceHelpButton .helpButton button.uiButton:hover {
  border-color: #fff;
}

.embeddedServiceHelpButton .helpButton button.uiButton .embeddedServiceIcon:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.embeddedServiceHelpButton .helpButton button.uiButton.show .helpButtonLabel,
.embeddedServiceHelpButton .helpButton button.uiButton:hover .helpButtonLabel {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 48em) {
  .embeddedServiceHelpButton {
    background-color: transparent;
  }
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before,
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
  content: unset !important;
}

.hotline-support {
  z-index: 9;
  right: 12px;
  width: 44px;
  height: 44px;
  bottom: 117px;
  cursor: pointer;
  position: fixed;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
}

.hotline-support>a {
  text-decoration: none;
}

.sprite.sprite-phone {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-p.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.sprite.sprite-phone:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.tooltip-info p {
  margin: 0;
}

.tooltip-info .phone {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.tooltip-info .phone a {
  background: linear-gradient(180deg, #c78a34 0%, #f4b11a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 5px;
}

.choose-properties {
  z-index: 9;
  right: 12px;
  width: 44px;
  height: 44px;
  bottom: 215px;
  cursor: pointer;
  position: fixed;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
}

.sprite.sprite-buynow {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-mn.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.sprite.sprite-buynow:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.fb_reset .fb_dialog {
  padding: 0 10px !important;
}

.fb_dialog_content {
  background: #fff;
  color: #373737;
}

.fb_reset div {
  overflow: unset !important;
}

.fb_dialog .fb_dialog_content iframe {
  transform: scale(.8);
}

.fb_dialog .fb_dialog_content iframe:first-child {
  bottom: 256px !important;
  right: -6px !important;
  height: 57px !important;
  width: 57px !important;
}

.zalo-chat-widget {
  z-index: 9 !important;
  bottom: 112pt !important;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
}

.zalo-chat-widget.opened {
  right: 78px !important;
  bottom: 0 !important;
}

.box-sup-fot .input-group {
  border-radius: 5px;
  cursor: pointer;
}

.box-sup-fot .input-group:hover {
  background-color: #fff;
}

.box-sup-fot .input-group:hover .input-group-text,
.box-sup-fot .input-group:hover input {
  color: #000;
  cursor: pointer;
}

.box-sup-fot .input-group input:focus {
  border-color: #fff !important;
  color: #fff !important;
}

.box-sup-fot .input-group:hover input:focus {
  color: #000 !important;
}

.cap-style {
  font-size: small;
  font-style: italic;
}

.news-content {
  text-align: justify;
  padding-bottom: 20px !important;
}

.widget-toc {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding-right: 1rem;
  font-size: 95%;
}

.news-content img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 10px;
}

.news-content iframe {
  width: 100% !important;
  height: 460px !important;
}

.scroll-to-top {
  display: none;
}

.tamplate-ocean-park .block2 .promo-img {
  border-radius: 20px;
  overflow: hidden;
}

.block4-slider1 .item .card {
  border-radius: 20px;
  overflow: hidden;
}

.tamplate-ocean-park .block7 .utility-block .item .card .promo-img {
  display: inline-block;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tamplate-ocean-park .promo-library .library-img-item a {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

.tamplate-ocean-park .block11 .card {
  border-radius: 20px;
  overflow: hidden;
}

@font-face {
  font-family: UTM;
  src: url(../font/UTM-BanqueR.ttf);
}

#header .top-menu li a {
  font-family: 'UTM';
  text-transform: none;
}

#header button.btn.btn-outline-warning {
  font-size: 11px;
  font-weight: 600;
}

.menu3s-footer .nav-link {
  font-family: 'UTM';
}

.list-button-fot a {
  padding: 0px 20px 0 0;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.list-button-fot a i {
  font-size: 20px;
  position: relative;
  top: 5px;
  width: 40px;
}

.fix.list-button-fot a i {
  width: auto;
}

.list-button-fot .title {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: unset;
}

.button-register-drive {
  background: none;
  border: 1px solid #2C72C6;
  color: #2C72C6 !important;
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px !important;
  padding: 0 20px;
  border-radius: 3px;
}

.button-register-drive:hover {
  background: #2C72C6;
  color: #fff !important;
}

.button-register-drive>span {
  font-weight: 700;
}

.p-icon-left {
  position: relative;
  padding-left: 30px;
  color: #1F2125;
  font-size: 14px;
  font-weight: 600;
}

.p-icon-left i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1F2125;
  font-size: 20px;
}

.cap-style {
  font-size: 11px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 15px !important;
  letter-spacing: 0em !important;
}

div#block-footerbottom {
  margin-top: 30px;
}

footer .list-button-fot .font-weight-bold.title {
  color: #1F2125;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .vin-footer-nav .navbar-nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .vin-footer-nav .navbar-collapse {
    overflow-x: scroll;
  }

  .vin-footer-nav .navbar-nav {
    margin: 0;
  }

  .vin-footer-nav .navbar-collapse {
    padding-bottom: 0;
  }

  #header .header-logo img {
    margin: 0;
  }

  #header .cart-dropdown .cart-dropdown-icon i {
    font-size: 18px;
  }

  .list-button-fot.fix a {
    text-align: center !important;
    padding: 10px;
    border: 1px solid #707070;
    margin-right: 0px;
    margin: 0 5px;
  }

  .list-button-fot.fix>div:nth-child(1) a {
    border: none;
  }

  .list-button-fot.fix>div:nth-child(2) a {
    font-size: 13px;
  }

  .list-button-fot.fix>div:nth-child(2) a i {
    font-size: 13px;
    position: static;
    margin-right: 5px;
  }
}

html .scroll-to-top {
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
  width: 38px !important;
  height: 38px !important;
  transform: unset !important;
  bottom: 19px !important;
  display: none;
}

@media (max-width: 991px) {
  .op6 {
    opacity: 0.6;
  }

  .op3 {
    opacity: 0.3;
  }

  .vin-footer-nav .owl-carousel a {
    font-size: 16px;
    line-height: 36px;
  }

  .vin-footer-nav.navbar {
    margin: 0;
    border: 0;
  }

  .vin-footer-nav .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
}

.elec-moto>ul.links>li {
  width: 100%;
}

#footer .bor-but-f {
  display: inline-flex;
  align-items: center;
  height: 45px;
  font-weight: 600;
}

#footer .bor-but-f span {
  line-height: normal;
  font-weight: 600;
}

#map_showroom #search .title i {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  cursor: pointer;
  background: #941F15;
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map_showroom #search #accordion {
  transition: 0.3s;
}

#map_showroom #search #accordion.hide-search {
  transform: translateX(-50px);
  visibility: hidden;
  opacity: 0;
}

#map_showroom div#button-open-search {
  position: absolute;
  left: 0;
  top: 65px;
  color: #fff;
  padding: 0 8px 0 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px);
  background: #941F15;
  border-radius: 3px;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#map_showroom div#button-open-search .icon-marker {
  background: #CB2A1D;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map_showroom div#button-open-search.hide-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#map .gm-style .gm-style-iw-c {
  background: #CB2A1D;
  border-radius: 3px;
  padding: 0;
}

#map .gm-style .gm-style-iw-d {
  overflow: unset !important;
  padding: 20px;
}

#map .gm-style .gm-style-iw-t::after {
  background: #CB2A1D;
}

#map button[title="Close"] {
  filter: brightness(0) invert(1);
}

#map .poi-info-window div,
#map .poi-info-window a {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 1365px) {
  #header .header-nav-main {
    justify-content: space-between;
    align-items: center;
  }

  #header .header-nav-main .swtich-lang {
    transform: unset;
    position: unset;
  }

  .we-mega-menu-ul>li {
    padding: 18px 15px 0 15px !important;
  }
}

@media(max-width: 1024px) {
  .page-404 .line-car {
    margin: 100px 0 20px;
  }

  .header-nav .pc-header, .header-nav .mega_menu_container {
    padding: 0 10px;
    margin: 0 32px;
  }

  #menus-global .container>.menu>li:nth-child(2) {
    margin: 0 10px;
  }

  #menus-global li span.language+ul {
    display: block;
  }
}

@media(max-width: 768px) {

  #header .header-row {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .header-row .swtich-lang {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
  }

  .header-row .swtich-lang .lang-vn {
    color: #1F2125;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 800;
  }

  .header-row .swtich-lang .lang-en {
    color: #000000;
    opacity: 0.5;
    font-weight: 800;
  }

  .number-404 {
    font-style: normal;
    font-weight: bold;
    font-size: 150px;
    line-height: 124px;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .list-button-fot.mt-8.d-none.d-md-flex {
    justify-content: center;
  }

  .clearfix.text-formatted.float-left.col-md-8.text-left.p-0.mta45-m {
    max-width: 100%;
  }

  body #menus-global {
    height: 100%;
    overflow: scroll;
    padding: 0px 10px 40px 10px !important;
    top: 50px;
  }

  #menus-global .container .menu {
    display: block;
  }

  #menus-global .container li.menu-item--expanded {
    width: 100%;
  }

  #menus-global .container ul li.menu-item--expanded span.region+ul li {
    width: 50%;
  }

  #menus-global .container ul li:nth-child(1) ul li ul, #menus-global .container ul li:nth-child(3) ul li ul {
    display: flex;
  }

  .path-frontpage .button-select-region img {
    filter: brightness(0.5) !important;
  }

  #menus-global .container ul li {
    padding-top: 30px;
  }

  #menus-global .menu li:nth-child(2) ul li:nth-child(3),
  #menus-global .menu li:nth-child(2) ul li:nth-child(4) {
    margin-top: 0px;
  }

  #menus-global li.menu-item--expanded span.region+ul {
    padding-top: 0px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #menus-global li:nth-child(3) span.region+ul>li {
    margin-top: 30px;
  }

  #menus-global ul>li:nth-child(3) span.region+ul {
    padding-left: 0px;
  }

  .button-select-region {
    padding: 12px;
    margin-right: 10px;
  }

  .button-select-region svg {
    width: 16px;
    height: 16px;
  }

  #header .header-column .row .mmenu-toggle-btn.active {
    /* background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
    color: #2C72C6; */
  }

  #header .header-column .mmenu-toggle-btn {
    margin: 0;
    width: 40px;
    color: #1F2125;
  }

  #header .header-column .mmenu-toggle-btn .close-menu {
    display: none;
  }

  #header .header-column .row .mmenu-toggle-btn.active .close-menu {
    display: block;
  }

  #header .header-column .row .mmenu-toggle-btn.active .open-menu {
    display: none;
  }

  #header .header-container {
    padding: 15px;
  }

  body .mobile-nav {
    top: -100vh;
    height: calc(100vh - 50px);
    left: 0;
    width: 100vw;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  body.mmenu-open .mobile-nav {
    top: 59px;
    height: calc(100vh - 50px);
    left: 0;
    width: 100vw;
    /* overflow: auto; */
    background: #FFFFFF;
    z-index: 9999;
    padding: 20px 15px 0;
    opacity: 1;
    visibility: visible;
  }

  body.mmenu-open .mobile-nav-wrapper {
    height: calc(100% - 92px);
    overflow: auto;
  }

  body.mmenu-open .mobile-nav > .user-login,
  body.mmenu-open .mobile-nav > .user_authenticated {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: #F7F9F9;
    color: #3C3C3C;
    z-index: 101;
  }

  body.mmenu-open .mobile-nav > .user_authenticated span {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #3C3C3C;
    margin-right: 5px;
  }

  body.mmenu-open .mobile-nav > .user-login a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
  }

  body.mmenu-open .user-login a svg {
    margin-right: 5px;
  }

  .mmenu-open #mobile-menu-overlay {
    display: none;
  }

  .mobile-side-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mobile-side-menu .view-more {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #1464F4;
    display: none;
  }

  .mobile-side-menu > li.dropdown > .mmenu-toggle {
    display: flex!important;
    color: #000;
    justify-content: center;
    align-items: center;
  }

  .mobile-side-menu > li.dropdown > .mmenu-toggle:after {
    content: url(../img/icons/arrow-down.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    transition: 0.3s;
  }

  .mobile-side-menu > li.dropdown > .mmenu-toggle.open:after {
    transform: rotate(180deg);
  }

  .mobile-side-menu > li.dropdown > .mmenu-toggle.open .view-more {
    display: block;
  }

  .user_menu_item {
    display: none;
  }

  .user_menu_item ul li {
    padding: 10px;
  }

  /* .mobile-side-menu .mobile-side-menu li.dropdown span.active, */
  .user_menu_dropdown.open {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
    color: #2C72C6;
  }

  .mobile-side-menu .mobile-side-menu li.dropdown span.service-type {
    background: #F8F9FA;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F2125;
  }

  .mobile-side-menu li.dropdown-submenu ul {
    margin: 0;
    padding: 0;
  }

  .user_menu_dropdown.open .block-welcome-username {
    color: #2C72C6;
  }

  .mobile-side-menu li a, .mobile-side-menu .user-login,
  .mobile-side-menu li span, .user_menu_dropdown .block-welcome-username {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.1em;
    color: #1F2125;
    display: block;
    padding: 0;
    text-transform: initial;
  }

  .user_menu_dropdown .block-welcome-username,
  .user_menu_dropdown .block-welcome-username a {
    color: #1464F4;
  }

  .user_menu_dropdown i {
    font-size: 24px;
    margin-right: 10px;
  }

  .mobile-side-menu .swtich-lang .lang-vn,
  .mobile-side-menu .swtich-lang .lang-en {
    color: #fff;
  }

  .mobile-side-menu span.mmenu-toggle {
    display: none;
  }

  ul.mobile-side-menu li>ul li a, .user_menu_item ul li a {
    /* padding: 0; */
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F2125;
    text-transform: none;
  }

  .mobile-side-menu > li.dropdown > ul {
    margin-bottom: 10px;
    border-left: 1px solid #D9E1E2;
  }

  /* .mobile-side-menu .mobile-side-menu li:not(.dropdown), .vf-sidebar-right li,
  .mobile-nav .mobile-side-menu .user-login,
  .mobile-side-menu .mobile-side-menu > li.dropdown span,
  .mobile-side-menu .mobile-side-menu > li.dropdown > a,
  .user_menu_dropdown {
    padding: 10px;
    margin-bottom: 10px;
  } */

  ul.mobile-side-menu a, ul.mobile-side-menu span {
    padding: 12px 8px;
    display: block;
  }

  .mobile-side-menu > .dropdown li a {
    padding-left: 16px;
  }

  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child span,
  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child a {
    margin-bottom: 0;
  }

  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child li:first-child {
    margin-top: 10px;
  }

  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child li:last-child {
    margin-bottom: 0;
  }

  .mobile-side-menu .mobile-side-menu li.dropdown-submenu {
    padding: 0;
    margin: 0;
  }

  /* ul.mobile-side-menu li>ul li:not(:last-child) a {
    margin-bottom: 10px;
  } */

  ul.mobile-side-menu li>ul li a::before {
    display: none;
  }

  .mobile-side-menu li ul, .user_menu_item {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 16px;
  }

  .mobile-side-menu .swtich-lang {
    justify-content: center;
    margin: 20px 0 0 !important;
  }

  ul.mobile-side-menu a.button-register-drive {
    width: 100% !important;
    display: flex;
    margin: auto;
    height: 55px;
    font-size: 16px !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.3s;
  }

  ul.mobile-side-menu a.button-register-drive:hover {
    background: #2C72C6;
    color: #fff;
  }

  .mobile-side-menu ul.menu {
    margin: 0;
  }
}

@media (max-width: 480px) {
  #change-password-success, #register-success {
    width: fit-content;
    z-index: 1000 !important;
  }
  .page-404 .line-car .container img {
    max-width: calc(100% - 30px);
    right: 15px;
  }

  .page-404 .line-car {
    margin: 110px 0 100px;
  }

  .path-frontpage .popup-front {
    width: calc(100vw - 30px);
  }

  #footer .menu3s-footer .navbar {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
  }

  /* .path-showroom-dai-ly #map_showroom {
        height: 500px;
    } */

  .path-showroom-dai-ly div#search.container {
    top: 10px;
  }

  .path-frontpage .moto-block.col-md-7 .des-text {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
  }

  .path-frontpage .moto-block.col-md-7 .item.text-center .title {
    font-size: 13px;
  }

  .mtp_block .banner-ht.col-md-5 {
    padding: 0;
  }

  .path-frontpage .block4 {
    padding-bottom: 0;
  }

  .path-frontpage .banner-home .swiper-slide a:before {
    z-index: 0;
  }

  .path-frontpage .moto-wrapper .item {
    width: 50%;
  }

  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(4),
  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(5),
  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(6) {
    display: none;
  }

  .path-tin-tuc .news-highlight .body {
    left: 20px;
    width: calc(100% - 40px);
  }

  .path-tin-tuc .vin-slide-loader-content .owl-dots {
    bottom: 0;
  }

  .path-frontpage .block1_img {
    height: 200px;
    object-fit: cover;
  }

  .path-frontpage .moto-wrapper .item .has-img {
    padding: 30px 0;
  }

  #footer h4 {
    color: #222;
    font-weight: 600;
  }

  .line-bot-1 .col-md-9>.row {
    margin: 0 -15px;
  }

  .p-icon-left {
    padding-left: 40px;
  }
}

.title-map-showroom .title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.title-map-showroom .address {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}

.title-map-showroom .address p {
  margin: 0;
  margin-left: 5px;
  color: #fff;
}

.path-frontpage .block1 .item a {
  display: none;
}

.path-bao-hanh .top-banner.text-center:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #1F2125 0%, rgba(31, 33, 37, 0) 100%);
}

.path-bao-hanh .top-banner {
  position: relative;
}

.path-bao-hanh #document_guarantee .col-md-6>button {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px #fff solid;
  border-radius: 0;
  padding: 10px 0;
}

.path-bao-hanh #document_guarantee .col-md-6>button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f107";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border: none;
  font-family: 'FontAwesome';
  font-size: 18px;
}

.path-bao-hanh #document_guarantee .col-md-6 .dropdown-menu {
  width: calc(100% - 30px);
  background: #000;
  padding: 15px 20px 0;
  border-radius: 0;
}

.path-bao-hanh #document_guarantee .item-doc {
  border-bottom: 1px #1F2125 solid;
  padding-bottom: 10px;
  align-items: center;
}

.path-bao-hanh #document_guarantee .item-doc p {
  font-weight: 700;
}

#successModal .modal-dialog {
  max-width: 700px;
  width: calc(100vw - 30px);
}

#successModal button.close {
  position: unset;
  width: calc(100% - 60px);
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  text-align: center;
  color: #1F2125 !important;
  opacity: 1;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px !important;
  height: auto;
  text-shadow: none;
  margin: 30px 30px 0;

}

#successModal .modal-body {
  text-align: center;
  padding: 30px 0;
}

#successModal .modal-body p {
  color: #1F2125;
  font-weight: 500;
  padding: 0 30px;
}

#successModal .modal-body h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1F2125;
}

#successModal .config {
  position: relative;
  margin: 30px 0 30px;
}

#successModal .config:before {
  content: '';
  height: 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  z-index: 0;
}

#successModal .config img {
  position: relative;
  z-index: 1;
}

.header-nav-main .swtich-lang {
  margin: 0;
  /* position: absolute; */
  top: 50%;
  left: calc(100% + 20px);
  /* transform: translateY(-50%); */
}

#header .header-nav-main {
  position: relative;
  min-height: unset;
}

#header .header-nav-main nav {
  border-radius: 5px;
  background-color: transparent;
  float: left;
  display: flex;
  align-items: center;
}

#header .header-body .header-nav .header-logo img {
  width: auto;
  height: 25px;
  margin: 0;
}

#header .header-body .header-nav .header-logo h1.logo-wrap {
  margin: 0;
  font-size: 13px;
}

.path-frontpage #header:not(.header-fix) .swtich-lang .lang-vn,
.path-ve-chung-toi #header:not(.header-fix) .swtich-lang .lang-vn {
  color: #fff;
  border-right: 1px #fff solid;
}

/* .path-frontpage #header:not(.header-fix) .mega_menu_header.mega-main-menu>li:hover>a,
.path-ve-chung-toi #header:not(.header-fix) .mega_menu_header.mega-main-menu>li:hover>a {
  color: #2C72C6;
} */
.mega_menu_header.mega-main-menu>li.desktop-hover:not(.has-touch):hover .menus-global {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
  overflow: auto;
  max-height: calc(100% - 60px);
}
body .header-fix .header-nav-main .swtich-lang .lang-vn {
  color: #1F2125;
  border-right: 1px #41454D solid;
}

body .header-nav-main .swtich-lang .lang-vn {
  color: #1F2125;
  border-right: 1px #41454D solid;
}

.path-frontpage .header-nav-main .swtich-lang .lang-en {
  color: #fff;
  opacity: 0.5;
}

body .header-fix .header-nav-main .swtich-lang .lang-en {
  color: #000;
  opacity: 0.5;
}

body .header-nav-main .swtich-lang .lang-en {
  color: #000;
  opacity: 0.5;
}

/* FOOTER REBUILD */
footer .menu-item a:hover {
  color: #1464F4;
}

footer .ecosystem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

footer .ecosystem .ecosystem-content {
  display: inline-flex;
  gap: 1.875rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
}

footer .ecosystem p.menu-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  text-decoration: none;
  margin: 0 1.875rem 0 0;
  display: inline
}

footer .sub-menu {
  background: #F7F9F9;
  box-shadow: 0px 24px 54px rgb(0 0 0 / 10%);
  padding: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}

footer .menu .menu-item:last-child {
  margin-bottom: 0;
}

footer .menu-footer p.menu-title, footer .menu-footer .menu-item p.menu-title a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 0;
  cursor: pointer;
}

footer .cskh .hotline-title, footer .cskh .connect-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5rem;
  color: #3C3C3C;
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}

footer .cskh .connect-title {
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

footer .cskh .connect-vf .social {
  display: flex;
  gap: 0.75rem;
}

footer .cskh .hotline {
  margin-bottom: 1rem;
}

footer .cskh .hotline-email svg {
  margin-right: 0.75rem;
}

footer .cskh a span {
  color: #1464F4;
}

footer .ecosystem-copy-right .bct-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

footer .row {
  position: relative;
}
footer ul.menu {
  padding: 0;
  margin: 0;
}
footer .ecosystem ul.menu {
  display: flex;
}

footer .ecosystem .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 16px;
}

footer .menu-footer .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 1.5rem;
}
footer .menu-footer .block-right .menu-item:last-child {
  margin: 0;
}

footer .menu .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 24px;
}
footer .ecosystem .menu .menu-item {
  padding: 0;
  margin: 0 1.875rem 0 0;
}
footer .ecosystem .menu .menu-item:last-child {
  margin: 0;
}

body:not(.path-frontpage) footer .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #8A8A8A;
  position: relative;
}
footer .menu-item a {
  color: #8A8A8A;
  position: relative;
}

footer .list-menu-ft .menu-item:not(:last-child) a {
  margin-bottom: 15px;
}

footer .list-menu-ft {
  margin-bottom: 40px;
}

footer .menu-vg {
  display: flex;
}

footer .menu-vg .menu-title {
  margin-right: 40px;
  margin-bottom: 0;
}

footer .menu-vg .menu {
  display: flex;
}

footer .menu-vg .menu li:not(:last-child) a {
  margin-right: 40px;
}

footer .menu-copyright {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

footer .copyright {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  text-align: right;
  color: #979797;
}

/* footer .copyright a {
  padding-right: 60px;
} */

footer .ft-sp {
  display: flex;
  align-items: center;
}

footer h3.title-sp {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-right: 40px;
  margin-bottom: 0;
}

footer .ft-sp a {
  border: 1px solid rgb(112 112 112 / 50%);
  box-sizing: border-box;
  border-radius: 3px;
  height: 40px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  padding: 0 15px;
  text-decoration: none !important;
}

footer .ft-sp a:hover div,
footer .ft-sp a:hover span {
  color: #2C72C6 !important;
}

footer .btn-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-left: 15px;
}

footer .btn-txt span {
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  display: block;
}

footer .swtich-lang {
  margin: 0;
}

.ft-bottom .col-md-6:last-child {
  display: flex;
  align-items: center;
}

.ft-bottom {
  margin-bottom: 40px;
}

.ft-bottom .col-md-6:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ft-bottom .ft-social {
  margin-left: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ft-social span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-right: 40px;
}

.social-item i {
  font-size: 20px;
}

footer .menu-item--expanded {
  list-style-type: unset;
  list-style-image: none;
  position: relative;
  padding-right: 50px;
}

footer .menu-item--expanded .menu {
  display: none;
  padding: 0 10px;
}

footer .menu-item--expanded .menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #1F2125;
}

footer .col-sm-2>.menu>li>a {
  font-weight: 600;
}

footer .menu-footer .header {
  display: flex;
}

footer .chervon-down {
  position: relative;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(https://storage.googleapis.com/vinfast-data-01/caret-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

footer .menu-footer .menu-item.show .header>h3.menu-title {
  color: #1464F4;
}

footer .menu-footer .menu-item.show .header>.chervon-down {
  position: relative;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background: url("../img/icons/Chervon.svg") 0 0 no-repeat;
}

footer .caret-down.active {
  transform: rotate(180deg);
}

footer .col-sm-2>.caret-down,
footer .menu-vg>.caret-down {
  display: none
}

.copyright.ft-mb {
  display: none;
}

/* ============ RESPONSIVE ================= */
@media (max-width: 1024px) {
  .ft-bottom .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer .ft-sp {
    justify-content: center;
  }

  .ft-bottom .col-md-6:last-child {
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  footer .list-menu-ft .col-sm-2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 0 10px;
  }

  footer .list-menu-ft .col-sm-2::before {
    width: calc(100% - 20px);
    height: 1px;
    content: '';
    border-bottom: 1px #e4e4e4 solid;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  footer h3.menu-title, footer h3.menu-title a {
    margin-bottom: 0;
  }

  footer .col-sm-2>.menu {
    padding-top: 20px;
    display: none;
  }

  footer .list-menu-ft {
    margin-bottom: 0;
  }

  footer .copyright {
    display: none;
  }

  footer .menu-vg {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 0 10px;
  }

  footer .menu-vg .menu-title {
    margin-right: 0;
    width: 100%;
  }

  footer .menu-vg .menu li:not(:last-child) a {
    margin: 0 0 15px;
  }

  footer .menu-vg>.menu {
    padding-top: 20px;
    display: none;
  }

  footer .menu-copyright {
    margin: 0 -10px;
  }

  .ft-bottom {
    margin: 30px 0;
  }

  footer h3.title-sp {
    display: none;
  }

  .ft-bottom .col-md-6:last-child {
    flex-wrap: wrap;
  }

  .ft-bottom .ft-social {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }

  .ft-social span {
    display: block;
    text-align: center;
    margin: 30px 0 20px;
    width: 100%;
  }

  footer .btn-txt {
    font-size: 0;
  }

  footer .btn-txt span {
    display: none;
  }

  footer a:nth-child(2) .btn-txt:before {
    content: 'Hotline';
    font-size: 13px;
    line-height: normal;
  }

  footer a:nth-child(3) .btn-txt:before {
    content: 'Email';
    font-size: 13px;
    line-height: normal;
  }

  footer .ft-sp a {
    width: 50%;
    justify-content: center;
  }

  footer .ft-sp a i {
    font-size: 16px;
  }

  footer .copyright.ft-mb {
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  footer .swtich-lang>span {
    color: #1F2125;
  }

  footer .col-sm-2>.caret-down,
  footer .menu-vg>.caret-down {
    display: block;
  }

  footer .menu-item--expanded .menu {
    padding: 0 0 0 30px;
  }

  footer a.gov {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {

  .pd__r {
    padding-right: calc((100vw - 540px)/2);
  }

  .pd__l {
    padding-left: calc((100vw - 540px)/2);
  }
}

@media (min-width: 768px) {
  #register-success, #change-password-success {
    z-index: 97 !important;
  }

  .pd__r {
    padding-right: calc((100vw - 720px)/2);
  }

  .pd__l {
    padding-left: calc((100vw - 720px)/2);
  }
}

@media (min-width: 992px) {

  .pd__r {
    padding-right: calc((100vw - 960px)/2);
  }

  .pd__l {
    padding-left: calc((100vw - 960px)/2);
  }
}

@media (min-width: 1200px) {
  .pd__r {
    padding-right: calc((100vw - 1170px)/2);
  }

  .pd__l {
    padding-left: calc((100vw - 1170px)/2);
  }
}

/* MEGA MENU */
.mega_menu {
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: #fff;
  top: 57px;
  box-shadow: 0 3px 6px #00000029;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
}

.mega_menu_header.mega-main-menu>li.active .mega_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
}

.mega_menu_header.mega-main-menu>li .mega_menu .fade.show {
  visibility: hidden;
}

.mega_menu_header.mega-main-menu>li:hover .mega_menu .fade.show {
  visibility: visible;
  position: relative;
}

.mega_menu_header.mega-main-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*.mega_menu_header.mega-main-menu>li {*/
/*  padding: 19px 0;*/
/*  margin: 0 20px;*/
/*  position: relative;*/
/*}*/

body:not(.path-frontpage) .mega_menu_header.mega-main-menu>li>a {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  transition: 0.3s;
}
.mega_menu_header.mega-main-menu>li:not(:last-child) {
  margin-right: 30px;
}
.mega_menu_header.mega-main-menu>li>a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  transition: 0.3s;
  text-transform: inherit;
}

.mega_menu_header.mega-main-menu>li:hover>a {
  color: #2C72C6;
}

.hd-mega {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

/* .hd-mega::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */

.mega-menu .we-mega-menu-li a {
  text-transform: uppercase;
}

.mega-menu .we-mega-menu-li a.active_mega {
  color: #2C72C6 !important;
}

.mega_menu .nav-tabs .nav-link {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  color: #3C3C3C;
  text-transform: uppercase;
  padding: 0;
}
.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}
.mega_menu .nav-link.active {
  font-size: 16px;
  color: #1464F4;
  border: none;
}
.mega_menu .hd-mega .pop_tu_van {
  padding-bottom: 14px;
}

.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}

.mega_menu .nav-tabs .nav-link.active-tab {
  color: rgb(20, 100, 244);
  font-size: 16px;
}

.mega_menu .nav-tabs {
  border: none;
}

.mega-main-menu .tab-content {
  box-shadow: none;
  outline: none;
  border: none;
  padding-top: 48px;
}

.mega_menu .pop_tu_van a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}

.mega_menu .pop_tu_van a svg {
  margin-right: 21px;
}

.mega_menu .pop_tu_van:hover a {
  color: #2c72c6;
}

.mega_menu .pop_tu_van:hover svg path {
  fill: #2c72c6;
}

.mega_menu .item_name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #3c3c3c;
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.mega_menu .slogan {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #707070;
  margin-bottom: 10px;
}

.mega_menu .price {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-bottom: 10px;
}

.mega_menu .link {
  text-align: center;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
}

.mega_menu .link a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  text-decoration-line: underline;
  color: #2998DD;
}

.mega_menu .mega-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1F2125;
  margin-bottom: 10px;
  padding: 10px;
}

.mega-dich-vu li a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  padding: 10px;
}

.mega-dich-vu li a:hover {
  color: #2C72C6;
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

.mega-dich-vu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dich-vu[data-id="2"] ul {
  display: flex;
}

.mega-dich-vu[data-id="2"] ul li:first-child {
  margin-right: 80px;
}

.mega_menu .img.col-md-6 {
  margin: -20px 0 -20px;
  max-width: 462px;
}

.mega_menu .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  text-align: center;
  color: #707070;
  margin-top: 20px;
}

.bg-mega-menu {
  position: fixed;
  width: 100vw;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00000059;
  z-index: 98;
}

.bg-mega-menu.active {
  height: 100vh;
}

#block-megamainmenucongcu {
  width: 100%;
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

#block-megamainmenucongcu .field--name-body {
  width: 75%;
}

#block-megamainmenucongcu .field--type-image {
  width: 25%;
  padding: 0px 10px;
}

#block-megamainmenucongcu .mega-cong-cu li {
  list-style-type: none;
  margin-bottom: 10px;
}

#block-megamainmenucongcu .mega-cong-cu li a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  padding: 10px;
}

#block-megamainmenucongcu .mega-cong-cu li a:hover {
  color: #2C72C6;
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

.mega_menu_header .menu_service .hd-mega {
  display: none;
}

.mega_menu_header .menu_service .tab-content {
  padding: 20px 0;
}
.mega_menu_header.mega-main-menu>li .mega_menu .tab-content .tab-pane a.img {
  transition: opacity 750ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: fit-content;
  padding: 0.5rem;
}
.mega_menu_header.mega-main-menu>li .mega_menu .tab-content .tab-pane a.img .img-mega-menu-hover {
  display: none;
}
.mega_menu_header.mega-main-menu *
}
#yeu-cau-tu-van {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 360px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px #00000029;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

#yeu-cau-tu-van .close-form {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  z-index: 9;
  cursor: pointer;
}

#yeu-cau-tu-van h2.form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
  margin-bottom: 20px;
}

#yeu-cau-tu-van form label {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 127%;
  color: #1F2125;
}

#yeu-cau-tu-van form label span {
  color: #2C72C6;
  margin-left: 10px;
}

#yeu-cau-tu-van form input,
#yeu-cau-tu-van form select {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #707070;
  width: 100%;
  padding: 10px 20px;
}

#yeu-cau-tu-van form input,
#yeu-cau-tu-van form select {
  height: 40px;
}

#yeu-cau-tu-van form textarea {
  height: 64px;
}

#yeu-cau-tu-van form {
  padding: 30px;
}

#yeu-cau-tu-van form input[type="submit"] {
  background: #2C72C6;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 127%;
  text-align: center;
  color: #FFFFFF;
}

#yeu-cau-tu-van form p.txt {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #2C72C6;
  margin: 20px 0 0;
}

#yeu-cau-tu-van img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-form-yctv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00000059;
  z-index: 998;
  top: 0;
  left: 0;
}

#error-verify-email {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999999;
  padding: 15px 30px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 3px;
  text-align: center;
}

#error-verify-email .msg-error {
  font-size: 16px;
  color: #000;
  font-weight: 500;

}

#error-verify-email a {
  display: inline-block;
  padding: 5px 15px;
  background: #2C72C6;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  margin: 15px auto 0;
  font-size: 16px;
}

#error-verify-email img {
  margin-bottom: 15px;
}

#error-verify-email span {
  font-weight: 600;
}

.bg-verify-email {
  position: fixed;
  top: 0;
  left: 0;
  background: #00000049;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.is-active {
  transform: rotate(0) !important;
}

.mega_menu .view_all {
  text-align: center;
  margin-top: 20px;
}

.mega_menu .view_all a {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background: #2C72C6;
  border-radius: 5px;
  height: 40px;
  width: 364px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.mega_menu .view_all a:hover {
  color: #2C72C6;
  background: #fff;
  border: 1px #2C72C6 solid;
}

.confirm-yctv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 560px;
  background: #fff;
  z-index: 9;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px #00000029;
  z-index: 999;
}

.confirm-yctv .cf-hd {
  background: #2C72C6;
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 45px;
  position: relative;
}

.confirm-yctv .cf-hd .img {
  margin-top: -20px;
}

.confirm-yctv .cf-hd::before {
  content: '';
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #2C72C6 100.01%);
  position: absolute;
  top: 100%;
  left: 0;
}

.confirm-yctv .img img {
  transform: translateY(45px);
}

.confirm-yctv .body-cf {
  padding: 0 30px 30px;
}

.confirm-yctv .title-pu {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  color: #1F2125;
  transition: 0,3s;
}

.confirm-yctv .txt * {
  font-style: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #1F2125;
}

.confirm-yctv .close-pu {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  display: flex;
  align-items: center;
  color: #1F2125;
  justify-content: center;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.confirm-yctv .close-pu:hover {
  border-color: #2C72C6;
  background: #2C72C6;
  color: #fff;
}

.confirm-yctv .full_name {
  margin-left: 5px;
}

.close-confirm-yctv {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000049;
  z-index: 998;
}

#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li>a {
  color: #fff;
  padding-bottom: 14px !important;
}

#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li {
  padding: 14px 20px 0 20px !important;
}

#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active>a,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active>a:focus,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active-trail>a,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus,
#block-battery-ecosystem-menu .we-mega-menu-ul>.dropdown-menu:hover>a,
#block-battery-ecosystem-menu .we-mega-menu-ul>.dropdown-menu:focus>a,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li>a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul>.we-mega-menu-li>a:focus {
  border-bottom: none;
  background: linear-gradient(270deg, #0094FF 0%, #2C72C6 100%) left bottom no-repeat !important;
  background-size: 100% 5px !important;
}

#block-battery-ecosystem-menu .navbar-we-mega-menu {
  background: #2C72C6;
  padding: 0;
}
.iframe-chatbot .aip-chat-box {
  display: none !important;
}
.iframe-chatbot #block-side-floating-menu-icon, .iframe-chatbot.path-chinh-sach-bao-hanh h2:not(.chatbot), .iframe-chatbot.path-chinh-sach-bao-hanh .tab-header,
.iframe-chatbot.path-chinh-sach-bao-hanh .after-content, .iframe-chatbot.path-tram-sac .btn-reg,
.iframe-chatbot.path-bao-duong-dinh-ky #block-baoduonghdbaoduongdinhky .tab-header .tab:nth-child(1)
{
  display: none !important;
}
.iframe-chatbot.path-chinh-sach-bao-hanh .chatbot .tab-header {
  display: block !important;
}
.iframe-chatbot.path-chinh-sach-bao-hanh .chatbot {
  display: block !important;
}
.iframe-chatbot .form-contact .form-submit {
  margin-bottom: 40px;
}
.iframe-chatbot .nav-battery-ecosystem-sp {
  top: 0;
}
#block-side-floating-menu .floating-tool {
  position: fixed;
  top: 24%;
  right: -184px;
  z-index: 1030;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 148%;
  cursor: pointer;
}
#block-side-floating-menu .floating-tool__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  border: 1px solid #2c72c6;
  border-radius: 3px 0 0 3px;
  background: #2c72c6;
}
#block-side-floating-menu .floating-tool__body {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#block-side-floating-menu ol, #block-side-floating-menu ul, #block-side-floating-menu dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
#block-side-floating-menu .floating-tool__body .icon-item {
  display: table;
  border: 1px solid #dbe1e3;
  background-color: #fff;
  min-width: auto;
  border-radius: 0 0 0 3px;
  transition: all .5s ease 0s;
}
#block-side-floating-menu .floating-tool__body .icon-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#block-side-floating-menu .floating-tool__body .icon-item span {
  font-weight: 700;
  padding: 9px 10px 9px 0;
}
#block-side-floating-menu .floating-tool__body .icon-item:hover {
  transform: translateX(calc(-100% + 48px));
}

body .embeddedServiceHelpButton {
  display: none !important;
}

#menus-global {
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: #fff;
  top: 70px;
  box-shadow: 0 3px 6px #00000029;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  padding-top: 30px;
  padding-bottom: 30px;
}

#menus-global .menu {
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
}

/* #menus-global .container>.menu>li:nth-child(2) {
  margin: 0 60px;
} */

#menus-global li.menu-item--expanded {
  width: 33.3%;
}

#menus-global ul li.menu-item--expanded span.region+ul li {
  width: 50%;
}

#menus-global li span.region {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1F2125;
}

#menus-global li span.language {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1F2125;
}

#menus-global li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}

#menus-global li a:hover {
  color: #2C72C6;
  text-decoration: underline;
}

#menus-global ul li:nth-child(2) ul {
  flex-wrap: wrap;
}

#menus-global li span.language+ul {
  margin-left: 0;
}

#menus-global li.menu-item--expanded {
  list-style: none outside;
}

#menus-global li span.region+ul {
  margin-top: 20px;
}

#menus-global li span.region+ul>li {
  padding: 20px;
}

#menus-global li span.region+ul>li:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

#menus-global li:nth-child(3) span.region+ul>li {
  border-radius: 3px;
  padding: 20px;
}

#menus-global li:nth-child(3) span.region+ul>li,
#menus-global li:nth-child(1) span.region+ul>li:nth-child(2) {
  width: 50% !important;
}

html[lang="vi"] #menus-global a[data-language="vn_vi"] {
  color: #2C72C6;
}

html[lang="en"] #menus-global a[data-language="vn_en"] {
  color: #2C72C6;
}

.button-select-region span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #1F2125;
}

.button-select-region:hover {
  background: rgba(44, 114, 198, 0.1);
}

.header-nav-main .box-car-head .button-select-region {
  border-radius: 3px;
}

.button-select-region {
  padding: 10px;
  margin-left: 26px;
}

.button-select-region:hover > span {
  color: #2C72C6;
}

.button-select-region:hover svg path {
  fill: #2C72C6;
}

/* .button-select-region:hover #menus-global {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
} */

.mega-cong-cu ul {
  padding: 0;
}
/* .pc-header, .mega_menu_container {
  padding: 12px 50px 10px;
} */
.pc-header, .mega_menu_container {
  padding: 16px 30px;
}

body.toolbar-tray-open:not(.body-auth0) #menus-global, body.toolbar-tray-open:not(.body-auth0) #sidebar-right {
  top: 148px;
}

body.toolbar-tray-open:not(.body-auth0) .mega_menu {
  top: 148px;
}

body #header .header-body {
  border-bottom: none;
}

.ui-widget.ui-widget-content.popup-sign-in, .ui-widget.ui-widget-content.popup-sign-up {
  border: none;
  z-index: 98;
  width: 100% !important;
  height: calc(100vh - 84px) !important;
  top: 84px !important;
  left: 0 !important;
}

.ui-widget.ui-widget-content.popup-sign-in #drupal-modal, .ui-widget.ui-widget-content.popup-sign-up #drupal-modal {
  height: calc(100vh - 69px) !important;
  max-height: 100vh !important;
}

.ui-widget.ui-widget-content.popup-forgot-pw {
  border: 1px solid #FFFFFF;
  z-index: 98;
  width: 366px;
  min-width: 366px;
}

.popup-sign-in .ui-widget-header, .popup-sign-up .ui-widget-header {
  display: none !important;
}

.popup-sign-in+.ui-widget-overlay.ui-front, .popup-sign-up+.ui-widget-overlay.ui-front {
  background: #FFFFFF;
  opacity: 1;
  margin-top: 69px;
  z-index: 97;
}

#change-password-success .logo, #register-success .logo {
  background: url("../img/logo-header.svg") 0 0 no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

#change-password-success {
  max-width: 366px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}

#register-success {
  max-width: 366px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}

#change-password-success .close-form, #register-success .close-form {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
}

#change-password-success .desc-1, #register-success .desc-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1464F4;
  margin: 40px 0px 30px;
}

#change-password-success .desc-2, #register-success .desc-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}

#change-password-success .user-redirect-login {
  background: #1464F4;
  border-radius: 3px;
  width: 100%;
  padding: 8px 0;
  margin: 30px 0;
}

#change-password-success .user-redirect-login a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

#change-password-success .hotline, #register-success .hotline {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  margin-top: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

#footer-wrapper {
  background: #f8f8f8;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

#footer-wrapper .info div {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
}

#footer-wrapper .info div:nth-child(6) {
  margin: 16px 0;
}

#footer-wrapper .info p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
}

#footer-wrapper .copy-right span {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
}
#block-join-the-charge {
  padding: 6rem 0;
  margin-top: 6rem;
  background: url("../img/homepage-v2/join-the-charge.webp") no-repeat scroll left center transparent;
  background-size: cover;
}
#communication-preference-form-wrapper p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
}
#communication-preference-form-wrapper p.desc-1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 1rem 0 0 0;
}
#communication-preference-form-wrapper p.desc-2 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  margin: 1rem 0 0 0;
}
#communication-preference-form-wrapper p.desc-2 a {
  color: #fff;
  font-weight: 700;
}
#communication-preference-form-wrapper p.desc-2 a:hover {
  text-decoration: underline;
}
#communication-preference-form-wrapper .error.wrong-email-format {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #DC3545;
  margin: 1rem 0 0 0;
}
#communication-preference-form-wrapper .subcribe-success {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #28A745;
}
#communication-preference-form-wrapper .user-input {
  margin-top: 1rem;
}
#communication-preference-form-wrapper .user-input input[type='email'] {
  height: 48px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: none;
  background: #FFFFFF;
  border: none;
  padding: 1rem;
  border-radius: 0;
}
#communication-preference-form-wrapper .user-input {
  border-radius: 3px;
  position: relative;
  background: #FFF;
}
#communication-preference-form-wrapper .user-input .form-item-email {
  margin: 0;
  width: 70%;
}
#communication-preference-form-wrapper .user-input input[type='submit'] {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  background: #1464F4;
  border-radius: 0;
  margin: 0;
  padding: 0 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
#communication-preference-form-wrapper input:focus {
  border-color: unset;
}
#communication-preference-form-wrapper input[type='email']::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3C3C3C;
}
#communication-preference-form-wrapper span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: absolute;
  width: 30%;
  height: 36px;
  right: 6px;
  top: 6px;
  background: #28A745;
  border-radius: 3px;
}
#communication-preference-form-wrapper span i {
  color: #fff;
  width: 16px;
  height: 11px;
}
#footer-wrapper .logo .info {
  margin-top: 36px;
  max-width: 85%;
  max-width: 550px;
}
#footer-wrapper .cskh {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer-wrapper .cskh .menu-contact a {
  display: inline-block;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  #block-join-the-charge {
    background-position: -7rem center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .ui-widget.ui-widget-content.popup-sign-up {
    top: 70px !important;
  }
}

@media only screen and (max-width: 768px) {
  #communication-preference-form-wrapper .user-input {
    background: none;
  }

  #communication-preference-form-wrapper .user-input .form-item-email {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }

  #communication-preference-form-wrapper .user-input input[type='submit'] {
    width: 100%;
    display: block;
    position: unset !important;
    transform: unset !important;
  }

  .ui-widget.ui-widget-content.popup-forgot-pw {
    z-index: 1030 !important;
  }

  .popup-sign-in+.ui-widget-overlay.ui-front, .popup-sign-up+.ui-widget-overlay.ui-front {
    margin-top: 50px;
  }

  .popup-sign-in+.ui-widget-overlay.ui-front, .popup-sign-up+.ui-widget-overlay.ui-front {
    z-index: 1000;
  }

  .ui-widget.ui-widget-content.popup-sign-in, .ui-widget.ui-widget-content.popup-sign-up {
    z-index: 1001;
    top: 60px !important;
    height: calc(100vh - 60px) !important;
  }

  .path-frontpage .wrapper {
    margin-bottom: -1px;
  }

  footer .menu-footer {
    margin-top: 3rem;
  }

  footer .menu-footer li.menu-item:last-child {
    margin: 0;
  }

  footer .menu-footer .header {
    margin-bottom: 1.5rem;
  }

  footer .menu-footer .body {
    padding: 16px 20px;
    background: #F7F9F9;
    box-shadow: 0px 24px 54px rgb(0 0 0 / 10%);
  }

  footer .menu-footer .menu-item.show .header>.chervon-down {
    background: url(../img/icons/chervon-up-sp.svg) 0 0 no-repeat;
  }

  #footer-wrapper .logo .info {
    margin-top: 24px;
    max-width: unset;
  }

  #block-new-home-testimonial {
    margin-bottom: 0px !important;
  }

  footer .cskh .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    margin-bottom: 16px;
  }

  footer .cskh .email {
    margin: 0;
  }

  footer .cskh .connect-title {
    margin-bottom: 0;
    margin-right: 40px;
  }

  footer .cskh .hotline-email .title {
    margin-bottom: 24px;
  }

  footer .cskh .title {
    margin-bottom: 0;
    margin-right: 44px;
  }

  footer .ecosystem ul.menu {
    display: flex;
    margin: 0 0 0 16px;
  }

  footer .ecosystem p.menu-title {
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 0;
  }

  footer .bct-wrapper img {
    height: auto;
    margin-right: 0;
  }
  #footer-wrapper .info div:last-child {
    margin-bottom: 0;
  }
  footer .menu-footer .body .menu-item {
    margin-bottom: 16px;
  }
  footer .info .menu-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    color: #3C3C3C;
  }
  .cskh .connect-vf {
    display: flex;
    justify-content: center;
  }
  .cskh .ecosystem {
    margin: 0;
    padding: 0;
  }
  .cskh .ecosystem .ecosystem-content {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0;
    background: none;
    display: flex;
  }
  .cskh .ecosystem .ecosystem-content ul {
    margin: 0;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .cskh .ecosystem .ecosystem-content ul li {
    margin: 0;
    padding: 0;
  }
  .cskh .ecosystem-copy-right .bct-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #footer-wrapper .cskh .ecosystem-copy-right span {
    font-size: 14px;
  }
}
.communication-preference-form button.form-submit {
  position: absolute;
  right: 0;
  top: 7px;
}

/*
  Popup video
*/
.popup-front .close-popup {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.popup-front .close-popup  i {
  font-weight: 400;
}

.popup-iframe {
  display: none;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-icon svg {
  max-width: 60px;
}
.popup-poster {
  position: relative;
}

#header .button-register-drive {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  margin-left: 25px;
  gap: 10px;
  width: 171px;
  background: #1464F4;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  height: auto;
}

#header .button-register-drive:hover,
#header .button-register-drive:focus {
  background: #fff;
  color: #1464F4 !important;
  border-color: #1464F4;

}

#communication-preference-form-wrapper .btn-submit-form {
    position: absolute;
    right: 0;
    top: 7px;
}

#communication-preference-form-wrapper .btn-submit-form:hover,
#communication-preference-form-wrapper .btn-submit-form:focus {
  background: #fff !important;
  color: #1464F4 !important;
  border-color: #1464F4 !important;
}

#communication-preference-form-wrapper .btn-submit-form {
    position: absolute;
    right: 0;
    top: 7px;
}

#communication-preference-form-wrapper .btn-submit-form:hover,
#communication-preference-form-wrapper .btn-submit-form:focus {
  background: #fff !important;
  color: #1464F4 !important;
  border-color: #1464F4 !important;
}

.page-node-type-dvhm-bao-duong #block-hamburgermenu {
  position: relative;
  z-index: 999999;
}
/*
  Button readmore
*/
.news-content .hidden {
  display: none;
}
.readmore_content_exists {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.readmore_content_exists:before {

  content: "";
  position: absolute;
  bottom: 100%;
  height: 102px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 34.78%);
  width: 100%;
}
.readmore_content_exists button {
  color: rgba(51,51,51,.5);
  text-align: center;
  margin: 0 5px 20px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  display: inline-block;
  border: none;
  background: url() no-repeat top;
  background-color: transparent;
  background-size: 26px 17px;
  padding-bottom: 0;
  padding-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1464F4;
}
.readmore_content_exists button span span {
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 25px;
  top: 6px;
  height: 15px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.readmore_content_exists button span.arrow {
  top: 22px;
}
.readmore_content_exists button span.arrow:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  display: block;
  width: 25px;
  right: 0;
  left: 0;
  top: -5px;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.readmore_content_exists button span.arrow:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  display: block;
  width: 25px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.readmore_content_exists button {
  outline: 0;
}
.readmore_content_exists button .arrow span {
  animation: animate-arrow-1 1s ease-in-out infinite;
}
.readmore_content_exists button .arrow:before {
  animation: animate-arrow-3 1s ease-in-out infinite .2s;
}
.readmore_content_exists button span.arrow:after {
  animation: animate-arrow-2 1s ease-in-out infinite .1s;
}
@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  70%,
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes animate-arrow-2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  70%,
  to {
    transform: translateY(0);
    opacity: 0.5;
  }
}
@keyframes animate-arrow-3 {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  70%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#readmore_content {
  position: absolute;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#block-trang-chu-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#block-trang-chu-popup .popup-carousel {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#block-trang-chu-popup .close-popup {
  cursor: pointer;
}

#block-trang-chu-popup .owl-carousel {
  margin: 0;
}

#block-trang-chu-popup .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
}

#block-trang-chu-popup .close-popup {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

#block-trang-chu-popup .close-popup i {
  font-weight: 400;
}

#block-trang-chu-popup .owl-carousel .owl-dot {
  width: 20px;
  height: 20px;
}

#block-trang-chu-popup .owl-carousel .owl-dots .owl-dot.active span,
#block-trang-chu-popup .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #1464F4;
}

#aip-chat-box .cw_hello_message.is-visible {
  display: none !important;
}

@media (max-width: 768px) {
  #aip-chat-box {
    bottom: 16px;
  }

  #block-trang-chu-popup .owl-carousel {
    max-width: 90%;
  }
}

#aip-chat-box {
  z-index: 10;
}
