/*==============================================================
	Common Styles Initials
	==============================================================*/

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: auto !important;
  scrollbar-color: #565656 #bfbfbf;
  scrollbar-width: thin;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #888888;
  background: #fff;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: #555;
}

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

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: "Inter", sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #8B8B8E;
  margin: 0 0 15px 0;
  padding: 0;
}

p:last-of-type {
  margin: 0;
}

.slick-slide {
  outline: none !important;
}

.mobile-view {
  display: none;
}

.h1 {
  font-family: "Inter", sans-serif;
  font-size: 96px;
  line-height: 106px;
  font-weight: 400;
  color: #121919;
  margin: 0;
}

.text-xl {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #121919;
}

/*header-style start*/
header .cta-btn.desktop-view {
  text-align: center;
}

header .custom-tooltip {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  background-color: #121919;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 8px 0 0;
}

header .custom-tooltip:before {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("../images/Top.svg");
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header .cta-btn.desktop-view a:hover~.custom-tooltip {
  visibility: visible;
  opacity: 1;
}

.header-wrap {
  position: absolute;
  height: 112px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header {
  height: 112px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  z-index: 9999;
}

.header-content {
  height: 112px;
  padding: 16px 32px;
}

.header-wrap.shrink-nav header {
  background: rgba(255, 255, 255, 80%);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

.header-wrap header .logo img {
  width: 196px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-content .logo a {
  display: block;
}

.mobile-menu-wrap {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.menu-wrap .nav-item {
  position: relative;
  margin: 0 4px;
}

.menu-wrap .nav-item:first-child {
  margin-left: 0;
}

.menu-wrap .nav-item a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #121919;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 100px;
}

.menu-wrap .nav-item a:hover {
  background-color: rgba(18, 25, 25, 4%);
}

.menu-wrap .nav-item a:focus,
.menu-wrap .nav-item.active a {
  background-color: rgba(18, 25, 25, 8%);
}


.header-wrap.shrink-nav .logo .white-logo {
  display: none;
}

.navbar {
  padding: 0;
}

.ham {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #101828;
  stroke-width: 6.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.header-wrap .nav-item.mobile-btn {
  display: none;
}

.header-content .cta-btn a {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
}

/*header-style end*/

/* banner-start*/
.banner-wrap {
  position: relative;
  padding: 112px 0 0;
}

.banner-wrap .banner {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 160px;
}

.banner-left .h1 span {
  color: #0099B1;
}

.banner-left .content {
  max-width: 520px;
  padding: 40px 0;
}

.banner-left p {
  font-size: 24px;
  line-height: 40px;
  color: #121919;
}

.banner-left .btn-group {
  gap: 16px;
}

.banner-right {
  position: relative;
}

.banner-right .image {
  position: absolute;
  right: 0;
  width: 554px;
}


/* banner-end */

/* about-banner-start */
.about-history {
  display: flex;
  align-items: flex-end;
}

.about-history .about-img {
  width: 70%;
}

.about-history .about-img img {
  width: 100%;
}

.about-history .about-year {
  width: 30%;
}

.about-history .year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #fff;
  background-color: #121919;
  gap: 20px;
  padding: 20px;
}

.about-history.after .year {
  background-color: #0099B1;
}

.about-history.after {
  align-items: flex-start;
}

.about-history.after .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.about-history.after .about-year {
  text-align: right;
}

.about-banner-section .about-banner-scenario {
  padding: 80px 0 0;
}

.quality-banner .quality-content-right p {
  color: #121919 !important;
}

.quality-banner {
  padding: 152px 0 40px !important;
}

.quality-banner .quality-banner-img {
  padding-top: 80px;
}

.quality-banner .quality-banner-img img {
  border-radius: 40px;
  width: 100%;
}

/* about-banner-end */

/* quality-banner-start */
.contact-banner-wrap {
  padding: 192px 0 0;
}

.contact-banner-section {
  padding: 0 0 80px;
  border-bottom: 1px solid #ECECED;
}

.contact-banner-section .contact-banner-left p {
  font-size: 40px;
  line-height: 64px;
  font-weight: 300;
  color: #121919;
  padding: 16px 0 0;
}

.contact-banner-section .contact-banner-right .form-wrap {
  background-color: #0099B1;
  padding: 40px 40px 5px;
  border-radius: 40px;
}

.contact-banner-right .form-wrap .form-input {
  margin: 0 0 32px;
}

.contact-banner-right .form-wrap .form-input .flex {
  display: flex;
  align-items: center;
  gap: 32px;
}

.contact-banner-right .form-wrap .form-input .flex .form-control {
  width: 100%;
}

.contact-banner-right .form-wrap .form-control {
  height: 40px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #37B0C9;
  padding: 0 0 16px;
}

.contact-banner-right .form-wrap .form-input textarea {
  height: 88px;
}

.contact-banner-right .form-wrap .form-control:focus {
  border-bottom: 1px solid #fff;
}

.contact-banner-right .form-wrap .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.contact-banner-right .form-wrap .form-control:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.contact-banner-right .form-wrap .form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.contact-banner-right .form-wrap .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.contact-banner-right .form-wrap .submit-btn {
  font-size: 14px;
  line-height: 24px;
  color: #121919;
  background-color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 100px;
}

.contact-banner-right .form-wrap .form-input:last-child {
  margin: 0;
}

.contact-banner-section .contact-banner-right .form-wrap .wpcf7-response-output {
  display: none;
}

/* quality-banner-end */

/* career-banner-start */
.career-banner .carrer-banner-info {
  width: 100%;
  max-width: 847px;
}

.career-banner .carrer-banner-info span {
  color: #0099B1;
}

.career-banner .carrer-banner-info p {
  max-width: 720px;
  font-size: 40px;
  line-height: 64px;
  font-weight: 300;
  color: #121919;
  padding: 16px 0 0;
}

.career-banner .banner {
  background-repeat: no-repeat;
  background-position: right center;
}

.banner-wrap.career-banner {
  padding: 112px 0 0;
}

.banner-wrap.career-banner .banner {
  padding: 110px 0 210px;
}

/* career-banner-end */

/* product-banner-start */
.product-banner-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 132px 0 40px;
}

.product-banner-wrap .product-banner {
  position: relative;
  text-align: center;
}

.product-banner-wrap .product-marque-text {
  font-size: 96px;
  line-height: 106px;
  color: #121919;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  animation: scroll-marquee 40s linear infinite;
  padding-left: 100%;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  z-index: 0;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.product-detail-banner-wrap {
  padding: 152px 0 40px;
}

/* product-banner-end */

/* machining-banner-start */
.machine-banner {
  padding-top: 150px;
}

.machine-banner .who-we-are .row {
  padding: 0 0 40px;
}

.machine-banner .who-we-are-right p {
  color: #121919 !important;
}

.machining-slider .image {
  padding-right: 32px;
}

/* machining-banner-end */


.lang-btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

#google_translate_element {
  position: relative;
  bottom: 0;
}

.goog-te-gadget-simple {
  width: 50px !important;
  height: 28px !important;
  padding: 0 !important;
  border: none !important;
}

/* login page start */
.login-section {
  height: 100vh;
  display: flex;
  padding: 16px;
}

.login-section .login-left {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 28px 240px 28px 28px;
  -webkit-border-radius: 28px 240px 28px 28px;
  -moz-border-radius: 28px 240px 28px 28px;
  -ms-border-radius: 28px 240px 28px 28px;
  -o-border-radius: 28px 240px 28px 28px;
}

.login-section .login-left .logo a {
  display: inline-block;
}

.login-section .login-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.login-section .login-image-content {
  position: relative;
  height: 100%;
  border-radius: 28px 240px 28px 28px;
  -webkit-border-radius: 28px 240px 28px 28px;
  -moz-border-radius: 28px 240px 28px 28px;
  -ms-border-radius: 28px 240px 28px 28px;
  -o-border-radius: 28px 240px 28px 28px;
  padding: 32px;
}

.login-section .login-image-content .image-content {
  width: 400px;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.login-section .login-image-content .image-content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  padding: 0 0 16px;
}

.login-section .login-image-content .image-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #BEC1C5;
}

.login-section .login-form-box {
  width: 434px;
  margin: auto;
  padding: 16px;
}

.login-section .login-form-box .h1 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 400;
  color: #121919;
}

.login-section .login-form-box p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #121919;
}

.login-section .login-form-box .form-wrap {
  padding: 64px 0 0;
}

.login-section .login-form-box .form-wrap .form-group {
  padding: 0 0 32px;
}

.login-section .login-form-box .form-wrap .form-group .form-control {
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #121919;
  border-bottom: 1px solid #ECECED;
  padding: 0;
}

.login-section .login-form-box .form-wrap .form-group .form-control:hover,
.login-section .login-form-box .form-wrap .form-group .form-control:focus {
  border-bottom: 1px solid #BEC1C5;
}

.login-section .login-form-box .submit-btn .submit {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: #0099B1;
  padding: 8px 16px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: none;
}

.login-section .login-right .mobile-logo {
  display: none;
}

.login-section .login-right .mobile-logo a {
  display: inline-block
}

.login-section .logo-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* login page end */

@media (max-width: 1200px) {
  .header-content .logo img {
    width: 140px !important;
  }

  .header-content {
    padding: 12px 16px;
  }

  .header-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .banner-left .content {
    max-width: 440px;
    padding: 30px 0;
  }

  .banner-right {
    position: relative;
  }

  .banner-wrap .banner {
    padding: 0 0 80px;
  }

  .career-banner .carrer-banner-info p {
    font-size: 26px;
    line-height: 36px;
  }

  .banner-wrap.career-banner .banner {
    padding: 60px 0 90px;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .menu-wrap .nav-item a {
    padding: 4px 8px;
  }

  .banner-wrap {
    padding: 160px 0 0;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-left .content {
    max-width: 100%;
    padding: 20px 0;
  }

  .banner-left p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-right {
    position: relative;
    padding: 60px 0 0;
  }

  .image.image-single {
    width: 50%;
  }

  .banner-right .image-group {
    width: 50%;
  }

  .banner-right .image img {
    width: 100%;
  }

  .image.image-top .image-tag {
    left: -100px;
    bottom: 150px;
  }

  .image.image-bottom .image-tag {
    left: -30%;
    bottom: 40%;
  }

  .banner-wrap .banner {
    padding: 0 0 40px;
  }

  .banner-right .image {
    position: relative;
    width: 100%;
  }

  .contact-banner-section .contact-banner-left {
    padding: 0 0 24px;
  }

  .contact-banner-section .contact-banner-left p {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-banner-section {
    padding: 0 0 40px;
  }

  .contact-banner-wrap {
    padding: 120px 0 0;
  }

  .contact-banner-right .form-wrap .form-input .flex {
    flex-wrap: wrap;
  }

  .contact-banner-right .form-wrap .form-input .flex .form-control {
    width: 100%;
  }

  .career-banner .carrer-banner-info {
    width: 100%;
    max-width: 500px;
  }

  .login-section {
    flex-wrap: wrap;
    height: auto;
  }

  .login-section .login-left {
    width: 100%;
    display: none;
  }

  .login-section .login-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .login-section .login-form-box {
    width: 100%;
    padding: 40px 0 0;
  }

  .login-section .login-form-box .form-wrap {
    padding: 24px 0 0;
  }

  .login-section .login-form-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .login-section .login-form-box .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .login-section .login-right .mobile-logo {
    display: block;
  }
}

@media (max-width: 767px) {
  /* body.page {
    overflow: hidden;
  } */

  .header-wrap.menu-open {
    display: block;
    background-color: #fff;
    z-index: 11;
    position: relative;
  }

  .header-wrap .cta-btn.btn-sm {
    display: none;
  }

  .header-wrap .nav-item.mobile-btn,
  .header-wrap .nav-item.mobile-btn .cta-btn.btn-sm {
    display: block;
  }

  .header-wrap .nav-item.mobile-btn a {
    color: #fff !important;
  }

  .header-wrap .ham .line {
    stroke: #101828 !important;
  }

  .header-wrap.shrink-nav .ham .line,
  .header-wrap.menu-open .ham .line {
    stroke: #101828 !important;
  }

  .header-wrap.menu-open .logo .brown-logo {
    display: block;
  }

  .header-wrap.menu-open .logo .white-logo {
    display: none;
  }

  .header-content .logo img {
    width: 120px !important;
  }

  .header-content {
    height: 76px;
    padding: 12px 6px 12px 16px;
  }

  header {
    height: 76px;
    background-color: #fff;
  }

  .header-wrap {
    position: relative;
    height: 76px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler.collapsed .menu-logo,
  .header-wrap.shrink-nav .navbar-toggler.collapsed .menu-logo {
    display: inline-block !important;
    color: #fff !important;
    padding-left: 10px;
  }

  .ham {
    display: block;
  }

  .menu-wrap .nav-item a {
    font-size: 40px;
    line-height: 64px;
    gap: 32px;
  }

  .navbar {
    position: absolute;
    right: 0;
    top: 4;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    z-index: 2;
  }

  .navbar-nav {
    width: max-content;
    height: 100vh;
    padding: 20px 0;
    margin: 0 auto;
  }

  .menu-wrap .nav-item {
    margin: 8px !important;
  }

  .banner-wrap {
    padding: 20px 0;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    /*    display: none;*/
  }

  .banner .image .image-tag {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 8px;
  }

  .image.image-bottom .image-tag {
    left: -60px;
    bottom: 18%;
  }

  .about-history .year {
    font-size: 18px;
    gap: 9px;
    padding: 6px 8px;
  }

  .about-history .year img {
    width: 30px;
    height: 30px;
  }

  .about-banner-section .about-banner-scenario {
    padding: 40px 0 0;
  }

  .quality-banner {
    padding: 24px 0 24px !important;
  }

  .quality-banner .quality-banner-img {
    padding-top: 32px;
  }

  .contact-banner-section .contact-banner-right .form-wrap {
    padding: 40px 16px;
  }

  .contact-banner-wrap {
    padding: 40px 0 0;
  }

  .banner-wrap.career-banner {
    padding: 0;
  }

  .banner-wrap.career-banner .banner {
    background-size: 0;
    padding: 40px 0;
  }

  .career-banner .carrer-banner-info {
    max-width: 100%;
  }

  .career-banner .carrer-banner-info p {
    font-size: 20px;
    line-height: 30px;
  }

  .product-banner-wrap .product-marque-text {
    font-size: 30px;
    line-height: 40px;
    top: 40%;
  }

  .product-banner-wrap {
    padding: 40px 0;
  }

  .product-detail-banner .left {
    padding: 0 0 24px;
  }

  .product-detail-banner-wrap {
    padding: 60px 0 40px;
  }

  .machine-banner .who-we-are .row {
    padding: 0;
  }

  .machine-banner {
    padding-top: 28px;
  }

  .machine-content-right {
    padding: 24px 0 0;
  }

  .lang-btn-group {
    order: 3;
    position: absolute;
    right: 20px;
  }

  .header-content .logo {
    order: 2;
  }

  .header-menu .menu-wrap.mobile-menu {
    order: 1;
  }

  .header-content {
    justify-content: flex-start !important;
    gap: 12px;
  }

  .header-menu:has(.ham.active)~.lang-btn-group .cta-btn.btn-blue.desktop-view {
    display: none !important;
  }
}