a {
  text-decoration: none;
}
.page_main {
  padding-top: 4vw;
}
.kt-row-layout-overlay {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
  height: 100%;
  width: 100vw;
  z-index: 0;
  filter: opacity(100%);
  /* background-color: #273e41; */
  background-color: #02ace9;
}
.products_content {
  width: calc(100% - 260px);
  margin: 0px auto;
  margin-left: 260px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.content_products_item {
  position: relative;
  /* width: 14vw; */
  cursor: context-menu;
  margin-left: 2vw;
  margin-top: 2vw;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.content_products_item:hover {
  box-shadow: 0 0 20px 4px rgba(19, 116, 184, 0.2);
}

.content_products_item > img {
  width: 100%;
  height: 15vw;
  margin: 0px auto;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
.content_products_item > p {
  text-align: center;
  padding: 0px;
}
.products_type {
  position: absolute;
  left: 2vw;
  font-size: 1vw;
}

.product_menu {
  margin: 0px;
}
.product_menu li {
  width: 260px;
  border: 1px solid #ccc;
  padding: 0 1vw;
  font-size: 1.1vw;
  cursor: pointer;
  line-height: 50px;
}
.product_menu li:nth-of-type(1) {
  background: #227cbb;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  cursor: auto;
}
#primary-menu > li:nth-of-type(2) > a {
  color: #02ace9;
}
.product_menu li a {
  color: black;
}

.banner_sty {
  height: 20vw;
  color: white;
  position: relative;
  background: url("/images/product_01.jpg");
  background-size: 100%;
  overflow: hidden;
}
.banner_text {
  width: 100vw;
  z-index: 1;
  position: absolute;
  top: 7vw;
  padding-left: 18vw;
}
.banner_text > div {
  width: var(--global-content-width);
  margin: 0px auto;
}
.banner_text > div > h1 {
  font-size: 2vw;
  color: white;
  margin-bottom: 1vw;
}
.banner_text > div > p {
  font-size: 1vw;
}
.product_meau_content {
  width: 80%;
  margin: 2rem auto;
  position: relative;
}
.product_meau_left {
  position: absolute;
}
@media all and (max-width: 767px) {
  .product_meau_left {
    display: none;
  }
  .products_content {
    margin-left: 0;
  }
  .product_meau_content,
  .products_content {
    width: 100%;
  }
  .banner_sty {
    height: 15rem;
    background-size: 100% 100%;
  }
  .banner_text {
    top: 20vw;
  }
  .banner_text {
    width: auto;
    padding-left: 2vw;
  }
  .banner_text > div {
    width: 100vw;
    font-size: 1rem;
  }
  .banner_text > div > h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .banner_text > div > p {
    font-size: 1rem;
  }
}
