/*
Theme Name: garmerx
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --main-color: #187abf;
  --second-blue: #054f84;
  --red-color: rgb(198, 38, 6);
  --yellow-color: rgb(255, 185, 52);
  --turquoise-color: #1d9fbf;
}

.pd-t {
padding-top: 20px;
}


.fz_35 .section-title-main {
  font-size: 35px;
  font-weight: 800;
}

.fz_32 .section-title-main {
  font-size: 32px;
}

.txt_size_25px {
  font-size: 25px !important;
}

.txt_center {
  text-align: center;
  display: block;
}

body {
  font-family: 'proxima-nova' !important;
}

.lightbox-content {
background-color: transparent;
}

.title-22 {
  font-size: 22px;
  color: #1b1c20;
  font-weight: 800;
  margin: 0;
}

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-divider {
  border: none;
}

.logo-left .logo {
  margin-right: 0;
  margin-left: 30px;
}

.header .flex-row {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.custom_width-head-right {
  justify-content: space-between;
  width: 504px;
  line-height: 70px;
  height: 100%;
  background-color: var(--main-color);
  padding: 0 40px;
}

.custom_right_element {
  height: 100%;
  line-height: 70px;
  padding: 0 40px;
}

li.has-dropdown.header-language-dropdown>a {
  color: white !important;
}



/* custom class wp */

.section-title-normal,
.section-title-normal span {
  border-bottom: 0;
}

.page-wrapper {
  padding: 0;
}

/* end header */

.slider_homepage_custom {
  z-index: 1;
}

.leading_company_left {
  position: relative;
  z-index: 1;
}

.leading_company_left_content {
  margin-bottom: 50px;
}

.leading_company_left_content ul li,
.leading_company_left_content p {
  font-weight: 600;
}

.wrap_leading_company {
  padding-top: 150px !important;
  margin-top: 0 !important;
}

.img .img-inner {
  overflow: unset;
}

.section-title b {
  background-color: unset !important;
}

/* global */

/* .col-wrap_right {
  height: 580px;
} */


.col-wrap_right .col-inner.text-center {
  height: 580px;
}

.earth_image_custom {
  margin-bottom: 0;
}

.earth_image_custom .img-inner.dark {
  /* padding: 20px 0 !important; */
}

.earth_image_custom {
  /* z-index: 3;
  position: relative;
  width: 100% !important;
  height: 580px;
  content: "";
  object-fit: cover; */
  /* background-image: url('/wp-content/uploads/2024/05/garmex-globe.jpg'); */
  /* border-radius: 100%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transform: all 0.5s; */

  /* display: none; */
}


.earth_image_custom img {
  transform: all 0.5s;
  scale: 1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .05);
}



.earth_layer_1_custom::before {
  opacity: 1;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #ececec;
  width: 140%;
  height: 140%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}


.earth_layer_2_custom::before {
  zoom: 1;
  scale: 1;
  transition: all 0.5s linear;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #f3f3f3;
  width: 180%;
  height: 180%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.earth_layer_3_custom::before {
  zoom: 1;
  scale: 1;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #f9f9f9;
  width: 220%;
  height: 220%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.pin_usa {
  position: absolute;
  top: 15%;
  left: 16%;
  z-index: 2;
}

.pin_europe {
  position: absolute;
  top: 28%;
  left: 40%;
  z-index: 2;

}

.pin_russia {
  position: absolute;
  top: 20%;
  left: 60%;
  z-index: 2;

}

.pin_china {
  position: absolute;
  top: 43%;
  right: 15%;
  z-index: 2;

}

.pin_japan {
  position: absolute;
  top: 32%;
  right: 1%;
  z-index: 2;

}

/* .pin_japan,
.pin_china,
.pin_russia,
.pin_europe,
.pin_usa {
  display: none;
} */


.pin_japan>p span,
.pin_china>p span,
.pin_russia>p span,
.pin_europe>p span,
.pin_usa>p span {
  background-color: var(--main-color);
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
}


.pin_japan::before,
.pin_china::before,
.pin_russia::before,
.pin_europe::before,
.pin_usa::before {
  z-index: 3;
  transition: all 0.5s linear;
  content: '';
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 50px;
  background: url('/wp-content/uploads/2024/05/pin_point.png') center / contain no-repeat;
}

/*
.earth_image_custom {
  animation: ScaleIn 1s linear;
}


.earth_layer_1_custom::before {
  transition: all 0.3s linear;
  animation: zoomIn140 1s linear;
}

.earth_layer_2_custom::before {
  animation: zoomIn180 1s linear;
}


.earth_layer_3_custom::before {
  animation: zoomIn220 1s linear;
}
 */

@keyframes zoomIn140 {
  0% {
    opacity: 0;
    width: 80%;
    height: 80%;
  }

  10% {
    /* width: 80%;
    height: 80%;
    opacity: 0.0; */
    filter: blur(7px);
  }

  100% {
    zoom: 1;
    opacity: 1;
    filter: blur(1px);
    width: 140%;
    height: 140%;
  }
}

@keyframes zoomIn180 {
  0% {
    opacity: 0;
    width: 140%;
    height: 140%;
  }

  /* 10% {
    width: 80%;
    height: 80%;
    opacity: 0.0;
    filter: blur(7px);
  } */

  100% {
    zoom: 1;
    opacity: 1;
    filter: blur(1px);
    width: 180%;
    height: 180%;
  }
}

@keyframes zoomIn220 {
  0% {
    opacity: 0;
    width: 180%;
    height: 180%;
    filter: blur(7px);
  }

  /* 
  10% {
    width: 80%;
    height: 80%;
    opacity: 0.0;
    filter: blur(7px);
  } */

  100% {
    zoom: 1;
    opacity: 1;
    filter: blur(1px);
    width: 220%;
    height: 220%;
  }
}

@keyframes ScaleIn {
  0% {
    zoom: 0;
    scale: 0;
  }

  10% {
    scale: 0.6;
    filter: blur(.5px);
  }

  100% {
    filter: blur(1px);
    scale: 1;
    opacity: 1;
  }
}


/* end global */
.wrap_image_box_left {
  background-color: #f6f6f6;
}

.box_margin .box_text-hover {
  top: -50px;
}

.box_image_custom_left {
  margin: 0 auto !important;
}

.box_image_custom_left>.box-image {
  /* width: 515px; */
  /* overflow: hidden; */
}

.box_text-hover .box-text.text-left {
  width: 80% !important;
  transition: all 0.2s linear;
}

.box_image_custom_left:hover .box_text-hover .box-text.text-left {
  width: 100% !important;
}

.text .our_product h2 {
  font-weight: 700;
}

.box-text.text-left::before {
  content: url('/wp-content/uploads/2024/05/right-arrow.png');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  right: 30px;
}



/* Slick Slider */

.home .Slick-Prev {
  right: 110px;
}

.slick-list.draggable {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.wrap_slic {
  position: relative;
}

/* .wrap_slic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -48%;
  width: 600px;
  height: 2px;
  background: #dbdbdb;
  z-index: 0;
} */

.line_slick_home::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -29%;
  width: 100vw;
  height: 2px;
  background: #dbdbdb;
  z-index: 0;
}

.slick-track {
  display: flex;
  height: 178px;
  align-items: center;
  background-color: white;
}

.slick-slider {
  /* padding-left: 195px; */
  overflow: hidden;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.p.name.product-title.woocommerce-loop-product__title {
	pointer-events: none;
}

.slick-list.draggable {
  /* padding-left: 195px; */
  overflow: hidden;
}

.slick-slider .element {
  padding: 30px;
  height: 100%;
  width: 100%;
  color: #fff;
  display: inline-block;
  margin: 0px 10px;
  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-size: 20px;
  border-right: 2px solid #dbdbdb;
}

.slick-slider .slick-disabled {
  /* opacity: 0; */
  pointer-events: none;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  position: absolute;
  top: -100px;
  right: 100px;
  /* display: none !important; */
}

button.slick-next::after {
  content: "xxxx";
}

button.slick-prev::after {
  content: "cccc";
}

button.slick-next.slick-arrow {
  right: 0px;
}


.append-arrow {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  gap: 10px;
}

.append-arrow .col-inner {
  display: none;

}

.Slick-Next,
.Slick-Prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
  border-radius: 100%;
  line-height: 50px;
}

/* end slider */
/* abou page */

/* .icon-angle-down:before {
  content: "";
  background-image: url("/wp-content/uploads/2024/05/arrow-down-sign-to-navigate.png");
  display: inline-block;
  height: 13px;
  width: 11px;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s linear;

} */

.fa-chevron-down:before {
  content: "\f078";
  font-family: 'icomoon' !important;
}

i.icon-Garmex-arrow-down {
  display: flex;
  align-items: center;
  margin-left: 5px;
}


.icon-Garmex-arrow-down:before {
  color: black;
  font-size: 14px;
}

i.icon-angle-down {
  display: none !important;
}

li.menu-item-has-children {
  display: flex;
}

li.menu-item-has-children a {
  flex-direction: row-reverse;
}

.nav-top-link:hover i.icon-Garmex-arrow-down:before {
  transition: all 0.2s linear;
  transform: rotate(180deg);
}

.menu_link {
  display: none;
}

.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown,
.no-js li.has-dropdown:hover>.nav-dropdown,
li.current-dropdown>.nav-dropdown {
  top: 53px;
}

.nav-column>li>a,
.nav-dropdown>li>a,
li.menu-item-has-children a {
  color: #1b1c20;
  font-weight: 700;
}

.header__sub-titles {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__sub-titles__inner {
  background: #167abf;
  max-width: 60%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.1);
}

.header__sub-title {
  margin-left: 5vw;
}

.header__sub-titles__inner a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 25px 10px;
  display: block;
  position: relative;
}

.header__sub-titles__inner a.active:before,
.header__sub-titles__inner:hover a.active:hover:before,
.header__sub-titles__inner a:hover:before {
  height: 5px;
}

.header__sub-titles__inner a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


/* atb */
.custom_tab {
  position: relative;
  margin-top: -35px;
  justify-content: end;
}

.custom_tab .tab-panels {
  padding-top: 70px;
}

.custom_tab .nav-right li {
  padding: 15px 0;
  background-color: var(--main-color);
  margin: 0;
  color: white;
}

.custom_tab .nav-right li a span {
  color: white;
  font-weight: 600;
}

.custom_tab>ul {
  width: 55% !important;
  background-color: var(--main-color);
  justify-content: space-around;
}


.custom_tab .nav-line-bottom>li.active>a::before,
.custom_tab .nav-line-bottom>li>a:before,
.custom_tab .nav-line-grow>li>a:before,
.custom_tab .nav-line>li>a:before {
  background-color: white;
  height: 5px;
}

.overview img {
  width: 417px;
}

.custom_circle_timeline {
  position: relative;
  padding-top: 120px;
}

.key_count {
  color: var(--main-color);
  font-size: 38px;
  font-weight: 800;
  margin: 0;
}

.item_circle_timeline {
  width: 260px;
  height: 260px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}

.item_circle_timeline .icon-box-text p:last-of-type {
  font-weight: 800;
  font-size: 16px;
}

.item_circle_timeline {
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, .1);
}


/* .item_circle_timeline {
  background-color: white;
  position: absolute;
}
*/


.key_image {
  position: absolute;
  top: 0;
}

.timeline_1 {
  transform: translateX(30px);
  z-index: 3;
}

.timeline_2 {
  transform: translateX(10px);
  z-index: 2;
}

.timeline_3 {
  z-index: 1;
  transform: translateX(-10px);
}

.timeline_4 {
  transform: translateX(-30px);
  z-index: 0;
}

/*  */

.item_circle_timeline:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.timeline_1::before,
.timeline_2::before,
.timeline_3::before,
.timeline_4::before {
  content: "\e916";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 320px;
  font-weight: 400;
  padding-right: 31px;
}

.timeline_1::before {
  color: var(--main-color);
}

.timeline_2::before {
  color: var(--yellow-color);
}

.timeline_3::before {
  color: var(--red-color);
}

.timeline_4::before {
  content: "";
  width: 305px;
  height: 305px;
  border-radius: 50%;
  border: 6px solid var(--turquoise-color);
}

/*  -------------- priorities ------------- */

.main_content .wpb_content_element {
  margin-bottom: 60px;
}

.main_content .vc_tta-panel-body .wpb_content_element {
  margin-bottom: 30px;
}

.main_content .vc_tta-panel-body .wpb_content_element:last-child {}

.main_content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.main_content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
  padding-top: 60px;
}

/* ACCORDION #1 */
.wpb-js-composer .custom-accordion.vc_tta.vc_general {
  margin-bottom: 40px;
}

.wpb-js-composer .custom-accordion.vc_tta.vc_general .vc_tta-panel-title {
  font-size: 20px;
}

.wpb-js-composer .custom-accordion.vc_tta.vc_general .vc_tta-panel:not(:last-child) {
  margin-bottom: 5px;
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: transparent;
  border: none;
  padding: 30px 0 0;
}

/* ACCORDION #1 (active) */
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #167abf;
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:focus,
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  background: #167abf;
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff;
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}

/* ACCORDION #1 (inactive) */
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: rgba(22, 122, 191, .1);
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background: rgba(22, 122, 191, .2);
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #167abf;
}

.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #167abf;
}

/* NICE SELECT */
.nice-select {
  height: 35px;
  line-height: 35px;
  float: none;
  font-weight: 700;
  border-radius: 0;
  color: #167abf;
}

.nice-select .list {
  margin: 5px 0 0;
  width: 100%;
  border-radius: 0;
}

.nice-select,
.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #167abf;
}

.nice-select:hover {
  background: #167abf;
}

.nice-select:hover .current,
.nice-select:hover:before {
  color: #fff;
}

.nice-select:after {
  display: none;
}

.nice-select:before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  line-height: 1;
  font-size: .7em;
  position: absolute;
  top: 48%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}

.nice-select.open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.nice-select--big {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 70px;
  border-color: #1d9fbf;
}

.nice-select--big .option {
  padding-left: 30px;
}

/* awards */
.awards {
  position: relative;
  height: 570px;
  width: 100%;
}

.awards_right {
  background-color: rgb(240, 241, 241);
}

.awards_image img.attachment-original.size-original {
  position: relative;
  z-index: 5;
}

.awards .img-inner.dark {
  width: 480px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards .img-inner.dark::before {
  position: absolute;
  content: "";
  background-color: #f7f8f8;
  width: 480px;
  height: 480px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.awards_image {
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
}

.awards_image::before {
  z-index: 4;
  position: absolute;
  content: "";
  background-color: white;
  width: 350px;
  height: 350px;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.awards {
  width: 610px;
  height: 610px;
  display: flex;
  align-items: center;
  background-color: rgb(240, 241, 241);
}

.awards .img-inner.dark::after {
  position: absolute;
  content: "";
  background-color: #f3f4f4;
  width: 610px;
  height: 610px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.awards_index {
  position: relative;
  z-index: 5;
}


/* milestones */

.mile_years .section-title-main {
  color: var(--main-color);
  font-size: 70px;
  font-weight: 800;
  line-height: 1.15;
}

.wrap_image_founded {
  position: relative;
}

.image_founded_right img,
.image_founded_left img {
  top: 0;
  position: absolute;
}

.image_founded_left img {
  z-index: 2;
  left: -126px;
}

.image_founded_right img {
  z-index: 1;
  top: -140px;
  left: 116px;
}

.image_founded_left {
  width: 300px !important;
  height: 190px;
}

.image_founded_right {
  width: 430px !important;
  height: 331px;
}

.box_right_image {
  position: relative;
}

.box_right_image_founded {
  position: absolute;
  top: 0;
  left: -146px;
}

.gray_bg_founded {
  background-color: #f6f7f7;
  padding-top: 50px;
}

.image_style_right {
  position: relative;
}

.image_style_right img {
  position: absolute;
  left: -88px;
}

.image_style_right_2 {
  left: -180px;
}

.image_style_right_3 {
  left: -60px;
}

.image_style_right_3 img {
  width: 257px;
}

.bg-white {
  background-color: white;
}

.pt-50 {
  padding-top: 50px;
}

.mt-110 {
  margin-top: -110px;
}

.mt-50 {
  margin-top: -50px;
}

.boxtext_gray {
  position: relative;
}

.boxtext_gray::before {
  position: absolute;
  content: '';
  top: 90px;
  left: -60px;
  width: 760px;
  height: 440px;
  background: #f6f7f7;
}

.factories_image {
  position: relative;
  width: 403px;
}

.factories_image img {
  position: absolute;
  left: -190px;
  width: 403px;
  top: -26px;
}

/* MILESTONE ROWS */
.vi-milestone-row {
  position: relative;
}

.vi-milestone-row .vi-collage:nth-child(even) {
  background: #f6f7f7;
  padding: 60px 0;
}

.vi-milestone-row__nav-wrapper {
  position: absolute;
  top: 0;
  left: 30px;
}

.vi-milestone-row__nav-wrapper.is-active,
.vi-milestone-row.is-active .vi-milestone-row__nav-wrapper {
  position: fixed;
  top: 10%;
}

.vi-milestone-row:not(.over-bottom) .vi-milestone-row__nav-wrapper {
  position: absolute;
  bottom: 20px;
  top: auto;
}

.is-bottom .time_line_left {
  transition: all 0.2 linear;
  position: absolute;
  bottom: -2050px;
}


/* factories */


.factories_box_left {
  width: 50%;
  margin: 0 auto;
}

.factories_box_left .accordion {
  width: 85%;
  margin: 0 auto;
}

.factories_box_left .accordion-title {
  border-top: 1px solid #1b1c20;
  padding: .8em 0;
}

.accordion-title {
  position: relative;
}

.custom_height_accordion>.accordion-title.active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 27px;
  right: 0;
  font-size: 24px;
  padding-bottom: 21px;
  z-index: 3;
  background-color: white;
  border-bottom: 2px solid var(--turquoise-color);
}

.custom_height_accordion>.accordion-title::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 24px;
  color: var(--turquoise-color);
  z-index: 1;
}


.accordion-title.active {
  background-color: white !important;
}

.custom_height_accordion {
  max-height: 300px;
  overflow-y: scroll;
}

.padding_content {
  width: 85%;
  margin: 0 auto;
}


.factories_box_left .accordion-title span {
  color: var(--second-blue);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.2px;
  vertical-align: middle;
}

.wrap_icon_accordion {
  border: 2px solid var(--second-blue);
  overflow: hidden;
}

.wrap_icon_accordion>div:last-of-type {
  height: 100px;
  background-color: var(--turquoise-color);
  border-left: 2px solid var(--second-blue);
  transition: all 0.2s linear;
}

.factory-item__gallery:hover {
  background-color: var(--second-blue);
  transition: all 0.2s linear;
}

.featured-box h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  padding: 20px;
  border-top: 2px solid var(--second-blue);
  border-left: 2px solid var(--second-blue);
  border-right: 2px solid var(--second-blue);
}

.vi-factory-item__icon {
  width: 45%;
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.vi-factory-item__icon.vi-factory-item__area::before {
  content: "\e909";
}

.vi-factory-item__icon::before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 44px;
  color: var(--turquoise-color);
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.vi-factory-item__icon.vi-factory-item__capacity::before {
  content: "\e913";
}

.vi-factory-item__icon::before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 44px;
  color: var(--turquoise-color);
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.vi-factory-item__icon.vi-factory-item__workers::before {
  content: "\e915";
}

.vi-factory-item__icon::before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 44px;
  color: var(--turquoise-color);
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.factory-item__gallery {
  /* border-left: 2px solid var(--second-blue); */
  background-color: var(--turquoise-color);
}

.factory-item__open {
  display: inline-block;
  color: #FFFFFF;
  padding: 20%;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  line-height: 22px;
}

.factory-item__open:hover {
  color: white;
}

.wrap_map {
  position: relative;
}

.map_vn {
  position: absolute;
  top: 60px;
}

.map_vn img {
  object-fit: contain;
}

.hcm_location p,
.vt_location p,
.qn_location p {
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}

.hcm_location,
.vt_location,
.qn_location {
  position: absolute;
}

.hcm_location,
.qn_location {
  top: 287px;
}

.hcm_location {
  top: 450px;
  left: -10px;
}

.vt_location {
  top: 470px;
  right: 170px;
}

.vt_location>p:first-of-type:after,
.hcm_location>p:first-of-type:after,
.qn_location>p:first-of-type:after {
  content: "";
  top: 12px;
  width: 50px;
  height: 2px;
  background-color: white;
  position: absolute;
}

.vt_location>p:first-of-type:after {
  left: -55px;
}

.hcm_location>p:first-of-type:after {
  /* top: 450px;
  left: 20px; */
}

.vt_img_location img,
.hcm_img_location img,
.qn_img_location img {
  width: 40px;
  height: 40px;
}


.qn_img_location {
  position: absolute;
  top: 240px;
}

.hcm_img_location {
  position: absolute;
  right: 300px;
}

.vt_img_location {
  position: absolute;
  right: 350px;
  top: 430px;
}

.hcm_img_location {
  top: 400px;
  left: 200px;
}



/* organization */

.organization h3.section-title.section-title-center {
  transform: translateY(-7px);
}

.organization_title {
  position: relative;
  z-index: 2;
}

.organization_title span {
  margin: 0;
  /* padding-bottom: 15px; */
}

.organization_icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}

.organization_icon_right {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.organization_icon_right svg,
.organization_icon svg {
  width: 170px;
}

.organization_col {
  position: relative;
}

.organization_col::before {
  content: '';
  position: absolute;
  height: 70px;
  width: 2px;
  right: 50%;
  top: 93px;
  background: #4595cc;
}


.organization_col::after {
  content: '';
  position: absolute;
  height: 70px;
  width: 2px;
  right: 49.85%;
  top: 160px;
  background: #4595cc;

  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.organization_row {
  position: relative;
}

.organization_row::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #4595cc;
  transform: translateY(50%);
}

.organization_y_right {
  transform: translate(-60px, -40px);
}

.organization_sub_icon .icon-box-text {
  height: 124px;
  width: 124px;
  background: #1d9fbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  position: relative;
}

.organization_sub_icon .icon-box-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.organization_sub_icon .icon-box-text p {
  font-size: 14px;
}

.organization_sub_icon_flex .col-inner.text-left {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.organization_sub_icon {
  position: relative;
}

.organization_sub_icon.icon-box::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 51%;
  height: 40px;
  width: 2px;
  background: #1d9fbf;
  transform: translateX(-50%);
}

.organization_sub_icon.icon-box::after {
  content: '';
  position: absolute;
  top: -45px;
  left: 51%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 35px;
  z-index: 1;
}

.no_line_before .organization_sub_icon.icon-box::before {
  display: none;
}

.product_image_child_1 img {
  width: 204px;
}

.product_image_child_1 {
  position: absolute;
  top: 30px;
  left: 40px;
}

.product_image_child_2 img {
  width: 291px;
}

.product_image_child_2 {
  position: absolute;
  bottom: -60px;
  left: 430px;
}

.product_custom {
  background-color: #f6f6f6;
  padding-top: 60px;
}

.product_custom .our_product h2 {
  font-weight: 800;
  font-size: 50px;
}


.product_custom .wrap_image_box_left {
  padding-left: 200px;
}

.product_custom .wrap_image_box_right {
  padding-right: 200px;
}

.product_custom .our_product {
  padding-left: 15px;
}


/* caerrer */



.working_us h2 {
  font-size: 45px !important;
  line-height: 1.15;
  font-weight: 700;
}

.working_us_img_2,
.working_us_img_1 {
  position: relative;
}

.working_us_img_1 .img-inner {
  width: 223px;
}

.working_us_img_1 img {
  position: absolute;
  width: 223px;
  top: -100px;
  left: 0px;
  z-index: 2;
}


.working_us_img_2::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -140px;
  width: 400px;
  height: 315px;
  background: #f6f7f7;
}


/* contact */
.icon-Garmex-Location {
  position: relative;
}

.icon-Garmex-Location::before {
  position: absolute;
  top: 5px;
  left: 50%;
  color: #41bfde;
  font-size: 45px;
  content: "\e910";
  transform: translateX(-50%);
}

.icon-Garmex-Phone::before {
  position: absolute;
  top: 5px;
  left: 50%;
  color: #41bfde;
  font-size: 45px;
  content: "\e911";
  transform: translateX(-50%);

}

.contact_left_form h3 {
  font-size: 25px;
  font-weight: 800;
  color: #054f84 !important;

}

.contact_left_form p {
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
}

.contact_left_form p a:hover {
  color: #167abf;
}

.wpb_map_wraper {}

.wrap_form_contact {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15);
}

.contact_from7_custom {
  width: 80%;
  margin: 0 auto;
}


.col_left_form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.wpcf7 label {
  font-size: 14px;
  font-weight: 900;
  color: #054f84;
  margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 45px;
  line-height: 45px;
  background: #f2f2f2;
  transition: all .3s ease;
  margin-top: 0;
  padding: 0 15px !important;
  border: none;
  box-shadow: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  border: none;
  box-shadow: none;
  padding: 0 15px !important;
  background: #f2f2f2;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #1d9fbf;
  color: #fff;
  border-color: #1d9fbf;
  padding: 10px 30px;
  box-sizing: border-box;
  min-width: 150px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}

/* breadbrum */

.wrap_breadcrums {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.bread_page_title {
  line-height: 1.2;
  font-weight: 900;
  color: #167abf;
  font-size: 50px;
  text-transform: uppercase;
}

.breadcrums {
  list-style-type: none;
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.bread_home {
  color: #167abf;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

ul.breadcrums span,
ul.breadcrums li a {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

ul.breadcrums span {
  font-size: 16px;
}

.breadcrums_gray {
  background-color: #f6f7f7;
}


/* footer */
.heading_bold {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.txt_color_grey {
  color: #848484;
}

.widget>ul>li>a,
.widget>ul>li>span:first-child,
ul.menu>li>a,
ul.menu>li>span:first-child {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.widget>ul>li+li,
ul.menu>li+li {
  border-top: 0;
}

ul#menu-menu-footer-1 li,
ul#menu-menu-footer li {
  position: relative;
}

ul#menu-menu-footer-1 li::before,
ul#menu-menu-footer li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: -17px;
  width: 5px;
  height: 5px;
  background: #1d9fbf;
  border-radius: 50%;
}

.absolute-footer {
  display: none;
}


/* Lang */

.translate_icon {
  display: flex;
  font-family: 'proxima-nova' !important;
  font-weight: 600;
  color: white;
}

.change-lang {
  color: #000 !important;
}

.__english .wrap-english {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.__english span {
  color: var(--color-white);
}

.__english ul.sl-en span {
  color: var(--color-primary);
  cursor: pointer;
  margin-left: 10px;
}

.txt-14-22 {
  font-size: 14px;
  line-height: 22px;
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

.__english .wrap-english .en-arrow {
  transition: all .2s;
}

.__english .sl-en {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  margin-top: 10px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 206%;
  right: -40px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9;
  width: 180%;
}

.__english .sl-en li {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.__english .sl-en li img {
  margin-right: 4px;
}

.__english.open .sl-en {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

#google_language_translator {
  overflow: hidden;
  font-size: 0;
  display: none;
}

/* Lang */



@media screen and (max-width: 991px) {
  .header .flex-row {
    background-color: var(--main-color);
  }

  a.icon.primary.button.circle.is-small {
    background-color: transparent !important;
  }

  i.icon-menu {
    background: url(/wp-content/uploads/2024/05/menu-3.png);
    width: 37px;
    height: 37px;
    padding-right: 80px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .nav-vertical>li>a,
  .nav-vertical>li>ul>li a {
    justify-content: left;
  }

  .nav>li>a.button,
  .nav>li>button {
    margin-bottom: 0;
    position: absolute;
    left: 71px;
    width: 200px;
  }

  a.icon.primary.button.circle.is-small {
    border: none;
  }

  /*  earth */
  .earth_image_custom img {
    height: 80%;
  }

  .earth_layer_1_custom::before {
    width: 126%;
    height: 100%;
    left: 50%;
    top: 40%;
  }

  .earth_layer_2_custom::before {
    width: 152%;
    height: 120%;
    left: 50%;
    top: 39%;
  }

  .earth_layer_3_custom::before {
    width: 164%;
    height: 132%;
    left: 50%;
    top: 37%;
  }

  .our_product {
    margin-top: 80px;
  }

  .slick-slider .element {
    padding: 10px;
  }

  .pin_usa {
    left: 8%;
  }

  .pin_europe {
    top: 24%;
  }

  .pin_china {
    top: 34%;
  }

  .footer-widgets .row.large-columns-4.mb-0 {
    display: flex;
    padding: 0 20px;
  }

  div#nav_menu-3,
  div#nav_menu-4,
  div#custom_html-3 {
    width: 33.333%;
  }

  /* about */
  .header__sub-titles {
    display: none;
  }

  .custom_accordion_about {
    margin-top: 15px;
  }

  .custom_accordion_about a.accordion-title.active,
  .custom_accordion_about a.accordion-title {
    background-color: var(--main-color) !important;
    color: white !important;
  }

  .custom_accordion_about .accordion-inner {
    padding: 0px !important;
  }

  .custom_accordion_about .ux-menu-link.flex.menu-item.ux-menu-link--active {
    background-color: #f6f6f6;

  }

  .custom_accordion_about .ux-menu-link.flex.menu-item.ux-menu-link--active a {
    font-weight: 600;
    color: var(--main-color);
  }

  .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border: 0;
  }

  .ux-menu-link.flex.menu-item {
    padding: 5px 20px;
  }

  .item_circle_timeline {
    height: 210px;
  }

  .timeline_1::before,
  .timeline_2::before,
  .timeline_3::before,
  .timeline_4::before {
    font-size: 255px;
  }

  .timeline_4::before {
    width: 264px;
    height: 264px;
  }

  .key_count,
  span.count-up.active {
    font-size: 24px;
  }

  .bread_page_title {
    font-size: 35px;
  }

  .box_right_image_founded {
    left: -30px;
  }

  .image_founded_right img {
    z-index: 3;
  }

  .factories_image img {
    left: -140px;
  }

  .vt_img_location {
    right: 410px;
    top: 457px;
  }

  .product_custom .wrap_image_box_right,
  .product_custom .wrap_image_box_left {
    padding-left: 0;
    padding-right: 0;
  }

  .text_box_contact {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}


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

  .timeline_1::before,
  .timeline_2::before,
  .timeline_3::before,
  .timeline_4::before {
    font-size: 235px;
  }

  .item_circle_timeline {
    height: 192px;
  }

  .timeline_4::before {
    width: 245px;
    height: 245px;
  }

  .product_image_child_2 {
    left: 203px;
  }

  .working_us_img_2 {
    left: -105px;
  }
}

@media screen and (max-width: 480px) {
	
	.our_product_mobile h2 {
		padding-left: 20px;
	}
	
	.product_custom {
		background-color: transparent;
	}
	
	.product-gallery-slider img, .product-thumbnails img {
		object-fit: contain;
    height: 300px;
	}
  .wrap_leading_company {
    padding-top: 40px !important;
  }

  .button_view_more {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }

  .our_product:nth-child(2) {
    margin-top: 0;
  }

  .our_product h2 {
    font-weight: 800;
    font-size: 36px;
    white-space: no-w;
  }

  .Slick-Next,
  .Slick-Prev {
    margin-top: -50px !important;
  }
	
	.producten-content .Slick-Next,
  .producten-content .Slick-Prev {
    margin-top: 0 !important;
  }

  div#logo {
    margin-left: 0;
  }

  .custom_width-head-right {
    padding: 0 20px;
  }

  i.icon-menu {
    padding-right: 50px;
  }

  .wrap_breadcrums {
    position: absolute;
    height: 70px;
    width: fit-content;
    top: 184px;
    left: 15px;
    z-index: 1;
    background: #ffffffb3;
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrums {
    margin-bottom: 0;
    display: none;
  }

  .item_circle_timeline {
    flex-basis: 35%;
    height: 168px;
    margin-bottom: 60px;
  }


  .timeline_1,
  .timeline_2,
  .timeline_3,
  .timeline_4 {
    transform: translate(0);
  }

  .timeline_1::before,
  .timeline_2::before,
  .timeline_3::before,
  .timeline_4::before {
    font-size: 206px;
	  padding-right: 23px;
  }

  .timeline_4::before {
    width: 220px;
    height: 220px;
  }


  .image_founded_left img {
    left: 0;
    height: 100px;
    width: 150px;
  }

  .image_founded_right img {
    z-index: 2;
    height: 160px;
    width: 230px;
    top: -20px;
    left: 250px;

  }

  .image_founded_right_1976 {
    left: -220px;
    top: -100px;
    z-index: 2;
  }


  .box_right_image_founded {
    left: 200px;
    height: 268px;
    top: -600px;
  }

  .box_right_image_founded img {
    height: 268px;
    width: 200px;

  }

  .image_founded_left_1976 img {
    width: 200px;
    height: 178px;
    left: 30px;
  }

  .image_style_right {
    position: absolute;
    width: 260px;
    height: 171px;
    left: -229px;
    top: 200px;
  }

  .image_style_right img {
    position: absolute;
    left: 250px;
    width: 270px;
    height: 170px;
    top: 0px;
    z-index: 2;
  }


  .image_style_right_2 {
    left: 30px;
    top: 120px;
  }

  .image_style_right_2 img {
    width: 180px !important;
    height: 242px;
  }

  .image_right_2006 img {
    position: absolute;
    width: 220px;
    height: 147px;
    top: 515px;

  }

  .boxtext_gray::before {
    background-color: white;
  }


  .factories_image img {
    left: 174px;
    width: 200px;
    height: 136px;
    top: 100px;
  }

  .factories_image_right {
    top: 250px;
  }

  .factories_image_right img {
    width: 200px !important;
    height: 307px;
  }

  .vt_location {
    right: 80px;
  }

  .vt_img_location {
    right: 230px;
  }

  .hcm_img_location {
    width: 30px;
  }

  /* career */

  .working_us_img_2 {
    left: 120px;
    height: 200px;
  }

  .working_us_img_2 img {
    width: 300px;
    height: 217px;
  }

  .working_us_img_2::before {
    top: -60px;
    left: -40px;
    width: 300px;
    height: 215px;
  }

  .working_us_img_1 {
    height: 100px;
  }

  .working_us_img_1 img {
    width: 140px;
    height: 190px;
    top: 0px;
    left: 70px;
  }

  .box_contact_text {
    width: 70%;
  }

  .factory-item__gallery {
    border-top: 2px solid var(--second-blue);
  }


  .list__products .section-title-main {
    padding-left: 10px;
  }

  .link_flex {
    padding-right: 10px;
  }


  .flickity-enabled.is-draggable .flickity-viewport {
   /*  height: 300px !important; */
  }

  .custom_woo_product .hide-for-small,
  .custom_woo_product [data-show=hide-for-small] {
    display: flex !important;
  }
	
	.custom_image_about_theme img {
		height: 268px;
	}

}


@media screen and (max-width: 430px) {
	    .key_count, span.count-up.active, 
	.vi-stats-item .vi-stats-item__value {
	font-size: 22px !important;
	}
	
	.item_circle_timeline .icon-box-text p:last-of-type  {
		font-size: 12px;
	}
	
	  .Slick-Next,
  .Slick-Prev {
    margin-top: -80px !important;
  }

  .timeline_1::before,
  .timeline_2::before,
  .timeline_3::before {
    font-size: 170px;
    left: 50%;
	  padding-right: 20px;
  }

  .item_circle_timeline {
    height: 142px;
  }

  .timeline_4::before {
    width: 170px;
    height: 170px;
  }

  .wrap_breadcrums {
    top: 180px;
  }
	
	.image_founded_right img {
		width: 160px;
		left: 230px;
	}
	
	.image_right_2006 {
		width: 150px;
	}
	
	.factories_image {
	left: -40px;
	}
	
	.box_right_image_founded img {
	width: 160px;
	}
	
.vt_location {
	right: 15px;
	top: 460px;
	font-size: 14px;
	}
.hcm_location p, .vt_location p, .qn_location p {
	font-size: 14px;
	}
	.vt_location>p:first-of-type:after, .hcm_location>p:first-of-type:after, .qn_location>p:first-of-type:after {
		width: 40px;
	}
.hcm_location {
		top: 477px;
    left: 4px !important;
	}
	
.working_us_img_2 {
		left: 100px;
	}
	
	.earth_image_custom img {
		height: 66%;
	}
	
.earth_layer_1_custom::before {
		height: 83%;
	top: 33%;
	}
	
.earth_layer_2_custom::before {
		height: 100%;
	top: 32%;
	}
	
.earth_layer_3_custom::before {
	top: 30%;
	height: 111%
	}
	
	.pin_russia,
.pin_usa {
	top: 10%;
	}
	
.pin_europe {
	top: 17%;
	}
	
	.pin_china {
	top: 20%;
	}
	
.pin_japan {
		top: 17%;
	right: 0;
	}
	
	.vt_img_location {
	right: 256px;
	}
	
	.hcm_img_location {
		left: 190px;
		top: 412px;
	}
	
	.w-97 {
	width: 97%;
	}

}