/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 300;
  src: local("Volte Light"), url("../fonts/Volte-Light.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 400;
  src: local("Volte Regular"), url("../fonts/Volte.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 500;
  src: local("Volte Semibold"),
    url("../fonts/Volte-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 600;
  src: local("Volte Semibold"),
    url("../fonts/Volte-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 700;
  src: local("Volte Bold"), url("../fonts/Volte-Bold.woff") format("woff");
}

* {
  vertical-align: baseline;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.colorWhite {
  color: #fff !important;
}

.svgWhite {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}

.bread-bg img {
  height: 522px;
}

a {
  text-decoration: none;
}

label {
  display: unset;
}

p {
  margin-bottom: 0;
}

body {
  overflow-x: clip;
}

.hidden {
  opacity: 0;
  visibility: visible;
}

.swiper {
  z-index: unset;
}

.footer {
  z-index: 0;
}

.search-visible {
  display: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.swiper-button-lock {
  display: unset;
}

/* MOBILE MENU START */
.mobile-menu .hamburger-menu .bar {
  background: #fff;
  height: 3px;
  transition: 0.4s;
}

.mobile-menu {
  background: #1e899d;
}

.mobile-menu .mobile-nav ul li ul {
  background: #1d768c;
}

.mobile-menu .mobile-nav ul li ul li ul {
  background: #1e8a9d63;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before,
.mobile-menu .mobile-nav ul li a.sub-item.active:after {
  background: #fff;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before,
.mobile-menu .mobile-nav ul li a.sub-item.active:after {
  background: #fff;
}

.mobile-menu .mobile-nav .language-item ul li.lang-active a {
  color: #fff;
}

.mobile-menu .mobile-nav ul li a.sub-item.active {
  color: #ddd;
}

/* MOBILE MENU END */

/* MAIN SLIDER START */
.main-slider.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-slider.swiper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 190px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(20%, #20899dd9),
      to(transparent));
  background: -o-linear-gradient(top, #20899dd9 20%, transparent 100%);
  background: linear-gradient(-180deg, #20899dd9 20%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.main-slider .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-slider .slide-item .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center/cover;
  will-change: transform;
}

.main-slider .swiper-slide .swiper-title {
  font-weight: bold;
  font-size: 71px;
  text-align: left;
  color: #1e899d;
  margin: 0px 200px;
  max-width: 701px;
  z-index: 1;
}

.main-slider .navigation {
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 230px;
  z-index: 2;
  margin: 0 15px;
}

.main-slider .navigation .swiper-button-next {
  right: -75px;
  width: 50px;
}

.main-slider .navigation .swiper-button-prev {
  left: -40px;
  width: 50px;
}

.main-slider .navigation .swiper-button-next:after,
.main-slider .navigation .swiper-button-prev:after {
  display: none;
}

.main-slider .swiper-pagination {
  width: auto !important;
  right: 10%;
  left: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  z-index: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-slider .swiper-pagination-bullet {
  width: unset !important;
  height: unset !important;
  border-radius: 0;
  background: none;
  opacity: 1;
}

.main-slider .timer {
  position: absolute;
  left: 200px;
  top: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.main-slider .timer .current-num,
.main-slider .timer .total-num {
  font-weight: bold;
  font-size: 23px;
  color: #1e899d;
}

.main-slider .timer .line {
  width: 150px;
  background: rgb(30 137 157 / 20%);
  height: 3px;
  margin: auto 15px;
  position: relative;
}

.main-slider .timer .line .line-thumb {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  background: #1e899d;
  width: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-slider .timer .line .line-thumb.active {
  -webkit-transition: 7s;
  -o-transition: 7s;
  transition: 7s;
  width: 100%;
}

.main-slider .white-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: initial;
  z-index: 1;
}

.main-slider .bubbles-img {
  width: 750px;
  height: 625px;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 130px 40px 190px;
}

.customize-header {
  color: #fff;
  padding: 25px 130px 25px 190px !important;
  background: #1e899d;
}

.customize-link {
  color: #fff !important;
}

.main-header .logo {
  position: relative;
}

.main-header .logo .main-logo {
  width: 125px;
  height: 70px;
}

.main-header .logo .positioned {
  position: absolute;
  top: 30%;
  left: 10%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.main-header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-header .header-menu .menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.lang.has-sub .dropdown-content {
  position: absolute;
  top: 50px;
  background: #fff;
  padding: 26px;
  border-top: 1px solid #1e899d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.lang.has-sub .dropdown-content a {
  font-size: 20px;
  color: #1e899d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #fff;
}

.lang.has-sub .dropdown-content ul li+li {
  margin-top: 4px;
}

.lang.has-sub .dropdown-content a:hover {
  border-bottom: 1px solid #20899d;
}

.main-header .header-menu .menu-links .li {
  position: relative;
  padding: 25px 0;
}

.main-header .header-menu .menu-links .has-sub .dropdown-content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.menu-rectangle {
  position: absolute;
  top: -1.3px;
  left: 25px;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  border-top: 1px solid #1e899d;
  border-left: 1px solid #1e899d;
}

.main-header .header-menu .menu-links .has-sub .dropdown-content ul {
  position: absolute;
  top: 25px;
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 170px 10px 170px;
  flex-direction: column;
  background: #fff;
  padding: 25px 36px;
  border-top: 1px solid #1e899d;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px -6px #1e899d;
  box-shadow: 0 0 10px -6px #1e899d;
  min-width: max-content;
  gap: 25px;
}

.main-header .header-menu .menu-links .has-sub .dropdown-content ul li {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.main-header .header-menu .menu-links .has-sub .dropdown-content ul li a {
  font-size: 15px;
  color: #1e899d;
  margin-left: 15px;
}

.main-header .header-menu .menu-links .has-sub .dropdown-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #b0dce5;
  border-radius: 50%;
}

.main-header .header-menu .menu-links>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.main-header .header-menu .menu-links a {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-header .search-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  color: #000;
}

.main-header .search-lang .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.main-slider .scroll-abs {
  position: absolute;
  z-index: 1;
  bottom: 65px;
  left: 0;
  margin: 0 200px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 500;
  font-size: 20px;
  color: #1e899d;
  cursor: pointer;
}

.main-header .search-lang .search .search-btn {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-header .search-lang .search .search-btn svg {
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-header .search-lang .lang a svg {
  stroke: #ffff;
}

.main-header .search-lang .lang:before {
  content: "";
  position: absolute;
  left: -4px;
  height: 23px;
  width: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .scroll-abs::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 130%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47px;
  background: transparent;
  border: 1px solid #1e899d;
  opacity: 1;
}

.main-slider .scroll-abs::after {
  content: url(../img/stars.svg);
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  pointer-events: none;
  mix-blend-mode: plus-lighter;
}

.main-slider span.swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider span.swiper-pagination-bullet span {
  font-weight: bold;
  font-size: 19px;
  color: #1e899d;
  padding-right: 50px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active span {
  padding-right: 80px;
}

.main-slider span.swiper-pagination-bullet span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 30px);
  height: 2px;
  background: #1e899d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu-open .main-header {
  background: #fff !important;
}

@media only screen and (max-width: 1600px) {
  .main-slider .swiper-slide .swiper-title {
    font-size: 60px;
  }

  .main-slider .navigation {
    top: 70%;
  }

  .main-slider .timer {
    top: 250px;
  }
}

@media only screen and (max-width: 1366px) {
  .main-slider .navigation {
    top: 77%;
    left: 90px;
  }

  .main-slider .swiper-slide .swiper-title {
    margin-top: 90px;
    margin-left: 60px;
    font-size: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  .main-header {
    padding: 40px 60px 40px;
  }

  .customize-header {
    padding: 30px 60px 30px !important;
  }

  .main-slider .timer {
    left: 60px;
  }

  .main-slider .scroll-abs {
    margin-left: 55px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider .swiper-slide .swiper-title {
    margin: 0 100px;
    font-size: 55px;
    max-width: 475px;
  }

  .main-slider .navigation {
    left: 150px;
  }

  .main-header .logo .main-logo {
    margin-left: 20px;
  }

  .main-slider.swiper {
    height: 70vh;
  }

  .main-slider .timer {
    left: 105px;
  }

  .main-slider .scroll-abs {
    margin: 0 45px;
  }

  .main-header .logo {
    min-width: unset;
  }

  .main-header .logo .main-logo {
    width: 78px;
    height: 45px;
  }

  .main-header .logo .positioned {
    width: 135px;
    margin-left: 20px;
  }

  .mobile-menu {
    display: none;
  }

  .main-header .header-menu {
    gap: 65px;
  }

  .main-header .header-menu .menu-links .has-sub .dropdown-content ul {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media only screen and (max-width: 900px) {
  .main-slider .timer {
    top: 225px;
  }

  header {
    display: block;
  }

  .main-slider .swiper-slide .swiper-title {
    font-size: 40px;
    max-width: 380px;
  }

  .mobile-menu {
    display: unset;
  }

  .main-header .header-menu {
    display: none;
  }

  .main-header {
    padding: 34px 40px 20px 20px !important;
  }

  .main-header .logo .main-logo {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0;
    overflow-x: hidden;
  }

  .main-header .header-menu {
    display: none;
  }

  .main-header .logo .main-logo {
    width: 80px;
    height: 44px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .main-header .logo .positioned {
    width: 80px;
    left: 0;
    top: 10px;
  }

  .main-slider .bubbles-img {
    display: none;
  }

  .main-slider.swiper {
    height: 60vh;
  }

  .main-slider .swiper-slide .swiper-title {
    margin: 0 20px;
    max-width: 100%;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-align: center;
  }

  .main-slider .navigation {
    left: 45px;
    display: none;
  }

  .main-slider .navigation .swiper-button-prev,
  .main-slider .navigation .swiper-button-next {
    width: 35px;
  }

  .main-slider .swiper-pagination {
    bottom: 0px !important;
    top: unset;
    flex-direction: row;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    gap: 0;
    transform: translateX(-50%);
    left: 50% !important;
    right: 0;
    width: unset !important;
    justify-content: center;
  }

  .main-slider .scroll-abs {
    display: none;
  }

  .main-slider .white-svg {
    display: none;
  }

  .main-slider .timer {
    display: none;
  }

  .breadcrumb {
    /* display: none; */
    transform: translateY(15px);
  }

  .main-header {
    padding: 20px !important;
  }

  .main-slider.swiper:before {
    display: none;
  }

  .main-slider .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000059;
    height: 100%;
    z-index: 1;
  }

  .main-slider span.swiper-pagination-bullet span {
    padding-right: 0;
    padding-bottom: 15px;
    display: block;
    font-size: 17px;
    opacity: 0.6;
  }

  .main-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active span {
    padding-right: 0;
    padding-bottom: 40px;
    color: #fff;
    opacity: 1;
  }

  .main-slider span.swiper-pagination-bullet {
    margin: 0 10px !important;
  }

  .main-slider span.swiper-pagination-bullet span:after {
    top: unset;
    bottom: 0px;
    right: unset;
    left: 50%;
    width: 2px;
    height: 15px;
    transform: translateX(-50%);
  }

  .main-slider .swiper-pagination-bullet+.swiper-pagination-bullet {}

  .main-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
    height: 35px;
    background: #fff;
  }
}

/* MAIN SLIDER END  */

/* ABOUT US START */
.about-us {
  background: #36a8c2;
  padding: 162px 304px 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.about-us .water-bubble {
  position: absolute;
  left: -300px;
  top: -200px;
  z-index: 8;
  z-index: 99;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none;
}

.about-us .right-bubble {
  position: absolute;
  right: -285px;
  top: -150px;
  z-index: 99;
  height: 700px;
  mix-blend-mode: screen;
  will-change: transform;
}

.about-us::after {
  position: absolute;
  content: url(../img/wave.svg);
  left: 0;
  width: 100%;
  /* top: 100%; */
  z-index: 9;
  background: white;
  bottom: 0;
}

.about-us .about-us-fr {
  -webkit-box-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  z-index: 999;
}

.about-us .about-us-fr .about-us-title {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  max-width: 360px;
}

.about-us .about-us-fr .about-us-l-title {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.about-us .about-us-fr .about-us-l-title a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.w-line {
  width: 33px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about-us .about-us-sr {
  display: -ms-grid;
  display: grid;
  gap: 100px;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.about-us .about-us-sr .about-card {
  padding: 0 0 45px 0;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.about-us .about-us-sr .about-card .about-card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.about-us .about-us-sr .about-card .about-card-main p {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}

.about-us .about-us-sr .about-card .about-card-main img {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.about-us .about-us-sr .about-card .about-card-hover {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 47px;
  color: #fff;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.about-us .about-us-sr .about-card .about-card-hover a {
  min-width: 380px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /* background: #36a8c2; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}

.about-us .about-us-sr .about-card .about-card-hover img {
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us .about-us-fr {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .about-us .about-us-fr .about-us-title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .about-us .about-us-fr .about-us-l-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .choosen-product {
    margin: 260px 60px 0;
  }

  .product-container .product-title .title-cols p {
    font-size: 21px;
  }

  .product-container .product-title .p-big-title p {
    font-size: 39px;
  }

  .product-container .see-all-btn a {
    padding: 15px 44px;
    font-size: 17px;
  }

  .suggest-product .huge-card {
    width: 50%;
  }

  .suggest-product .sug-second .sug-card {
    padding: 55px 35px;
    width: 200px;
  }

  .suggest-product .sug-product-cards {
    gap: 93px;
  }

  .suggest-product .huge-card .card-text {
    padding: 60px 75px 0 45px;
  }

  .needed-product {
    margin: 0 85px 0 45px;
    padding-bottom: 130px;
  }

  .needed-product .needed-container .needed-title p {
    font-size: 37px;
    max-width: 320px;
  }

  .needed-product .needed-container {
    margin-bottom: 80px;
  }

  footer .first-row-contact {
    padding: 50px 32px 55px;
  }

  footer .main-second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }

  footer .second-row-contact {
    width: 100%;
  }

  footer .main-second-row .footer-input {
    display: none;
  }
}

@media only screen and (max-width: 1680px) {
  .about-us {
    padding: 130px 220px 0;
  }

  .about-us .about-us-sr {
    gap: 65px;
  }
}

@media only screen and (max-width: 1600px) {
  .about-us {
    padding: 130px 160px 317px;
  }
}

@media only screen and (max-width: 1536px) {
  .about-us .about-us-sr .about-card .about-card-hover img {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .about-us .about-us-sr .about-card .about-card-hover a {
    font-size: 40px;
    padding-bottom: 10px;
  }

  .about-us {
    padding: 130px 90px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us .about-us-fr .about-us-title {
    font-size: 39px;
  }
}

@media only screen and (max-width: 1024px) {

  .about-us .water-bubble,
  .about-us .right-bubble {
    display: none;
  }

  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 130px 120px 0;
  }

  .about-us .about-us-fr .about-us-title {
    max-width: unset;
    margin-bottom: 85px;
  }

  .about-us .about-us-fr .about-us-l-title {
    display: none;
  }

  .about-us::after {
    /* top: 98%; */
  }

  .about-us .about-us-sr .about-card .about-card-hover {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .about-us {
    padding: 130px 50px 0;
  }

  .about-us .about-us-sr .about-card .about-card-main p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    padding: 60px 35px 25px;
  }

  .about-us .about-us-fr .about-us-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .about-us .about-us-sr {
    display: unset;
  }

  .about-us .about-us-sr .about-card {
    padding: 0 0 10px 0;
    margin-bottom: 30px;
  }

  .about-us .about-us-sr .about-card .about-card-main {
    z-index: 99;
  }

  .about-us .about-us-sr .about-card .about-card-main p {
    font-size: 20px;
    width: 80%;
  }

  .about-us .about-us-sr .about-card .about-card-hover {
    z-index: -1;
  }

  .about-us .about-us-fr {
    width: 100%;
  }
}

/* ABOUT US END */

/* CHOOSEN PRODUCT START */
.choosen-product {
  margin: 0 115px 0 195px;
  z-index: 999;
  padding-bottom: 120px;
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 85px;
}

.g-line {
  width: 33px;
  height: 1px;
  background: #72adb9;
  margin-right: 15px;
}

.product-container .product-title .title-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-container .product-title .title-cols p {
  font-size: 25px;
  color: #1e899d;
}

.product-container .product-title .p-big-title p {
  font-weight: bold;
  font-size: 50px;
  color: #73c1c7;
  max-width: 500px;
  margin-top: 20px;
}

.product-container .see-all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-container .see-all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-container .see-all-btn a {
  padding: 23px 54px;
  background: #73c1c7;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  border-radius: 35.5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.choosen-slider {
  padding-bottom: 100px;
}

.layer {
  z-index: -1;
  position: absolute;
  top: 0;
  /* bottom: calc(100% - -1px); */
  height: 0%;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#1e899d),
      to(#32a6c1));
  background: -o-linear-gradient(right, #1e899d, #32a6c1);
  background: linear-gradient(to left, #1e899d, #32a6c1);
  transition: 0.5s;
}

.choosen-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 83px 0 40px 0;
  border: 1px solid rgba(176, 220, 229, 0.2);
  position: relative;
  height: 425px;
}

.choosen-slider .swiper-slide a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.choosen-slider .swiper-slide .slide-img {
  width: 90%;
  height: 90%;
  margin-bottom: 70px;
}

.choosen-slider .swiper-slide img {
  width: 60%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.choosen-slider .swiper-slide .product-name {
  font-size: 18px;
  color: #1e899d;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 250px;
  margin-bottom: 35px;
  will-change: transform;
}

.choosen-slider .swiper-button-next:after,
.choosen-slider .swiper-button-prev:after {
  display: none;
}

.choosen-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}

.choosen-slider .swiper-button-next {
  right: 43%;
}

.choosen-slider .swiper-button-prev {
  left: 43%;
}

.choosen-slider .swiper-button-prev,
.choosen-slider .swiper-button-next {
  opacity: 1 !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin: 2px 0 0;
}

.choosen-controller .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  width: auto;
  margin: 0 8px;
}

.choosen-slider .swiper-button-prev svg path,
.choosen-slider .swiper-button-next svg path {
  stroke-width: 1.3px;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.choosen-slider .swiper-pagination-bullet {
  background: #a5d4dd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.choosen-slider .swiper-pagination-bullet-active {
  background: #1e899d;
}

.choosen-slider .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  z-index: 1;
  bottom: 38%;
}

@media only screen and (max-width: 1366px) {
  .choosen-product {
    margin: 350px 60px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .choosen-product {
    margin: 245px 100px 0 100px;
  }

  .product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-container .see-all-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-container .product-title .p-big-title p {
    margin-bottom: 35px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .choosen-product {
    margin: 5px 50px 0 50px;
    padding-bottom: 100px;
  }

  .choosen-slider .swiper-button-prev,
  .choosen-slider .swiper-button-next {
    display: none;
  }

  .product-container .product-title .p-big-title p {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .product-container .product-title .title-cols {
    justify-content: center;
  }

  .product-container .product-title .title-cols .g-line {
    display: none;
  }

  .product-container .see-all-btn {
    justify-content: center;
  }

  .choosen-slider {}

  .choosen-slider .swiper-slide {
    border-radius: 30px;
  }

  .choosen-product {
    margin: 40px 35px -320px;
    padding-bottom: 30px;
  }

  .product-container .see-all-btn a {
    padding: 15px 30px;
    font-size: 14px;
  }

  .choosen-slider .swiper-slide {
    padding: 20px 0 25px 0;
    border: 1px solid rgb(176 220 229 / 69%);
    height: auto;
  }

  .choosen-slider .swiper-slide .product-name {
    font-size: 14px;
    margin-bottom: 0;
    min-height: 40px;
    max-width: 100px;
  }

  .product-container .product-title .title-cols p {
    font-size: 17px;
  }

  .product-container .product-title .p-big-title p {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .choosen-controller .swiper-button-next,
  .choosen-controller .swiper-button-prev {
    display: none;
  }

  .choosen-slider {
    margin: 0 -35px;
    padding: 0 75px;
  }

  .choosen-controller .swiper-pagination-bullets {}
}

/* CHOOSEN PRODUCT END  */

/* SUGGEST PRODUCT START */
.suggest-product {
  margin: 0 115px 225px 195px;
}

.suggest-product .product-container .product-title .title-cols p {
  font-size: 20px;
}

.suggest-product .product-container .product-title .p-big-title p {
  font-size: 40px;
}

.suggest-product .product-container .see-all-btn a {
  font-size: 17px;
  padding: 20px 45px;
}

.suggest-product .product-container {
  margin-bottom: 50px;
}

.suggest-product .sug-product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.suggest-product .huge-card {
  border-radius: 80px;
  background: #73c1c7;
  opacity: 0.91;
  position: relative;
  background-size: cover;
  width: 50%;
}

.suggest-product .huge-card .img-clip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  transform: translate3d(0, 0, 0);
}

.suggest-product .huge-card .img-clip .img {
  position: absolute;
  left: -40px;
  top: -30px;
  right: -40px;
  bottom: -350px;
  background: no-repeat center/cover;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}

.suggest-product .huge-card .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 65px 130px 0 130px;
  gap: 20px;
  position: relative;
  z-index: 9;
}

.suggest-product .huge-card .card-text a:first-child {
  font-weight: normal;
  font-size: 38px;
  color: #fff;
}

.suggest-product .huge-card .card-text a:nth-child(2) {
  font-weight: 500;
  font-size: 19px;
  color: #fff;
}

.suggest-product .huge-card .card-text a:nth-child(2) svg {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.suggest-product .huge-card img {
  width: 650px;
  height: 550px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  will-change: transform;
}

.suggest-product .sug-second {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.suggest-product .sug-second .sug-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b0dce5;
  border-radius: 30px;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  padding: 55px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: translate3d(0px, 0px, 0px);
}

.suggest-product .sug-second .sug-card:before {
  background: #67b9c7;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.suggest-product .sug-second .sug-card:after {
  background: #81c8cc;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.suggest-product .sug-second .sug-card:before,
.suggest-product .sug-second .sug-card:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.suggest-product .sug-second .sug-card:hover:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.suggest-product .sug-second .sug-card:hover:before {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  opacity: 1;
}

.suggest-product .sug-second .sug-card .image-banner .product-banner {
  border-radius: 30px 0px;
  background: #c00d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.suggest-product .sug-second .sug-card .image-banner .product-banner span {
  font-size: 15px;
  color: #fff;
  padding: 16px 40px;
  padding-left: 50px;
}

.suggest-product .sug-second .sug-card .image-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

.suggest-product .sug-second .sug-card .p-wrapper {
  width: 190px;
  height: 100%;
}

.suggest-product .sug-second .sug-card .p-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}

.suggest-product .sug-second .sug-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.suggest-product .sug-second .sug-cards-container a {
  font-size: 21px;
  color: #1e899d;
  margin-bottom: 0px;
  text-align: center;
  display: block;
}

.suggest-product .sug-second .sug-cards-container a:nth-child(2) {
  min-height: 65px;
}

.suggest-product .sug-second .sug-cards-container p {
  font-weight: 300;
  font-size: 16px;
  color: #1e899d;
  display: none;
}

.suggest-product .sug-second .sug-cards-container:hover .sug-card {
  background: #74bfcb;
}

.suggest-product .sug-second .sug-cards-container:hover .sug-card .image-banner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.suggest-product .sug-second .sug-card:hover {
  background: #74bfcb;
}

.suggest-product .sug-second .sug-card:hover .image-banner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 1680px) {
  .suggest-product .huge-card {
    width: 40%;
  }

  .suggest-product .huge-card .card-text {
    padding: 130px 75px 0 75px;
  }

  .suggest-product .huge-card img {
    -webkit-transform: translate(90px, 250px);
    -ms-transform: translate(90px, 250px);
    transform: translate(90px, 250px);
    width: 580px;
  }
}

@media only screen and (max-width: 1600px) {
  .suggest-product .sug-second {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 50px;
  }

  .suggest-product .huge-card img {
    -webkit-transform: translate(90px, 255px);
    -ms-transform: translate(90px, 255px);
    transform: translate(90px, 255px);
    width: 520px;
  }
}

@media only screen and (max-width: 1536px) {
  .suggest-product .huge-card img {
    -webkit-transform: translate(90px, 195px);
    -ms-transform: translate(90px, 195px);
    transform: translate(90px, 195px);
  }

  .suggest-product .sug-second .sug-card {
    width: 245px;
  }
}

@media only screen and (max-width: 1440px) {
  .suggest-product .sug-second .sug-card .image-banner .product-banner {
    height: 35px;
  }

  .suggest-product .sug-second {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .suggest-product .huge-card img {
    -webkit-transform: translate(90px, 235px);
    -ms-transform: translate(90px, 235px);
    transform: translate(90px, 235px);
    width: 430px;
    height: 385px;
  }
}

@media only screen and (max-width: 1366px) {
  .suggest-product {
    margin: 0 60px 225px;
  }

  .suggest-product .huge-card img {
    -webkit-transform: translate(30px, -45px);
    -ms-transform: translate(30px, -45px);
    transform: translate(30px, -45px);
  }
}

@media only screen and (max-width: 1024px) {
  .suggest-product {
    margin: 0 115px 225px 115px;
  }

  .suggest-product .sug-product-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .suggest-product .huge-card {
    width: 100%;
    height: 400px;
  }

  .suggest-product .huge-card img {
    width: 325px;
    -webkit-transform: translate(0px, -40px) !important;
    -ms-transform: translate(0px, -40px) !important;
    transform: translate(0px, -10px) !important;
    height: 280px;
  }

  .suggest-product .sug-second .sug-card {
    width: 300px;
    max-height: 245px;
  }
}

@media only screen and (max-width: 900px) {
  .suggest-product {
    margin: 0 50px 225px 50px;
  }

  .suggest-product .product-container .product-title .p-big-title p {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .suggest-product .sug-second .sug-card .p-wrapper {
    width: 80%;
    height: auto;
  }

  .suggest-product {
    margin: 390px 30px 60px 30px;
  }

  .suggest-product .huge-card {
    height: 360px;
    overflow: hidden;
    border-radius: 45px;
  }

  .suggest-product .huge-card img {
    width: 230px;
    height: 210px;
    -webkit-transform: translate(-20px, -30px) !important;
    -ms-transform: translate(-20px, -30px) !important;
    transform: translate(-20px, -30px) !important;
  }

  .suggest-product .huge-card .card-text {
    padding: 35px 30px;
  }

  .suggest-product .huge-card .card-text a:first-child {
    font-size: 25px;
  }

  .suggest-product .sug-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .suggest-product .sug-second .sug-cards-container a {
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
  }

  .suggest-product .sug-second .sug-cards-container p {
    font-size: 15px;
  }

  .suggest-product .product-container .product-title .title-cols p {
    font-size: 17px;
  }

  .suggest-product .product-container .product-title .p-big-title p {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .suggest-product .product-container .see-all-btn a {
    font-size: 15px;
    padding: 15px 30px;
  }

  .suggest-product .sug-product-cards {
    gap: 30px;
  }

  .suggest-product .sug-second .sug-cards-container {
    flex: 0 0 calc(50% - 8px);
    overflow: hidden;
  }

  .suggest-product .sug-second .sug-card {
    width: auto;
    padding: 12px;
    min-height: 200px;
  }

  .suggest-product .sug-second .sug-cards-container a:nth-child(2) {
    max-width: 100px;
    min-height: 40px;
  }

  .suggest-product .sug-second .sug-card .image-banner .product-banner {
    height: 30px;
  }

  .suggest-product .sug-second .sug-card .image-banner .product-banner span {
    font-size: 10px;
    padding: 0px 20px;
  }

  .suggest-product .sug-second .sug-card .image-banner {
    transform: translate(0px, 0px);
    width: auto;
  }

  .suggest-product .sug-second .sug-card .p-wrapper img {}
}

/* SUGGEST PRODUCT END */

/* NEEDED PRODUCT START */
.needed-product-before {
  position: relative;
}

.needed-product-before::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
  background: #3293a5;
  opacity: 0.2;
  right: 0;
  z-index: -9;
  border-top-left-radius: 80px;
}

.needed-product {
  margin: 0 116px 0 197px;
  z-index: 9;
  padding-bottom: 200px;
}

.needed-product .needed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 150px;
  padding-top: 110px;
}

.needed-product .needed-container .needed-title p {
  font-size: 50px;
  color: #7fc6cc;
  max-width: 430px;
}

.needed-product .needed-container .see-all-btn a {
  display: block;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #1e899d;
  padding: 22px 54px;
  border-radius: 35.5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.needed-product .swiper .swiper-slide {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 70px;
  height: 460px;
  overflow: hidden;
}

.needed-product .swiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.needed-product .swiper .swiper-slide a .img {
  position: absolute;
  left: -25px;
  right: -25px;
  bottom: -25px;
  top: -25px;
  background: no-repeat center/cover;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.93, 0.88, 1.09);
  -o-transition-timing-function: cubic-bezier(0.26, 0.93, 0.88, 1.09);
  transition-timing-function: cubic-bezier(0.26, 0.93, 0.88, 1.09);
  background-image: url(../img/slider-bg.png);
}

.needed-product .swiper .swiper-slide:nth-child(odd) a .img {
  background-image: url(../img/slider-bg-1.png) !important;
}

.needed-product .swiper .swiper-slide .pro-wrap {
  width: 500px;
  height: 450px;
}

.needed-product .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.needed-product .swiper .swiper-slide .product-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.needed-product .swiper .swiper-slide .product-text span:nth-child(1) {
  font-weight: bold;
  font-size: 43px;
  color: #7abfc6;
  text-align: center;
}

.needed-product .swiper .swiper-slide .product-text span:nth-child(2) {
  font-size: 20px;
  color: #1e899d;
  margin-top: 15px;
  text-align: center;
}

.needed-product .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  z-index: 1;
}

.needed-product .swiper-button-next,
.needed-product .swiper-button-prev {
  position: unset;
  color: #1e899d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.needed-product .swiper-button-next:hover,
.needed-product .swiper-button-prev:hover {
  background: #1e899d;
}

.needed-product .swiper-button-next:hover::after,
.needed-product .swiper-button-prev:hover::after {
  color: #fff;
}

@media only screen and (max-width: 1680px) {
  .needed-product .swiper .swiper-slide img {
    width: 350px;
  }
}

@media only screen and (max-width: 1536px) {
  .needed-product .swiper .swiper-slide img {
    width: 350px;
  }

  .needed-product-before::before {
    width: 55%;
  }
}

@media only screen and (max-width: 1440px) {
  .needed-product .swiper .swiper-slide img {
    width: 250px;
  }

  .needed-product .swiper .swiper-slide {
    height: 360px;
  }

  .needed-product .swiper .swiper-slide .product-text {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 1366px) {
  .needed-product {
    margin: 0 85px 0 165px;
  }

  .needed-product .swiper .swiper-slide .product-text a:nth-child(1) {
    font-size: 35px;
  }

  .needed-product .swiper .swiper-slide img {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .needed-product {
    margin: 0 100px 0 100px;
  }

  .needed-product .swiper .swiper-slide .product-text a:nth-child(1) {
    font-size: 47px;
  }

  .needed-product .swiper .swiper-slide {
    height: 360px;
    background-size: cover;
  }

  .needed-product .swiper-buttons {
    gap: 15px;
  }

  .needed-product .swiper .swiper-slide img {
    width: 450px;
  }

  .needed-product .needed-container {
    margin-bottom: 100px;
  }

  .needed-product {
    padding-bottom: 110px;
  }

  .needed-product .needed-container .needed-title p {
    font-size: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .needed-product {
    margin: 0 50px 50px;
  }

  .needed-product .needed-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .needed-product .needed-container .needed-title p {
    margin-bottom: 70px;
    font-size: 35px;
  }

  .needed-product .needed-container .see-all-btn a {
    padding: 23px 54px;
    background: #73c1c7;
    font-weight: bold;
    color: #fff;
    width: 280px;
    font-size: 20px;
    display: flex;
    justify-content: center;
  }

  .needed-product .needed-container {
    margin-bottom: 75px;
  }

  .needed-product .swiper-buttons {
    order: 1;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .needed-product {
    margin: 40px 0;
    padding-bottom: 70px;
  }

  .needed-product .needed-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    margin-bottom: 50px;
  }

  .needed-product .needed-container .needed-title p {
    font-size: 31px;
    margin-bottom: 20px;
    text-align: center;
  }

  .needed-product-before::before {
    display: none;
  }

  .needed-product .needed-container .see-all-btn a {
    background: #1e899d;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 17px 35px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .needed-product .swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 210px;
    gap: 30px;
    border: 1px solid #c8e8ff;
    border-radius: 40px;
  }

  .needed-product .swiper .swiper-slide .product-text {
    margin-left: unset;
    width: 100%;
    margin: 0 15px;
  }

  .needed-product .swiper .swiper-slide .product-text a:nth-child(1) {
    font-size: 35px;
  }

  .needed-product .swiper .swiper-slide .product-text a:nth-child(2) {
    font-size: 17px;
  }

  .needed-product .swiper .swiper-slide img {
    width: 230px;
  }

  .needed-product .swiper .swiper-slide .pro-wrap {
    display: none;
  }

  .needed-product .swiper-buttons {
    display: none;
  }

  .product-container {
    margin-bottom: 50px;
    text-align: center;
  }

  .suggest-product .huge-card .img-clip {
    border-radius: 0;
  }

  .needed-product .swiper {
    padding: 0 60px;
  }

  .needed-product .swiper .swiper-slide .product-text span:nth-child(1) {
    font-size: 25px;
  }

  .needed-product .swiper .swiper-slide .product-text span:nth-child(2) {
    margin-top: 0px;
    font-size: 18px;
  }
}

/* NEEDED PRODUCT END */

/* FOOTER START*/
footer {
  background: #32a6c1;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/footer-bg.png);
  width: 490px;
  height: 490px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer::after {
  content: "";
  position: absolute;
  bottom: -35%;
  right: 0;
  background-image: url(../img/footer-bg.png);
  width: 490px;
  height: 490px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

footer .first-row-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 322px 55px;
}

footer .first-row-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .first-row-contact .contact-info a {
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}

footer .first-row-contact .contact-info a svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .first-row-contact .contact-info a p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .second-row-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
}

footer .main-second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  gap: 200px;
  margin: 0 116px 100px 116px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .second-row-contact .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .second-row-contact .footer-menu p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 26px;
}

footer .second-row-contact .footer-menu a {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

footer .main-second-row .footer-input {
  width: 30%;
}

footer .main-second-row .footer-input button {
  position: relative;
}

footer .main-second-row .footer-input button span {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  background-color: #309caf8a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 10px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .main-second-row .footer-input button:hover span {
  opacity: 1;
  visibility: visible;
}

footer .main-second-row .footer-input button span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #309caf8a transparent transparent transparent;
}

footer .main-second-row .footer-input p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}

footer .main-second-row .footer-input input {
  padding: 18px 60px 18px 39px;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .main-second-row .footer-input input:focus {
  background: #cef6ffd4;
}

footer .main-second-row .footer-input label {
  position: relative;
}

footer .main-second-row .footer-input label button {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: transparent;
  background-image: url("../img/input.svg");
  width: 20px;
  height: 20px;
  opacity: 1;
}

footer .main-second-row .footer-input .buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-right: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .main-second-row .footer-input .buttons span {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: rgb(255 255 255 / 40%);
}

footer .main-second-row .footer-input .buttons span+span:before {
  content: "/";
  position: absolute;
  left: 0;
  color: rgb(255 255 255 / 40%);
}

footer .main-second-row .footer-input .buttons span+span {
  margin-left: 7px;
  padding-left: 10px;
  position: relative;
}

footer .main-second-row .footer-input .buttons span.active {
  color: #fff;
  opacity: 1;
}

footer .main-second-row .footer-input input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #1e899d;
}

footer .main-second-row .footer-input input::-moz-placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #1e899d;
}

footer .main-second-row .footer-input input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #1e899d;
}

footer .main-second-row .footer-input input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #1e899d;
}

footer .main-second-row .footer-input input,
footer .main-second-row .footer-input input::placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #1e899d;
}

footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #33a6c1;
  gap: 30px;
  padding: 0 30px;
}

footer .footer-social svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

footer .f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

footer .f-social .line {
  position: absolute;
  width: 90%;
  height: 1px;
  background: #bad2d8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

footer .footer-sign {
  padding: 30px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-sign .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

footer .footer-sign .copyright p {
  font-size: 15px;
  color: #fff;
}

footer .footer-sign .copyright p span {
  font-weight: bold;
}

footer .footer-sign .footer-biltek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

footer .footer-sign .footer-biltek p {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

footer .footer-sign .policys {
  white-space: nowrap;
}

footer .footer-sign .policys .policy-item {
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .footer-sign .policys .policy-item:hover {
  opacity: 0.5;
}

footer .footer-sign .policys .policy-item:last-child {
  /* margin-left: 50px; */
  position: relative;
  margin-left: -60px;
}

@media only screen and (max-width: 1440px) {
  footer .main-second-row {
    gap: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .first-row-contact {
    padding: 75px 40px 55px;
  }

  footer .main-second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .second-row-contact {
    width: unset;
  }

  footer .main-second-row .footer-input {
    width: unset;
  }

  footer .main-second-row .footer-input label::after {
    right: -95%;
  }

  footer .footer-sign {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 900px) {
  footer .main-second-row {
    margin: 0 70px 100px 70px;
  }

  footer .main-second-row .footer-input label::after {
    right: -92%;
  }

  footer .footer-social a:first-child:before {
    width: 55%;
  }

  footer .footer-social a:last-child:after {
    width: 55%;
  }

  footer .footer-sign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  footer .first-row-contact {
    padding: 50px 10px 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .first-row-contact .contact-info {
    gap: 15px;
  }

  footer .first-row-contact .contact-info a {
    font-size: 16px;
  }

  footer .first-row-contact .contact-info svg {
    width: 40px;
  }

  footer .main-second-row {
    display: none;
  }

  footer .footer-sign {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }

  footer .footer-sign .footer-biltek {
    gap: 25px;
    margin-bottom: 10px;
  }

  footer .footer-sign {
    padding: 10px;
  }

  footer .footer-social {
    padding: 0 10px;
    border-radius: 30px;
  }

  footer .first-row-contact .contact-info a {
    gap: 20px;
  }

  footer .first-row-contact .contact-info a p {
    font-size: 20px;
  }

  footer .footer-sign .policys .policy-item:last-child::before {
    left: -10px;
  }

  footer .footer-sign .policys .policy-item:last-child {
    margin-left: 0px;
  }
}

/* FOOTER END */

/* SEARCH PAGE START */
.search-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.search-page.active {
  opacity: 1;
  visibility: visible;
}

.search-page .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 250px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.search-page.searched .search-input {
  padding: 200px 214px 50.5px 214px;
}

.search-page .search-input a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

.search-page .search-input label {
  position: relative;
}

.search-page .search-input input {
  min-width: 700px;
  border-bottom: 1px solid #1e899d;
  padding-bottom: 18px;
}

.search-page .search-input input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 17px;
  color: #1e899d;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-page .search-input input::-moz-placeholder {
  font-weight: 300;
  font-size: 17px;
  color: #1e899d;
  opacity: 0.3;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.search-page .search-input input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 17px;
  color: #1e899d;
  opacity: 0.3;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.search-page .search-input input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 17px;
  color: #1e899d;
  opacity: 0.3;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.search-page .search-input input,
.search-page .search-input input::placeholder {
  font-weight: 300;
  font-size: 17px;
  color: #1e899d;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.search-page .search-input input:focus {
  opacity: 1;
}

.search-page .result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 214px;
  margin-right: 214px;
  /* margin-bottom: 70px; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0;
  overflow: auto;
}

.search-page.searched .result-container {
  height: calc(100vh - 295px);
  padding-bottom: 215px;
}

.search-page:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 310px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(white),
      to(transparent));
  background: -o-linear-gradient(bottom, white, transparent);
  background: linear-gradient(0deg, white, transparent);
  pointer-events: none;
}

.search-page .result-container .product {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0 40px 0;
  border: 1px solid rgba(176, 220, 229, 0.2);
  transition: all 0.4s;
}

.search-page .result-container .product:hover {
  background: linear-gradient(to left, #1e899d, #32a6c1);
}

.search-page .result-container .product:hover .product-name {
  color: #fff;
}

.search-page .result-container .product .product-name {
  font-size: 18px;
  text-align: center;
  color: #1e899d;
  transition: 0.4s;
  max-width: 250px;
  margin: 0 auto;
}

.search-page .result-container .product img {
  padding: 86px;
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .search-page.searched .result-container {
    margin-left: 80px;
    margin-right: 80px;
  }

  .search-page .search-input {
    gap: 100px;
  }
}

/* SEARCH PAGE END */

/* ABOUT US START */
.page-about .who-us-container {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-about .who-us-container .who-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  padding: 100px;
  -webkit-transform: translateY(-135px);
  -ms-transform: translateY(-135px);
  transform: translateY(-135px);
  background: #fff;
  border-radius: 38px;
  position: relative;
  z-index: 9;
  width: 1355px;
  margin: 0 auto;
}

.page-about .who-us-container .who-us .video-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.who-us-container .read-more {
  color: #137b92;
  font-size: 21px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.4s;
}

.page-about .who-us-container .who-us .video-card .card-img {
  width: 100%;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  will-change: transform;
  border-radius: 25px;
  overflow: hidden;
}

.page-about .who-us-container .who-us .video-card .card-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-about .who-us-container .who-us .video-card .who-us-a {
  position: absolute;
  top: 300px;
  right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 50px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  width: 400px;
  will-change: transform;
  border-top: 5px solid #32a6c1;
}

.page-about .who-us-container .who-us .video-card .who-us-a p {
  font-weight: normal;
  font-size: 20px;
  color: #707070;
  text-align: center;
}

.page-about .who-us-container .who-us .who-us-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.page-about .who-us-container .who-us .who-us-text .l-title {
  font-weight: normal;
  font-size: 23px;
  color: #1e899d;
  margin-bottom: 5px;
}

.page-about .who-us-container .who-us .who-us-text .title {
  font-weight: bold;
  font-size: 47px;
  color: #1e899d;
  margin-bottom: 40px;
  max-width: 400px;
}

.page-about .who-us-container .who-us .who-us-text .content {
  font-weight: normal;
  font-size: 17px;
  line-height: 34px;
  color: #4e4e4e;
  opacity: 0.5;
  margin-bottom: 25px;
}

.page-about .who-us-container .who-us .who-us-text a {
  font-weight: normal;
  font-size: 20px;
  color: #1e899d;
}

.page-about .about-f-image {
  background: no-repeat center/cover;
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.page-about .about-f-image .img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: no-repeat center/cover;
  z-index: -1;
}

.page-about .about-f-image p {
  font-size: 63px;
  color: #fff;
  z-index: 1;
}

.page-about .about-f-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.page-about .about-us-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 35px 95px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-about .about-us-stats .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-about .about-us-stats .stats .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 60px;
  color: #72adb9;
  width: 175px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-about .about-us-stats .stats .count {
  font-weight: 500;
  font-size: 60px;
  color: #72adb9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
}

.page-about .about-us-stats .stats .text {
  font-weight: normal;
  font-size: 20px;
  color: #1e899d;
}

.page-about .about-v-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 230px;
  margin: 100px 360px 190px;
  position: relative;
}

.page-about .about-v-m .bg {
  content: "";
  position: absolute;
  top: -255px;
  left: -455px;
  width: 932px;
  height: 932px;
  background: no-repeat center/contain;
  z-index: -1;
  -webkit-transform: translate(-50%, -150px) rotate(180deg);
  -ms-transform: translate(-50%, -150px) rotate(180deg);
  transform: translate(-50%, -150px) rotate(180deg);
  opacity: 0.5;
}

.page-about .about-v-m .vm-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-about .about-v-m .vm-content .l-title {
  font-weight: normal;
  font-size: 23px;
  color: #1e899d;
  margin-bottom: 20px;
}

.page-about .about-v-m .vm-content .v-title {
  font-weight: bold;
  font-size: 47px;
  color: #1e899d;
  margin-bottom: 20px;
}

.page-about .about-v-m .vm-content .vm-text {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.7;
  color: #4e4e4e;
  opacity: 0.5;
  margin-bottom: 50px;
}

.page-about .about-v-m .vm-content a {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 13px 25px;
  background: #73c1c7;
  border-radius: 26.5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page-about .about-v-m .vm-content a:hover {
  background: #1e899d;
}

.page-about .about-v-m .vm-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-about .about-v-m .vm-box .vm-c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: rgba(166, 230, 239, 0.3);
  padding: 34px 54px 24px 26px;
  border-radius: 6px;
}

.page-about .about-v-m .vm-box .vm-c-box .vm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-about .about-v-m .vm-box .vm-c-box .vm-text p:nth-child(1) {
  font-weight: 500;
  font-size: 23px;
  color: #1e899d;
  margin-bottom: 8px;
}

.page-about .about-v-m .vm-box .vm-c-box .vm-text p:nth-child(2) {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #4e4e4e;
  opacity: 0.5;
}

.page-about .about-l-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.page-about .about-l-text p {
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4e4e4e;
  opacity: 0.5;
}

.about-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 132px 110px;
  position: relative;
}

.about-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: -155px;
  background-image: url(../img/about-bg.svg);
  width: 932px;
  height: 932px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0.5;
}

.about-slider .slider-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-slider .slider-info p {
  font-weight: normal;
  font-size: 40px;
  color: #1e899d;
  width: 235px;
  text-align: right;
  margin-bottom: 30px;
}

.about-slider .slider-info .about-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.about-slider #left,
.about-slider #right {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-slider .swiper {
  height: 440px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.about-slider .swiper .swiper-slide .img {
  background: no-repeat center/cover;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1536px) {
  .page-about .about-v-m {
    margin: 100px 200px 190px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-about .who-us-container {
    width: 1320px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-about .who-us-container {
    width: 1000px;
  }

  .page-about .who-us-container .who-us {
    padding: 50px;
    width: 100%;
  }

  .page-about .about-us-stats {
    padding: 35px 10px;
    width: 990px;
    gap: 60px;
  }

  .page-about .about-v-m {
    margin: 100px 55px 190px;
  }

  .page-about .about-v-m .vm-box .vm-c-box {
    padding: 34px 26px;
  }

  .page-about .about-l-text {
    width: 800px;
  }

  .about-slider .slider-info {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .page-about .who-us-container {
    width: 730px;
  }

  .page-about .who-us-container .who-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-about .about-us-stats {
    width: 700px;
    gap: 5px;
  }

  .page-about .about-us-stats .stats .count {
    font-size: 30px;
  }

  .page-about .about-v-m .vm-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-about .about-v-m .vm-content .v-title {
    font-size: 42px;
  }

  .page-about .about-us-stats .stats .text {
    text-align: center;
    margin-top: 15px;
  }

  .page-about .about-v-m {
    gap: 40px;
  }

  .page-about .about-l-text {
    width: 650px;
  }

  .about-slider {
    margin: 0 35px 110px;
  }
}

@media only screen and (max-width: 767px) {
  .page-about .who-us-container {
    width: 360px;
  }

  .page-about .who-us-container .who-us {
    padding: 35px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .page-about .who-us-container .who-us .video-card .card-img {
    height: 275px;
  }

  .page-about .who-us-container .who-us .video-card .who-us-a {
    top: 200px;
    width: 350px;
  }

  .page-about .about-f-image {
    height: 260px;
    padding-bottom: 75px;
    text-align: center;
  }

  .page-about .about-f-image p {
    font-size: 30px;
  }

  .page-about .about-us-stats {
    width: 360px;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-about .about-us-stats .stats .num {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .page-about .about-us-stats .stats .count {
    font-size: 24px;
  }

  .page-about .about-us-stats .stats .text {
    font-size: 14px;
    margin-top: 0px;
  }

  .page-about .about-v-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -25px 30px 80px;
  }

  .page-about .who-us-container .who-us .who-us-text {
    margin-top: 125px;
  }

  .page-about .who-us-container .who-us .who-us-text .title {
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .page-about .about-v-m .vm-content .v-title {
    font-size: 27px;
    margin-top: -15px;
    margin-bottom: 20px;
  }

  .page-about .about-l-text {
    width: 335px;
    margin-bottom: 55px;
  }

  .about-slider .slider-info p {
    text-align: center;
    font-size: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 15px;
  }

  .about-slider {
    display: unset;
  }

  .about-slider .swiper {
    height: 320px;
    width: 90%;
  }

  .about-slider::before {
    display: none;
  }

  .about-slider .slider-info {
    margin-bottom: 25px;
    margin-right: unset;
  }

  .page-about .who-us-container .who-us .who-us-text .content {
    font-size: 16px;
    line-height: 29px;
  }

  .page-about .about-us-stats .stats {
    width: 49%;
  }

  .page-about .about-us-stats .stats:nth-child(n + 3) {
    margin-top: 20px;
  }

  .page-about .about-v-m .bg {
    width: 440px;
    height: 440px;
    -webkit-transform: translate(150px, 170px) rotate(180deg);
    -ms-transform: translate(150px, 170px) rotate(180deg);
    transform: translate(150px, 170px) rotate(180deg);
    opacity: 0.3;
  }

  .page-about .about-v-m .vm-content .vm-text {
    font-size: 16px;
    line-height: 26px;
  }

  .page-about .about-v-m .vm-box {
    gap: 30px;
  }

  .page-about .about-v-m .vm-box .vm-c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-about .about-v-m .vm-box .vm-c-box .vm-text {
    text-align: center;
  }

  .page-about .about-l-text p {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }
}

/* ABOUT US END */

/* OUR DOCUMENTS  START */
.files {
  padding: 100px 2vw 150px;
  border-radius: 30px;
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  background: #fff;
  width: 1435px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.files .title {
  font-weight: normal;
  font-size: 25px;
  color: #32a6c1;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 55px;
  margin-right: 55px;
}

.files .page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 155px;
}

.files .page-top p {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
}

.files .page-top span {
  font-weight: 300;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.55);
}

.files .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.files .file-list .file-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.files .file-list .file-item .item-content {
  position: relative;
  height: 338px;
  width: 252px;
  padding: 15px 40px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.files .file-list .file-item .item-content:hover>svg>path {
  stroke: #32a6c1;
}

.files .file-list .file-item .item-content>svg>path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgb(136 136 136 / 20%);
}

.files .file-list .file-item .item-content>svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.files .file-list .file-item .item-content .type {
  font-weight: normal;
  font-size: 20px;
  color: #32a6c1;
}

.files .file-list .file-item .item-content .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
  color: #32a6c1;
}

.files .file-list .file-item .item-content .view {
  font-weight: 500;
  font-size: 15px;
  color: #32a6c1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.files .file-list .file-item .item-content .view svg {
  margin-right: 10px;
  fill: none;
  stroke: #32a6c1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.files .file-list .file-item:nth-child(n + 5) {
  margin-top: 125px;
}

.files .file-list .file-item:hover .item-content .view {
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .files {
    width: 1300px;
    padding: 100px 2vw 150px;
  }

  .files .file-list .file-item {
    width: 33.3333%;
  }

  .files .file-list .file-item:nth-child(n + 4) {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1366px) {
  .files {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .files {
    width: 940px;
  }

  .files .page-top {
    margin-bottom: 110px;
  }

  .files .page-top p {
    font-size: 19px;
  }

  .files .page-top span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .files {
    width: 760px;
    padding: 100px 2vw 70px;
  }

  .files .file-list .file-item {
    width: 50%;
  }

  .files .file-list .file-item:nth-child(n + 3) {
    margin-top: 65px;
  }

  .files .title:before {
    width: 150px;
    height: 4px;
  }

  .files .title {
    padding-top: 40px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .files {
    width: 90%;
    padding: 30px 4vw 0px;
  }

  .files .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .files .page-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
  }

  .files .page-top p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .files .file-list .file-item {
    width: 100%;
  }

  .files .file-list .file-item+.file-item {
    margin-top: 35px;
  }

  .files .title {
    font-size: 24px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 65px;
  }

  .files .title:before {
    width: 100px;
    height: 3px;
  }

  .files .title {
    text-align: center;
    font-size: 18px;
    margin-left: unset;
  }
}

/* OUR DOCUMENTS END */

/* POLICIES START */
.policies {
  z-index: 99;
}

.policies .policies-title {
  padding: 50px 0;
  background: #fff;
  border-radius: 30px;
  width: 1435px;
  margin: 0 auto;
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  position: relative;
  z-index: 9;
}

.policies .policies-title p:first-child {
  font-weight: 500;
  font-size: 85px;
  color: #000000;
  text-align: center;
}

.policies .policies-title p:last-child {
  font-weight: 500;
  font-size: 85px;
  color: #32a6c1;
  text-align: center;
}

.policies .policies-content .p-item-wrapper {
  position: relative;
}

.policies .policies-content .p-item-wrapper:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.policies .policies-content .policies-item {
  max-width: 1000px;
  padding: 40px 100px 40px 130px;
  border-radius: 10px;
  border: 1px solid rgba(176, 220, 229, 0.45);
  margin: 0 170px;
  position: relative;
  margin-bottom: 160px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.policies .policies-content .policies-item span {
  position: absolute;
  font-weight: bold;
  font-size: 99px;
  color: #32a6c1;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}

.policies .policies-content .policies-item .item-title {
  font-weight: 300;
  font-size: 40px;
  color: #32a6c1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.policies .policies-content .policies-item .item-desc {
  font-weight: 300;
  font-size: 25px;
  color: #7b7b7b;
  margin-top: 45px;
}

.policies .policies-content .policies-item .item-desc a {
  font-weight: 500;
  font-size: 25px;
  color: #32a6c1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.policies .see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.policies .see-more a {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #32a6c1;
  padding: 29px 70px;
  border-radius: 7px;
  border: 1px solid rgba(176, 220, 229, 0.62);
  margin-bottom: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.policies .see-more a svg {
  margin-right: 25px;
}

.policies .see-more a svg line {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 1440px) {
  .policies .policies-title {
    width: 1300px;
  }
}

@media only screen and (max-width: 1366px) {
  .policies .policies-title {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .policies .policies-title {
    width: 900px;
  }

  .policies .policies-title p:first-child {
    font-size: 55px;
  }

  .policies .policies-title p:last-child {
    font-size: 55px;
  }
}

@media only screen and (max-width: 900px) {
  .policies .policies-title {
    width: 650px;
  }

  .policies .policies-title p:first-child {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .policies .policies-title p:last-child {
    font-size: 50px;
  }

  .policies .policies-content .policies-item {
    margin: 0 90px 160px 90px;
  }

  .page-title .water-bubble {
    left: -25%;
  }

  .page-title .right-bubble {
    right: -30%;
  }
}

@media only screen and (max-width: 767px) {
  .policies .policies-title {
    width: 350px;
  }

  .policies .policies-title p:first-child {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .policies .policies-title p:last-child {
    font-size: 30px;
  }

  .policies .policies-content {
    margin-top: -65px;
  }

  .policies .policies-content .policies-item {
    margin: 0 30px 80px 30px;
    padding: 40px 30px 40px;
  }

  .policies .policies-content .policies-item span {
    font-size: 40px;
    top: 0;
    left: 50%;
    padding: 0 25px;
  }

  .policies .policies-content .policies-item .item-title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .policies .policies-content .policies-item .item-desc {
    font-size: 17px;
    text-align: center;
    margin-top: 25px;
  }

  .policies .policies-content .policies-item .item-desc a {
    font-size: 17px;
  }

  .policies .see-more {
    padding: 25px 25px;
  }

  .page-title .right-bubble {
    right: 20%;
    height: 220px;
    top: 0;
  }

  .page-title .water-bubble {
    left: 25%;
    height: 220px;
    top: -10px;
  }

  .policies .see-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -50px;
    padding: 30px 50px;
  }
}

/* POLICIES END */

/* POLICIES DETAIL START */
.policies-detail .detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 1435px;
  margin: 0 auto;
  padding: 100px 200px;
  border-radius: 30px;
  background: #fff;
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  position: relative;
  z-index: 9;
}

.policies-detail .detail-container p {
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4e4e4e;
  opacity: 0.5;
}

@media only screen and (max-width: 1200px) {
  .policies-detail .detail-container {
    width: calc(100% - 70px);
    margin: 0 35px;
    padding: 80px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .policies-detail .detail-container {
    padding: 30px 30px;
    transform: translateY(-75px);
    margin: 0 20px;
    width: calc(100% - 40px);
    gap: 35px;
  }

  .policies-detail .detail-container p {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }
}

/* POLICIES DETAIL END */

/* MEDIA START */
section.product-media {
  margin-bottom: 200px;
}

.product-media .tab {
  -webkit-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  transform: translateY(-110px);
  position: relative;
  z-index: 9;
}

.product-media .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15vw 0px;
  background: #fff;
  border-radius: 38px;
  padding: 90px 0;
}

.product-media .link-item {
  margin: 0 40px;
  font-weight: normal;
  font-size: 25px;
  cursor: pointer;
  color: #32a6c1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
}

.product-media .link-item.active {
  opacity: 1;
}

.product-media .tab-contents {
  height: 185vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.product-media .content-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-media .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15vw;
}

.product-media .content-item .content-data {
  height: 425px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  background: no-repeat center/cover;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}

.product-media .content-item .content-data svg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}

.product-media .content-item .content-data .media-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  background: rgba(50, 166, 193, 0.7);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.product-media .content-item.active {
  opacity: 1;
  visibility: visible;
}

.product-media .content-item .first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-media .content-item .first-col .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.product-media .content-item .first-col .m2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.product-media .content-item .first-col .m2-row .m2-rowcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.product-media .content-item .first-col .first-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

img.m2-col-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .product-media .items {
    margin: 0 9vw;
  }
}

@media only screen and (max-width: 1536px) {
  .product-media .tab-links {
    margin: 0 8vw 90px;
  }

  .product-media .items {
    margin: 0 8vw;
  }
}

@media only screen and (max-width: 1366px) {
  .product-media .tab-links {
    margin: 0 8vw 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-media .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .product-media .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
    height: 41vw;
  }

  .product-media .items {
    margin: 0 4vw;
    gap: 20px;
  }

  .product-media .tab-links {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  section.product-media {
    margin-bottom: 80px;
  }

  .product-media .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 calc(50% - 20px);
    font-size: 23px;
    text-align: center;
    height: 40vw;
  }

  .product-media .content-item .content-data svg {
    right: 10px;
    top: 10px;
    width: 40px;
    height: auto;
  }

  .product-media .link-item {
    font-size: 5vw;
    margin: 10px 0px;
  }

  .product-media .link-item+.link-item {
    margin-left: 8vw;
  }

  .product-media .tab {
    transform: translate(0px, 0px);
  }

  .product-media .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 8vw 45px 16vw;
    margin: 0;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .product-media .tab-links::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .product-media .items svg {
    width: 100px;
  }
}

/* MEDIA END */

/* HUMAN RESOURCES START */
.career {
  background: #fafafa;
  padding-top: 200px;
  margin-top: -125px;
}

.career .container-s {
  max-width: 1600px;
  margin: 0 auto;
  background: #fafafa;
}

.career .career-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
}

.career .career-wrapper .career-left {
  position: relative;
  width: 44%;
  left: 0;
  top: 0;
  height: 100%;
}

.career .career-wrapper .career-left .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.career .career-wrapper .career-left .img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(22, 28, 36, 0.55);
}

.career .career-wrapper .career-left .img img {
  width: 100%;
  height: 840px;
  -o-object-fit: cover;
  object-fit: cover;
}

.career .career-main {
  width: 56%;
  padding: 80px 80px 0px;
  padding-right: 0;
}

.career .career-wrapper .career-main .form {
  position: relative;
}

.career .career-main .career-title {
  margin-bottom: 60px;
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.career .career-main .career-title h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 37px;
  line-height: 45px;
  color: rgb(13, 47, 98);
}

.career .career-main .career-title h3 span {
  display: block;
}

.career .career-main .career-title .cnt p {
  margin: 0px;
}

.career .career-main .career-slider {
  display: block;
  background: #fff;
  padding: 96px 42px 96px 96px;
  border-radius: 30px;
  -webkit-transform: translateX(-240px) translateY(-70px);
  -ms-transform: translateX(-240px) translateY(-70px);
  transform: translateX(-240px) translateY(-70px);
  margin-right: -300px;
}

.career .career-main .career-slider .slider-title {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #32a6c1;
  margin-bottom: 40px;
}

.career .career-main .career-slider .swiper-and-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 125px;
}

.career .career-main .career-slider .swiper-and-pag .paginat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  display: none;
}

.career .career-main .career-slider .swiper-and-pag .swiper {
  width: 100%;
}

.career .career-main .career-slider .swiper-and-pag .paginat svg {
  cursor: pointer;
}

.career .career-main .career-slider .swiper-and-pag .paginat svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.career .career-main .career-slider .slider-title span {
  color: #666666;
}

.career .career-main .career-form {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input {
  display: none;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
  height: 170px;
  width: 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  padding: 35px 30px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  background: rgba(176, 220, 229, 0.4);
  overflow: hidden;
  border-radius: 11px;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .swi-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover {
  background: #32a6c1;
  opacity: 1;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .content img {
  opacity: 1;
  visibility: visible;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .content h3 {
  color: #fff;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .icon {
  position: absolute;
  left: 30px;
  top: 30px;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .icon .a {
  fill: white;
  stroke: rgb(159, 159, 159);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .icon .b {
  fill: rgb(152, 152, 152);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked~.single-career-item .icon .a {
  fill: rgb(230, 39, 51);
  stroke: none;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked~.single-career-item .icon .b {
  fill: rgb(31, 126, 195);
  stroke: none;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content h3 {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 20px;
  line-height: 27px;
  font-size: 23px;
  text-align: center;
  color: #32a6c1;
  margin-top: 30px;
  margin-bottom: 20px;
}

.career-slider .swiper-container .swiper-pagination {
  bottom: 0;
}

.career-slider .swiper-container {
  left: -120px;
  width: 100%;
  overflow: hidden;
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bcbcbc;
  margin: 10px 5px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border-radius: 50%;
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 3px solid #4d6e3f;
  border-radius: 50%;
}

.career-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-form .form-wrapper .item {
  padding: 0px 10px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.career-form .form-wrapper .item.item-6 {
  width: 50%;
}

.career-form .form-wrapper .item.item-8 {
  width: 66.6%;
}

.career-form .form-wrapper .item.item-4 {
  width: 33.3%;
}

.career-form .form-wrapper .item.item-12 {
  width: 100%;
}

.career-form .form-wrapper .item .form-title h3 {
  margin: 0px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: rgb(39, 45, 54);
}

.career-form .form-wrapper .item .form-title h3 span.value {
  font-weight: bold;
}

.career-form .form-wrapper .item .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 24px;
  color: rgb(129, 129, 129);
  cursor: pointer;
}

.career-form .form-wrapper .item .back-btn span.icon {
  margin-right: 10px;
  top: -2px;
  position: relative;
  fill: rgb(129, 129, 129);
}

.career-form .form-wrapper .item .form-title {
  margin-bottom: 30px;
}

.career-form .form-wrapper .item .file-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.career-form .form-wrapper .item .file-input label {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  display: block;
  padding: 0px 30px;
  font-weight: 300;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 7px;
  border: 1px solid rgba(176, 220, 229, 0.62);
  font-weight: 300;
  font-size: 15px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .file-input .file-btn {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 15px;
  color: #32a6c1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 7px;
  background: #fbfbfb;
  border: 1px solid #fafafa;
}

.career-form .form-wrapper .item .file-input input:focus~label {
  border-color: rgb(238 189 135);
}

.career-form .form-wrapper .item .file-input input:focus~.file-btn {
  background: rgb(238 189 135);
}

.career-form .form-wrapper .item .file-input {
  position: relative;
}

.career-form .form-wrapper .item .file-input .file-btn svg {
  margin-right: 20px;
  fill: #fff;
}

.career-form .form-wrapper .item .input {
  margin-bottom: 30px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha .input {
  margin-bottom: 0px;
}

.career-form .form-wrapper .item .input input,
.career-form .form-wrapper .item .captcha-wrapper .captcha input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 65px;
  padding: 0 30px;
  outline: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  border-radius: 7px;
  background: transparent;
  border: 1px solid rgba(176, 220, 229, 0.62);
  font-weight: 300;
  font-size: 15px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-webkit-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-moz-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input:-ms-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-ms-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-webkit-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-moz-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input:-ms-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::-ms-input-placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input::placeholder,
.career-form .form-wrapper .item .captcha-wrapper .captcha input::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #32a6c1;
}

.career-form .form-wrapper .item .input input:focus,
.career-form .form-wrapper .item .captcha-wrapper .captcha input:focus {
  border-color: #32a6c1;
}

.career-form .form-wrapper .item .captcha-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 30px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha {
  padding: 0px 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 65px !important;
  /* border: 1px solid #aaaaaa; */
  border-radius: 7px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha a {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(131 131 131);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.career-form .form-wrapper .item .button {
  text-align: right;
  width: 80%;
  margin: 0 auto;
}

.career-form .form-wrapper .item .button svg {
  margin-right: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.career-form .form-wrapper .item button {
  padding: 0px 20px;
  height: 60px;
  letter-spacing: 0.05em;
  outline: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 10px;
  text-transform: uppercase;
  background: #32a6c1;
  border: 1px solid #fafafa;
  cursor: pointer;
}

.career-form .form-wrapper .item button .icon {
  fill: rgb(45, 82, 124);
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.career .career-main .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 45px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 500;
  font-size: 20px;
  color: #32a6c1;
}

.career .career-main .title .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  opacity: 0;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 300;
  font-size: 15px;
  color: #32a6c1;
}

.career .career-main .title .back-btn .icon {
  margin-right: 10px;
  fill: #32a6c1;
}

.career .career-main .title.back {
  cursor: pointer;
}

.career .career-main .title.back .back-btn {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.career .career-main .title.back::before {
  left: 0px;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .hda-icon svg path {
  fill: white;
}

.career-form .form-wrapper .item .checkbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-form .form-wrapper .item .checkbox input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  opacity: 0;
}

.career-form .form-wrapper .item .checkbox label {
  margin: 0px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 15px;
  color: #32a6c1;
  display: block;
  cursor: pointer;
}

.career-form .form-wrapper .item .checkbox label a {
  color: #32a6c1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.career-form .form-wrapper .item .checkbox label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #32a6c1;
  border-radius: 5px;
}

.career-form .form-wrapper .item .checkbox label::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #32a6c1;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.career-form .form-wrapper .item .checkbox input:checked~label::after {
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.career .career-main .career-title .title-career {
  font-weight: normal;
  font-size: 61px;
  color: #32a6c1;
  text-align: center;
}

.career .career-main .career-title .cnt {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #a5a5a5;
  max-width: 365px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha-catcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1681px) {
  .career .career-main {
    padding-right: 99px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1550px) {
  .career .career-main .career-title .title-career {
    font-size: 29px;
  }

  .career .career-main .career-title .cnt {
    font-size: 18px;
  }

  .career .career-main {
    padding-right: 100px;
    padding-top: 21px;
  }

  .career .career-wrapper .career-left .img img {
    height: 500px;
  }

  .career .career-main .career-title {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1366px) {
  .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1440px) {
  .career .container-s {
    max-width: 1280px;
  }

  .career .career-main .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .career .career-wrapper .career-left {
    display: none;
  }

  .career .career-main {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }

  .career-slider .swiper-container {
    left: 0;
    width: 100%;
  }

  .career .career-main .career-slider .swiper-and-pag {
    gap: 65px;
  }

  .career .career-main .career-slider {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: unset;
    padding-left: 42px;
  }
}

@media screen and (max-width: 900px) {
  .career .career-main .career-title {
    max-width: 75%;
    margin: 0 auto;
  }

  .career .career-main .career-title .cnt {
    /* padding-right: 130px; */
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .career {
    padding-top: 100px;
    position: relative;
  }

  .career .career-main {
    padding: 70px 30px 30px;
  }

  .career .career-wrapper {
    margin-bottom: 0;
  }

  .career .career-main .career-title .title-career {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .career .career-main .career-title {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .career .career-main .career-title .cnt {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .career-form .form-wrapper .item .file-input .file-btn {
    font-size: 12px;
    height: 40px;
  }

  .career-form .form-wrapper .item .file-input label {
    font-size: 12px;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
  }

  .career-form .form-wrapper .item .input input,
  .career-form .form-wrapper .item .captcha-wrapper .captcha input {
    height: 50px;
    font-size: 13px;
    padding: 0 15px;
  }

  .career-form .form-wrapper .item .captcha-wrapper .captcha img {
    height: 50px !important;
  }

  .career .career-main .career-slider .swiper-and-pag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .career .career-main .career-slider .swiper-and-pag .swiper {
    width: 100%;
  }

  .career-form .form-wrapper .item.item-8 {
    width: 100%;
  }

  .career-form .form-wrapper .item.item-4 {
    width: 100%;
  }

  .career-form .form-wrapper .item .checkbox label {
    font-size: 13px;
  }

  .career-form .form-wrapper .item .checkbox {
    margin-bottom: 20px;
  }

  .career-form .form-wrapper .item .button {
    width: auto;
  }

  .career-form .form-wrapper .item .input {
    margin-bottom: 15px;
  }

  .career-form .form-wrapper .item .captcha-wrapper {
    margin-bottom: 15px;
  }

  .career .career-main .title.back {
    margin-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .career .career-main .title.back .back-btn {
    font-size: 10px;
    margin: 0;
  }

  .career-form .form-wrapper .item {
    padding: 0;
  }

  .career-form .form-wrapper .item .captcha-wrapper .captcha a {
    right: -5px;
  }

  .career .career-main .title .back-btn .text {
    display: none;
  }

  .career .career-main .title .back-btn .icon {
    margin-bottom: 8px;
  }

  .career .career-main .career-slider {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: unset;
    padding: 46px 20px 65px 20px;
    transform: translateY(-70px);
  }

  .career .career-main .career-title {
    margin-bottom: unset;
  }

  .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    height: 200px;
    align-items: center;
  }

  .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content h3 {
    margin: 0;
  }

  .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content img {
    display: none;
  }
}

/* HUMAN RESOURCES END */

/* HISTORY START */
.history .scroll {
  top: 70%;
  right: 100px;
}

.history .scroll p {
  color: #024374;
}

.history .scroll .mouse {
  border-color: #024374;
}

.history .scroll .mouse .mouse-wheel {
  background: #d52d2d;
}

.history .scrollbar-track-y {
  visibility: hidden;
}

.history-trigger {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff0;
  display: none;
}

.history {
  padding: 110px 0 200px;
}

.history .history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history .history-container .history-pagi {
  position: fixed;
  top: 800px;
  left: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.history .history-container .history-pagi ul li {
  position: relative;
  font-weight: 300;
  font-size: 15px;
  color: #32a6c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.history .history-container .history-pagi ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #32a6c1;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.history .history-container .history-pagi ul li+li {
  margin-top: 15px;
}

.history .history-container .history-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  margin-right: 11.4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -60px;
  height: auto;
  top: 20%;
}

.history .history-container .history-year .year-container-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.history .history-container .history-year .year-container-1:before {
  content: "";
  position: absolute;
  top: 5vw;
  right: -19vw;
  width: 10.5vw;
  height: 1px;
  background: #cccccc;
}

.history .history-container .history-year .year-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 330px;
  margin-left: 30px;
  position: relative;
}

.history .history-container .history-year .year-container-2:before {
  content: "";
  position: absolute;
  bottom: 5vw;
  left: -17.3vw;
  width: 10.5vw;
  height: 1px;
  background: #cccccc;
}

.history .history-container .history-year .year-item {
  width: 7.3vw;
  height: 10.7vw;
  overflow: hidden;
  line-height: 0.86;
}

.history .history-container .history-year .year-item span {
  font-weight: bold;
  font-size: 11.7vw;
  height: 200px;
  display: block;
  -webkit-transform: translateY(220px);
  -ms-transform: translateY(220px);
  transform: translateY(220px);
  /* transition: 0.6s; */
  color: #32a6c1;
}

.history .history-container .history-year .infinite-icon {
  position: absolute;
  left: 50%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.history .history-container .history-content {
  max-width: 460px;
  padding: 100px 0 0px;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0px;
  margin-top: -243px;
}

.history .history-container .history-content .content-item {
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

.history .history-container .history-content .content-item .item-el {
  -webkit-transform: translate(-20px, 0px) scale(0.9);
  -ms-transform: translate(-20px, 0px) scale(0.9);
  transform: translate(-20px, 0px) scale(0.9);
  opacity: 0.5;
  /* transition: 0.5s; */
}

.history .history-container .history-content .content-item:first-child .item-el {
  -webkit-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
}

.history .history-container .history-content .content-item.active .item-el {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.history .history-container .history-content .content-item+.content-item {
  margin-top: 100px;
}

.history .history-container .history-content .content-item .item-year>span {
  font-weight: 300;
  font-size: 19px;
  color: #32a6c1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history .history-container .history-content .content-item .item-year span>.item-line {
  display: block;
  width: 25px;
  height: 1px;
  background: #32a6c1;
  margin-right: 10px;
}

.history .history-container .history-content .content-item.active .item-year span>.item-line {
  width: 40px;
}

.history .history-container .history-content .content-item .item-title {
  margin-top: 20px;
}

.history .history-container .history-content .content-item .item-title h2 {
  font-weight: 300;
  font-size: 34px;
  color: #32a6c1;
  min-height: 78px;
  max-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.history .history-container .history-content .content-item .item-text {
  margin-top: 25px;
  min-height: 120px;
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
}

.history .history-container .history-content .content-item .item-text p {
  font-weight: 300;
  font-size: 20px;
  color: #4e4e4e;
  opacity: 0.5;
}

.history .history-container .history-pagi ul li.active {
  font-size: 20px;
  margin: 20px 0 20px;
}

.history .history-container .history-pagi ul li.active:before {
  width: 32px;
}

.history .history-container .history-pagi ul li.active svg {
  -webkit-transform: translate(5px, -5px) scale(1.7);
  -ms-transform: translate(5px, -5px) scale(1.7);
  transform: translate(5px, -5px) scale(1.7);
}

.history .history-container .history-pagi ul li:hover {
  font-size: 20px;
  margin: 20px 0 20px;
}

@media only screen and (max-width: 1450px) {
  .history .history-container .history-content .content-item {
    -webkit-transform: translate(0px, 150px);
    -ms-transform: translate(0px, 150px);
    transform: translate(0px, 150px);
  }

  .history .history-container .history-year {
    top: 8%;
    margin-top: -130px;
  }
}

@media only screen and (max-width: 1370px) {
  .history .history-container .history-year .infinite-icon svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .history .history-container .history-year .infinite-icon {
    top: 60%;
  }

  .history .history-container .history-content .content-item .item-title h2 {
    font-size: 26px;
  }

  .history .history-container .history-content .content-item .item-text p {
    font-size: 18px;
  }

  .history .history-container .history-content .content-item .item-text {
    margin-top: 20px;
  }

  .history .scroll {
    right: 20px;
    top: 62%;
  }
}

@media only screen and (max-width: 1199px) {
  .history .scroll {
    display: none;
  }

  .history .history-container .history-content .content-item .item-text {
    min-height: initial;
    max-height: initial;
    overflow: auto;
  }

  .history .history-container .history-content .content-item {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .history .history-container .history-year {
    display: none;
  }

  .history .history-container .history-pagi {
    display: none;
  }

  .history .history-container .history-content {
    margin-left: 0;
    height: auto;
    max-width: 70%;
    position: relative;
    top: 0;
    margin-top: 0;
    overflow: auto;
    padding-top: 0;
  }

  .history .history-container .history-content .content-item .item-el {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .history .history-container .history-content .content-item .item-title h2 {
    min-height: initial;
    max-height: initial;
    -webkit-line-clamp: initial;
  }
}

@media only screen and (max-width: 991px) {
  .history .history-container .history-year {
    display: none;
  }

  .history .history-container .history-content .content-item+.content-item {
    margin-top: 70px;
  }

  .history .history-container .history-pagi {
    display: none;
  }

  .history .scroll {
    display: none;
  }

  .history {
    height: auto;
    padding: 0 0 90px;
  }

  .history .history-container .history-content {
    height: auto;
    max-width: 70%;
    padding-top: 50px;
    margin-left: 0;
  }

  .history .history-container .history-content>div {
    padding-bottom: 0;
  }

  .history .history-container .history-content .content-item .item-el {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .history .history-container .history-content {
    max-width: 100%;
    padding-top: 0;
  }

  .history {
    padding: 30px 30px 80px;
  }

  .history .history-container .history-content .content-item .item-title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .history .history-container .history-content .content-item .item-text p {
    font-size: 16px;
  }

  .history .history-container .history-content .content-item .item-text {
    margin-top: 10px;
  }

  .history .history-container .history-content .content-item .item-year>span {
    font-size: 15px;
  }

  .history .history-container .history-content .content-item .item-year>span svg {
    width: 30px;
  }

  .history .history-container .history-content .content-item .item-year span>.item-line {
    width: 20px;
  }

  .history .history-container .history-content .content-item.active .item-year span>.item-line {
    width: 20px;
  }

  .history .history-container .history-content .content-item+.content-item {
    margin-top: 40px;
  }
}

/* HISTORY END */

/* CONTACT START */
.contact-menu {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}

.iletisim-content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 190px;
  max-width: 1300px;
  margin: -60px auto 0;
  background: #fff;
  padding: 75px 110px 70px 110px;
  border-radius: 35px;
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-110px);
  border: 1px solid rgba(176, 220, 229, 0.45);
  height: 340px;
  overflow: hidden;
}

.iletisim-content .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

.iletisim-content .link-item {
  font-weight: normal;
  font-size: 25px;
  color: #32a6c1;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.iletisim-content .link-item.active {
  opacity: 1;
}

.iletisim-content .tab-contents {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.iletisim-content .content-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 175px;
}

.iletisim-content .content-item.active {
  opacity: 1;
  visibility: visible;
}

.iletisim-content .content-item .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  max-width: 400px;
}

.iletisim-content .content-item .c-row .c-item p {
  font-weight: normal;
  font-size: 20px;
  color: #32a6c1;
  margin-bottom: 14px;
}

.iletisim-content .content-item .c-row .c-item a {
  font-weight: 300;
  font-size: 20px;
  color: #818181;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.iletisim-content .content-item .c-row .c-item a:hover {
  color: #000;
}

.iletisim-content .content-item .c-row .c-item.direction a {
  font-weight: normal;
  font-size: 20px;
  color: #32a6c1;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iletisim-content .content-item .c-row .c-item.direction a svg {
  margin-left: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.iletisim-content .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iletisim-content .form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.iletisim-content .form-wrapper .captcha-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.iletisim-content .form-wrapper input {
  width: 360px;
  height: 75px;
  padding-left: 30px;
  border-radius: 10px;
  border: 1px solid rgba(176, 220, 229, 0.45);
  font-weight: normal;
  font-size: 20px;
  color: #818181;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.iletisim-content .form-wrapper textarea {
  padding-left: 30px;
  padding-top: 30px;
  border-radius: 10px;
  border: 1px solid rgba(176, 220, 229, 0.45);
  font-weight: normal;
  font-size: 20px;
  color: #818181;
  resize: none;
  height: 100%;
  width: 530px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.iletisim-content .form-wrapper input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 20px;
  color: #818181;
}

.iletisim-content .form-wrapper input::-moz-placeholder {
  font-weight: normal;
  font-size: 20px;
  color: #818181;
}

.iletisim-content .form-wrapper input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 20px;
  color: #818181;
}

.iletisim-content .form-wrapper input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 20px;
  color: #818181;
}

.iletisim-content .form-wrapper input::placeholder {
  font-weight: normal;
  font-size: 20px;
  color: #818181;
}

.iletisim-content .form-wrapper .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

.iletisim-content .form-wrapper .rows .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 53px;
}

.iletisim-content .form-wrapper .captcha-wrapper .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.iletisim-content .form-wrapper .captcha-wrapper img.captcha_img {
  width: 245px;
  height: 75px;
  position: relative;
  border: 1px solid #dbeff3;
  border-radius: 10px;
}

.iletisim-content .form-wrapper .captcha-wrapper input {
  width: 215px;
  height: 75px;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.iletisim-content .form-wrapper .captcha-wrapper button {
  width: 215px;
  height: 75px;
  border-radius: 10px;
  border: 1px solid rgba(176, 220, 229, 0.45);
  font-weight: normal;
  font-size: 20px;
  color: #818181;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.iletisim-content .form-wrapper .captcha-wrapper button svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.iletisim-content .form-wrapper .captcha-wrapper button svg {
  margin-left: 17px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 1440px) {
  .iletisim-content .tab {
    width: 1330px;
  }

  .map-responsive {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .iletisim-content .tab {
    width: 1000px;
    padding: 75px 30px 70px 30px;
    gap: 95px;
  }

  .iletisim-content .content-item {
    gap: 100px;
  }
}

@media only screen and (max-width: 900px) {
  .iletisim-content .tab {
    width: 720px;
  }

  .iletisim-content .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    gap: 50px;
  }

  .iletisim-content .content-item .c-row .c-item a {
    font-size: 21px;
  }

  .iletisim-content .tab-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .iletisim-content .form-wrapper textarea {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .iletisim-content .form-wrapper .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .iletisim-content .form-wrapper {
    display: unset;
  }

  .iletisim-content .form-wrapper input {
    width: 310px;
  }

  .iletisim-content .form-wrapper .rows .form-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .iletisim-content .form-wrapper .captcha-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 310px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .iletisim-content .form-wrapper .rows .form-col {
    gap: 15px;
  }

  .iletisim-content .form-wrapper input {
    height: 60px;
    font-size: 17px;
  }

  .iletisim-content .form-wrapper input::-webkit-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper input::-moz-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper input:-ms-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper input::-ms-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper input::placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea::-webkit-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea::-moz-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea:-ms-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea::-ms-input-placeholder {
    font-size: 17px;
  }

  .iletisim-content .form-wrapper textarea::placeholder {
    font-size: 17px;
  }

  .iletisim-content .tab {
    width: 380px;
    height: 580px;
  }

  .iletisim-content .content-item {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iletisim-content .form-wrapper .captcha-wrapper input {
    height: 60px;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .iletisim-content .form-wrapper .captcha-wrapper button {
    height: 60px;
    width: 100%;
  }

  .iletisim-content .form-wrapper textarea {
    width: 310px;
    height: 170px;
  }

  .iletisim-content .form-wrapper form {
    margin-top: -55px;
    gap: 15px;
  }

  .iletisim-content .form-wrapper .captcha-wrapper .captcha {
    width: 47%;
    height: 60px;
  }

  .iletisim-content .form-wrapper .captcha-wrapper img.captcha_img {
    width: 100%;
    height: 100%;
  }

  .iletisim-content .form-wrapper .captcha-wrapper .button {
    width: 100%;
  }
}

/* CONTACT END */

/* BRANCH START*/
.branch-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -100px;
}

.branch-page .branch-selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
  width: 1545px;
  margin: 0 auto;
  background: #fff;
  padding: 115px 380px;
  border-radius: 35px;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  z-index: 9;
  position: relative;
}

.dropdown.bootstrap-select {
  width: 280px !important;
}

.dropdown.bootstrap-select .btn {
  background: rgb(50 166 193 / 10%);
  padding: 15px 30px;
  border-radius: 20px;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.dropdown.bootstrap-select .btn::after {
  background-image: url(../img/svg/down-arrow.svg);
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: unset;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.dropdown.bootstrap-select.show .btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.dropdown.bootstrap-select .btn .filter-option .filter-option-inner .filter-option-inner-inner {
  font-weight: 200;
  font-size: 22px;
  color: #4e4e4e;
}

.branch-page .branch-selectbox select {
  width: 365px;
  padding: 21px 21px;
  background: rgba(50, 166, 193, 0.1);
  border-radius: 20px;
}

.dropdown.bootstrap-select .dropdown-menu {
  border-radius: 20px 20px 20px 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
  border: 1px solid #daf2f8;
}

.dropdown.bootstrap-select .dropdown-menu ul {
  background: rgb(50 166 193 / 10%);
}

.dropdown.bootstrap-select .dropdown-menu.show {
  border-radius: 0px 0px 20px 20px;
}

.dropdown.bootstrap-select.show .btn {
  border-radius: 20px 20px 0px 0px;
}

.dropdown.bootstrap-select .dropdown-menu ul li a:hover {
  background: white;
}

.dropdown.bootstrap-select .dropdown-menu ul li a:active {
  color: #000;
  background: #fff;
}

.dropdown.bootstrap-select .dropdown-menu ul li a.selected {
  background: #32a6c1;
}

.branch-results .result-title {
  font-weight: 500;
  font-size: 25px;
  color: #25355d;
  margin-bottom: 55px;
}

.branch-results .branch-result {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 70px;
}

.branch-results .branch-result .result-container {
  border-radius: 13px;
  border: 1px solid #dbdbdb;
  padding: 46px 20px;
  width: 49%;
}

.branch-results .branch-result .result-container .result-district {
  font-weight: bold;
  font-size: 17px;
  color: #464646;
  margin-bottom: 45px;
}

.branch-results .branch-result .result-container .result-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.branch-results .branch-result .result-container .result-content:not(:last-child) {
  margin-bottom: 18px;
}

.branch-results .branch-result .result-container .result-content .result-c-title {
  font-weight: 500;
  font-size: 14px;
  color: #777d8d;
  width: 55px;
}

.branch-results .branch-result .result-container .result-content .result-result {
  font-weight: 500;
  font-size: 14px;
  color: #484848;
  max-width: 450px;
}

@media only screen and (max-width: 1536px) {
  .branch-page .branch-selectbox {
    width: 1330px;
    padding: 115px 280px;
  }
}

@media only screen and (max-width: 1366px) {
  .branch-page .branch-selectbox {
    width: 1230px;
    padding: 115px 270px;
  }
}

@media only screen and (max-width: 1024px) {
  .branch-page .branch-selectbox {
    width: 900px;
    padding: 115px 140px;
  }

  .branch-results .branch-result .result-container {
    width: 40%;
  }

  .branch-results .branch-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: unset;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 900px) {
  .branch-page .branch-selectbox {
    width: 700px;
    padding: 60px 45px;
  }

  .branch-page .branch-selectbox select {
    width: 265px;
  }

  .branch-results .branch-result .result-container .result-content .result-result {
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .branch-page .branch-selectbox {
    width: 355px;
    padding: 60px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .branch-page .branch-selectbox select {
    width: 265px;
  }

  .branch-results .branch-result .result-container {
    margin: 20px;
    padding: 46px 20px;
    width: 30%;
  }

  .branch-results .branch-result .result-container .result-content .result-result {
    max-width: 190px;
  }
}

/* BRANCH START END */

/* PRODUCT LIST START */
.page-products {
  margin: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 75px 60px 0 60px;
  z-index: 10;
  position: relative;
  -webkit-transform: translatey(-135px);
  -ms-transform: translatey(-135px);
  transform: translatey(-135px);
  border-radius: 38px;
}

.page-products .product-filter {
  width: 25%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 50px 33px;
  border: 1px solid #b0dce5;
  border-radius: 15px;
}

.page-products .product-filter .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
}

.page-products .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}

.page-products .product-content .product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
  font-weight: normal;
  font-size: 38px;
  color: #32a6c1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-products .product-content .product-top .cat-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.page-products .product-content .product-top .cat-filter .dropdown.bootstrap-select .btn {
  padding: 10px 30px;
}

.page-products .product-content .product-top .cat-filter .dropdown.bootstrap-select .btn .filter-option .filter-option-inner .filter-option-inner-inner {
  font-size: 15px;
  color: #32a6c1;
  font-weight: 600;
}

.page-products .product-content .product-top .cat-filter .dropdown.bootstrap-select .btn {
  background: transparent;
  border: 1px solid #b0dce5;
  margin-top: -6px;
}

.page-products .dropdown.bootstrap-select {
  width: 220px !important;
}

.page-products .dropdown.bootstrap-select>.dropdown-menu {
  border: 1px solid #b0dce5;
  border-top: 0;
  top: 0;
}

.page-products .dropdown.bootstrap-select>.dropdown-menu ul {
  border: 0;
}

.page-products .dropdown.bootstrap-select>.dropdown-menu ul li a {
  color: #32a6c1;
}

.page-products .dropdown.bootstrap-select>.dropdown-menu ul li.selected.active a {
  color: #fff;
}

.page-products .product-filter>ul>li>ul>li+li {
  margin-top: 10px;
}

li.total-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-products .dropdown.bootstrap-select .btn::after {
  background-image: url(../img/svg/blue-down-arrow.svg);
}

.total-product {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #32a6c1;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.page-products .product-content .product-top .cat-filter .dropdown.bootstrap-select .dropdown-menu ul {
  background: transparent;
}

.page-products .product-content .product-top .cat-filter p {
  font-weight: 500;
  font-size: 15px;
  color: #32a6c1;
}

.page-products .product-content .product-top .cat-filter .filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #32a6c1;
  padding: 10px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.page-products .product-content .product-top .cat-filter a:hover svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.page-products .product-content .product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 40px;
}

.page-products .product-content .product-cards .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(176, 220, 229, 0.5);
  padding: 89px 70px 40px 70px;
  position: relative;
  height: 425px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 calc(33% - 25px);
  border-radius: 20px;
}

.page-products .product-content .product-cards .product-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-products .product-content .product-cards .product-card .p-image {
  width: 280px;
  height: 230px;
  margin-bottom: 50px;
}

.page-products .product-content .product-cards .product-card img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-products .product-content .product-cards .product-card p {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #1e899d;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.product-filter .main-cat {
  font-weight: 500;
  font-size: 21px;
  color: #32a6c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-filter .sub-cat {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  transition: 0.4s;
}

.product-filter .sub-cat:hover {
  color: #1e899d;
}

.product-filter .sub-cat-a {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #6f6f6f;
  padding-left: 40px;
  position: relative;
}

.product-filter .sub-cat-a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 21px;
  background: #137b92;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-filter .sub-cat-a:hover::after {
  opacity: 1;
}

.product-filter .sub-cat-a.active {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000;
}

.product-filter .bg-wrapper {
  position: relative;
}

.product-filter .cat-bg {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  background: no-repeat;
}

.product-filter .cat-bg img {
  width: 10px;
  height: 100%;
}

/* Selectbox */
.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 15px;
  color: #32a6c1;
}

.select2-container .select2-selection--single {
  height: unset;
  border-radius: 30px;
  border-color: #32a6c1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #32a6c1 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #32a6c1 transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #32a6c1;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #fff;
}

.select2-results__option {
  color: #32a6c1;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.select2-results__option:hover {
  background: #cec7c7;
}

.select2-dropdown {
  border-color: #32a6c1;
}

.branch-selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 15px 30px;
}

.branch-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30%;
}

.mobile-filter {
  display: none;
}

.close-category {
  display: none;
}

/* Selectbox */
@media only screen and (max-width: 1536px) {
  .page-products .product-content .product-cards .product-card {
    padding: 89px 20px 40px 20px;
  }

  .page-products .product-filter {
    padding: 50px 38px;
  }
}

@media only screen and (max-width: 1366px) {
  .page-products .product-content .product-cards .product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 30%;
  }

  .page-products .product-filter {
    width: 30%;
  }

  .product-type {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-products {
    gap: 40px;
  }

  .page-products .product-content .product-cards {
    gap: 20px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1024px) {
  .page-products {
    gap: 60px;
    margin: 0 22px;
  }

  .product-type {
    margin-bottom: 20px;
  }

  .page-products .product-content .product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-products .product-filter .filter-title {
    font-size: 20px;
  }

  .product-filter .main-cat {
    font-size: 20px;
    width: 200px;
  }
}

@media only screen and (max-width: 900px) {
  .page-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 75px 30px 0 30px;
  }

  .page-products .product-filter {
    width: 100%;
  }

  .page-products .product-content {
    width: 100%;
  }

  .page-products .product-content .product-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-products .product-content .product-top .cat-filter p {
    display: none;
  }

  .product-filter .main-cat {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-products {
    padding: unset;
    margin: 35px 19px 70px;
    gap: 0;
    position: relative;
    transform: unset;
    overflow: hidden;
  }

  .page-products .product-content .product-cards {
    gap: 16px;
    margin-bottom: 0;
  }

  .product-type {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-products .product-content .product-cards .product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 400px;
  }

  .page-products .product-content .product-top {
    flex-direction: row;
    margin: 0 0 30px;
    position: relative;
    justify-content: space-between;
    /* border-top: 1px solid #32a6c140; */
    /* border-bottom: 1px solid #32a6c140; */
    flex-wrap: wrap;
  }

  .page-products .product-filter {
    width: 100%;
    padding: 50px 40px 80px;
    border: none;
  }

  .ul-wrapper {
    gap: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-products .product-filter .filter-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-products .product-filter p {
    font-size: 20px;
  }

  .product-filter .main-cat {
    font-size: 20px;
  }

  .mobile-filter {
    display: block;
  }

  .mobile-filter {
    display: block;
    width: 20px;
    height: 25px;
  }

  .page-products .product-filter {
    position: fixed;
    height: 100%;
    left: -115%;
    transition: 0.4s;
    top: 80px;
    bottom: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    overflow-y: scroll;
  }

  .page-products .product-filter.active {
    left: 0;
  }

  .close-category {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
  }

  .product-type {
    /* display: none; */
    width: 100%;
    order: -1;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .main-filter {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

/* PRODUCT LIST END */

/* PRODUCT DETAIL START */
.product-detail .detail-wrapper {
  margin: 0 160px 35px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  padding: 50px 65px 40px 65px;
  border-radius: 38px;
  -webkit-transform: translateY(-135px);
  -ms-transform: translateY(-135px);
  transform: translateY(-135px);
  z-index: 4;
  position: relative;
}

.product-detail .product-d-tab .features .feature span:nth-child(2) svg path {
  stroke: #5cb2c0;
}

.product-detail .product-d-tab .features .feature+.feature {
  margin-top: 15px;
}

.product-detail .detail-wrapper .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-detail .detail-wrapper .product-content .statu {
  width: 120px;
  height: 50px;
  border-radius: 18px;
  background: #c00d0d;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail .detail-wrapper .product-content .code {
  font-family: Volte !important;
  font-weight: normal;
  font-size: 25px;
  color: #32a6c1;
  margin-bottom: 15px;
}

.product-detail .detail-wrapper .product-content .name {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  max-width: 410px;
  margin-bottom: 58px;
}

.product-detail .detail-wrapper .product-content .c-title {
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
  color: #32a6c1;
  margin-bottom: 40px;
}

.product-detail .product-d-tab .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail .product-d-tab .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  align-items: center;
}

.product-detail .product-d-tab .features .feature span:nth-child(1) {
  width: 120px;
  color: #32a6c1;
  text-align: left;
}

.product-detail .product-d-tab .features .feature span:nth-child(2) {
  /* margin-right: 30px; */
  color: #32a6c1;
}

.product-detail .product-d-tab .features .feature span:nth-child(3) {
  color: #727272;
}

.product-detail .detail-wrapper .product-content .content {
  font-weight: normal;
  font-size: 18px;
  color: #4e4e4e8c;
  max-width: 525px;
  margin-bottom: 95px;
}

.product-detail .detail-wrapper .product-content .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.product-detail .detail-wrapper .product-content .more-info a {
  font-weight: normal;
  font-size: 25px;
  color: #32a6c1;
}

.product-detail .detail-wrapper .product-slider {
  border: 1px solid rgba(176, 220, 229, 45);
  padding: 55px 100px;
  position: relative;
  border-radius: 50px;
}

.product-detail .detail-wrapper .product-slider .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  position: absolute;
  top: 10%;
  left: 5%;
}

.product-slider .swiper {
  width: 100%;
  height: 100%;
}

.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-slider .swiper {
  width: 600px;
  height: 500px;
}

.product-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-slider .detail-swiper {
  width: 430px;
  height: auto;
  min-height: 440px;
}

.product-slider .detail-swiper .swiper-slide .img-wrap {
  width: 430px;
  height: 400px;
}

.product-slider .detail-swiper .swiper-slide .img-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.product-slider .product-thumb {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-slider .product-thumb.center-item .swiper-wrapper {
  justify-content: center;
}

.product-slider .product-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(176, 220, 229, 0.45));
  filter: drop-shadow(0px 0px 6px rgba(176, 220, 229, 0.45));
}

.product-slider .product-thumb .swiper-slide .img-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  cursor: pointer;
}

.product-slider .product-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid rgba(176, 220, 229, 45);
  border-radius: 50%;
  padding: 18px;
}

.product-slider .product-thumb .swiper-slide-thumb-active {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  position: relative;
}

.product-slider .product-thumb .swiper-slide-thumb-active::after {
  /* content: ""; */
  position: absolute;
  width: 60%;
  height: 2px;
  background: #32a6c1;
  bottom: -14%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail .tab {
  width: 1020px;
  margin: 0 auto;
}

.product-detail .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.product-detail .link-item {
  margin: 0 35px;
  cursor: pointer;
  font-weight: normal;
  font-size: 25px;
  color: #32a6c1;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 15px;
}

.product-detail .link-item.active {
  opacity: 1;
  border-bottom: 1px solid #32a6c1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-detail .tab-contents {
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 155px;
}

.product-detail .content-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 300;
  font-size: 20px;
  color: #4e4e4e8c;
  text-align: center;
  line-height: 30px;
}

.product-detail .content-item.active {
  opacity: 1;
  visibility: visible;
}

.product-detail .sug-pro {
  margin: 0 214px 150px 214px;
}

.product-detail .sug-pro .sug-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.product-detail .sug-pro .sug-top .choosen-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.product-detail .sug-pro .sug-top p {
  font-weight: 300;
  font-size: 60px;
  color: #32a6c1;
}

.product-detail .sug-pro .sug-top svg {
  cursor: pointer;
}

@media only screen and (max-width: 1780px) {
  .product-detail .detail-wrapper {
    margin: 0 110px 105px 110px;
  }

  .product-detail .detail-wrapper .product-slider {
    padding: 55px 70px;
  }
}

@media only screen and (max-width: 1536px) {
  .product-detail .detail-wrapper .product-slider {
    padding: 55px 30px;
  }
}

@media only screen and (max-width: 1440px) {
  .product-detail .detail-wrapper .product-content .name {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1366px) {
  .product-detail .detail-wrapper {
    margin: 0 80px 105px 80px;
  }

  .product-detail .tab {
    width: 890px;
    margin: 0 auto 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-detail .detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-detail .detail-wrapper .product-content .name {
    max-width: unset;
  }

  .product-detail .sug-pro {
    margin: 0 95px 150px 95px;
  }

  .product-detail .detail-wrapper {
    margin: 0 80px 0 80px;
    background: no-repeat;
  }

  .product-detail .tab-contents {
    height: 25vh;
  }
}

@media only screen and (max-width: 900px) {
  .product-detail .detail-wrapper .product-slider {
    padding: 55px 50px;
    background: #fff;
  }

  .product-detail .detail-wrapper .product-slider .social-media {
    top: 5%;
  }

  .product-detail .tab {
    width: 570px;
  }

  .product-detail .tab-links {
    margin-bottom: 30px;
  }

  .product-detail .tab-contents {
    height: 40vh;
  }

  .product-detail .sug-pro .sug-top p {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-wrapper {
    margin: 0;
    padding: 50px 30px 60px 30px;
    gap: 20px;
    transform: translate(0px, 0px);
  }

  .product-detail .product-d-tab .features .feature span:nth-child(3) {
    text-align: left;
    width: 100%;
  }

  .product-detail .detail-wrapper .product-content .statu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px 25px;
    margin-bottom: 20px;
    font-size: 13px;
    height: auto;
  }

  .product-detail .sug-pro .sug-top {
    margin: 0 25px 30px;
  }

  .product-detail .detail-wrapper .product-slider .social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }

  .product-slider .swiper {
    width: 270px;
    min-height: initial;
    height: 260px;
  }

  .product-slider .product-thumb {
    height: 120px;
    width: 200px;
  }

  .product-slider .detail-swiper .swiper-slide .img-wrap {
    width: 270px;
    height: auto;
  }

  .product-detail .detail-wrapper .product-content .name {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .product-detail .tab {
    width: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-detail .tab-contents {
    height: 75vh;
    margin-bottom: 70px;
  }

  .product-detail .detail-wrapper .product-content .code {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .product-detail .detail-wrapper .product-content .c-title {
    margin-bottom: 12px;
  }

  .product-detail .detail-wrapper .product-content .content {
    margin-bottom: 40px;
    color: #4e4e4e8c;
    font-weight: 300;
    line-height: 1.5;
  }

  .choosen-slider .swiper-slide .slide-img {
    margin-bottom: 10px;
    min-height: 110px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-detail .sug-pro .sug-top svg {
    width: auto;
    height: 14px;
  }

  .product-detail .detail-wrapper .product-content .more-info {
    gap: 12px;
  }

  .product-detail .content-item {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 20px;
  }

  .product-detail .link-item {
    font-size: 18px;
    margin: 0 12px;
    flex: 1;
    text-align: center;
    padding-bottom: 10px;
  }

  .product-detail .sug-pro {
    margin: 0 0 100px;
    overflow: hidden;
  }

  .product-detail .sug-pro .sug-top p {
    font-size: 20px;
  }

  .product-detail .detail-wrapper .product-slider {
    padding: 10px 30px;
    border: 0;
  }

  .page-title {
    height: 253px;
    padding: 90px 0 80px;
  }

  .product-slider .product-thumb .swiper-slide .img-wrap {
    width: 80px;
    height: 80px;
  }

  .product-detail .content-item .features-wrapper {
    width: 100%;
  }

  .product-detail .product-d-tab .features .feature+.feature {
    margin-top: 0;
  }
}

/* PRODUCT DETAIL END */

/* FRANCH APPLY START */
.franch {
  -webkit-transform: translateY(-135px);
  -ms-transform: translateY(-135px);
  transform: translateY(-135px);
  position: relative;
  z-index: 9;
}

.franch .franch-title {
  font-weight: 500;
  font-size: 45px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.franch .title-wrapper {
  width: 1436px;
  background: #fff;
  margin: 0 auto;
  padding-top: 100px;
  border-radius: 38px;
}

@media only screen and (max-width: 1440px) {
  .franch .title-wrapper {
    width: 1250px;
  }
}

@media only screen and (max-width: 1024px) {
  .franch .title-wrapper {
    width: 900px;
  }

  .franch .form-wrapper input {
    width: 285px;
  }
}

@media only screen and (max-width: 900px) {
  .franch .title-wrapper {
    width: 700px;
  }

  .franch .form-wrapper input {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .franch .title-wrapper {
    width: 400px;
  }

  .franch .franch-title {
    font-size: 28px;
  }

  .franch .form-wrapper input {
    width: 310px;
  }
}

/* FRANCH APPLY END */

.main-header .header-menu .menu-links .has-sub .dropdown-content ul li:hover::before {
  background: #137b92;
  opacity: 1 !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-header .header-menu .menu-links .has-sub:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}

.lang.has-sub:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}

/* HOVER */
@media (hover: hover) {
  .about-us .about-us-sr .about-card:hover .about-card-hover a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .about-us .about-us-sr .about-card:hover .about-card-main {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .about-us .about-us-sr .about-card:hover .about-card-hover img {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }

  .about-us .about-us-sr .about-card:hover .about-card-main img {
    -webkit-transform: translate(30px, -30px);
    -ms-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
  }

  .about-us .about-us-fr .about-us-l-title:hover .w-line {
    width: 50px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  .about-us .about-us-fr .about-us-l-title:hover a {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  .about-slider #left:hover,
  .about-slider #right:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .main-header .search-lang .search .search-btn:hover {
    opacity: 0.5;
  }

  .choosen-slider .swiper-slide:hover .layer {
    height: 100%;
  }

  .page-products .product-content .product-cards .product-card:hover .layer {
    height: 100%;
  }

  .page-products .product-content .product-cards .product-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .page-products .product-content .product-cards .product-card:hover p {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    color: #fff;
  }

  .page-products .product-content .product-top .cat-filter a:hover {
    background: #36a8c2;
    color: #fff;
  }

  .suggest-product .huge-card .card-text a:nth-child(2):hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }

  .page-products .product-content .product-top .cat-filter a:hover svg path {
    fill: #fff;
  }

  .choosen-slider .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .choosen-slider .swiper-slide:hover .product-name {
    /* font-size: 20px; */
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    color: #fff;
  }

  .career .career-main .career-slider .swiper-and-pag .paginat svg:hover path {
    opacity: 0.5;
  }

  .sug-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .product-media .content-item .content-data:hover .media-hover {
    opacity: 1;
    visibility: visible;
  }

  .product-container .see-all-btn a:hover {
    background: #36a8c2;
    color: #fff;
  }

  .needed-product .needed-container .see-all-btn a:hover {
    background: #1e899d;
    color: #fff;
  }

  .policies .see-more a:hover {
    background: #32a6c1;
    color: #fff;
  }

  .policies .see-more a:hover svg line {
    stroke: #fff;
  }

  .policies .policies-content .policies-item .item-title:hover {
    opacity: 0.5;
  }

  .policies .policies-content .policies-item .item-desc a:hover {
    opacity: 0.5;
  }

  .iletisim-content .content-item .c-row .c-item.direction a:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .iletisim-content .form-wrapper .captcha-wrapper button:hover {
    background: #32a6c1;
    color: #fff;
  }

  .iletisim-content .form-wrapper .captcha-wrapper button:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .iletisim-content .form-wrapper .captcha-wrapper button:hover svg path {
    fill: #fff;
  }

  .career-form .form-wrapper .item button:hover {
    background: #1e899d;
  }

  .career-form .form-wrapper .item button:hover svg {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }

  .policies .policies-content .policies-item:hover {
    border-color: rgb(109, 206, 226);
  }

  footer .first-row-contact .contact-info a:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  footer .first-row-contact .contact-info a:hover p {
    opacity: 0.6;
  }

  .search-page .search-input a:hover {
    opacity: 0.5;
  }

  footer .second-row-contact .footer-menu a:hover {
    opacity: 0.6;
  }

  footer .footer-social a svg:hover path {
    fill: #fff;
  }

  footer .main-second-row .footer-input label:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  footer .main-second-row .footer-input label:hover::after {
    -webkit-transform: translate(30px, -30px);
    -ms-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
    opacity: 0;
  }

  footer .footer-social a:first-child:before {
    display: none;
  }

  footer .footer-social a:last-child:after {
    display: none;
  }

  .form-wrapper input:hover {
    border-color: #1e899d;
  }

  .form-wrapper textarea:hover {
    border-color: #1e899d;
  }
}

@media only screen and (min-width: 1200px) {
  .page-about .about-f-image .img {
    top: -100px;
    will-change: transform;
  }

  .policies .policies-content .p-item-wrapper:nth-child(n + 2) {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  .files .file-list .file-item {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  content: url(../img/right-arrow.png);
}

.page-products .product-filter>ul>li>ul {
  /* display: none; */
  margin-bottom: 25px;
  margin-top: 20px;
}

.page-products .product-filter>ul>li>ul>li>ul>li+li {
  margin-top: 3px;
}

.page-products .product-filter>ul>li>ul>li>ul {
  /* display: none; */
  margin: 10px 0px;
}

/* Page Styles */

.policies-detail .detail-container ul {
  list-style-type: disc !important;
  padding-left: 20px;
}

.policies-detail .detail-container ul li {
  list-style-type: disc;
  color: #8a8a8a;
  font-size: 23px;
}

.policies-detail .detail-container ul li::marker {
  color: #32a6c1;
}

/* Page Styles */

.pagination {
  margin: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination .page-item {
  border: 1px solid #32a6c1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #32a6c1;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.pagination .page-item+.page-item {}

.pagination .page-item.active {
  opacity: 1;
}

.pagination .page-item:hover {
  opacity: 1;
}

.pagination .page-item a {
  background: inherit;
  color: inherit;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin: 20px 0;
  }

  .pagination .page-item a {
    font-size: 14px;
    padding: 0;
    line-height: 1;
  }

  .pagination .page-item {
    width: 32px;
    height: 32px;
    padding: 0;
  }
}

/* Bayilik */

.franc {
  padding: 50px 0;
}

.franc .franc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.franc .franc-row .franc-text {
  padding: 15px 0;
  width: 1200px;
  margin: 0 auto;
}

.franc .franc-row .franc-text .franc-content::-webkit-scrollbar {
  width: 3px;
}

.franc .franc-row .franc-text .franc-content::-webkit-scrollbar-thumb {
  background: #d6d6d6;
}

.franc .franc-row .franc-text .page-text {
  margin-bottom: 50px;
  text-align: center;
}

.franc .franc-row .franc-text p {
  font-size: 20px;
  color: #4e4e4e;
  margin-bottom: 0;
  font-weight: 300;
}

.franc .franc-row .franc-form {
  position: relative;
  margin: 120px auto 0;
  margin-top: 20px;
}

.franc .franc-row .franc-form .from-bg {
  /* position: fixed; */
  top: 130px;
  right: 8%;
  left: 40%;
  height: 120px;
  background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
}

.franc .franc-row .franc-form .alert {
  margin: 0 auto 40px;
  width: 90%;
  border-radius: 100px;
}

.franc .franc-row .franc-form .form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #1d899d;
  padding: 13px 35px;
  margin: 20px auto 0 !important;
}

.franc .franc-row .franc-form .form-info .icon {
  margin-right: 40px;
  fill: #fff;
}

.franc .franc-row .franc-form .form-info p {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.franc.dealers .franc-row .franc-form .form-item-container .form-item .form-input+.form-input {
  margin-top: 30px;
}

.franc.dealers .franc-row .franc-form .form-item-container {
  margin-top: 60px;
}

.franc .franc-row .franc-form .form-item-container .form-item {
  border: 1px solid rgba(15, 41, 14, 0.1);
  border-radius: 23px;
  position: relative;
  padding: 40px 33px;
}

.franc .franc-row .franc-form .form-item-container .form-item .page-text h3 {
  font-size: 20px;
  font-weight: normal;
}

.franc .franc-row .franc-form .form-item-container .form-item .page-text {
  position: absolute;
  top: -13px;
  left: 26px;
  background: white;
  padding: 0 15px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 10px);
  flex: 0 0 calc(33% - 10px);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control::-webkit-input-placeholder {
  color: rgba(15, 41, 14, 0.54);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control:-ms-input-placeholder {
  color: rgba(15, 41, 14, 0.54);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control::-moz-placeholder {
  color: rgba(15, 41, 14, 0.54);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control::-ms-input-placeholder {
  color: rgba(15, 41, 14, 0.54);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control::placeholder {
  color: rgba(41, 14, 14, 0.54);
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control {
  height: 75px;

  padding-left: 30px;

  border-radius: 10px;

  border: 1px solid rgba(176, 220, 229, 0.45);

  font-weight: normal;
  font-size: 20px;

  color: #818181;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input>span.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
  top: 50%;
  background-image: url(../img/svg/select-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-el+.form-item-el {
  margin-top: 50px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-center .form-item-row .form-input .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 2.5px);
  flex: 0 0 calc(50% - 2.5px);
  text-align: center;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-el.textarea-item .form-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-row .form-control+.form-control {
  margin-left: 5px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-center .form-item-row .form-input h3 {
  text-align: center;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-row textarea.form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  resize: none;
  height: 130px;
  padding: 10px 20px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input+.form-input {
  margin-left: 20px;
}

.franc .franc-row .franc-form .form-item-container .form-item+.form-item {
  margin-top: 80px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input h3 {
  font-size: 20px;
  color: #0f290e;
  margin-bottom: 18px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .select2-container--default .select2-selection--single {
  border-radius: 5px;
  background: #fafafa;
  border: none;
  height: 50px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 300;
  font-size: 19px;
  color: rgba(15, 41, 14, 0.54);
  line-height: 49px;
  padding: 0 20px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 2.5px);
  flex: 0 0 calc(50% - 2.5px);
  text-align: center;
  height: 50px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item label {
  margin: 0;
  background: #fafafa;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  font-size: 19px;
  color: rgba(15, 41, 14, 0.54);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  position: relative;
  margin-top: 0 !important;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input>input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input .custom-file-label::after {
  display: none;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input label {
  font-weight: 300;
  font-size: 19px;
  text-align: left;
  color: rgba(15, 41, 14, 0.54);
  margin-bottom: 0;
  width: 100%;
  height: 65px;
  border-radius: 5px;
  background: #fafafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  line-height: normal;
  border: none;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input label span {
  display: block;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input label svg path {
  fill: #0f290e;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input+.form-input {
  margin-left: 20px;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input>svg {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input:hover>svg {
  opacity: 1;
}

.dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input>svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  opacity: 0.5;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item+.select-box-item {
  margin-left: 5px;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item input[type="radio"]:checked~label {
  background: #d6edd3;
  color: #000;
}

.select2-search--dropdown {
  padding: 5px 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #cbe4c8;
  color: #000;
}

.select2-results__option {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.select2-dropdown {
  background: #fafafa;
  border: none;
}

.user-screen.user-screen-table .user-screen-container .user-screen-content .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  border-radius: 5px;
  border-color: #c4c4c4;
}

.product-select-dp span.select2-search {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.franc .franc-row .franc-form .form-item-container .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-top: 60px;
}

.franc .franc-row .franc-form .form-item-container .form-button {
  width: 33%;
  margin-left: 20px;
}

.franc .franc-row .franc-form .form-item-container .form-button button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(176, 220, 229, 0.45);
  font-weight: normal;
  font-size: 20px;
  color: #818181;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.franc .franc-row .franc-form .form-item-container .form-submit .form-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
}

.franc .franc-row .franc-form .form-item-container .form-submit {
  width: 90%;
  margin: 40px auto 80px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha img {
  width: 100%;
  border: 1px solid rgba(176, 220, 229, 0.45);
  border-radius: 10px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input::-webkit-input-placeholder {
  font-size: 19px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input::-moz-placeholder {
  font-size: 19px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input:-ms-input-placeholder {
  font-size: 19px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input::-ms-input-placeholder {
  font-size: 19px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input::placeholder {
  font-size: 19px;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input {
  font-weight: 400;
  font-size: 20px;
  /* color: rgba(15, 41, 14, 0.54); */
  height: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(176, 220, 229, 0.45);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.captcha img.captcha_img {
  /* height: 100%; */
  /* max-height: 100%; */
  width: 90%;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha {
  padding: 0;
  background: #fafafa;
  border-radius: 5px;
  width: 50%;
}

.franc .franc-row .franc-form .form-item-container .form-item .form-input .form-control:focus,
.franc .franc-row .franc-form .form-item-container .form-item .form-input.active .form-control,
.franc .franc-row .franc-form .form-item-container .form-item .form-row.active .form-control {
  color: #0f290e;
  background: #f1f1f1;
  /* border-color: unset; */
  outline: none !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha input:focus,
.franc .franc-row .franc-form .form-item-container .form-submit .captcha.active input {
  color: #000;
  background: #fff;
  border-color: #d6efff;
}

.franc .franc-row .franc-form .form-item-container .form-submit .captcha+.captcha {
  margin-left: 20px;
}

.franc .franc-row .franc-form .form-item-container .form-button button svg {
  margin-left: 20px;
}

@media (hover: hover) {
  .franc .franc-row .franc-form .form-item-container .form-button button:hover {
    background: #1d899d;
    color: #fff;
  }

  .franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input .form-select-box .select-box-item label:hover {
    background: rgba(214, 237, 211, 0.5);
  }
}

@media only screen and (max-width: 1550px) {
  .franc .franc-row .franc-form {
    -webkit-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 1370px) {
  .franc .franc-row .franc-form {
    -webkit-transform: scale(0.8) translateY(-180px);
    -ms-transform: scale(0.8) translateY(-180px);
    transform: scale(0.8) translateY(-180px);
  }

  .franc .franc-row .franc-text {
    margin-right: 0;
  }

  .franc.dealers .franc-row .franc-form {
    -webkit-transform: scale(0.8) translateY(-130px);
    -ms-transform: scale(0.8) translateY(-130px);
    transform: scale(0.8) translateY(-130px);
  }
}

@media only screen and (max-width: 1199px) {
  .franc .franc-row {
    display: block;
  }

  .franc .franc-row .franc-text {
    max-width: 100%;
    margin: 0;
    padding: 0 60px 20px;
    position: relative;
    top: 0;
  }

  .franc.dealers .franc-row .franc-form {
    -webkit-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }

  .franc .franc-row .franc-text {
    border-right: none;
  }

  .franc {
    padding: 170px 0;
  }

  .franc .franc-row .franc-form .from-bg {
    display: none;
  }

  .franc .franc-row .franc-text .franc-content {
    max-height: initial;
    padding-right: 0;
  }

  .franc .franc-row .franc-form {
    -webkit-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .franc {
    padding: 30px 0 80px;
    overflow: hidden;
  }

  .franc .franc-row .franc-form .form-item-container .form-submit .captcha+.captcha {
    margin-left: 20px;
  }

  .franc .franc-row .franc-form .form-item-container .form-submit .captcha {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: initial;
  }

  .franc.dealers .franc-row .franc-form .form-item-container .form-submit .form-row.form-captcha {
    height: 100%;
    width: 100%;
  }

  .franc .franc-row .franc-form .form-item-container .form-submit .captcha a {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }

  .franc .franc-row .franc-text {
    padding: 0 30px;
  }

  .franc .franc-row .franc-text p {
    font-size: 16px;
  }

  .franc .franc-row .franc-text .page-text {
    margin-bottom: 30px;
  }

  .dealers .franc-row .franc-form .form-item-container .form-item .form-row {
    display: block;
  }

  .dealers .franc-row .franc-form .form-item-container .form-item .form-row .form-input+.form-input {
    margin-left: 0;
    margin-top: 20px !important;
  }

  .franc .franc-row .franc-text .page-text h2 {
    font-size: 22px;
  }

  .franc .franc-row .franc-form {
    -webkit-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
    margin-top: -40px;
  }

  .franc .franc-row .franc-form .form-info {
    margin: 0;
  }

  .franc .franc-row .franc-form .form-info .icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-right: 20px;
  }

  .franc.dealers .franc-row .franc-form {
    -webkit-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
    margin-top: 10px;
  }

  .franc .franc-row .franc-form .form-info {
    margin-bottom: 50px;
  }

  .franc .franc-row .franc-form .form-item-container .form-button button {
    padding: 0;
    font-size: 24px;
    width: 100%;
  }

  .franc .franc-row .franc-form .form-info p {
    font-size: 13px;
    line-height: 1.4;
  }

  .franc .franc-row .franc-form .form-item-container {
    margin-top: 50px;
  }

  .franc .franc-row .franc-form .form-item-container .form-item .form-item-row {
    display: block;
  }

  .franc .franc-row .franc-form .form-item-container .form-item .form-item-row .form-input+.form-input {
    margin-left: 0;
    margin-top: 20px;
  }

  .franc .franc-row .franc-form .form-item-container .form-submit {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .franc .franc-row .franc-form .form-item-container .form-button {
    height: 70px;
    line-height: 69px;
    margin-left: auto;
    margin-top: 20px;
    max-width: 100%;
    margin-right: -2px;
    width: 100%;
  }

  .franc.dealers .franc-row .franc-form .form-item-container {
    width: 100%;
  }

  .franc .franc-row .franc-form .form-item-container .form-item {
    padding: 40px 20px;
  }

  .franc.dealers .franc-row .franc-form .form-item-container .form-item .form-input+.form-input {
    margin-top: 20px;
  }
}

/* Bayilik */

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us .about-us-fr {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .about-us .about-us-fr .about-us-title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .about-us .about-us-fr .about-us-l-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .choosen-product {
    margin: 260px 60px 0;
    padding-bottom: 130px;
  }

  .product-container .product-title .title-cols p {
    font-size: 21px;
  }

  .product-container .product-title .p-big-title p {
    font-size: 39px;
  }

  .product-container .see-all-btn a {
    padding: 15px 44px;
    font-size: 17px;
  }

  .suggest-product .sug-product-cards {
    gap: 93px;
  }

  .suggest-product .huge-card .card-text {
    padding: 60px 75px 0 45px;
  }

  .needed-product {
    margin: 0 85px 0 45px;
    padding-bottom: 130px;
  }

  .needed-product .needed-container .needed-title p {
    font-size: 37px;
    max-width: 320px;
  }

  .needed-product .needed-container {
    margin-bottom: 80px;
  }

  .needed-product-before::before {
    width: 50%;
  }

  footer .first-row-contact {
    padding: 50px 32px 55px;
  }

  footer .main-second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }

  footer .second-row-contact {
    width: 100%;
  }

  footer .main-second-row .footer-input {
    display: none;
  }

  .main-slider .swiper-pagination {
    right: 6%;
    gap: 11px;
  }

  .main-slider span.swiper-pagination-bullet span {
    font-size: 16px;
  }

  .main-slider .swiper-slide .swiper-title {
    font-size: 40px;
  }

  .page-about .about-us-stats {
    gap: 50px;
    padding: 35px 45px;
  }

  .page-about .about-us-stats .stats .count {
    font-size: 50px;
  }

  .page-about .about-f-image {
    height: 410px;
  }

  .page-about .about-f-image p {
    font-size: 50px;
  }

  .page-about .about-v-m {
    margin: 0px 70px 100px;
  }

  .page-about .about-l-text {
    width: 90%;
    text-align: center;
  }

  .about-slider {
    margin: 0 32px 70px;
  }

  .about-slider .swiper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .page-about .who-us-container {
    width: 100%;
  }

  .page-about .who-us-container .who-us {
    width: 90%;
    padding: 100px 50px;
    gap: 80px;
  }

  .page-about .who-us-container .who-us .who-us-text .l-title {
    font-size: 20px;
  }

  .page-about .who-us-container .who-us .who-us-text .title {
    font-size: 38px;
    line-height: normal;
  }

  .page-about .who-us-container .who-us .who-us-text .content {
    font-size: 16px;
    line-height: 31px;
  }

  .policies .policies-content .policies-item {
    padding: 40px 80px 40px 130px;
    margin-bottom: 110px;
  }

  .policies .policies-content .policies-item .item-desc {
    font-size: 21px;
  }

  .policies .policies-content .policies-item .item-desc a {
    font-size: 22px;
  }

  .policies .policies-content .policies-item .item-title {
    font-size: 36px;
  }

  .policies .policies-content .p-item-wrapper {
    margin-top: -55px;
  }

  section.product-media {
    margin-bottom: 90px;
  }

  .product-media .content-item .content-data {
    height: 280px;
  }

  .product-media .tab-links {
    padding: 90px 0 60px;
  }

  .files {
    padding: 100px 2vw 50px;
  }

  .career {
    padding-top: 70px;
  }

  .career .career-main .career-title .cnt {
    max-width: 580px;
  }

  .career .career-main .career-title .title-career {
    font-size: 50px;
  }

  .page-products {
    width: 95%;
    margin: 0 auto;
    gap: 25px;
  }

  .product-filter .main-cat {
    font-size: 22px;
  }

  .page-products .product-filter {
    width: 40%;
    position: sticky;
    top: 250px;
  }

  .product-detail .detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 50px -55px;
  }

  .product-detail .detail-wrapper .product-slider {
    border: none;
    width: 100%;
    padding: 25px 80px;
  }

  .product-detail .detail-wrapper .product-slider .social-media {
    left: 0;
  }

  .product-slider .detail-swiper .swiper-slide .img-wrap {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }

  .product-slider .detail-swiper {
    height: 360px;
  }

  .product-detail .detail-wrapper .product-content .name {
    max-width: unset;
    margin-bottom: 35px;
  }

  .product-detail .detail-wrapper .product-content {
    width: 100%;
  }

  .product-detail .detail-wrapper .product-content .content {
    max-width: unset;
    margin-bottom: 55px;
  }

  .product-detail .detail-wrapper .product-content .statu {
    padding: 10px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }

  .product-detail .detail-wrapper .product-content .code {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0px;
  }

  .product-detail .detail-wrapper .product-content .c-title {
    margin-bottom: 15px;
  }

  .product-detail .detail-wrapper .product-content .more-info a {
    font-size: 21px;
  }

  .product-detail .sug-pro {
    margin: 0 75px 110px;
  }

  .product-detail .sug-pro .sug-top p {
    font-size: 37px;
  }

  .product-detail .sug-pro .sug-top {
    margin-bottom: 35px;
  }

  .product-detail .content-item {
    font-size: 18px;
    line-height: 28px;
  }

  .iletisim-content .tab {
    width: 90%;
    padding: 75px 60px 70px;
    gap: 110px;
  }

  .iletisim-content .content-item .c-row .c-item p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .iletisim-content .content-item .c-row .c-item a {
    font-size: 24px;
  }

  .iletisim-content .content-item {
    gap: 140px;
  }

  .iletisim-content .content-item .c-row {
    min-width: 200px;
  }

  .branch-page .branch-selectbox {
    padding: 85px 50px;
    width: 90%;
  }
}

@media only screen and (max-width: 1366px) {
  .product-filter .main-cat {
    font-size: 19px;
  }

  .product-filter .sub-cat {
    font-size: 16px;
  }

  .page-products .product-content .product-cards .product-card {
    padding: 40px 20px 40px 20px;
    height: 335px;
  }

  .page-products .product-content .product-cards .product-card .p-image {
    height: 175px;
  }

  .search-page .result-container .product .product-name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-products .product-content .product-cards .product-card p {
    max-width: 200px;
  }
}

.main-filter>li.active {
  /* border: 1px solid #b0dce5; */
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.policies-detail .detail-container ol li {
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4e4e4e;
  opacity: 0.5;
  margin-bottom: 16px;
}

.choosen-controller {
  margin-top: 30px;
}

.product-detail .sug-pro .choosen-slider .swiper-button-prev,
.product-detail .sug-pro .choosen-slider .swiper-button-next {
  display: none;
}

.franc .franc-row .franc-text .page-text h2 {
  font-weight: 300;
}

.franc .franc-row .franc-form .form-info p {
  font-weight: 300;
}

.form-info {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 34px;
  color: #4e4e4e;
  opacity: 0.5;
  padding: 0 30px;
}

.form-info a {
  font-weight: bold;
  color: #000;
}

.page-products .product-filter .main-filter>li.active {
  /* border: 1px solid #b0dce5; */
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-radius: 15px;
}

.about-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgb(51 166 193 / 60%);
  padding: 0 24px;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(31px);
}

.about-pop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.about-pop .contents {
  color: #fff;
  max-height: calc(100% - 300px);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow-y: auto;
  font-size: 20px;
  line-height: 1.6;
  background: rgb(35 148 175);
  border-radius: 30px;
  padding: 60px;
}

.about-pop .contents .content+.content {
  margin-top: 16px;
}

.about-pop svg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.about-pop svg line {
  stroke: #fff;
}

@media only screen and (max-width: 767px) {
  .about-pop {}
}

.who-us-container .read-more:hover {
  color: #000;
}

.career-form .form-wrapper .item.item-4.btns {
  width: 60%;
  margin: 0 auto;
}

.career-form .form-wrapper .item.item-8.infos {
  width: 100%;
  margin-bottom: 20px;
}

.career-form .form-wrapper .item.item-8.infos .form-info {
  max-width: unset;
  font-size: 16px;
}

.page-products .product-filter .main-filter>li {
  margin-bottom: 30px;
}

.page-products .product-filter .main-filter>li.active .main-cat {
  padding-bottom: 10px;
  border-bottom: 1px solid #32a6c1;
}

.form-item-container .form-info {
  background: unset !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.form-item-container .form-info p {
  color: #000 !important;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-d-tab .features .feature {
    gap: 10px;
    flex-wrap: wrap;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .product-detail .product-d-tab .features .feature span:nth-child(1) {
    width: auto;
    margin-right: -8px;
  }
}

ol.breadcrumb li:first-child {
  display: none;
}

ol.breadcrumb .breadcrumb-item.breadcrumb-item:nth-child(2)::before {
  display: none;
}

.filter-wrapper {
  display: none;
}

.filter-wrapper p {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .page-products .product-content .product-cards .product-card {
    flex: 0 1 48%;
  }
}

@media only screen and (max-width: 767px) {
  .page-products .product-content .product-cards .product-card {
    flex: 0 0 calc(50% - 8px);
    padding: 12px;
    height: auto;
    min-height: 225px;
  }

  .page-products .product-content .product-cards .product-card .p-image {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
  }

  .page-products .product-content .product-cards .product-card p {
    font-size: 12px;
    line-height: 1.3;
    min-height: 30px;
    max-width: 100px;
  }

  .mobile-filter {
    border: none;
  }

  .filter-wrapper {
    display: flex;
    /* gap: 5px; */
    width: 48%;
    align-items: center;
    border: 1px solid #b0dce5;
    padding: 10px 21px;
    border-radius: 30px;
    justify-content: space-between;
  }

  .page-products .product-content .product-top .cat-filter {
    width: 48%;
    height: 47px;
  }

  .about-pop .contents {
    padding: 50px 40px;
  }

  .about-pop svg {
    top: 25px;
    right: 48%;
  }

  .filter-wrapper p {
    display: block;
    font-size: 15px;
    color: #32a6c1;
    font-weight: 600;
  }

  .bootstrap-select .dropdown-menu li a span.text {
    font-size: 12px;
  }

  .page-products .product-content .product-top .cat-filter .dropdown.bootstrap-select .btn {
    padding: 0 21px;
    height: 47px;
    border-radius: 100px;
  }

  .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
  }

  .product-detail .detail-wrapper .product-content .more-info a {
    font-size: 18px;
  }

  .choosen-controller {
    display: none;
  }

  .form-info {
    font-size: 13px;
  }

  .career-form .form-wrapper .item.item-8.infos .form-info {
    font-size: 13px;
    line-height: 21px;
    padding: 0 10px;
  }
}

.career-slider .swiper-slide {}

@media (max-width: 991px) {
  .biltek-signature .biltek-signature-text {
    font-size: 14px !important;
  }
}

.biltek-signature {
  display: flex;
  align-items: center;
  justify-content: center;
}

.biltek-signature .biltek-signature-text {
  color: #383838;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  width: initial;
  /*height: 20px;*/
}

/*
#biltek-signature {
  height: 22px;
}
*/

.biltek-signature .biltek-signature-text.white {
  color: white !important;
}

.title-first ol li a {
  font-size: 28px;
}

.title-first ol li {
  font-size: 28px;
}

@media screen and (max-width: 1199px) {
  .title-first ol li {
    font-size: 24px;
  }

  .title-first ol li a {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .title-first ol li {
    font-size: 20px;
  }

  .title-first ol li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .title-first ol li {
    font-size: 16px;
  }

  .title-first ol li a {
    font-size: 16px;
  }
}