/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

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

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: "Montserrat", sans-serif; }
  body .container {
    max-width: 1170px;
    padding-left: 45px;
    padding-right: 45px; }

.Banner {
  position: relative;
  z-index: 9;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  .Banner-in {
    position: relative;
    height: clamp(400px, 35vw, 600px);
    display: flex;
    align-items: flex-end;
    padding-left: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .Banner-in img {
      max-height: 75%; }
  .Banner-about {
    padding-top: 124px; }
    .Banner-about .Banner-in {
      background-position: left;
      height: clamp(200px, 30vw, 500px); }
  .Banner-contact {
    padding-top: 124px; }
    .Banner-contact .Banner-in {
      padding-left: 0;
      height: clamp(400px, 40vw, 700px); }

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }
  .button:hover {
    transition: 500ms; }

.lv_skin canvas {
  opacity: 0 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.scroll {
  bottom: 10vh;
  z-index: 99;
  position: absolute;
  left: 40%;
  display: flex;
  align-items: center; }
  .scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
    margin-right: 24px; }
  .scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: red;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Black.ttf);
  font-weight: 900; }

.over {
  overflow: hidden; }

.Navtop {
  width: 100%;
  z-index: 9999;
  position: absolute;
  transition: 500ms;
  padding-top: 20px;
  padding-bottom: 20px; }
  .Navtop-in {
    background-color: #efefef; }
    .Navtop-in .navbar-brand:before {
      background-image: url(../images/logo-dark.svg) !important; }
    .Navtop-in .navbar-collapse .nav-link {
      color: #4a4a4a !important; }
.Navtop-in .navbar-collapse .nav-link:hover {
  color: #ec5a00 !important; }
    .Navtop-in .Navtop-language a {
      color: #4a4a4a;
      border-color: #4a4a4a; }
  .Navtop .container {
    max-width: 1850px;
    align-items: inherit; }
  .Navtop-search {
    margin-left: 60px; }
    .Navtop-search-button {
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Navtop-search-button:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
      .Navtop-search-button:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        transition: 500ms; }
    .Navtop-search-in {
      position: fixed;
      left: 0;
      right: 0;
      top: 110px;
      background-color: white;
      opacity: 0;
      transition: 400ms;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      pointer-events: none; }
    .Navtop-search-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navtop-search-input {
      height: 60px;
      border: none; }
      .Navtop-search-input:focus {
        box-shadow: none; }
    .Navtop-search-submit {
      background-color: transparent;
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navtop-search-submit:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
      .Navtop-search-submit:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        transition: 500ms; }
    .Navtop-search-active .Navtop-search-in {
      opacity: 1;
      transition: 400ms;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      pointer-events: auto; }
    .Navtop-search-active .Navtop-search-button:before {
      background-image: url(../images/icon-close.svg); }
  .Navtop-language {
    margin-left: 5px; }
    .Navtop-language a {
      padding-right: 7px;
      padding-left: 5px;
      border-right: 1px solid white;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      transition: 500ms; }
      .Navtop-language a:last-child {
        border-right: none; }
      .Navtop-language a:hover {
        color: #ec5a00;
        transition: 500ms; }
    .Navtop-language .active {
      pointer-events: none;
      color: #ec5a00;
      text-decoration: underline; }
  .Navtop .navbar-brand {
    margin-top: 0; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 196px;
      height: 66px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/logo.svg); }
  .Navtop-active {
    background-color: #ec5a00; }
    .Navtop-active .navbar-collapse {
      opacity: 0;
      transition: 500ms; }
    .Navtop-active .navbar-brand:before {
      background-image: url(../images/logo_w.svg) !important; }
  .Navtop .navbar {
    position: relative;
    z-index: 99;
    transition: 500ms; }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse .nav-item {
      margin-left: 25px;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: center; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        text-align: center;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        position: relative;
        transition: 500ms; }
        .Navtop .navbar-collapse .nav-item .nav-link:hover {
          color: #ec5a00;
          transition: 500ms; }
    .Navtop .navbar-collapse .active .nav-link {
      color: #000; }

.Menu {
  background-color: #ec5a00;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: 400ms; }
  .Menu-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: 400ms; }
  .Menu-in {
    display: flex;
    width: 100%; }
  .Menu-left {
    padding-top: clamp(130px, 9vw, 170px);
    width: 33.33%;
    border-right: 4px solid white;
    display: flex;
    flex-direction: column;
    padding-right: 30px; }
    .Menu-left h5 {
      font-weight: bold;
      line-height: 1;
      color: white;
      font-size: clamp(20px, 2.6vw, 38px); }
      .Menu-left h5 span {
        font-size: clamp(18px, 2.2vw, 31px);
        color: #000000; }
    .Menu-left-in {
      max-width: 500px;
      padding-top: clamp(30px, 6vw, 120px); }
      .Menu-left-in button {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: bold;
        color: #000000;
        background-color: transparent;
        padding-left: clamp(15px, 2.8vw, 40px); }
        .Menu-left-in button:before {
          width: 15px;
          content: "+";
          display: inline-block;
          transition: 500ms; }
        .Menu-left-in button[aria-expanded="true"]:before {
          content: "-"; }
    .Menu-left-inner a {
      padding-left: clamp(15px, 2.8vw, 40px);
      height: 55px;
      display: flex;
      align-items: center;
      border-top: 1px solid white;
      font-size: 18px;
      font-weight: 500;
      line-height: normal;
      color: #ffffff;
      transition: 500ms; }
      .Menu-left-inner a:before {
        content: "-";
        display: inline-block;
        margin-right: 10px; }
      .Menu-left-inner a:hover {
        color: black;
        transition: 500ms; }
      .Menu-left-inner a:last-child {
        border-bottom: 1px solid white; }
  .Menu-right {
    padding-left: clamp(30px, 5vw, 90px);
    width: 66.66%;
    padding-top: clamp(90px, 6vw, 120px); }
    .Menu-right h2 {
      font-size: clamp(20px, 3vw, 43px);
      font-weight: bold;
      line-height: normal;
      color: #000000; }
    .Menu-right-in {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
  .Menu-item {
    width: 47%;
    margin-bottom: 15px; }
    .Menu-item button {
      font-size: 25px;
      font-weight: bold;
      line-height: 2.45;
      color: #000000;
      background-color: transparent;
      width: 100%;
      text-align: left; }
    .Menu-item .Menu-link{
      font-size: 25px;
      font-weight: bold;
      line-height: 2.45;
      color: #000000;
      background-color: transparent;
      width: 100%;
      text-align: left;
    }
.Menu-item .Menu-link:before{
  width: 15px;
  content: "-";
  display: inline-block;
  transition: 500ms;
}
      .Menu-item button:before {
        width: 15px;
        content: "+";
        display: inline-block;
        transition: 500ms; }
      .Menu-item button[aria-expanded="true"]:before {
        content: "-"; }
    .Menu-item-in button,.Menu-item-in .Menu-link {
      font-size: 15.5px;
      font-weight: 500;
      padding-left: clamp(15px, 2vw, 30px);
      border-top: 2px solid #e0e0e0;
      width: 100%;
      text-align: left; }



    .Menu-item-in a {
      display: flex;
      align-items: center;
      padding-left: clamp(20px, 4vw, 70px);
      height: 36px;
      border-top: 1px solid #e0e0e0;
      font-size: 15.5px;
      font-weight: 500;
      color: #ffffff;
      line-height: 1; }
      .Menu-item-in a:before {
        content: "-";
        display: inline-block;
        margin-right: 10px; }
      .Menu-item-in a:hover {
        color: black;
        transition: 500ms; }

.Navbottom {
  position: relative;
  z-index: 99;
  border-top: 10px solid #ec5a00;
  margin-top: 25px; }
  .Navbottom-in {
    background-color: #efefef; }
  .Navbottom-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px; }
  .Navbottom-menu {
    padding-right: 2%;
    flex-grow: 2;
    display: flex;
    justify-content: space-between; }
    .Navbottom-menu-item {
      flex-grow: 2; }
      .Navbottom-menu-item h6 {
        font-size: clamp(14px, 1.3vw, 18px);
        font-weight: 600;
        line-height: normal;
        color: #4a4a4a;
        margin-bottom: 15px; }
      .Navbottom-menu-item ul li {
        display: flex; }
        .Navbottom-menu-item ul li a {
          font-size: 15px;
          line-height: 1.56;
          color: #4a4a4a;
          transition: 500ms;
          margin-right: 5px; }
          .Navbottom-menu-item ul li a i {
            border-radius: 100%;
            width: 27px;
            height: 27px;
            border: solid 0.8px #979797;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 500ms; }
          .Navbottom-menu-item ul li a:hover {
            color: #ec5a00;
            transition: 500ms; }
            .Navbottom-menu-item ul li a:hover i {
              transition: 500ms;
              color: #ec5a00;
              border-color: #ec5a00; }
  .Navbottom-right {
    width: 260px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .Navbottom-right-logo {
      margin-bottom: 15px; }
      .Navbottom-right-logo img {
        height: 67px;
        -o-object-fit: contain;
           object-fit: contain; }
    .Navbottom-right-map {
      margin-top: 7px;
      width: 133px;
      height: 37px;
      border: solid 0.8px #9b9b9b;
      font-size: 16px;
      font-weight: 500;
      color: #9b9b9b;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Navbottom-right-map:hover {
        border-color: #ec5a00;
        background-color: #ec5a00;
        transition: 500ms;
        color: white; }
    .Navbottom-right p {
      font-size: 14.4px;
      line-height: 1.56;
      color: #4a4a4a; }
      .Navbottom-right p:nth-of-type(2) {
        color: #ec5a00;
        font-weight: 600; }
        .Navbottom-right p:nth-of-type(2):hover {
          text-decoration: underline;
          transition: 500ms; }
  .Navbottom-copy {
    padding-top: 15px;
    padding-bottom: 15px; }
    .Navbottom-copy-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navbottom-copy p {
      font-size: 14px;
      font-weight: normal;
      color: #4a4a4a;
      font-family: "Open Sans", sans-serif; }

.desktop-menu {
  background-color: transparent;
  margin-left: 10px;
  transition: 500ms; }
  .desktop-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-menu.svg); }
  .desktop-menu-active:before {
    background-image: url(../images/icon-close.svg); }
  .desktop-menu:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: 500ms; }

.icon-menu {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menu.svg);
    background-position: center; }
  .icon-menu-active:before {
    background-image: url(../images/close.svg); }

.Slider {
  position: relative;
  z-index: 1; }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    border: 1px solid transparent;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms; }
    .Slider .swiper-container .swiper-button-prev:hover, .Slider .swiper-container .swiper-button-next:hover {
      border-color: white;
      transition: 500ms; }
  .Slider .swiper-container .swiper-button-prev {
    left: 45px;
    padding-right: 2px; }
    .Slider .swiper-container .swiper-button-prev:after {
      content: "";
      background-image: url(../images/icon-chevron-left.svg);
      width: 13px;
      background-repeat: no-repeat;
      height: 19px; }
  .Slider .swiper-container .swiper-button-next {
    right: 45px;
    padding-left: 2px; }
    .Slider .swiper-container .swiper-button-next:after {
      content: "";
      background-repeat: no-repeat;
      background-image: url(../images/icon-chevron-right.svg);
      width: 13px;
      height: 19px; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: clamp(400px, 52vw, 900px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .Slider-text {
    position: absolute;
    z-index: 2;
    bottom: 7%;
    padding-left: calc((100vw - 1170px) / 2);
    left: 45px; }
    .Slider-text h2 {
      font-size: clamp(32px, 6vw, 117px);
      font-weight: normal;
      color: #ec5a00;
      line-height: 0.6;
      z-index: 2;
      position: relative; }
    .Slider-text h3 {
      font-size: clamp(28px, 5vw, 100px);
      font-weight: 300;
      letter-spacing: -4px;
      color: #ffffff;
      line-height: 0.6; }
    .Slider-text a {
      margin-top: 40px;
      font-size: 30.2px;
      font-weight: 300;
      color: white;
      display: flex;
      align-items: center;
      transition: 500ms; }
      .Slider-text a:before {
        margin-right: 7px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 60px;
        height: 6px;
        background-color: #ec5a00;
        margin-top: 5px; }
      .Slider-text a strong {
        margin-right: 10px;
        font-weight: 500; }
      .Slider-text a:hover {
        color: #ec5a00;
        transition: 500ms; }

.H_catalog-in {
  display: flex; }

.H_catalog-left {
  width: 50%;
  padding-left: calc((100vw - 1170px) / 2);
  background-color: #ec5a00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  padding-top: 12px;
  transition: 500ms; }
  .H_catalog-left img {
    margin-left: 45px; }
  .H_catalog-left h6 {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: white; }
  .H_catalog-left:hover {
    background-color: #1e2633;
    transition: 500ms; }

.H_catalog-right {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: calc((100vw - 1170px) / 2);
  padding-left: 40px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center; }
  .H_catalog-right h6 {
    transition: 500ms;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: white; }
  .H_catalog-right:hover h6 {
    color: #1e2633;
    transition: 500ms; }

.H_event {
  background-color: #efefef;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .H_event-in {
    display: flex; }
  .H_event-left {
    width: 50%; }
    .H_event-left h4 {
      font-size: 24px;
      font-weight: bold;
      line-height: normal;
      color: #ec5a00; }
    .H_event-left h3 {
      font-size: 32.4px;
      font-weight: 500;
      line-height: normal;
      color: #4a4a4a; }
    .H_event-left p {
      font-size: 18.9px;
      font-weight: 500;
      line-height: normal;
      color: #4a4a4a; }
    .H_event-left span {
      font-size: 18px;
      line-height: normal;
      color: #9b9b9b;
      font-family: "Open Sans", sans-serif; }
  .H_event-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .H_event-right a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;
      color: #ec5a00;
      transition: 500ms;
      width: 291px;
      height: 56px;
      border: solid 1px #ec5a00; }
      .H_event-right a:hover {
        background-color: #ec5a00;
        transition: 500ms;
        color: white; }

.H_product {
  position: relative;
  z-index: 99;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }
  .H_product-in {
    display: flex;
    flex-wrap: wrap; }
  .H_product-item {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc(33.33% - 25px);
    background-color: #1e2633;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 20px;
    transition: 500ms;
    justify-content: space-between; }
    .H_product-item img {
      max-width: 100%;
      max-height: 75%;
      -o-object-fit: contain;
         object-fit: contain; }
    .H_product-item p {
      font-weight: 300;
      line-height: normal;
      letter-spacing: -0.4px;
      color: #ffffff;
      margin-bottom: 15px;
      font-size: clamp(20px, 2.5vw, 30px);
      margin-right: auto; }
    
    .H_product-item:hover {
      background-color: #ec5a00;
      transition: 500ms; }

.fancybox-container {
  z-index: 9999999999 !important; }

.dataTables_length,
.dataTables_filter {
  width: 100%; }

.dataTables_wrapper.container-fluid {
  padding: 0; }

table.dataTable tbody td a {
  color: #ec5a00; }

@media (max-width: 768px) {
  .dataTables_filter label {
    justify-content: flex-start; }
  table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    font-size: 12px; }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 5px;
    font-size: 12px; } }

.Product {
  position: relative;
  z-index: 99; }
  .Product .container {
    max-width: 1850px; }
  .Product-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Product-top-left {
      margin-top: -30px; }
    .Product-top-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .Product-top-right h6 {
        margin-top: -40px;
        width: clamp(350px, 33vw, 595px);
        height: 80px;
        background-color: #ec5a00;
        font-size: 39.6px;
        font-weight: bold;
        text-align: right;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 45px; }
      .Product-top-right p {
        font-size: 18px;
        font-weight: 500;
        line-height: 2.45;
        text-align: right;
        color: #9b9b9b;
        padding-right: 45px; }
  .Product-in {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
  .Product-left {
    width: 29%; }
    .Product-left h2 {
      font-size: 25px;
      font-weight: bold;
      color: #9b9b9b;
      line-height: 2; }
    .Product-left-item {
      border-top: 3px solid #e0e0e0; }
      .Product-left-item button {
        height: 50px;
        font-size: 19.2px;
        font-weight: 500;
        color: #9b9b9b;
        background-color: transparent;
        width: 100%;
        text-align: left; }
        .Product-left-item button:before {
          width: 15px;
          content: "+";
          display: inline-block;
          transition: 500ms; }
        .Product-left-item button[aria-expanded="true"]:before {
          content: "-"; }
      .Product-left-item-in button {
        height: 40px;
        border-top: 1px solid #e0e0e0;
        font-size: 15.5px;
        font-weight: 500;
        padding-left: 20px;
        width: 100%;
        text-align: left; }
        .Product-left-item-in button[aria-expanded="true"] {
          color: #ec5a00; }
          .Product-left-item-in button[aria-expanded="true"]:before {
            transition: 500ms;
            color: #ec5a00; }
      .Product-left-item-in a {
        height: 40px;
        display: flex;
        align-items: center;
        padding-left: clamp(30px, 4vw, 70px);
        border-top: 2px solid #e0e0e0;
        font-size: 16px;
        font-weight: 500;
        color: #9b9b9b;
        line-height: 1; }
.Product-left-item-in a.active{
  color: #ec5a00;
}
        .Product-left-item-in .Kategori-link{
          padding-left: 20px;
        }
        .Product-left-item-in a:before {
          content: "-";
          display: inline-block;
          margin-right: 10px; }
        .Product-left-item-in a:hover {
          color: black;
          transition: 500ms; }
      .Product-left-item:last-child {
        border-bottom: 3px solid #e0e0e0; }
  .Product-right {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    position: relative;
    padding-bottom: 100px; }
  .Product-item {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc(33.33% - 25px);
    height: clamp(400px, 30vw, 500px);
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 25px;
    padding-right: 15px;
    align-items: center;
    padding-bottom: 25px;
    position: relative;
    transition: 500ms; }
.Product.Search .Product-in{
  padding-top: 40px;
  padding-bottom: 40px;
}
.Product.Search .Product-item {
  width: calc(25% - 25px);
 }
    .Product-item:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 64px;
      height: 64px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-right-circle.svg);
      position: absolute;
      top: 20px;
      right: 40px;
      opacity: 0; }
    .Product-item img {
      max-width: 85%;
      max-height: 75%;
      -o-object-fit: contain;
         object-fit: contain; }
    .Product-item p {
      padding-right: 30px;
      margin-top: 30px;
      font-size: clamp(15px, 1.4vw, 24px);
      font-weight: 500;
      line-height: 1.15;
      color: #212121; }
    .Product-item:hover, .Product.Search .Product-item:hover{
      background-color: #ec5a00;
      transition: 500ms; }
      .Product-item:hover:before {
        transition: 500ms;
        right: 20px;
        opacity: 1; }
      .Product-item:hover p {
        color: white;
        transition: 500ms; }
      .Kategori-link{
        height: 50px;
        font-size: 19.2px;
        font-weight: 500;
        color: #9b9b9b;
        background-color: transparent;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
      }
      .Kategori-link.active{
        color: #ec5a00;
      }
      .Kategori-link:before{
        width: 15px;
        content: "-";
        display: inline-block;
        transition: 500ms;
      }

.load {
  width: 329px;
  height: 57px;
  border: solid 2px #ec5a00;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24.1px;
  font-weight: 500;
  color: #ec5a00;
  transition: 500ms;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .load:hover {
    background-color: #ec5a00;
    transition: 500ms;
    color: white; }

.Pagination {
  display: flex;
  flex-wrap: wrap; }
  .Pagination-item {
    font-size: 14px;
    font-weight: normal;
    color: #757575;
    display: flex;
    align-items: center; }
    .Pagination-item:after {
      display: block;
      content: ">";
      margin-left: 3px;
      margin-right: 3px; }
    .Pagination-item:last-child:after {
      display: none; }
  .Pagination .active {
    color: #212121;
    font-weight: 500;
    pointer-events: none; }

.Product_detail {
  padding-top: 140px; }
  .Product_detail .Product-top {
    align-items: flex-end; }
    .Product_detail .Product-top-left {
      margin-bottom: 20px; }
      .Product_detail .Product-top-left .Pagination {
        margin-bottom: 30px; }
    .Product_detail .Product-top-right h6 {
      margin-top: 0; }
  .Product_detail-in {
    display: flex;
    justify-content: space-between;
    border-top: solid 2px #979797;
    padding-top: 30px; }
  .Product_detail-text {
    width: 28%; }
    .Product_detail-text h1 {
      font-size: clamp(24px, 3.2vw, 60px);
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: -2px;
      color: #9b9b9b; }
    .Product_detail-text h6 {
      font-size: clamp(16px, 1.1vw, 20px);
      font-weight: 500;
      line-height: normal;
      margin-top: 30px;
      letter-spacing: -0.8px;
      color: #d1d1d1; }
    .Product_detail-text-back {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: clamp(30px, 5vw, 100px); }
      .Product_detail-text-back img {
        padding-left: 20px;
        transition: 500ms; }
      .Product_detail-text-back span {
        padding-left: 20px;
        margin-top: 20px;
        padding-top: 20px;
        width: 100%;
        display: block;
        font-size: clamp(18px, 1.3vw, 26px);
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1.04px;
        color: #ec5a00;
        border-top: solid 2px #979797;
        transition: 500ms; }
      .Product_detail-text-back:hover img {
        transition: 500ms;
        padding-left: 0; }
      .Product_detail-text-back:hover span {
        color: #000000;
        transition: 500ms; }
  .Product_detail-image {
    width: 33%;
    background-color: #eeeeee;
    height: clamp(350px, 45vw, 800px);
    display: flex;
    align-items: center;
    justify-content: center; }
    .Product_detail-image img {
      max-width: 90%;
      max-height: 70%; }
  .Product_detail-table {
    width: 35%; }
    .Product_detail-table .table th, .Product_detail-table .table td {
      border-left: 2px solid white; }
    .Product_detail-table .table thead {
      background-color: #a1a1a1; }
      .Product_detail-table .table thead th {
        text-align: center;
        font-size: clamp(14px, 1.3vw, 20px);
        font-weight: 500;
        color: white;
        vertical-align: middle; }
        .Product_detail-table .table thead th p {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .Product_detail-table .table thead th p span {
            font-size: 18px;
            color: #000000; }
    .Product_detail-table .table tbody tr {
      transition: 500ms;
      text-align: center; }
      .Product_detail-table .table tbody tr:nth-of-type(odd) {
        background-color: #d5d5d5; }
      .Product_detail-table .table tbody tr td {
        font-size: clamp(14px, 1.3vw, 20px);
        font-weight: 500;
        color: #9b9b9b;
        transition: 500ms; }
      .Product_detail-table .table tbody tr:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        transition: 500ms;
        background-color: #ec5a00; }
        .Product_detail-table .table tbody tr:hover td {
          color: white;
          transition: 500ms; }
  .Product_detail-related {
    margin-top: clamp(30px, 4vw, 80px);
    position: relative; }
    .Product_detail-related-head {
      display: flex;
      align-items: center;
      height: 78px;
      background-color: #ec5a00;
      padding-left: 40px; }
      .Product_detail-related-head h5 {
        font-size: clamp(18px, 2.5vw, 38px);
        font-weight: bold;
        color: #ffffff; }
    .Product_detail-related .Product-item {
      width: calc(100% - 25px);
      margin: 0; }
    .Product_detail-related .swiper-container {
      margin-top: 30px;
      margin-bottom: 30px; }
    .Product_detail-related .swiper-button-prev, .Product_detail-related .swiper-button-next {
      top: 40px;
      border-radius: 100px;
      width: 46px;
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms;
      opacity: 0.6; }
      .Product_detail-related .swiper-button-prev:after, .Product_detail-related .swiper-button-next:after {
        width: 46px;
        height: 37px;
        background-size: 100% auto; }
      .Product_detail-related .swiper-button-prev:hover, .Product_detail-related .swiper-button-next:hover {
        transition: 500ms;
        opacity: 1; }
      .Product_detail-related .swiper-button-prev:focus, .Product_detail-related .swiper-button-next:focus {
        outline: none; }
    .Product_detail-related .swiper-button-prev {
      right: 120px;
      left: auto;
      padding-right: 2px; }
      .Product_detail-related .swiper-button-prev:after {
        content: "";
        background-image: url(../images/icon-left.svg); }
    .Product_detail-related .swiper-button-next {
      right: 45px; }
      .Product_detail-related .swiper-button-next:after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/icon-right.svg); }

.About {
  position: relative;
  z-index: 99;
  padding-bottom: clamp(30px, 5vw, 100px); }
  .About .container {
    max-width: 1850px; }
  .About-text {
    padding-right: 45px; }
    .About-text h2 {
      margin-top: 20px;
      margin-bottom: 40px;
      max-width: 750px;
      display: flex;
      flex-direction: column;
      font-size: clamp(20px, 3vw, 43px);
      font-weight: bold;
      line-height: normal;
      color: #000000; }
      .About-text h2 span {
        font-size: clamp(24px, 3.5vw, 54px);
        color: #ec5a00; }
    .About-text-in p {
      margin-bottom: 30px;
      font-size: 19px;
      font-weight: 500;
      line-height: normal;
      color: #9b9b9b; }

.Left {
  margin-top: 10px; }
  .Left a {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 19.2px;
    font-weight: 500;
    color: #9b9b9b;
    border-top: 2px solid #75757580;
    transition: 500ms; }
    .Left a:last-child {
      border-bottom: 2px solid #75757580; }
    .Left a:hover {
      color: #ec5a00;
      transition: 500ms; }
  .Left .active {
    color: #ec5a00; }

.Contact-item {
  margin-bottom: 30px; }
  .Contact-item h6 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    color: #ec5a00; }
  .Contact-item p {
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    color: #9b9b9b;
    margin-bottom: 2px; }
    .Contact-item p a {
      margin-top: 0; }
  .Contact-item a {
    display: block;
    margin-top: 20px;
    transition: 500ms; }
    .Contact-item a:hover {
      color: #ec5a00;
      transition: 500ms; }

.Event-item {
  position: relative;
  width: calc(50% - 25px);
  margin-right: 25px;
  margin-bottom: 40px; }
  .Event-item-image {
    overflow: hidden; }
    .Event-item-image img {
      transition: 700ms; }
  .Event-item-text {
    margin-top: 10px; }
    .Event-item-text span {
      font-size: 14px;
      font-weight: 500;
      color: #9b9b9b; }
    .Event-item-text p {
      font-size: 16px;
      font-weight: 500;
      color: #4a4a4a; }
    .Event-item-text h6 {
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      color: #4a4a4a; }
  .Event-item:hover {
    transition: 500ms; }
    .Event-item:hover .Event-item-image img {
      transition: 700ms;
      -webkit-transform: scale(1.1) rotate(3deg);
              transform: scale(1.1) rotate(3deg); }
    .No_results a{
      font-size: clamp(18px,1.57vw,30px);
      font-weight: bold;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 15px;
transition: all 500ms;
    }
.No_results a:hover{
  transform: translateY(-5px);
}
.No_results p{
  font-size: clamp(14px,1.1vw,20px);
}
.No_results p span{
  font-size: clamp(16px,1.25vw,24px);
  font-weight: bold;
  color: #ec5a00;
}
.No_results .links{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.No_results a.anasayfa{
  background-color: #ec5a00;
  margin-right: 15px;
}
.No_results a.urun{
  background-color: #1e2633;
}

.Form {
  margin-top: 30px; }
  .Form-in {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-top: 30px; }
  .Form-item {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc(50% - 25px);
    position: relative; }
    .Form-item input, .Form-item textarea {
      height: 60px;
      padding-left: 20px;
      border-radius: 0;
      border: 1px solid #a4a4a4; }
      .Form-item input:focus, .Form-item textarea:focus {
        box-shadow: none;
        border-color: #ec5a00; }
    .Form-item textarea {
      padding-top: 15px; }
    .Form-item-file {
      height: 60px;
      border: 1px solid #a4a4a4;
      display: flex;
      align-items: center;
      padding-left: 20px; }
      .Form-item-file input[type='file'] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer; }
      .Form-item-file-text {
        font-size: 15px;
        font-weight: 500;
        color: #ec5a00; }
      .Form-item-file:hover {
        background-color: transparent;
        transition: 500ms; }
        .Form-item-file:hover span {
          color: #ec5a00; }
  .Form-button {
    border: 2px solid #ec5a00;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-left: auto;
    height: 60px;
    background-color: #ec5a00;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 500ms; }
    .Form-button:hover {
      background-color: white;
      transition: 500ms;
      color: #ec5a00; }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    padding-left: 15px;
    z-index: 99999;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
    background-color: #1e2633; }
    .Navtop-search {
      margin-left: 0;
      z-index: 99;
      margin-top: 30px; }
      .Navtop-search-button {
        display: none; }
      .Navtop-search-in {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        pointer-events: auto; }
      .Navtop-search-input {
        height: 45px; }
      .Navtop-search-submit:before {
        width: 36px;
        height: 36px; }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px; }
        .Navtop .navbar-brand:before {
          height: 35px;
          background-image: url(../images/logo.svg) !important; }
      .Navtop .navbar-nav {
        margin-right: auto; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 77px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #1e2633;
          opacity: 0.95; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 3.5; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0px 5px;
            font-size: 20px;
            color: white; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
  .Menu {
    overflow-y: scroll;
    top: 77px; }
    .Menu-in {
      flex-direction: column;
      padding-bottom: 30px; }
    .Menu-left {
      padding-top: 25px;
      width: 100%;
      border-right: none;
      padding-right: 0; }
      .Menu-left-in {
        max-width: 500px;
        padding-top: clamp(30px, 6vw, 120px); }
        .Menu-left-in button {
          margin-bottom: 10px;
          font-size: 20px; }
          .Menu-left-in button:before {
            width: 15px;
            content: "+";
            display: inline-block;
            transition: 500ms; }
      .Menu-left-inner a {
        height: 45px;
        font-size: 16px; }
        .Menu-left-inner a:before {
          content: "-";
          display: inline-block;
          margin-right: 10px; }
      .Menu-left h5 {
        text-align: center; }
    .Menu-right {
      padding-left: 0;
      width: 100%;
      padding-top: 40px; }
      .Menu-right h2 {
        text-align: center; }
      .Menu-right-in {
        margin-top: 30px; }
    .Menu-item {
      width: 100%; }
      .Menu-item button {
        font-size: 18px;
        line-height: 2; }
      .Menu-item-in {
        text-align: left; }
        .Menu-item-in button {
          font-size: 15px;
          padding-left: clamp(15px, 2vw, 30px); }
        .Menu-item-in a {
          font-size: 14px; }
  .desktop-menu {
    margin-left: 0; }
    .desktop-menu:before {
      width: 47px;
      height: 47px; }
    .desktop-menu-active:before {
      background-image: url(../images/icon-close.svg); }
  .Slider {
    position: relative;
    z-index: 1; }
    .Slider .swiper-container .swiper-button-prev {
      left: 5px; }
    .Slider .swiper-container .swiper-button-next {
      right: 5px; }
    .Slider-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      bottom: 50%;
      text-align: center;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      left: 15px;
      right: 15px; }
      .Slider-text h2 {
        line-height: 1; }
      .Slider-text h3 {
        letter-spacing: -1.5px;
        line-height: 1; }
      .Slider-text h6 {
        margin-top: 20px;
        font-size: 20px; }
        .Slider-text h6:before {
          width: 40px;
          height: 4px;
          margin-top: 3px; }
  .H_product {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 15px; }
    .H_product-item {
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%;
      height: auto !important;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; }
      .H_product-item img {
        max-height: 300px; }
      .H_product-item p {
        font-size: 18px; }
      .H_product-item:nth-of-type(1) {
        text-align: center; }
        .H_product-item:nth-of-type(1) h4 {
          font-size: 30px; }
          .H_product-item:nth-of-type(1) h4 span {
            display: flex;
            justify-content: center; }
          .H_product-item:nth-of-type(1) h4 strong {
            margin-left: 5px; }
        .H_product-item:nth-of-type(1) h6 {
          font-size: 20px;
          margin-top: 0px; }
  .H_catalog-in {
    flex-direction: column; }
  .H_catalog-left {
    width: 100%;
    padding-right: 0;
    padding-top: 12px;
    padding-left: 15px;
    justify-content: center; }
    .H_catalog-left img {
      width: 100px;
      margin-left: 0; }
    .H_catalog-left h6 {
      padding-left: 20px;
      font-size: 20px; }
  .H_catalog-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    justify-content: center; }
    .H_catalog-right h6 {
      font-size: 20px; }
  .H_event {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .H_event-in {
      flex-direction: column; }
    .H_event-left {
      width: 100%;
      text-align: center; }
      .H_event-left h4 {
        font-size: 18px; }
      .H_event-left h3 {
        font-size: 26px; }
      .H_event-left p {
        font-size: 16px; }
      .H_event-left span {
        font-size: 15px; }
    .H_event-right {
      justify-content: center;
      width: 100%;
      margin-top: 20px; }
      .H_event-right a {
        font-size: 15px;
        width: 190px;
        height: 45px; }
  .Navbottom {
    border-top: 5px solid #ec5a00;
    margin-top: 15px; }
    .Navbottom-inner {
      flex-direction: column;
      padding-top: 20px;
      padding-bottom: 20px; }
    .Navbottom-menu {
      padding-right: 0;
      flex-wrap: wrap; }
      .Navbottom-menu-item {
        margin-bottom: 15px; }
        .Navbottom-menu-item h6 {
          margin-bottom: 10px; }
        .Navbottom-menu-item ul li a {
          font-size: 13px; }
    .Navbottom-right {
      width: 100%;
      text-align: center;
      align-items: center;
      margin-top: 30px; }
      .Navbottom-right-logo {
        margin-bottom: 15px; }
        .Navbottom-right-logo img {
          height: 50px; }
      .Navbottom-right-map {
        height: 35px;
        width: 120px;
        font-size: 14px; }
      .Navbottom-right p {
        font-size: 13px; }
    .Navbottom-copy {
      padding-top: 10px;
      padding-bottom: 10px; }
      .Navbottom-copy-in {
        flex-direction: column; }
      .Navbottom-copy p {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px; }
  .Product-in {
    flex-direction: column;
    margin-top: 30px; }
  .Product-left {
    width: 100%; }
    .Product-left h2 {
      font-size: 24px;
      text-align: center; }
    .Product-left-item {
      border-top: 2px solid #e0e0e0; }
      .Product-left-item button {
        height: 40px;
        font-size: 18px; }
      .Product-left-item-in button {
        height: 30px;
        padding-left: 10px;
        font-size: 14px; }
  .Product-left-item-in .Kategori-link{
    padding-left: 10px;
    height: 30px;
    font-size: 14px;
  }
      .Product-left-item-in a {
        height: 35px;
        font-size: 14px; }
      .Product-left-item:last-child {
        border-bottom: 3px solid #e0e0e0; }
  .Product-right {
    margin-top: 30px;
    width: 100%;
    margin-right: 0;
    padding-bottom: 100px; }
  .Product-item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 15px; }
  .Product.Search .Product-item {
    width: 100%;
  }
    .Product-item:before {
      width: 48px;
      height: 48px;
      top: 20px;
      right: 20px;
      opacity: 1; }
    .Product-item img {
      max-width: 75%;
    max-height: 300px;}
  .Product-top {
    flex-direction: column; }
    .Product-top-left {
      margin-top: 10px;
      margin-bottom: 40px; }
    .Product-top-right {
      width: 100%;
      align-items: center; }
      .Product-top-right h6 {
        margin-top: 0px;
        width: 100%;
        height: 45px;
        font-size: 24px;
        text-align: center;
        justify-content: center;
        padding-right: 0; }
      .Product-top-right p {
        font-size: 15px;
        line-height: 2;
        text-align: center;
        padding-right: 0; }
  .load {
    width: 200px;
    height: 50px;
    font-size: 16px; }
  .Pagination-item {
    font-size: 13px; }
  .Product_detail {
    padding-top: 80px; }
    .Product_detail .Product-top {
      align-items: center; }
      .Product_detail .Product-top-left {
        margin-bottom: 20px; }
        .Product_detail .Product-top-left .Pagination {
          margin-bottom: 15px; }
    .Product_detail-in {
      flex-direction: column;
      padding-top: 20px;
      margin-top: 20px; }
    .Product_detail-text {
      width: 100%; }
      .Product_detail-text h1 {
        letter-spacing: -1px; }
      .Product_detail-text h6 {
        margin-top: 15px; }
      .Product_detail-text-back img {
        height: 32px; }
      .Product_detail-text-back span {
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #979797; }
    .Product_detail-image {
      width: 100%;
      margin-top: 30px; }
    .Product_detail-table {
      width: 100%;
      margin-top: 30px; }
      .Product_detail-table .table th, .Product_detail-table .table td {
        border-left: 1px solid white; }
      .Product_detail-table .table thead th p span {
        font-size: 16px; }
    .Product_detail-related-head {
      height: 60px;
      padding-left: 20px; }
    .Product_detail-related .Product-item {
      width: calc(100% - 25px); }
    .Product_detail-related .swiper-button-prev, .Product_detail-related .swiper-button-next {
      top: 40px;
      width: 30px;
      height: 24px;
      opacity: 1; }
      .Product_detail-related .swiper-button-prev:after, .Product_detail-related .swiper-button-next:after {
        width: 30px;
        height: 24px;
        background-size: 100% auto; }
    .Product_detail-related .swiper-button-prev {
      right: 56px;
      left: auto; }
    .Product_detail-related .swiper-button-next {
      right: 10px; }
  .About-text {
    margin-top: 20px;
    padding-right: 0;
    text-align: center; }
    .About-text img {
      height: 80px; }
    .About-text h2 {
      margin-bottom: 20px; }
    .About-text p {
      margin-bottom: 15px;
      font-size: 15px; }
  .Left a {
    height: 40px;
    font-size: 15px;
    border-top: 1px solid #75757580; }
    .Left a:last-child {
      border-bottom: 1px solid #75757580; }
  .Banner-about {
    padding-top: 77px; }
  .Contact-item {
    margin-bottom: 20px; }
    .Contact-item p {
      margin-bottom: 7px; }
  .Event-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .Event-item-text h6 {
      font-size: 17px; }
    .Event-item-text span {
      font-size: 13px; }
    .Event-item-text p {
      font-size: 15px; }
  .Form h3 {
    text-align: center; }
  .Form-in {
    margin-right: 0;
    margin-top: 20px; }
  .Form-item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%; }
    .Form-item input, .Form-item textarea {
      height: 50px;
      padding-left: 15px;
      font-size: 14px; }
    .Form-item textarea {
      padding-top: 12px; }
    .Form-item-file {
      height: 50px;
      padding-left: 15px; }
      .Form-item-file-text {
        font-size: 12px; }
  .Form-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 16px; } }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
