@charset "UTF-8";
/*Product*/
/*Breakpoint BS5*/
.automative-icon::before {
  content: '-';
  margin-right: 1rem;
  font-size: 1em;
}

.bbp-menu {
  width: 100%;
  height: 0;
  position: fixed;
  background-color: rgba(2, 2, 2, 0.85);
  padding-top: 4rem;
  overflow: hidden;
  color: #fff;
  z-index: 1030;
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  -webkit-transition: height .8s, -webkit-transform 0.4s;
  transition: height .8s, -webkit-transform 0.4s;
  transition: height .8s, transform 0.4s;
  transition: height .8s, transform 0.4s, -webkit-transform 0.4s;
  top: 0;
}

.bbp-menu div {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@media only screen and (min-width: 992px) {
  .bbp-menu div > div > .clearfix > button {
    display: none !important;
  }
  .bbp-menu div > div > div:nth-child(1n+2) {
    display: block;
  }
}

.bbp-menu.open {
  height: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
  overflow: auto;
}

.bbp-menu.open div {
  opacity: 1;
}

.bbp-menu.open div > div > div:nth-child(1n+2) {
  display: block;
}

@media only screen and (min-width: 992px) {
  .bbp-menu.open {
    height: 65%;
    -webkit-transform: translate(0);
            transform: translate(0);
    overflow: hidden;
  }
  .bbp-menu.open div > div > div:nth-child(1n+2) {
    display: block;
  }
}

.link-anim-a div > button > i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.link-anim-a div:nth-child(1n+2) {
  overflow: hidden;
  margin-left: 0.5rem;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-anim-a.expand div:nth-child(1n+2) {
  overflow: auto;
  height: auto;
  opacity: 1;
}

.link-anim-a.expand div > button > i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 992px) {
  .link-anim-a div:nth-child(1n+2) {
    overflow: auto;
    margin-left: 0.5rem;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.link-nav {
  display: inline-block;
  position: relative;
  text-align: left;
  color: white;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.link-nav:after {
  content: '';
  position: absolute;
  background: white;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.link-nav:hover:after, .link-nav:focus:after, .link-nav:active:after {
  width: 100%;
}

.btn-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

.btn-nav:hover {
  color: #fff !important;
  -webkit-animation-name: hoverBurger;
          animation-name: hoverBurger;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn-nav:active {
  -webkit-animation-name: areaAnime;
          animation-name: areaAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.button_container {
  position: fixed;
  top: 10%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 205;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  background-color: transparent;
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.button_container:hover {
  opacity: 1;
}

.button_container .span-nav {
  background: white;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container .span-nav:nth-of-type(2) {
  top: 11px;
}

.button_container .span-nav:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  top: 0;
  right: 0;
  width: 0%;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  overflow: hidden;
  z-index: 101;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes hoverBurger {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e02626;
  }
}

@keyframes hoverBurger {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e02626;
  }
}

@-webkit-keyframes areaAnime {
  from {
    background-color: black;
  }
  to {
    background-color: #e02626;
  }
}

@keyframes areaAnime {
  from {
    background-color: black;
  }
  to {
    background-color: #e02626;
  }
}

@-webkit-keyframes slideText {
  0% {
    opacity: 0;
    margin-top: 35px;
  }
  100% {
    opacity: 1;
    margin-top: 2px;
  }
}

@keyframes slideText {
  0% {
    opacity: 0;
    margin-top: 35px;
  }
  100% {
    opacity: 1;
    margin-top: 2px;
  }
}

/*MenuText*/
.text-menu {
  text-shadow: 1px 1px 0px #1e1e1e;
}

.text-menu.hover {
  color: #214792;
}

/*============> END SIDE MENU */
/*===========> START Button */
#menu_button {
  z-index: 100;
}

.btn.btn-menu {
  text-shadow: 1px 1px 0px #1e1e1e;
}

.btn.btn-anim-1.hover {
  -webkit-animation-name: hoverMenu;
          animation-name: hoverMenu;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn.btn-anim-1.hout {
  -webkit-animation-name: houtMenu;
          animation-name: houtMenu;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

@-webkit-keyframes hoverMenu {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    background-color: #214792;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes hoverMenu {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    background-color: #214792;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@-webkit-keyframes houtMenu {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes houtMenu {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/*===========> END Button */
/**/
.middle {
  vertical-align: middle;
}

.input-main {
  background-color: transparent;
}

/* ===========>LINK */
a.main-link {
  color: #214792;
  text-decoration: none;
}

a.main-link.into-white {
  color: #fff !important;
}

.border-main {
  border-color: #214792;
  border-width: 2px;
}

/* =======> Start Icon*/
.fa-mt-0 {
  margin-top: 0.36rem;
}

.fas.grey {
  opacity: .6;
}

/* =======> End Icon*/
.logo {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: 1rem;
  width: 6rem;
}

.break-line {
  border-right: 1px solid #8a8a8a;
  margin: 0.6em 1.3em;
}

.break-line:last-child {
  border-right: none;
}

#md_toggler {
  width: 30px;
  height: 30px;
  color: #fff;
  border: none !important;
  background-color: #25488A;
}

#md_toggler:active {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#md_toggler:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.position-absolute.menu-align {
  color: #25488A;
  margin-left: 1.5px;
}

/* Start : Nav Bar Slide Animetion */
@media (min-width: 720px) {
  .animate {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* End : Nav Bar Slide Animetion */
/* Language Class */
.lang {
  width: 2rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.lang.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.text-place::-webkit-input-placeholder {
  color: #214792;
}

.text-place:-ms-input-placeholder {
  color: #214792;
}

.text-place::-ms-input-placeholder {
  color: #214792;
}

.text-place::placeholder {
  color: #214792;
}

ul#dropdown_login li a {
  color: #2b55a4;
}

ul#dropdown_login li a:active {
  color: #fff;
  background-color: #25488A;
}

.dropdown-width-20 {
  width: 20rem !important;
}

.dropdown-width-30 {
  width: 30rem !important;
}

.dropdown-width-40 {
  width: 40rem !important;
}

.dropdown-width-50 {
  width: 50vw !important;
}

.bbp-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Start : Run Animation */
.shake:hover {
  -webkit-animation-name: shakeIcon;
          animation-name: shakeIcon;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* End : Run Animation */
/* Start : Script Animation */
@-webkit-keyframes shakeIcon {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes shakeIcon {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

/* End : Script Animation */
/* Media Responsive*/
@media (min-width: 1280px) {
  .dropdown-menu {
    margin-top: 0;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 1280px) {
  #social-side {
    top: 58%;
    right: 2%;
  }
}

@media (max-height: 900px) {
  #social-side {
    top: 62%;
    right: 2%;
  }
}

/* #automotive_landing { */
  /* background-image: url("/asset/img/landing_object.png"); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: 960px 1280px; */
  /* background-attachment: fixed; */
/* } */

/* @media only screen and (min-width: 576px) { */
  /* #automotive_landing { */
    /* background-image: url("/asset/img/landing_object_sm.png"); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 768px 900px; */
    /* background-attachment: fixed; */
  /* } */
/* } */

/* @media only screen and (min-width: 768px) { */
  /* #automotive_landing { */
    /* background-image: url("/asset/img/landing_object_md.png"); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 1280px 960px; */
    /* background-attachment: fixed; */
  /* } */
/* } */

/* @media only screen and (min-width: 992px) { */
  /* #automotive_landing { */
    /* background-image: url("/asset/img/landing_object_lg.png"); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 1440px 900px; */
    /* background-attachment: fixed; */
  /* } */
/* } */

/* @media only screen and (min-width: 1200px) { */
  /* #automotive_landing { */
    /* background-image: url("/asset/img/landing_object_xl.png"); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 1980px 1024px; */
    /* background-attachment: fixed; */
  /* } */
/* } */

/* @media only screen and (min-width: 1400px) { */
  /* #automotive_landing { */
    /* background-image: url("/asset/img/landing_object_xl.png"); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 2280px 1080px; */
    /* background-attachment: fixed; */
  /* } */
/* } */
#automotive_bg {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

#automotive_bg.fadeIn {
  visibility: visible;
  opacity: 1;
} 

#industrial_bg {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

#industrial_bg.fadeIn {
  visibility: visible;
  opacity: 1;
}

#decorative_landing {
  background-image: url("/asset/img/decorative_landing.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#highlight_landing {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 734px) {
  #highlight_landing {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

#instagram_landing {
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-landing {
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-respon {
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-center {
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-highlight {
  background-image: url("/asset/img/wave-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay-dark {
  background-color: rgba(26, 26, 26, 0.6);
}

.btn-w {
  background-color: rgba(26, 26, 26, 0.6);
}

.btn-w.w-20 {
  width: 20% !important;
}

.btn-w.w-80 {
  width: 90% !important;
}

.bg-hl {
  background-color: #EDE9E6;
}

.btn-df {
  background-color: rgba(26, 26, 26, 0.6);
}

.text-secondary-2 {
  color: #ffffff4f !important;
}

/* Start : Text*/
.fa-nav {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.text-primary2 {
  color: #214792;
}

.bga-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(43, 42, 42, 0.7)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(43, 42, 42, 0.7), transparent);
}

.link-light.link-landing {
  font-size: 1.8rem;
  text-shadow: 3px 1px 3px #131313;
}

/* End : Text*/
/* ==================>  Overlay Position  */
.overlay-middle-bottom {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
}

@media (max-width: 900px) {
  .overlay-middle-bottom {
    top: 70%;
  }
}

.overlay-bottom {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 85%;
  left: 50%;
}

.overlay-middle-bottom-md {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.overlay-middle-bottom-2 {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
}

/* ==================> Run Animation CSS  */
/* ==================> End Run Animation CSS  */
/* ==================> Start : Script Animation*/
/* ==================> End : Script Animation*/
/*==============> Start : Media Responsive */
@media only screen and (max-width: 1920px) {
  #nav-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  #navbar-top {
    display: none !important;
  }
  #navbar-toggle {
    display: none !important;
  }
  #nav-mobile {
    display: block !important;
  }
  #soccial-side {
    display: none !important;
  }
  #welcome-tittle-pc {
    display: none !important;
  }
}

/*==============> End : Media Responsive */
/*=== Start Ig */
@media only screen and (max-width: 1920px) {
  .img-sm {
    width: 100px;
    height: 100px;
  }
  .img-lg {
    width: 200px;
    height: 200px;
  }
  .img-fit {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  .img-fit-lg {
    width: 100%;
    height: 200px;
    max-width: 204px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/*=== End Ig */
.box-step-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#dadfea), color-stop(#dadfea), color-stop(#dadfea), to(transparent));
  background-image: linear-gradient(to right, #dadfea, #dadfea, #dadfea, transparent);
  padding-top: 3rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  border-radius: 5px;
}

.box-step-2 {
  padding-top: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#dadfea), color-stop(#dadfea), color-stop(#dadfea), to(transparent));
  background-image: linear-gradient(to right, #dadfea, #dadfea, #dadfea, transparent);
  border-radius: 5px;
}

.box-step-r1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#dadfea), color-stop(#dadfea), color-stop(#dadfea), to(transparent));
  background-image: linear-gradient(to left, #dadfea, #dadfea, #dadfea, transparent);
  padding-top: 3rem;
  padding-bottom: 8rem;
  padding-right: 2rem;
  border-radius: 5px;
}

.box-step-r2 {
  padding-top: 2rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#dadfea), color-stop(#dadfea), color-stop(#dadfea), to(transparent));
  background-image: linear-gradient(to left, #dadfea, #dadfea, #dadfea, transparent);
  border-radius: 5px;
}

.box-step-b1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadfea), color-stop(transparent), to(transparent));
  background-image: linear-gradient(to bottom, #dadfea, transparent, transparent);
  padding-top: 3rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 5px;
}

.box-step-b2 {
  padding-top: 2rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#dadfea), color-stop(#dadfea), color-stop(#dadfea), to(transparent));
  background-image: linear-gradient(to left, #dadfea, #dadfea, #dadfea, transparent);
  border-radius: 5px;
}

.how-to {
  width: 3vw;
}

.choose-mode:hover {
  color: #214792 !important;
}

.choose-mode.active {
  color: #214792 !important;
}

.margin-tech-1 {
  margin-top: 14vh !important;
}

.ms-tech-1 {
  margin-left: 40vh;
}

#exterior_overlay, #interion_overlay {
  opacity: 0;
}

#exterior_overlay:hover, #interion_overlay:hover {
  opacity: 1;
  -webkit-animation-name: myFade1;
          animation-name: myFade1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes myFade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myFade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-product {
  background-color: rgba(0, 102, 255, 0.432);
}

.img-product-fluid {
  width: 100% !important;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 576px) {
  .img-product-fluid {
    width: 100% !important;
    max-height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (min-width: 768px) {
  .img-product-fluid {
    width: 100% !important;
    max-height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (min-width: 992px) {
  .img-product-fluid {
    width: 100% !important;
    max-height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (min-width: 1200px) {
  .img-product-fluid {
    width: 100% !important;
    max-height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product.product-dealer:hover {
  border-style: solid;
  border-color: #214792;
}

.product.product-dealer-preview {
  width: 200px;
}

.product.product-dealer-preview:hover {
  border-style: solid;
  border-color: #214792;
}

.product.none {
  width: 100% !important;
}

.img-product-dealer {
  height: 120px;
  width: 120px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 900px) {
  .img-product-dealer {
    height: 100px;
    width: 100px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.img-product-dealer-preview {
  height: 100px;
  width: 100px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media only screen and (max-width: 900px) {
  .img-product-dealer-preview {
    height: 100px;
    width: 100px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

@media only screen and (max-width: 520px) {
  .img-product-dealer-preview {
    height: 100px;
    width: 100px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

@media only screen and (max-width: 1920px) {
  .img-product-dealer-preview {
    height: 120px;
    width: 120px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.img-product-response {
  height: 144px;
  width: 144px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 520px) {
  .img-product-response {
    height: 100px;
    width: 100px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

@media (max-width: 1280px) {
  .img-product-response {
    height: 120px;
    width: 120px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.product-shade-dealer {
  background-size: cover;
  background-repeat: no-repeat;
}

.psp {
  width: 60%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

#back_top {
  position: fixed;
  top: 95vh;
  left: 0.5vw;
  font-size: 1rem;
  z-index: 2400;
  display: none;
}

/*===========> Start ELEMENT*/
html, body {
  height: 100% !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Prompt', sans-serif;
  color: #214792;
  letter-spacing: 0.04rem;
}

input, textarea, button, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

section {
  margin: 0%;
  padding: 0%;
}

a {
  text-decoration: none;
}

/*===========> End ELEMENT*/
/*===========> Start Position*/
.top-1 {
  top: 1%;
}

.top-c1 {
  top: 1vh;
}

.top-de-1 {
  top: -1vh;
}

.start-1 {
  left: 1vw;
}

.top-2 {
  top: 2%;
}

.top-c2 {
  top: 2vh;
}

.top-de-2 {
  top: -2vh;
}

.start-2 {
  left: 2vw;
}

.top-3 {
  top: 3%;
}

.top-c3 {
  top: 3vh;
}

.top-de-3 {
  top: -3vh;
}

.start-3 {
  left: 3vw;
}

.top-8 {
  top: 8%;
}

.top-c8 {
  top: 8vh;
}

.top-de-8 {
  top: -8vh;
}

.start-8 {
  left: 8vw;
}

.top-10 {
  top: 10%;
}

.top-c10 {
  top: 10vh;
}

.top-de-10 {
  top: -10vh;
}

.start-10 {
  left: 10vw;
}

.top-15 {
  top: 15%;
}

.top-c15 {
  top: 15vh;
}

.top-de-15 {
  top: -15vh;
}

.start-15 {
  left: 15vw;
}

.top-20 {
  top: 20%;
}

.top-c20 {
  top: 20vh;
}

.top-de-20 {
  top: -20vh;
}

.start-20 {
  left: 20vw;
}

.top-22 {
  top: 22%;
}

.top-c22 {
  top: 22vh;
}

.top-de-22 {
  top: -22vh;
}

.start-22 {
  left: 22vw;
}

.top-24 {
  top: 24%;
}

.top-c24 {
  top: 24vh;
}

.top-de-24 {
  top: -24vh;
}

.start-24 {
  left: 24vw;
}

.top-25 {
  top: 25%;
}

.top-c25 {
  top: 25vh;
}

.top-de-25 {
  top: -25vh;
}

.start-25 {
  left: 25vw;
}

.top-28 {
  top: 28%;
}

.top-c28 {
  top: 28vh;
}

.top-de-28 {
  top: -28vh;
}

.start-28 {
  left: 28vw;
}

.top-30 {
  top: 30%;
}

.top-c30 {
  top: 30vh;
}

.top-de-30 {
  top: -30vh;
}

.start-30 {
  left: 30vw;
}

.top-35 {
  top: 35%;
}

.top-c35 {
  top: 35vh;
}

.top-de-35 {
  top: -35vh;
}

.start-35 {
  left: 35vw;
}

.top-40 {
  top: 40%;
}

.top-c40 {
  top: 40vh;
}

.top-de-40 {
  top: -40vh;
}

.start-40 {
  left: 40vw;
}

.top-60 {
  top: 60%;
}

.top-c60 {
  top: 60vh;
}

.top-de-60 {
  top: -60vh;
}

.start-60 {
  left: 60vw;
}

.top-65 {
  top: 65%;
}

.top-c65 {
  top: 65vh;
}

.top-de-65 {
  top: -65vh;
}

.start-65 {
  left: 65vw;
}

.top-70 {
  top: 70%;
}

.top-c70 {
  top: 70vh;
}

.top-de-70 {
  top: -70vh;
}

.start-70 {
  left: 70vw;
}

.top-75 {
  top: 75%;
}

.top-c75 {
  top: 75vh;
}

.top-de-75 {
  top: -75vh;
}

.start-75 {
  left: 75vw;
}

.top-80 {
  top: 80%;
}

.top-c80 {
  top: 80vh;
}

.top-de-80 {
  top: -80vh;
}

.start-80 {
  left: 80vw;
}

.top-96 {
  top: 96%;
}

.top-c96 {
  top: 96vh;
}

.top-de-96 {
  top: -96vh;
}

.start-96 {
  left: 96vw;
}

.left-1 {
  left: 1%;
}

.left-3 {
  left: 3%;
}

.left-30 {
  left: 30%;
}

.left-50 {
  left: 50%;
}

.left-80 {
  left: 80%;
}

.left-90 {
  left: 90%;
}

.left-91 {
  left: 91%;
}

.left-92 {
  left: 92%;
}

.left-93 {
  left: 93%;
}

.left-94 {
  left: 94%;
}

.left-95 {
  left: 95%;
}

.left-96 {
  left: 96%;
}

.left-97 {
  left: 97%;
}

.left-98 {
  left: 98%;
}

.left-99 {
  left: 99%;
}

.top-de-01 {
  top: -0.5vh;
}

/*===========> End Position*/
/*===========> Start Font Size*/
.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-22px {
  font-size: 22px;
}

.fs-8 {
  font-size: 0.9rem !important;
}

.fs-9 {
  font-size: 0.8rem !important;
}

.fs-0 {
  font-size: 4em !important;
}

@media only screen and (min-width: 576px) {
  .fs-0 {
    font-size: 5em !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-0 {
    font-size: 5em !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-0 {
    font-size: 7em !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-0 {
    font-size: 8em !important;
  }
}

.fsk-1 {
  text-shadow: 2px 2px 2px #e2e2e2;
}

.fsk-2 {
  text-shadow: 3px 3px 0px #202020;
  -webkit-text-stroke: 3px pink !important;
}

/*===========> End Font Size*/
/*===========> Start Width x Hight*/
.p16x16 {
  width: 16px;
  height: 16px;
}

.p32x32 {
  width: 32px;
  height: 32px;
}

.p64x64 {
  width: 64px;
  height: 64px;
}

.p10x10 {
  width: 10px;
  height: 10px;
}

.p20x20 {
  width: 20px;
  height: 20px;
}

.p30x30 {
  width: 30px;
  height: 30px;
}

.p40x40 {
  width: 40px;
  height: 40px;
}

.p50x50 {
  width: 50px;
  height: 50px;
}

.width10 {
  width: 10px !important;
}

.width20 {
  width: 20px !important;
}

.width30 {
  width: 30px !important;
}

.width40 {
  width: 40px !important;
}

.width50 {
  width: 50px !important;
}

.width60 {
  width: 60px !important;
}

.width70 {
  width: 70px !important;
}

.width80 {
  width: 80px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

/*===========> End Width x Hight*/
/*===========> Start Color*/
.bg-main {
  background-color: #214792;
}

.bg-top-foot {
  background-color: #fbfbfb;
}

.bg-main-fade {
  background-color: #81aafd77 !important;
}

.bga-dark-2 {
  background-color: rgba(43, 42, 42, 0.6);
}

.bga-dark-3 {
  background-color: rgba(10, 10, 10, 0.6);
}

.bg-light-2 {
  background-color: #ffffff !important;
}

.bg-lightgrey {
  background-color: #F4F4F4 !important;
}

.bg-gradient-1 {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32%, rgba(0, 0, 0, 0.7)), to(rgba(75, 95, 133, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 32%, rgba(75, 95, 133, 0) 100%);
}

.bg-formula {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("/asset/img/formula_search_1.jpeg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/asset/img/formula_search_1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2d2d2d;
}

@media only screen and (min-width: 4000px) {
  .bg-formula {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("/asset/img/formula_search_2.jpeg");
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/asset/img/formula_search_2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #2d2d2d;
  }
}

.bg-formula .sub {
  padding-top: 30%;
  padding-bottom: 20%;
}

@media only screen and (min-width: 768px) {
  .bg-formula .sub {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .bg-formula .sub {
    padding-top: 10%;
  }
}

/*===========> End Colort*/
.line-none {
  text-decoration: none;
}

.break-line-new::after {
  content: '│';
  font-size: 2rem;
  padding: 0;
}

.break-line-2::after {
  content: '|';
  padding: 0;
}

.fa-spin {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* Start Footer*/
hr.dashed {
  border-top: 2px dashed #e5e5e5;
}

.border-custom-1 {
  border-color: #25488A;
  border-width: 1px;
}

.box-shadow.box-dark-x {
  -webkit-box-shadow: -8rem 0px 0px 0px rgba(43, 42, 42, 0.6), 8rem 0px 0px 0px rgba(43, 42, 42, 0.6);
          box-shadow: -8rem 0px 0px 0px rgba(43, 42, 42, 0.6), 8rem 0px 0px 0px rgba(43, 42, 42, 0.6);
}

/* End Footer*/
/* Start Img Start Picture*/
.product-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1980px) {
  .product-respon-xl {
    width: 230px;
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (max-width: 1080px) {
  .product-respon-md {
    width: 152px;
    height: 152px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* End Img Start Picture*/
/*Start Img Preview*/
.carousel-product-dealer {
  height: 240px !important;
}

@media only screen and (min-width: 576px) {
  .carousel-product-dealer {
    height: 240px !important;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-product-dealer {
    height: 340px !important;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-product-dealer {
    height: 340px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-product-dealer {
    height: 340px !important;
  }
}

.carousel-product-dealer-fix {
  width: 100px !important;
  height: 100px !important;
}

.carousel-product-dealer-min {
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1080px) {
  .carousel-product-dealer-min {
    width: 120px  !important;
  }
}

.img-group-brand {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
}

/*End Img Preview*/
/* Start Text */
.text-main {
  color: #214792 !important;
  font-weight: bolder;
}

.text-main-2 {
  color: #214792 !important;
  font-weight: 400;
}

.text-main-2:hover {
  color: #8eabd2 !important;
}

.text-grey {
  color: #9B9B9B !important;
  font-weight: bolder;
}

.text-decorative {
  color: #c0c0c0;
}

.text-decorative:hover {
  color: #214792;
}

.text-decorative.active {
  color: #214792;
}

.text-base {
  color: #fff !important;
}

/* End Text */
/* Start Button */
.btn.btn-main {
  background-color: #214792;
  color: #fff;
}

.btn.btn-account {
  color: #25488A;
}

.btn.btn-outline-main {
  border-style: solid;
  border-width: 2px;
  border-color: #214792;
  color: #214792;
}

.btn.btn-outline-main:hover {
  background-color: #214792;
  color: #fff;
}

.btn.btn-outline-main:active {
  background-color: #214792 !important;
  color: #fff !important;
}

.btn.btn-decorative {
  font-size: 2rem;
  font-weight: 900;
}

.btn.btn-decorative:hover {
  text-shadow: 0px 1px 2px  #000;
  background-image: radial-gradient(rgba(218, 223, 234, 0.3), transparent 80%);
  -webkit-animation-name: resizeFont1;
          animation-name: resizeFont1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn.btn-decorative-2 {
  color: #25488A;
  font-weight: 900;
  border-style: solid;
  border-width: 1px;
  border-color: #25488A;
  background-color: #B2B7BA;
}

.btn.btn-decorative-2:hover {
  color: #fff;
  font-weight: 900;
  border-style: solid;
  border-width: 1px;
  border-color: #25488A;
  background-color: #25488A;
}

.btn.btn-decorative-2.btn-w-sm {
  width: 15vw;
}

.btn.btn-decorative-2.active {
  color: #fff;
  font-weight: 900;
  border-style: solid;
  border-width: 1px;
  border-color: #25488A;
  background-color: #25488A;
}

.btn.btn-outline-main {
  border-style: solid;
  border-width: 2px;
  border-color: #214792;
  color: #214792;
}

.btn.btn-outline-main:hover {
  background-color: #214792;
  color: #fff;
}

.btn.btn-outline-main.active {
  background-color: #214792;
  color: #fff;
}

.btn.btn-outline-main:active {
  background-color: #638adc !important;
  color: #fff !important;
}

.btn.btn-outline-main:focus {
  background-color: #638adc !important;
  color: #fff !important;
}

.btn.btn-outline-red {
  border-style: solid;
  border-width: 2px;
  border-color: #ff0000;
  color: #ff0000;
}

.btn.btn-outline-red:hover {
  background-color: #ff0000;
  color: #fff;
}

.btn.btn-outline-red.active {
  background-color: #ff0000;
  color: #fff;
}

.btn.btn-outline-red:active {
  background-color: #ff5555 !important;
  color: #fff !important;
}

.btn.btn-outline-red:focus {
  background-color: #ff5555 !important;
  color: #fff !important;
}

.btn.btn-outline-pink {
  border-style: solid;
  border-width: 2px;
  border-color: #fd4abe;
  color: #fd4abe;
}

.btn.btn-outline-pink:hover {
  background-color: #fd4abe;
  color: #fff;
}

.btn.btn-outline-pink.active {
  background-color: #fd4abe;
  color: #fff;
}

.btn.btn-outline-pink:active {
  background-color: #fe7ad0 !important;
  color: #fff !important;
}

.btn.btn-outline-pink:focus {
  background-color: #fe7ad0 !important;
  color: #fff !important;
}

.btn.btn-outline-purple {
  border-style: solid;
  border-width: 2px;
  border-color: #8520ff;
  color: #8520ff;
}

.btn.btn-outline-purple:hover {
  background-color: #8520ff;
  color: #fff;
}

.btn.btn-outline-purple.active {
  background-color: #8520ff;
  color: #fff;
}

.btn.btn-outline-purple:active {
  background-color: #b071ff !important;
  color: #fff !important;
}

.btn.btn-outline-purple:focus {
  background-color: #b071ff !important;
  color: #fff !important;
}

.btn.btn-outline-blue {
  border-style: solid;
  border-width: 2px;
  border-color: #3443fe;
  color: #3443fe;
}

.btn.btn-outline-blue:hover {
  background-color: #3443fe;
  color: #fff;
}

.btn.btn-outline-blue.active {
  background-color: #3443fe;
  color: #fff;
}

.btn.btn-outline-blue:active {
  background-color: #6571fe !important;
  color: #fff !important;
}

.btn.btn-outline-blue:focus {
  background-color: #6571fe !important;
  color: #fff !important;
}

.btn.btn-outline-green {
  border-style: solid;
  border-width: 2px;
  border-color: #02d512;
  color: #02d512;
}

.btn.btn-outline-green:hover {
  background-color: #02d512;
  color: #fff;
}

.btn.btn-outline-green.active {
  background-color: #02d512;
  color: #fff;
}

.btn.btn-outline-green:active {
  background-color: #22fd32 !important;
  color: #fff !important;
}

.btn.btn-outline-green:focus {
  background-color: #22fd32 !important;
  color: #fff !important;
}

.btn.btn-outline-yellow {
  border-style: solid;
  border-width: 2px;
  border-color: #f5d103;
  color: #f5d103;
}

.btn.btn-outline-yellow:hover {
  background-color: #f5d103;
  color: #000;
}

.btn.btn-outline-yellow.active {
  background-color: #f5d103;
  color: #000;
}

.btn.btn-outline-yellow:active {
  background-color: #fde353 !important;
  color: #000 !important;
}

.btn.btn-outline-yellow:focus {
  background-color: #fde353 !important;
  color: #000 !important;
}

.btn.btn-outline-orange {
  border-style: solid;
  border-width: 2px;
  border-color: #f96400;
  color: #f96400;
}

.btn.btn-outline-orange:hover {
  background-color: #f96400;
  color: #fff;
}

.btn.btn-outline-orange.active {
  background-color: #f96400;
  color: #fff;
}

.btn.btn-outline-orange:active {
  background-color: #f8893f !important;
  color: #fff !important;
}

.btn.btn-outline-orange:focus {
  background-color: #f8893f !important;
  color: #fff !important;
}

.btn.btn-outline-black {
  border-style: solid;
  border-width: 2px;
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.btn.btn-outline-black:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.btn.btn-outline-black:active {
  background-color: #4e4e4e !important;
  color: #fff !important;
}

.btn.btn-outline-black:focus {
  background-color: #4e4e4e !important;
  color: #fff !important;
}

.btn.btn-outline-white {
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  color: #070505;
}

.btn.btn-outline-white:hover {
  background-color: #111111 !important;
  color: #ffffff;
}

.btn.btn-outline-white:active {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.btn.btn-outline-white:focus {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.btn.btn-outline-special {
  border-style: solid;
  border-width: 2px;
  border-color: #cb9901;
  color: #cb9901;
}

.btn.btn-outline-special:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901));
  background-image: linear-gradient(to right, #e0dfdf, #cb9901);
  color: #fff;
}

.btn.btn-outline-special:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn.btn-outline-special:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn.btn-outline-other {
  border-style: solid;
  border-width: 2px;
  border-color: #329a95;
  color: #329a95;
}

.btn.btn-outline-other:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  color: #fff;
}

.btn.btn-outline-other.active {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  color: #fff;
}

.btn.btn-outline-other:active {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

.btn.btn-outline-other:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-main {
  background-color: #214792 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-red {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-pink {
  background-color: #fd4abe !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-purple {
  background-color: #8520ff !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-blue {
  background-color: #3443fe !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-green {
  background-color: #02d512 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-yellow {
  background-color: #f5d103 !important;
  color: #000 !important;
}

.btn-check:checked + .btn-outline-orange {
  background-color: #f96400 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-black {
  background-color: #2d2d2d !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-white {
  background-color: #dbdbdb !important;
  color: #000000 !important;
}

.btn-check:checked + .btn-outline-special {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-other {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

@-webkit-keyframes resizeFont1 {
  0% {
    font-size: 2rem;
  }
  100% {
    font-size: 2.8rem;
  }
}

@keyframes resizeFont1 {
  0% {
    font-size: 2rem;
  }
  100% {
    font-size: 2.8rem;
  }
}

.btn-burger {
  z-index: 1040;
  position: fixed;
  right: 0;
  top: 0.25rem;
}

.btn-burger div {
  width: 28px;
  height: 5px;
  background-color: #214792;
  margin: 4px 0;
  border-radius: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-burger.active div:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
  background-color: #f5f5f5;
}

.btn-burger.active div:nth-child(2) {
  background-color: #f5f5f5;
  opacity: 0;
}

.btn-burger.active div:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
  background-color: #f5f5f5;
}

/* End Button */
.link-anim-1 {
  text-align: left;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 4px;
  position: relative;
}

.link-anim-1:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: tomato;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.link-anim-1:hover {
  color: #fff;
}

.link-anim-1:hover:after {
  width: 100%;
  left: 0;
}

.link-anim-1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.link-anim-a > div:nth-child(1) a {
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 4px;
  position: relative;
  margin-bottom: 5px;
}

.link-anim-a > div:nth-child(1) a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: tomato;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.link-anim-a > div:nth-child(1) a:hover {
  color: #fff;
}

.link-anim-a > div:nth-child(1) a:hover:after {
  width: 100%;
  left: 0;
}

.link-anim-a > div:nth-child(1) a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.link-anim-a > div > a {
  font-size: 0.95rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 8px 10px;
  position: relative;
}

.link-anim-a > div > a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: tomato;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.link-anim-a > div > a:hover {
  color: #fff;
}

.link-anim-a > div > a:hover:after {
  width: 100%;
  left: 0;
}

.break-black {
  background-color: #000;
  height: 20px;
}

.break-main {
  background-color: #214792;
  height: 20px;
}

.break-second {
  background-color: #ED1B24;
  height: 20px;
}

.break-white {
  background-color: #fff;
  height: 20px;
}

.border.border-black {
  border-color: #000000 !important;
}

/*  Opacity */
.item-preview {
  opacity: 0;
}

.item-preview:hover {
  opacity: 1;
  -webkit-animation-name: item-box;
          animation-name: item-box;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item-box {
  color: #fff;
  background-color: rgba(165, 166, 170, 0.6);
}

@-webkit-keyframes item-box {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes item-box {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn-shade {
  width: 4%;
}

.btn-shade.red {
  background-color: #ff0000;
}

.btn-shade.red:hover {
  background-color: #d70000;
}

@media (max-width: 520px) {
  .btn-shade {
    width: 10%;
    height: 28px;
    margin-top: 2%;
  }
}

@media (max-width: 900px) {
  .btn-shade {
    width: 10%;
    height: 28px;
    margin-top: 2%;
  }
}

.btn-shade-nav {
  width: 60px;
  height: 30px;
}

.btn-fix-auto {
  width: 100% !important;
}

/* Change Bootstrap*/
.modal-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #214792;
}

.modal-body::-webkit-scrollbar-track {
  background: #bcdbfe;
}

.modal-body {
  scrollbar-face-color: #214792;
  scrollbar-track-color: #bcdbfe;
}

.bbp-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.bbp-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.bbp-menu::-webkit-scrollbar-track {
  background: transparent;
}

.bbp-menu {
  scrollbar-face-color: rgba(255, 255, 255, 0.1);
  scrollbar-track-color: transparent;
}

.overflow-auto.custom-bar-main::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.overflow-auto.custom-bar-main::-webkit-scrollbar-thumb {
  background: #214792;
}

.overflow-auto.custom-bar-main::-webkit-scrollbar-track {
  background: #bcdbfe;
}

.overflow-auto.custom-bar-main {
  scrollbar-face-color: #214792;
  scrollbar-track-color: #bcdbfe;
}

.role.role-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.role.pointer {
  cursor: pointer;
}

.w-cart-1 {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .w-cart-1 {
    width: 8vw !important;
  }
}

.w-cart-2 {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .w-cart-2 {
    width: 25% !important;
  }
}

@media (max-width: 520px) {
  .w-cart-3 {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .w-cart-3 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 992px) {
  .footer-brand {
    padding: 1.5em 0.5em;
    max-width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-brand {
    max-width: 284px;
  }
}

@media (max-width: 520px) {
  .mt-cart-1 {
    margin-top: 5px !important;
  }
}

@media (max-width: 900px) {
  .mt-cart-1 {
    margin-top: 5px !important;
  }
}

.me-cart-1 {
  margin-right: 30px !important;
}

@media (max-width: 900px) {
  .me-cart-1 {
    margin-right: 0px !important;
  }
}

.padding-1 {
  padding: 0.5em 0.5em;
}

@media only screen and (min-width: 576px) {
  .padding-1 {
    padding: 3em 3em;
  }
}

@media only screen and (min-width: 1200px) {
  .padding-1 {
    padding-top: 6em;
    padding-left: 8em;
    padding-right: 8em;
    padding-bottom: 2em;
  }
}

.box-hover-1:hover {
  background-color: #e8eef7 !important;
}

.nav-navtive {
  display: block;
}

.nav-login {
  display: none;
}

@media (min-width: 992px) {
  .nav-login {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav-login {
    display: inline-block;
  }
}

.sw-nav {
  display: block;
}

@media (max-width: 900px) {
  .sw-nav {
    display: none;
  }
}

.h-cus-1 {
  height: 100vh;
}

@media only screen and (min-width: 768px) {
  .h-cus-1 {
    height: 100vh;
  }
}

@media only screen and (min-width: 1200px) {
  .h-cus-1 {
    height: 35vh;
  }
}

.bg-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-general-car {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("/asset/img/general_user_car.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/asset/img/general_user_car.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
}

.bg-general-car.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bg-general-color {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("/asset/img/general_user_color.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/asset/img/general_user_color.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
}

.bg-general-color.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bg-dealer-quick {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("/asset/img/dealer_fast.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/asset/img/dealer_fast.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
}

.bg-dealer-quick.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bg-dealer-shopping {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("/asset/img/general_user_color.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/asset/img/general_user_color.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
}

.bg-dealer-shopping.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.position-general {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .position-general {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 60%;
  }
}

.position-general-1 {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 35%;
}

@media only screen and (min-width: 768px) {
  .position-general-1 {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 60%;
  }
}

.position-general-2 {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 45%;
}

@media only screen and (min-width: 768px) {
  .position-general-2 {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 60%;
  }
}

.menu-automotive-btn {
  position: absolute;
  top: 6%;
  font-size: 1.8rem;
  left: 100%;
  height: 60px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-automotive-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-automotive-btn:hover {
  color: white;
}

@media only screen and (min-width: 768px) {
  .menu-automotive-btn {
    position: absolute;
    top: 5%;
    font-size: 1.8rem;
    left: 100%;
    height: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-automotive-btn:hover {
    color: white;
  }
}

.menu-automotive {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 50%;
  left: 0;
  -webkit-transition: left .4s;
  transition: left .4s;
}

.menu-automotive.close {
  left: -49.9%;
}

.menu-automotive.close .menu-automotive-btn i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (min-width: 768px) {
  .menu-automotive {
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 40%;
  }
  .menu-automotive.close {
    left: -39.9%;
  }
}

@media only screen and (min-width: 992px) {
  .menu-automotive {
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 20%;
  }
  .menu-automotive.close {
    left: -19.9%;
  }
}

.curren-unit:before {
  content: 'หน่วยละ ';
}

.curren-unit:after {
  content: ' บาท';
}

@media (min-width: 1200px) {
  .curren-unit:before {
    content: '';
  }
  .curren-unit:after {
    content: '';
  }
}

.total-price:before {
  content: 'รวม ';
}

.total-price:after {
  content: ' บาท';
}

@media (min-width: 1200px) {
  .total-price:before {
    content: '';
  }
  .total-price:after {
    content: '';
  }
}

.dropdown-notify.active {
  background-color: #214792 !important;
}

.dropdown-notify:hover {
  color: #214792 !important;
  background-color: #efefef !important;
}

.dropdown-notify.notify-read {
  color: #6a8fdd !important;
}

.bg-indus-1 {
  background-image: url(/asset/img/industrial_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-indus-2 {
  background-image: url(/asset/img/industrial_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-indus-3 {
  background-image: url(/asset/img/industrial_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-indus-4 {
  background-image: url(/asset/img/industrial_4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btnL1 {
  margin-top: 10px;
}

@media only screen and (min-width: 576px) {
  .btnL1 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .btnL1 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .btnL1 {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .btnL1 {
    width: 25%;
  }
}

.mlB1 {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .mlB1 {
    margin-left: 3%;
  }
}

@media only screen and (min-width: 1200px) {
  .mlB1 {
    margin-left: 3%;
  }
}

.top-land {
  top: 30vh;
}

@media only screen and (min-width: 992px) {
  .top-land {
    top: 25vh;
  }
}

.top-indus {
  top: 30vh;
}

@media only screen and (min-width: 992px) {
  .top-indus {
    top: 20vh;
  }
}

.ratio-auto {
  width: 90%;
}

@media only screen and (min-width: 576px) {
  .ratio-auto {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .ratio-auto {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .ratio-auto {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .ratio-auto {
    width: 40%;
  }
}

.swiper-sub {
  width: 90% !important;
}

@media only screen and (min-width: 576px) {
  .swiper-sub {
    width: 90% !important;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-sub {
    width: 90% !important;
  }
}

@media only screen and (min-width: 992px) {
  .swiper-sub {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-sub {
    width: 80% !important;
  }
}

.img-pre-yt {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .img-pre-yt {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .img-pre-yt {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .img-pre-yt {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .img-pre-yt {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

.swiper-pagination-bullet-active.main {
  background-color: #ffa4ff !important;
}

.swiper.swiper-a {
  width: 100%;
  padding-bottom: 8%;
}

@media only screen and (min-width: 576px) {
  .swiper.swiper-a {
    width: 100%;
    padding-bottom: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .swiper.swiper-a {
    width: 100%;
    padding-bottom: 6%;
  }
}

.img-swiper-a {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 576px) {
  .img-swiper-a {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-swiper-a {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .img-swiper-a {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .img-swiper-a {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-swiper-b {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 576px) {
  .img-swiper-b {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-swiper-b {
    width: 260px;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .img-swiper-b {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .img-swiper-b {
    width: 60%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1400px) {
  .img-swiper-b {
    width: 90%;
    height: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pos-swiper-1 {
  top: 86% !important;
}

@media only screen and (min-width: 576px) {
  .pos-swiper-1 {
    top: 86% !important;
  }
}

@media only screen and (min-width: 768px) {
  .pos-swiper-1 {
    top: 86% !important;
  }
}

.overflow-hidden-lg {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .overflow-hidden-lg {
    overflow: auto;
  }
}

.ui-bbp-search {
  height: 270px !important;
  overflow: hidden;
  overflow-y: scroll;
}

.ui-bbp-search::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.ui-bbp-search::-webkit-scrollbar-thumb {
  background: #BB2D3B;
}

.ui-bbp-search::-webkit-scrollbar-track {
  background: #E8B9BD;
}

.ui-bbp-search {
  scrollbar-face-color: #BB2D3B;
  scrollbar-track-color: #E8B9BD;
}

.disabled-block {
  pointer-events: none;
  opacity: 0.6;
}

.animate__veryfaster {
  --animate-duration: 0.3s;
}

.trans-indus {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0);
}

.trans-indus.fadeIn {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 768px) {
  .trans-indus {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
  }
  .trans-indus.fadeIn {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: transparent;
  }
}

.text-decorative {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text-decorative.fadeIn {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.text-landing-anim {
  -webkit-animation-name: landing1;
          animation-name: landing1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes landing1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes landing1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Item1;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.item2 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Item2;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item3 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Item3;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item4 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: Item4;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item5 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: Item5;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Item6;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.item7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  grid-area: Item7;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item8 {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  grid-area: Item8;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item9 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Item9;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.item10 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Item10;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item11 {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
  grid-area: Item11;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item12 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Item12;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Item13;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.grid-img div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  -webkit-transition: .3s;
  transition: .3s;
}

.grid-img div a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.grid-img {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'Item1 Item1 '
 'Item1 Item1 '
 'Item12 Item2'
 'Item3 Item5'
 'Item13 Item4 '
 'Item6 Item6 '
 'Item6 Item6 '
 'Item7 Item8 '
 'Item9 Item9'
 'Item9 Item9'
 'Item10 Item11 ';
  -ms-grid-columns: ()[auto-fit];
      grid-template-columns: repeat(auto-fit);
  gap: 5px;
}

@media only screen and (min-width: 768px) {
  .grid-img {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'Item1 Item1 Item1 '
 'Item1 Item1 Item1 '  
 'Item12 Item2 Item3'
 'Item13 Item4 Item5'
 'Item6 Item6 Item7 ' 
 'Item6 Item6 Item10 '
 'Item8 Item9 Item9'
 'Item11 Item9 Item9';
    -ms-grid-columns: ()[auto-fit];
        grid-template-columns: repeat(auto-fit);
    gap: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-img {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'Item1 Item1 Item1 Item12 Item2 Item3'
 'Item1 Item1 Item1 Item13 Item4 Item5'
 'Item6 Item6 Item7 Item8 Item9 Item9'
 'Item6 Item6 Item10 Item11 Item9 Item9';
    -ms-grid-columns: ()[auto-fit];
        grid-template-columns: repeat(auto-fit);
    gap: 2px 5px;
  }
}

.wid-land {
  width: 75% !important;
}

@media only screen and (min-width: 992px) {
  .wid-land {
    width: 60% !important;
  }
}

.product-1 .card img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.product-1 .card .overlays {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product-1:hover {
  border: 1px solid #214792;
}

.product-1:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-1:hover .overlays {
  opacity: 1;
}

.img-big-product {
  height: 256px;
  width: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 576px) {
  .img-big-product {
    height: 256px;
    width: 256px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-big-product {
    height: 400px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .img-big-product {
    height: 256px;
    width: 256px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .img-big-product {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-thumbnail-0 {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 576px) {
  .img-thumbnail-0 {
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-thumbnail-0 {
    height: 160px;
    width: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .img-thumbnail-0 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .img-thumbnail-0 {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*
@media only screen and ($media-bs-sm){
   //576px
}
@media only screen and ($media-bs-md){
   //768px
}
@media only screen and ($media-bs-lg){
   //992px
}
@media only screen and ($media-bs-xl){
   //1200px
}
*/
/*# sourceMappingURL=style.css.map */




/* @import url(https://fonts.googleapis.com/css2?family=Prompt&display=swap); */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
body:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /* height: 100%; */
}
h1 {
    display: inline-block;
    color: #2E4053;
    /* font-family: 'Righteous', serif; */
    font-size: 7em; 
    text-shadow: .03em .03em 0 hsla(0,0%,100%,1) ;
}
h1:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
    linear-gradient(45deg,transparent 45%, hsla(210,29%,25%,1) 45%,hsla(210,29%,25%,1)  55%,transparent 0);
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sh-anim 35s linear infinite;
    /* animation:  sh-anim 25s linear alternate-reverse; */
}
@keyframes sh-anim {
    0% {background-position: 0 0}
    0% {background-position: 100% -100%}
}
@media (max-width: 565px) {
    h1{
        font-size: 4em; 
    }
    
}
.img-fix{
    object-fit: cover;
    height: 150px;
}
.boxs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.92rem;
}
.boxs img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 0.5rem;
    object-fit: cover;
}
.images{
    display: inline-block;
    padding: 4px;
    background: linear-gradient(#FFD700 , #6473EE);
    /* margin: auto; */
    background-size: 200% 200%;
    animation: ani 2s linear infinite;
}
@keyframes ani{
    25%{
        background-position: left bottom;
    }
    50%{
        background-position: right bottom;
    }
    75%{
        background-position: right top;
    }
    100%{
        background-position: left top;
    }
}
.boxs h2{
    font-size: 1.65rem;
    color: #000;
    z-index: 2;
    animation: ding 3s linear infinite;
    text-decoration: none;
    /* cursor: pointer; */
}
@keyframes ding{
    50%{
        transform: rotateY(15deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}
.boxs .btn-you{
    text-decoration: none;
    font-size: 0.9rem;
    color: #FFF;
    text-transform: uppercase;
    background: #FF0000;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
    z-index: 2;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}
.boxs .btn-you:hover{
    background: #808080;
    filter: drop-shadow(6px 4px 4px #A97878);
}
.boxs .bell{
    font-size: 1.2rem;
    z-index: 2;
    color: #555;
    transition: 0.5s;
    margin-right: 2rem;
}
.boxs .bell:hover{
    color: #FFD700;
    filter: drop-shadow(6px 4px 4px #A8A978);
    transform: translateY(-2px);
}
@media (max-width: 1199px) {
    .boxs img{
        width: 65px;
        height: 65px;
    }
    .boxs h2{
        font-size: 1.55rem;
    }
    .boxs .btn-you{
        font-size: 0.8rem;
    }
}
@media (max-width: 1400px) {
    .boxs{
        margin: 0.4rem;
    }
    .boxs img{
        width: 65px;
        height: 65px;
    }
    .boxs h2{
        font-size: 1.25rem;
    }
    .boxs .btn-you{
        font-size: 0.5rem;
        padding: 0.3rem;
    }
}
@media (max-width: 991px) {
    .boxs{
        margin: 0.2rem;
    }
    .boxs img{
        width: 55px;
        height: 55px;
    }
    .boxs h2{
        font-size: 1.1rem;
    }
    .boxs .btn-you{
        font-size: 0.5rem;
        padding: 0.3rem;
    }
    .boxs .bell{
    
    margin-right: 0.5rem;
    }
}
@media (max-width: 767px) {
    .boxs{
        margin: 0.92rem;
    }
    .boxs img{
        width: 70px;
        height: 70px;
    }
    .boxs h2{
        font-size: 1.65rem;
    }
    .boxs .btn-you{
        font-size: 0.9rem;
        padding: 0.5rem;
    }
    .boxs .bell{
    
    margin-right: 2rem;
    }
}
.row-fix>*{
    padding: 0 !important;
}
.row-fix {
    --bs-gutter-x: 0 !important;
}
.zoom{
    transition: transform 0.4s;
    margin: 0 auto;
}
.zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
    z-index: 2;
}
.modal-content{
    background-color: #fff;	/*transparent*/
    border: 0;
}
.modal-dialog {
    /* max-width: 800px; */
    /* margin: 100px auto; */
    opacity: 10;
}
.modal-body {
    position:relative;
    padding:0px;
}
/* .btn-close {
    position:absolute;
    right:-40px;
    top:-20px;
    z-index:999;
    font-size:1.5rem;
    font-weight: normal;
    opacity:1;
} */
.modal { 
    position: fixed; 
    top:10%; 
    right:50%; 
}
.modal2 { 
    position: fixed; 
    top:30%; 
    right:50%; 
}
.modal-backdrop.fade {
    opacity: 0.7;
}
.content-bg{
    background-color: transparent;
}
.btn-close-1 {
    position:absolute;
    right:-6.5rem;
    top:-18px;
    z-index:999;
    font-size:1.5rem;
    font-weight: normal;
    opacity:1;
}
.css_head{
  position: relative;
  width: 100%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.css_head::before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 172px;
  background: linear-gradient(to top, transparent ,  rgb(89 145 182));
  z-index: 1;
  overflow: hidden;
}
.high_eff{
  z-index: 2;
}
.but_cir{
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 10px;
  background-color: #212529;
}
.fix_size{
  padding: 1rem;
}
.orderFast{
  position: fixed;
  bottom: 8rem;
  z-index: 1;
}
.quickOrderInput{
  z-index: 999;
}
.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
  overflow-x: hidden;
}

/* @media (max-width: 1055) {
  .btn-white, .btn-white:hover, .btn-white:active, .btn-white:visited {
    background-color: #212529 !important;
    color: #FFF;
    font-size: small;
  }
} */