@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,700,900&display=swap");
.no-space-outside, html, body, h6, h5, h4, h3, h2, h1, p {
  margin: 0;
  padding: 0;
}

html, body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/* FIXED NAVBAR STYLE */
.navbar-brand img {
  max-height: 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after, .navbar-toggler.toggler-spring .navbar-toggler-icon, .navbar-toggler.toggler-spring .navbar-toggler-icon:before, .navbar-toggler.toggler-spring .navbar-toggler-icon:after {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-navbar.navbar-fixed .sticky-navbar {
  background-color: #fff;
  box-shadow: 0px 3px 9px #ccc;
}
.main-navbar.navbar-fixed .sticky-navbar .navbar-toggler .navbar-toggler-icon, .main-navbar.navbar-fixed .sticky-navbar .navbar-toggler .navbar-toggler-icon:before, .main-navbar.navbar-fixed .sticky-navbar .navbar-toggler .navbar-toggler-icon:after {
  background-color: #444444;
}
.main-navbar.navbar-fixed .sticky-navbar .navbar-toggler.toggler-spring.active .navbar-toggler-icon:before, .main-navbar.navbar-fixed .sticky-navbar .navbar-toggler.toggler-spring.active .navbar-toggler-icon:after {
  background-color: #fff !important;
}
.main-navbar.navbar-fixed .sticky-navbar .navbar-brand img {
  max-height: 34px;
}
@media (min-width: 992px) {
  .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #444;
  }
  .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:hover, .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:active, .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:focus {
    color: #ffc107;
  }
  .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:hover .span-link, .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:active .span-link, .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link:focus .span-link {
    color: #ffc107;
  }
  .main-navbar.navbar-fixed .sticky-navbar .navbar-nav .nav-link .span-link {
    color: inherit;
  }
}

/* FIXED NAVBAR STYLE END */
/*BOOTSTRAP CLASS*/
.navbar-bg {
  background: transparent;
}

.bsnav-mobile .bsnav-mobile-overlay {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-open {
  overflow-y: hidden;
}

.nav-item.dropdown > .navbar-nav {
  width: 250px;
}

.nav-item.active > .nav-link, .nav-item.active > .nav-link .span-link {
  color: #ffc107 !important;
  font-weight: 600;
}

div.nav-link {
  cursor: default !important;
}

.span-link {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.navbar-nav .nav-item:hover > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link {
  color: unset;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:active, .navbar-nav .nav-item .nav-link:focus {
  text-decoration: none;
  color: #ffc107;
}
.navbar-nav .nav-item .nav-link:hover .span-link, .navbar-nav .nav-item .nav-link:active .span-link, .navbar-nav .nav-item .nav-link:focus .span-link {
  text-decoration: none;
  color: #ffc107;
}

.nav-item {
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-toggler {
  z-index: 50;
  outline: none;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}

.nav-custom .nav-item.dropdown > .navbar-nav {
  border-radius: unset;
  padding: 15px;
  box-shadow: 0px 3px 6px #444;
}

.nav-custom .nav-item.dropdown > .navbar-nav .nav-item.active {
  background-color: #ffc107;
}

.nav-custom .nav-item.dropdown > .navbar-nav .nav-link {
  padding: 15px 10px;
}
.nav-custom .nav-item.dropdown > .navbar-nav .nav-link:hover, .nav-custom .nav-item.dropdown > .navbar-nav .nav-link:active, .nav-custom .nav-item.dropdown > .navbar-nav .nav-link:focus {
  background-color: #ffc107;
}

.nav-custom .nav-item.dropdown .nav-link {
  color: #444444 !important;
}

.span-link {
  margin-left: 2.5px;
}

.nav-item.dropdown.flag > .nav-link {
  padding-bottom: 5px;
}
.nav-item.dropdown.flag > .navbar-nav {
  width: unset;
  background: transparent;
  box-shadow: unset;
  padding: 5px 15px;
}

.megamenu-custom .megamenu-inside {
  padding: 0 15px !important;
}
.megamenu-custom .img-menu-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.megamenu-custom img {
  max-width: 125px;
}
.megamenu-custom .item-wrapper {
  padding-bottom: 30px;
}

.dropdown-separator {
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
}
.dropdown-separator + .dropdown-separator {
  border-top: none;
}

.menu-separator-right:not(:last-child) {
  border-right: 2px solid #DDDDDD;
}

.dropdown.megamenu > .navbar-nav {
  padding: 15px;
  left: 15px;
  right: 15px;
  width: unset;
}

.btn {
  padding: 10px 25px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  box-shadow: none;
}

.btn-bordered {
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 202% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
  border: 1px solid #000;
  border-radius: 5px;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered:active {
  background-position: left bottom;
}
.btn-bordered:hover span, .btn-bordered:hover i, .btn-bordered:focus span, .btn-bordered:focus i, .btn-bordered:active span, .btn-bordered:active i {
  color: #fff;
}
.btn-bordered span, .btn-bordered i {
  font-weight: 700;
  color: #000;
  transition: 0.2s ease-out;
}

.btn-soc {
  display: inline-block;
  padding: 7px 10px;
  margin-right: 12px;
  background: linear-gradient(to right, #000066 50%, transparent 50%);
  background-size: 202% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
  border: 1px solid #000066;
  border-radius: 0;
}
.btn-soc:hover, .btn-soc:focus, .btn-soc:active {
  background-position: left bottom;
}
.btn-soc:hover span, .btn-soc:hover i, .btn-soc:focus span, .btn-soc:focus i, .btn-soc:active span, .btn-soc:active i {
  color: #fff;
}
.btn-soc span, .btn-soc i {
  font-weight: 300;
  color: #000066;
  transition: 0.2s ease-out;
}
.btn-soc:last-child {
  margin-right: 0;
}

.btn-up {
  content: "";
  padding-bottom: 0;
  width: 85px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url("../images/user/icons/up.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.flag-icon {
  width: 24px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-slider {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.1) 78%, white 100%);
  height: 100%;
}

.container-slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-content {
  margin-left: 75px;
  padding: 15px 30px;
  max-width: 600px;
  font-family: "Lato";
}
.slider-content .title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 600;
  text-shadow: 0px 2px 2px #888;
  line-height: 1.2;
  margin-bottom: 30px;
}
.slider-content .btn-product {
  padding: 10px 20px;
}

.swiper-pagination-custom {
  bottom: 60px !important;
}
.swiper-pagination-custom .swiper-pagination-bullet {
  margin: 0 7px !important;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: unset;
  border: 2px solid #ffffff;
}

.container-full {
  max-width: 100%;
  padding: 0;
}

.col-unset {
  padding: 0;
}

.row-unset {
  margin: 0;
}

.image-unset {
  margin-left: -125px;
}

.lh-big {
  line-height: 1.7;
}

.m-pr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #444444;
}
.section-title {
  font-family: "Lato";
  font-weight: 400;
}
.section .subtitle {
  color: #AAAAAA;
  font-size: 24px;
}
.section .title {
  font-weight: 700;
  padding-top: 10px;
  font-size: 36px;
}
.section .description {
  font-weight: 700;
  padding-top: 10px;
  font-size: 1.1rem;
}
.section .link-custom {
  font-family: "Lato";
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .link-custom::after {
  content: "";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.section .link-custom:hover, .section .link-custom:active, .section .link-custom:focus {
  color: #FFCC00;
}
.section .link-custom:hover::after, .section .link-custom:active::after, .section .link-custom:focus::after {
  margin-left: 10px;
}

#home-about {
  background-image: url('../images/user/products/section-2.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-about .overlay-to-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%, white 100%);
}

#home-brand {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #f4f4f4 75%, rgba(35, 184, 64, 0) 100%);
}
/*#home-brand::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../images/user/icons/home-brand-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -15px;
}
#home-brand::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../images/user/icons/home-brand-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: -15px;
}*/

#home-product .products {
  position: relative;
}
#home-product .home-product {
  padding-bottom: 45px;
}
#home-product .card-product {
  padding: 15px;
}
#home-product .card-image {
  height: 250px;
  padding: 0;
}
#home-product .card-image a {
  width: 100%;
  height: 100%;
}
#home-product .card-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#home-product .card-info {
  font-family: "Lato";
  color: #444444;
  font-size: 18px;
}
#home-product .swiper-button-round {
  background: unset;
  text-align: center;
  width: unset;
  height: unset;
}
#home-product .swiper-button-round .fa-circle {
  color: #ddd;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-product .swiper-button-round .fa-inverse {
  font-size: 28px;
}
#home-product .swiper-button-round:hover .fa-circle, #home-product .swiper-button-round:active .fa-circle, #home-product .swiper-button-round:focus .fa-circle {
  color: #aaa;
}
#home-product .swiper-right-nav {
  right: -30px;
}
#home-product .swiper-left-nav {
  left: -30px;
}

.other-form {
  background-color: #f5f5f5;
}

.no-visible {
  opacity: 0;
}

.gallery-thumbs .swiper-slide {
  padding: 25px;
  border: 2px solid transparent;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #eeee;
}

#description-product {
  color: #777;
}
#description-product .title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 28px;
}
#description-product .button-wrapper .btn {
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Lato";
}

.tb-bd-bottom {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #777777;
  font-weight: 600;
  font-size: 14px;
}
.tb-bd-bottom tr {
  border-bottom: 2px solid #ddd;
}
.tb-bd-bottom td {
  padding: 10px;
}

#gallery-product {
  position: relative;
  background: linear-gradient(0deg, #f4f4f4 75%, rgba(35, 184, 64, 0) 100%);
}
#gallery-product::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../images/user/icons/home-brand-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0px;
}
#gallery-product::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../images/user/icons/home-brand-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0px;
}

#products .gallery-product, #gallery-product .gallery-product, #earth-moving .gallery-product, #lifting .gallery-product, #road-construction .gallery-product {
  padding-top: 30px;
  padding-bottom: 45px;
}
#products .swiper-pagination, #gallery-product .swiper-pagination, #earth-moving .swiper-pagination, #lifting .swiper-pagination, #road-construction .swiper-pagination {
  bottom: 0;
}
#products .swiper-slide, #gallery-product .swiper-slide, #earth-moving .swiper-slide, #lifting .swiper-slide, #road-construction .swiper-slide {
  padding-top: 15px;
  padding-bottom: 15px;
}
#products .swiper-slide-active, #gallery-product .swiper-slide-active, #earth-moving .swiper-slide-active, #lifting .swiper-slide-active, #road-construction .swiper-slide-active {
  background: transparent;
}
#products .swiper-slide-active .img-wrapper, #gallery-product .swiper-slide-active .img-wrapper, #earth-moving .swiper-slide-active .img-wrapper, #lifting .swiper-slide-active .img-wrapper, #road-construction .swiper-slide-active .img-wrapper {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
#products .img-wrapper, #gallery-product .img-wrapper, #earth-moving .img-wrapper, #lifting .img-wrapper, #road-construction .img-wrapper {
  /*width: 100%;
  height: 300px;*/
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#products .img-wrapper img, #gallery-product .img-wrapper img, #earth-moving .img-wrapper img, #lifting .img-wrapper img, #road-construction .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#products, #gallery-product {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.btn-learn-more {
  font-family: "Lato";
}

#testimonial-product .swiper-button-next, #testimonial-product .swiper-button-prev {
  width: 70px;
  height: 80px;
  background-color: #8a8a8ad6;
  padding: 15px;
}
#testimonial-product .swiper-button-prev {
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#testimonial-product .swiper-button-next {
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#testimonial-product .testimonial-product::before, #testimonial-product .testimonial-product::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 100%;
  z-index: 9;
}
#testimonial-product .testimonial-product::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, white 100%);
}
#testimonial-product .testimonial-product::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, white 100%);
}
#testimonial-product .swiper-slide {
  padding: 15px;
}
#testimonial-product .testimonial-wrapper {
  position: relative;
  border: 2px solid #ddd;
  padding: 30px 45px;
  text-align: center;
}
#testimonial-product .testimonial-wrapper::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  top: -15px;
  left: 15px;
  padding: 10px;
  z-index: 99999999;
  background: #FFCC00;
}
#testimonial-product .profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}
#testimonial-product .testimonial-description {
  color: #777;
  line-height: 1.7;
}
#testimonial-product .testimonial-from {
  margin-top: 15px;
}
#testimonial-product .testimonial-from, #testimonial-product .testimonial-status {
  font-weight: 600;
}

.bg-grey-custom {
  background-color: #EFEFEF;
}
#video-product img {
  max-height: 450px;
}

.btn-play {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-play::before {
  content: "";
  font-size: 68px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-play:hover::before, .btn-play:active::before, .btn-play:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFCC00;
}

.with-below-yellow {
  padding-bottom: 10px;
  border-bottom: 2px solid #FFCC00;
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
}

#search-product, #detail-product {
  padding-top: 75px;
}
#search-product .btn-search {
  padding: 5px 10px;
  border: 1px solid #ced4da;
  color: #444444;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
}
#search-product .search-text {
  border-right: none;
  border-radius: 0;
  padding: 1.375rem 0.75rem;
}
#search-product .result {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  text-align: right;
}
#search-product .with-below-yellow {
  font-size: 20px;
}

#company-history {
  background-image: linear-gradient(to bottom, rgba(19, 19, 85, 0.7) 0, rgba(19, 19, 85, 0.7) 100%), url("../images/user/background/multicrane-building.jpg");
  background-size: cover;
  background-position: 50% 70%;
  background-repeat: no-repeat;
}
#company-history .section-title {
  color: #fff;
}
#company-history .section-title .title {
  font-weight: 600;
}

.filter-accordion .card-header {
  background-color: #ffffff;
  padding: 5px;
}
.filter-accordion .card-header:hover .btn,
.filter-accordion .card-header:active .btn,
.filter-accordion .card-header:focus .btn,
.filter-accordion .card-header:hover .group-name,
.filter-accordion .card-header:active .group-name,
.filter-accordion .card-header:focus .group-name,
.filter-accordion .card-header:hover .sub-group-name,
.filter-accordion .card-header:active .sub-group-name,
.filter-accordion .card-header:focus .sub-group-name {
  color: #FFCC00;
}
.filter-accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.filter-accordion .btn-for-collapse {
  color: #444444;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-accordion .btn-for-collapse::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
  font-weight: 900;
}
.filter-accordion .btn-for-collapse[aria-expanded=true]::after {
  content: "";
}
.filter-accordion .btn-for-collapse[aria-expanded=true] + .sub-group-name {
  font-weight: 700;
}
.filter-accordion .group-name {
  text-transform: uppercase;
  font-weight: 700;
}
.filter-accordion .group-name, .filter-accordion .sub-group-name {
  text-align: left;
  display: block;
  color: #444;
  text-decoration: none;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.filter-accordion .accordion-sub .card-header {
  padding-left: 20px;
}
.filter-accordion .card-header {
  border-bottom: unset;
}
.filter-accordion .card-sub-group:first-child {
  border-left: unset;
  border-right: unset;
}
.filter-accordion .card-sub-group:not(:first-child) {
  border: unset;
}
.filter-accordion .item-group {
  padding-left: 70px;
  padding-right: 15px;
}
.filter-accordion .item-group a {
  color: #777777;
  text-decoration: none;
  padding: 5px 5px;
  display: block;
}

#list-product .img-wrapper {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #444444;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
#list-product .img-wrapper:hover .figure-product::before, #list-product .img-wrapper:active .figure-product::before, #list-product .img-wrapper:focus .figure-product::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFCC00;
}
#list-product .figure-product {
  border: 2px solid #eee;
  position: relative;
  margin-bottom: 0;
}
#list-product .figure-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#list-product .figure-caption {
  color: #444;
  font-size: 12px;
  margin-top: 5px;
}
#list-product .figure-product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-pagination-grey {
  bottom: -5px !important;
}
.swiper-pagination-grey .swiper-pagination-bullet {
  margin: 0 7px !important;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: unset;
  border: 2px solid #777;
}
.swiper-pagination-grey .swiper-pagination-bullet-active {
  background: #777;
}

#home-aftersales {
  background-image: linear-gradient(to bottom, rgba(19, 19, 85, 0.7) 0, rgba(19, 19, 85, 0.7) 100%), url("../images/user/background/home-aftersales.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 30px;
}
#home-aftersales .top-section {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 30px 5px;
  border: 4px solid #fff;
}
#home-aftersales .top-section .title {
  font-weight: 700;
  font-size: 28px;
}
#home-aftersales .top-section .subtitle {
  color: #ffffff;
  font-size: 18px;
}
#home-aftersales .m-pr {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#home-aftersales .box {
  padding-top: 30px;
  padding-bottom: 30px;
}
#home-aftersales .box .subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
#home-aftersales .box .list-utilities {
  line-height: 1.7;
  font-size: 18px;
  margin-left: -20px;
}

.map-offices {
  height: 400px;
}

.border-right-custom {
  border-right: 1px solid #dee2e6;
}

.hr-custom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.copyright {
  font-weight: 600;
  font-size: 14px;
}

.menu-outside {
  position: relative;
}
.menu-outside .group-outside {
  position: fixed;
  width: 0;
  bottom: 100px;
  right: 0;
  z-index: 39;
}
.menu-outside .menu-outside-wrapper {
  float: right;
  clear: both;
}
.menu-outside .menu-outside-wrapper:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.menu-outside .btn-menu-outside {
  border-radius: 50px;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 3.3;
  margin-right: 20px;
  background: #03a84e;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-outside .btn-menu-outside:hover, .menu-outside .btn-menu-outside:active, .menu-outside .btn-menu-outside:focus {
  background-color: #FFCC00;
  color: #131355;
}
.menu-outside .phones {
  overflow: hidden;
  position: relative;
  right: -136px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-outside .phones:hover, .menu-outside .phones:active, .menu-outside .phones:focus {
  right: 0;
}
.menu-outside .phone-outside, .menu-outside .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-outside .content-wrap {
  padding: 5px 15px;
  background-color: #ffffff;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.menu-outside .item-inside {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-family: "Lato";
  color: #222;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-outside .item-inside:not(:last-child) {
  margin-bottom: 2.5px;
}
.menu-outside .item-inside:hover, .menu-outside .item-inside:active, .menu-outside .item-inside:focus {
  color: #d1a700;
}

#main-contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-contact-us .section-title {
  margin-bottom: 0;
}

#main-contact-us .bg-white-2 {
  padding: 30px;
  background-color: rgba(255,255,255,.7);
}

#main-contact-us .form-contact-us {
  padding-bottom: 0;
}

#main-contact-us label {
  color: #444;
}

.overlay-black {
  background-color: rgba(0, 0, 0, .7);
}

.contact-us-form .section-title {
  margin-bottom: 45px;
}
.contact-us-form .m-pr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-us-form .form-contact-us {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-us-form .custom-control-label::before {
  background-color: #ddd;
  border-color: #ddd;
}
.contact-us-form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FFCC00;
  background-color: #FFCC00;
}

.big-box {
  position: relative;
}
.big-box .box-inside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 33.333333%;
}
.big-box .img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

#career-overview .section-title {
  padding-left: 45px;
}

label {
  color: #868686;
}

.required::after {
  content: " *";
  color: red;
}

.form-control::placeholder {
  color: #ddd;
  font-family: "Lato";
}

.section-inside-wrapper {
  border: 2px solid #eee;
}

.filter-search {
  margin-top: 45px;
  margin-bottom: 30px;
}

#available-role .title {
  font-weight: 700;
  font-size: 24px;
}
#available-role .title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #FFCC00;
}
#available-role .accordion {
  border: 1px solid #ddd;
}
#available-role .accordion:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#available-role .accordion:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
#available-role .accordion:not(:last-child) {
  border-bottom: 0px;
}
#available-role .card-header {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
#available-role .filter-name {
  font-size: 18px;
  font-weight: 600;
}
#available-role .role {
  border: 2px solid #eee;
  padding: 10px;
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #666;
}
#available-role .role:not(:last-child) {
  margin-bottom: 30px;
}
#available-role .career-name {
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#available-role .career-name:hover, #available-role .career-name:active, #available-role .career-name:focus {
  color: #FFCC00;
}
#available-role .career-type {
  margin-bottom: 5px;
}
#available-role .choice {
  padding-top: 5px;
  padding-bottom: 5px;
}
#available-role .choice a {
  text-decoration: none;
  display: block;
  color: #444;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#available-role .choice a:hover, #available-role .choice a:active, #available-role .choice a:focus {
  color: #FFCC00;
}
#available-role .choice.active a {
  font-weight: 600;
  color: #FFCC00;
}

#detail-product .with-below-yellow {
  font-size: 20px;
}
#detail-product #description-product .title {
  font-size: 20px;
}
#detail-product .swiper-button-next, #detail-product .swiper-button-prev {
  background-size: 27px 20px;
  background-color: gray;
  width: 45px;
  border-radius: 50px;
}

#detail-product .section .description {
  font-size: 16px;
}

#career-detail .group-info {
  margin-bottom: 15px;
  line-height: 1.7;
}
#career-detail .group-info .title {
  font-weight: 600;
  font-size: 16px;
}

#form-career {
  background-color: #F6F7FF;
}
#form-career label {
  color: #666;
}
#form-career .form-group.row label {
  text-align: right;
}
#form-career #btn-submit {
  font-size: 16px;
}

#service-call, #full-maintenance-contract, #preventive-maintenance-contract, #machine-inspection-program {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#company-eco-product .head-title {
  padding-top: 45px;
  padding-bottom: 15px;
}
#company-eco-product .head-title .title {
  color: #444444;
  font-size: 36px;
}
#company-eco-product .section-title .title {
  font-weight: 500;
  font-size: 28px;
}

#social-contribution {
  background-color: #f5f5f0;
}
#social-contribution .section-title {
  padding-bottom: 30px;
}
#social-contribution .section-title .title {
  font-weight: 500;
  font-size: 28px;
}
#social-contribution .content:not(:last-child) {
  margin-bottom: 30px;
}

.btn-purple {
  background-color: #131355;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Lato";
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  background-color: #080824;
}

.file-name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
}

.from-cke img {
  max-width: 100%;
  height: auto;
}
.from-cke ul {
  margin-left: -20px;
}

.text-yellow {
  color: #FFCC00;
}

.bg-blue {
  background-color: rgba(19, 19, 85, 0.7);
}

#spare-parts-overview .m-pr {
  line-height: 1.7;
}

.background-set, #consumable-parts, #components-parts {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.overlay-to-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, white 100%);
}

.overlay-to-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, white 100%);
}

.w-custom {
  max-width: 850px;
}

.small-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #444444;
}
.small-content-wrapper .title {
  font-family: "Lato";
  font-size: 36px;
  margin-bottom: 15px;
}
.small-content-wrapper .description {
  font-weight: 400;
}
.small-content-wrapper ul {
  margin-left: -20px;
  line-height: 1.7;
  font-size: 18px;
}

#company-about .timeline {
  position: relative;
  margin-top: 45px;
}
#company-about .timeline::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #444444;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
#company-about .timeline-item {
  position: relative;
}
#company-about .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  line-height: 4.7;
  font-size: 32px;
  border-radius: 50%;
  background-color: #444;
  text-align: center;
  color: white;
  font-family: "Lato";
  font-weight: 300;
}
#company-about .content {
  padding: 15px;
  border: 2px solid #eee;
  margin-bottom: 30px;
}
#company-about .content .m-pr {
  font-weight: 600;
}
#company-about .content-timeline {
  margin-bottom: 30px;
}

#offices .section-title {
  margin-bottom: 60px;
}
#offices .title {
  font-weight: 400;
  text-transform: uppercase;
}
#offices .detail-office .title {
  font-size: 28px;
}
#offices .office-address, #offices .office-phone {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#offices .office-address::before, #offices .office-phone::before {
  font-weight: 900;
  top: 0px;
  left: 0px;
  position: absolute;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}
#offices .office-address::before {
  content: "";
}
#offices .office-phone {
  text-decoration: none;
  color: #444;
}
#offices .office-phone:hover, #offices .office-phone:active, #offices .office-phone:focus {
  color: #444;
}
#offices .office-phone::before {
  content: "";
}

#company-category .company-menu {
  margin-bottom: 30px;
  position: relative;
}
#company-category .company-menu:hover .company-menu-name, #company-category .company-menu:active .company-menu-name, #company-category .company-menu:focus .company-menu-name {
  height: 100%;
}
#company-category .figure-company img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#company-category .company-menu-name {
  color: #ffffff;
  text-align: center;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  width: 100%;
  background-color: rgba(19, 19, 85, 0.8);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#company-category .title-menu {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-add-custom {
  padding-bottom: 45px !important;
}

.border-right {
  border-right: 1.5px solid #ddd;
}

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bot-absolute {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

/*COMMON CLASS END*/
/*FONT & TEXT*/
.text-white {
  color: #fff;
}

.text-grey {
  color: #ccc;
}

.text-default {
  color: #000 !important;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

/*FONT & TEXT END*/
/*CONTAINER*/
/*CONTAINER END*/
/*CARD*/
.card {
  border: none;
}

.card-image {
  padding: 20px;
}
.card-image a {
  display: block;
  margin: 0 auto;
}

.card-info a:hover, .card-info a:focus, .card-info a:active {
  text-decoration: none;
}

/*CARD END*/
/*SWIPER*/
#banner-home {
  height: 100vh;
}

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

#home-bottom {
  background-image: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
  padding: 0;
  position: relative;
}
#home-bottom .title {
  font-size: 24px;
}

.home-office {
  padding: 100px 30px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-office {
  background-image: url("../images/user/icons/building.png");
}

/*HOMEPAGE END*/
.banner {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0.3) 88%, white 100%);
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.banner .title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Lato";
}
.banner-product-1 {
  height: 70vh;
}
.banner-product-1 .title {
  font-size: 32px;
}

.swiper-coverflow-custom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-coverflow-custom .swiper-slide {
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.5;
}
.swiper-coverflow-custom .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.panel-title {
  position: relative;
  display: block;
  color: #FFCC00;
}
.panel-title:hover, .panel-title:active, .panel-title:focus {
  text-decoration: none;
  color: #FFCC00;
}

.panel-title::after {
  content: "";
  color: #FFCC00;
  font-weight: 900;
  top: 0px;
  right: 0px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.panel-wrapper[aria-expanded=true] .panel-title::after {
  content: "";
}

/*FOOTER*/
footer {
  overflow: visible !important;
  padding: 50px 0 !important;
  background-color: #efefef;
}

.footer-img {
  width: 100px;
  display: inline-block;
}
.footer-img:not(:last-child) {
  margin-right: 30px;
}

.social-media {
  margin-top: 25px;
}

.footer-test {
  color: #444;
}

.licences {
  justify-content: flex-end;
}

.description-image-footer {
  display: inline-block;
  text-align: left;
  font-size: 12px;
}

.go-down-wrapper {
  position: absolute;
  bottom: 100px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lato";
  font-weight: 700;
}

.go-down-wrapper #go-down {
  color: #fff;
  text-decoration: none;
  background-color: #444c;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
}

/*FOOTER*/
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
    padding: 20px 7.5px;
  }

  .dropdown.megamenu > .navbar-nav {
    max-width: 960px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .nav-logo {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  .nav-custom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 10px !important;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .bsnav-mobile .navbar-nav .nav-item .nav-link:hover, .bsnav-mobile .navbar-nav .nav-item .nav-link:active, .bsnav-mobile .navbar-nav .nav-item .nav-link:focus {
    color: #ffc107;
  }

  .bsnav-mobile .navbar.bsnav-dark {
    background-color: rgba(19, 19, 85, 0.8);
  }

  .span-link:hover, .span-link:active, .span-link:focus {
    text-decoration: none;
    color: #ffc107;
    cursor: default;
  }

  .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding: 0;
    border-left: 0.5px solid #ebac00;
  }

  .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:hover, .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:active, .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:focus {
    background-color: #ffc107;
  }

  .flag .navbar-nav {
    border-left: none !important;
  }
  .flag .navbar-nav .nav-item {
    margin-left: 8px;
  }

  .text-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ffc107;
  }

  .dropdown-separator, .menu-right-separator {
    border: unset;
  }

  .megamenu-custom .img-menu-wrapper {
    padding: unset;
    text-align: left;
  }
  .megamenu-custom img {
    display: none;
  }
  .megamenu-custom .megamenu-inside {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .megamenu-custom .megamenu-inside .row {
    margin: 0;
  }
  .megamenu-custom .megamenu-inside .menu-separator-right {
    padding: 0;
    border-right: unset;
  }
  .megamenu-custom .item-wrapper {
    padding-bottom: 10px;
  }
  .megamenu-custom .list-unstyled {
    padding-left: 15px;
  }

  .image-unset {
    margin-left: unset;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section .subtitle {
    font-size: 20px;
  }
  .section .title {
    font-size: 28px;
  }
  .section .m-pr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #company-about .timeline-item::before {
    font-size: 28px;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 3.5;
  }
  #company-about .content .title {
    font-size: 24px;
    text-align: center;
  }

  #career-overview .image-right {
    display: none;
  }

  .tb-bd-bottom {
    font-size: 14px;
  }

  #description-product .button-wrapper .btn {
    padding: 10px;
    font-size: 14px;
  }

  #products, #gallery-product, #earth-moving, #lifting, #road-construction {
    padding-bottom: 25px !important;
  }

  .gallery-top {
    margin-bottom: 15px !important;
  }

  #testimonial-product .testimonial-wrapper {
    padding: 20px;
  }

  #search-product .result {
    text-align: left;
  }

  .section-application .section-title{
    text-align: center;
  }
}
@media (max-width: 767px) {
  .go-down-wrapper {
    display: none;
  }

  #home-about {
    background: none;
  }

  #main-contact-us .section {
    padding-top: 45px;
  }

  #main-contact-us .bg-white-2 {
    padding: 15px;
  }

  #banner-home {
    height: 75vh;
  }

  .slider-content {
    max-width: unset;
    margin-left: unset;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 45px;
  }
  .slider-content .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .slider-content .btn-product {
    padding: 8px 15px;
  }

  .products {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products .swiper-button-prev {
    left: 10px;
  }
  .products .swiper-button-next {
    right: 10px;
  }

  .swiper-top-wrapper.section {
    padding-top: 0;
  }

  #list-product .img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /*#list-product .figure-product {
    height: 150px;
  }*/
  /*#list-product .figure-product::before {
    font-size: 28px;
  }*/

  #home-product .swiper-right-nav {
    right: 10px;
  }
  #home-product .swiper-left-nav {
    left: 10px;
  }

  .swiper-pagination-grey .swiper-pagination-bullet {
    margin: 0 4px !important;
  }

  .border-right-custom {
    border-right: unset;
  }

  #home-aftersales .box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #home-aftersales .aftersale-icon {
    margin-bottom: 10px;
    width: 60px;
  }
  #home-aftersales .item-aftersales .list-utilities {
    font-size: 14px;
  }

  #home-bottom {
    background-image: linear-gradient(to right, #f6f6f6, #f6f6f6);
  }
  #home-bottom .title {
    font-size: 20px;
  }
  #home-bottom .btn-bordered {
    padding: 10px 20px;
  }

  .home-contact, .home-office {
    padding: 50px 15px;
  }

  .logo-footer {
    text-align: center;
  }

  .description-image-footer {
    display: none;
  }

  .footer-img {
    width: 50px;
  }
  .footer-img:not(:last-child) {
    margin-right: 20px;
  }

  .banner {
    height: 75vh;
  }
  .banner .title {
    font-size: 36px;
  }
  .banner-product-1 {
    height: 70vh;
  }
  .banner-product-1 .title {
    font-size: 24px;
  }

  .contact-us-form .section-title {
    margin-bottom: 15px;
  }
  .contact-us-form .box-inside {
    display: none;
  }
  .contact-us-form .form-contact-us {
    padding-top: 0;
  }

  #career-overview .section-title {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #career-overview .title {
    text-align: center;
    margin-bottom: 30px;
  }

  #career-detail .group-info span, #career-detail .group-info .title {
    font-size: 14px;
  }
  #career-detail #career-description {
    margin-top: 15px;
  }

  #form-career .form-group.row label {
    text-align: unset;
  }
  #form-career hr {
    display: none;
  }

  .other-form {
    padding-top: 50px;
  }


.overlay-to-right,
.overlay-to-left {
    background-image: unset !important;
  }

  #consumable-parts, #component-parts {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .small-content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .small-content-wrapper .title {
    font-size: 24px;
  }
  .small-content-wrapper ul {
    margin-bottom: 0;
  }

  #service-call .small-content-wrapper, #full-maintenance-contract .small-content-wrapper {
    text-align: unset;
  }

  .no-visible {
    display: none;
  }

  /*.swiper-top-wrapper {
    margin-bottom: 30px;
  }*/

  #company-detail {
    padding-bottom: 0;
  }

  #offices .detail-office .title {
    text-align: center;
    font-size: 24px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-media {
    margin: 15px 0;
    text-align: center;
  }

  .licences {
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }

  #available-role .career-type {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #available-role .career-department, #available-role .career-location {
    font-size: 14px;
  }

  #company-about .timeline::after {
    background: unset;
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  #company-about .timeline-item::before {
    position: relative;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: block;
    margin: 0 auto;
    line-height: 3.5;
    margin-bottom: 30px;
    z-index: 3;
    top: unset;
    left: unset;
  }
  #company-about .timeline-item::after {
    content: "";
    border: 1px solid grey;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50px;
    z-index: 1;
  }

  .tb-bd-bottom {
    font-size: 12px;
  }

  #testimonial-product .testimonial-product::before, #testimonial-product .testimonial-product::after {
    background: unset;
  }
  #testimonial-product .testimonial-description {
    font-size: 14px;
  }
  #testimonial-product .swiper-button-next, #testimonial-product .swiper-button-prev {
    width: 26px;
    height: 42px;
  }

  #products .gallery-product, #gallery-product .gallery-product, #earth-moving .gallery-product, #lifting .gallery-product, #road-constraction .gallery-product {
    padding-bottom: 50px;
    padding-top: unset;
  }

  .btn-play::before {
    font-size: 48px;
  }

  #detail-product .section-title .title {
    text-align: center;
    font-size: 24px;
  }

  #company-history .section-title .title {
    font-size: 20px;
  }
  #company-history #gotoHistory {
    font-size: 16px;
    padding: 10px 15px;
  }

  #gallery-product::before, #gallery-product::after {
    content: none;
    display: none;
  }
  #gallery-product .swiper-top-wrapper.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev {
    height: 28px;
    margin-top: -15px;
  }
}
@media (max-width: 480px) {
  #home-brand::before, #home-brand::after {
    content: none;
  }

  .slider-content .title {
    font-size: 32px;
  }

  .slider-content .btn-product {
    padding: 7px 15px;
    font-size: 14px;
  }

  .menu-outside .phones {
    position: unset;
  }
  .menu-outside .content-wrap {
    display: none;
  }
  /*#list-product .figure-product {
    height: 125px;
  }*/
  /*#list-product .figure-caption {
    font-size: 14px;
  }*/
}
@media (min-width: 992px) {
  .gallery-product-main .swiper-button-next, .gallery-product-main .swiper-button-prev {
    width: 27px;
    height: 20px;
  }
  .gallery-product-main .swiper-button-next {
    display: none;
    right: 20px;
    transform: rotate(90deg);
  }
  .gallery-product-main .swiper-button-prev {
    display: none;
    margin-top: -15px;
    left: 20px;
    transform: rotate(90deg);
  }
  .section .description-1 {
    font-size: 20px;
  }
  #search-main-products {
    position: sticky;
    top: 60px;
  }
  .section-application {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #products .img-wrapper, #gallery-product .img-wrapper, #earth-moving .img-wrapper, #lifting .img-wrapper, #road-construction .img-wrapper {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
