* {
  margin: 0;
  padding: 0;
	
}



.slider-container {
	  margin: auto;
	  max-width: 1200px;
      overflow: hidden;
/*      position: relative;*/
    }
.slider {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 16px;
      padding: 10px 0;
    }
    .news-card {
      flex: 0 0 auto;
      width: 22.22%;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 16px;
    }
    .news-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 6px;
    }
    .news-title {
      font-size: 1.1rem;
      font-weight: bold;
      margin: 10px 0 5px;
    }
    .news-summary {
      font-size: 0.95rem;
      color: #555;
    }
    .slider-buttons {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px;
      gap: 8px;
    }
    .slider-buttons button {
      padding: 6px 12px;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      background: #eee;
      cursor: pointer;
    }
.clearfix {
  overflow: auto;
}

 /* --- Navbar --- */

   .navbar {
	   font-family: 'Montserrat', sans-serif;
	   font-weight:500;

  position: sticky;
  top: 0;
  width: 100%;
	   min-width: 1200px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  z-index: 1000;
}

.navbar-content {

  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-name h4 {
	font-family: 'Montserrat', sans-serif;
	  color: black;
	font-weight: bolder;
}

.logo {display:flex;
	align-items:center;
	float: left;}

    .logo img {
      height: 60px;
		margin: 10px;
		
    }

    .nav-links ul {
      list-style: none;
      display: flex;
      align-items: center;
    }

    .nav-links ul li {
      position: relative;
      margin: 0 15px;
    }

    .nav-links ul li a {
      text-decoration: none;
      color:black;
      padding: 8px 5px;
      display: block;
    }

    .nav-links ul li a:hover {
      color: #00aaff;
    }

    /* --- Dropdown --- */
    .nav-links ul li ul.dropdown {
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #1a1a1a;
      padding: 10px 0;
     width:auto;
      border-radius: 4px;
    }

    .nav-links ul li:hover ul.dropdown {
      display: block;
    }

    .nav-links ul li ul.dropdown li {
      margin: 0;
    }

    .nav-links ul li ul.dropdown li a {
      padding: 8px 16px;
      color: #ccc;
    }

    .nav-links ul li ul.dropdown li a:hover {
      background-color: #222;
      color: #00aaff;
    }

    /* --- Mobile Menu --- */
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-toggle .bar {
      height: 3px;
      width: 25px;
      background-color: white;
      margin: 4px 0;
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #0c0c0c;
      }

      .nav-links.active {
        display: block;
      }

      .nav-links ul {
        flex-direction: column;
      }

      .nav-links ul li {
        margin: 10px 0;
      }

      .nav-links ul li ul.dropdown {
        position: static;
        display: none;
        background-color: #1a1a1a;
      }

      .nav-links ul li.show-dropdown ul.dropdown {
        display: block;
      }

      .menu-toggle {
        display: flex;
      }
    }


.top {
  background-color: white;
  width: 1200px;
  margin: auto;
}


.show {
  display: block;
}



.slidepicture {
  background-color: white;
  width: 1200px;
  min-width: 1200px;
  margin: 25px auto;


}

.mySlides {
  display: none
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0
}

.hotproduct {
  height: auto;
  text-align: justify;
  border-radius: 1px;
/*  background-color: white;*/
  font-family: "Montserrat", sans-serif;
  width: 100%;
  min-width: 1200px;
  margin: auto;
  padding: 30px;
}

.product-flow {
  height: auto;
  /* text-align: justify; */
  border-radius: 1px;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  width: 1000px;
  min-width: 1000px;
  margin: auto;
  padding: 50px;
}

.bottom-home {
  min-height: auto;
  text-align: justify;
  border-radius: 1px;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  width: 1000px;
  min-width: 1000px;
  margin: auto;
  padding: 30px;
}

.gallery-box {
  text-align: justify;
  border-radius: 1px;
 background:linear-gradient(to top right, #0A1D3B, #0A1D3B, #00AEEF);  
/*  border-radius: 40px 40px 0 0;*/
  font-family: "Montserrat", sans-serif;
  width: 100%;
  min-width: 900px;
	
  margin: auto;
  padding: 30px;
  /* 	border-radius:2%; */
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
}

.about {

  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding: 30px;
  width: 900px;
  min-width: 900px;
  height: auto;
  /* text-align: justify; */
  margin: auto;
  overflow: auto;
  color: white;
}

.about h3 {
  font-weight: 600;
}

.about-col1 {
  padding: 20px;
  overflow: visible;
  width: 20%;
  float: left;
  height: auto;

}

.about-col1 img {
  width: 100%;
  height: auto;
}

.about-col2 {
  padding: 20px;
  width: 80%;
  float: left;
  height: auto;

}

.about-col3 {

  font-size: 16px;
  color: #444;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33.33%;
  float: left;
  height: auto;
}

.icon {
  background-color: yellow;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
}

.col3 {

  font-size: 16px;
  color: white;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  float: left;
  height: 250px;


}

.contact {
  background-color: white;
  text-align: center;
 padding: 100px;
  width: 1200px;
  /* min-width:1024px; */
  min-height: 100vh;
  /* text-align: justify; */
  margin: 20px auto;
  overflow:visible;
  color: #444;
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img-center {
  height: 200px;
  display: block;
  margin: 20px auto;
  width: auto;
}

.center2 {
  margin-top: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.center3 {
  margin-top: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.right {
  float: right;

  color: black;
}


img.bottom {
  vertical-align: bottom;
  margin: auto 10px;
}


.column {
  /* border: 0.9px solid lightgray;
	border-radius:2px; */
  font-size: 12px;
  display: none;
  /* margin:7.5px 7.5px; */
  margin: 20px 20px;
  float: left;
  /* width: 21.2%; */
  width: 20%;
/*	height:auto;*/
  height: 200px;
  overflow: hidden;
  /* background-color:#F1F0F2; */
  background-color: white;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  /* box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1); */


}
.column-gc {
  
  font-size: 12px;
  margin: 20px 20px;
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
  background-color: white;
  
}
.column-gc a { text-decoration: none;}
.column-gc p {float: left;}

.column-gc h6 {text-align: center;}



.column-3c {
  
  font-size: 12px;
  margin: 20px 20px;
  float: left;
  width: 28%;
  height: auto;
  overflow: hidden;
  background-color: white;
  
}
.column-3c a { text-decoration: none;}
.column-3c p {float:center;}

.column-3c h6 {text-align: center;}





.column-od {
  padding: 5px 5px;
  /* background-color:#808080; */
  /* margin: 20px auto; */
  float: left;
  width: 33.33%;
  height: auto;
  /* Should be removed. Only for demonstration */
}

.column-gl {
  padding: 5px 5px;
  /* background-color:#808080; */
  margin: 20px auto;
  float: left;
  width: 33.33%;
  height: 376px;
}

.size-20 {

  font-size: 40px;
  /* letter-spacing: 3px; */


}

.size-15 {

  font-size: 25px;
  /* letter-spacing: 3px; */
  color: gray;


}

.column-news {
  border-radius: 3px 3px 3px 3px;
  padding: 20px 10px;
  /* background-color:#e6e6e6; */
  background-color: white;
  margin: auto 10px 10px;
  float: left;
  /* width: 280px; */
  width:31%;
  height: 400px;
  /* height:auto; */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  /* border-radius:10px; */

}

.column-news p {
  font-family: 'Athiti', sans-serif;
  text-align: left;
  color: #0A0D13;
  font-size: 16px;
  text-indent: 24px;
  /* text-align: justify; */
}




.column-flow {
  background-color: white;
  font-size: 11px;
  /* border:1px solid lightgray; */
  padding: 10px 20px;
  /* background-color:#808080; */
  margin: 10px 10px;
  float: left;
  width: 30%;
  height: 300px;
  /* border-radius:10px; */
  /* overflow:auto; */
}
.column-flow a{
	  text-decoration: none;
}

.column-flow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*   width: 50%; */


}

.column-left30 {
  background-color: white;
  font-size: 11px;
  /* border:1px solid lightgray; */
  padding: 10px 20px;
  /* background-color:#808080; */
  margin: 10px 10px;
  float: left;
  width: 30%;
  height: 300px;
  /* border-radius:10px; */
  /* overflow:auto; */
}

.column-left30 {
  background-color: white;
  font-size: 11px;
  /* border:1px solid lightgray; */
  padding: 10px 20px;
  /* background-color:#808080; */
  margin: 10px 10px;
  float: left;
  width: 30%;
  height: 300px;
  /* border-radius:10px; */
  /* overflow:auto; */
}

.column-ft {
	
	width:33.33%;
	float: left;
	
  margin: auto;
  height: auto;
	
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the column-ods */
.row-od:after {
  content: "";
  display: table;
  clear: both;

}

.row-od {
  width: auto;
  margin: auto;

}

.row-gc {

  /* min-width:900px ; */
  width: 900px;
  margin: 50px auto;
  /* background-color: red; */
	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.row-gc2 {

  float: left;
  /* min-width:900px ; */
  /* padding-left:100px; */
  width: 900px;
  /* margin-left: 50px; */
  margin: auto;
  padding: 10px;
  font-size: 12px;
  /* background-color: red; */

}

.row-gc2:after {
  content: "";
  display: table;
  clear: both;

}

.row-gc:after {
  content: "";
  display: table;
  clear: both;

}

.row-ft {
  width: 1200px;
  margin: auto;
}

.row h1 {
  display: none;

}

.row-gc h6 {
  font-family: 'Athiti', sans-serif;

}

.card:hover {
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
}

.container {
  padding: 2px 16px;
}

.footer-od {
  /* border-top:1px solid lightgray; */
  color:white;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  width: 1200px;
   background-color:#0A1D3B;
  /* background-color:lightgray; */
  min-width: 1200px;
  margin: auto;
  padding: 20px;

		

  /* position: absolute; */
  /* bottom: 0; */
  /* min-width:1200px; */
  /* width: 1200px; */
  /* height: 2.5rem; */
  /* margin:auto; */


}

.footer-od hr {
  border: 0.4px solid black;
}

.text-center {
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6.0s;
  animation-name: fade;
  animation-duration: 6.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .01
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .01
  }

  to {
    opacity: 1
  }
}

.carousel {

  margin: auto;
  width: 100%;
  min-width: 1200px;
  font-family: "Montserrat", sans-serif;
  /* margin:40px auto; */
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  min-width: 1200px;
  /* width: 100%; */
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: red;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* .carousel-control-prev-icon { */
/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); */
/* } */

/* .carousel-control-next-icon { */
/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); */
/* } */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  /* position: absolute; */
  right: 40%;
  /* bottom: 20px; */
  left: 40%;
  /* z-index: 10; */
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* color: #fff; */
  text-align: center;
  position: absolute;
  bottom: 20px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  /* background-color:lightgray; */
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: lightblue;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



.card {
  /* box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1); */
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-width: 33.33%; */
  word-wrap: break-word;
  /* background-color:blue; */
  /* border-radius:4%; */
}

.card-count {
  /* box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1); */
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 5px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-width: 33.33%; */
  word-wrap: break-word;
  background-color: white;
  /* border-radius:4%; */
}


.card h6 {
  font-weight: 100;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  /* position: relative; */
  width: 100%;
  /* height:20%; */
  /* background-color:#2A232A; */
  background-color: transparent;
  /* -ms-flex: 1 1 auto; */
  /* flex: 1 1 auto; */
  /* min-height: 1px; */
  /* padding: 0.25rem; */
  margin-bottom: 0;
  margin-top: auto;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;

}

.card-body-sen {

  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  margin-top: auto;
  text-align: center;


}

.card-text {
  color: #444;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: auto;
  font-size: 14px;
  overflow: auto;
}


.card-link:hover {
  text-decoration: none;
}







.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 200px;
  /* padding:2px; */
  /* background-color:lightgray;	 */
  transition: transform .3s;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /* border-radius:19px; */

}

.card-img-news {

  object-fit: contain;
  width: 100%;
  /* border:  1px solid black; */

  height: 200px;
  padding: 2px;
  /* background-color:lightgray;	 */
  transition: transform .2s;
  /* overflow:hidden; */
  margin-left: auto;
  margin-right: auto;
}

.card-img-pd {

  object-fit: contain;
  width: 100%;

  height: auto;
  padding: 2px;
  /* background-color:lightgray;   */
  transition: transform .2s;
  /* overflow:hidden; */
  margin-left: auto;
  margin-right: auto;
}

.card-img-top:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.05);
}


.card-img,
.card-img-top {
  /* margin: 0; */
  /*   z-index: 1; */
  /* border-top-left-radius: calc(0.25rem - 1px); */
  /* border-top-right-radius: calc(0.25rem - 1px); */
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}




.pagination {
  right: 40%;
  left: 40%;
  /* padding-bottom: 20px; */
  text-align: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.dn-nihon {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/nihon.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-alia {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/alia.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-ledo {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/ledo.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-zeeco {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/zeeco.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-lorric {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/lorric.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-sense-ware {
  padding: 30px;
  width: 1200px;
  min-width: 1200px;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  /* border: 2px dashed #333; */
  background-image: linear-gradient(10deg, rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.9)), url("../images/senseware.png");
  background-size: 1200px 450px;
  /* opacity: 0.4; */
  overflow: auto;
  color: black;

}

.dn-black {
  background-color: white;
  opacity: 0.9;
}

.product {
  background-color: transparent;
  /* background-color:black; */
  margin: auto;
  font-family: "Montserrat", sans-serif;
  width: 1200px;
  min-width: 1200px;
	height: auto;
/*  min-height:100vh;*/

  overflow:auto;
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */


}

.column-flow-content {
  padding: 10px;

}

.column-flow-content h4 {
  color: black;
}

.product-top {


  width: 100%;
  height: 70px;
  min-width: 1200px;
  overflow-x: hidden;
  overflow-y: scroll;

}

.product-top img {
  width: 100%;

}

.width100 {
/*  background:linear-gradient(to top right, #00205B, #005BBB, #00AEEF);*/
	background-color: white;
  width: 100%;
  margin: auto;
  height: auto;


}
.width1200 {
/*  background:linear-gradient(to top right, #00205B, #005BBB, #00AEEF);*/
	background-color: white;
  max-width: 1200px;
  margin: auto;
  height: auto;


}

.ft-width100 {
 background-color:#0A1D3B;
color: #FFFFFF;
  width: 100%;


}

.product-col1 {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  margin: 10px 10px;
  float: left;
  min-width: 300px;
  width: 300px;
  height: 100vh;
  background-color: #FAFAFA;
  padding: 0 10px;
  min-height: 100vh;
  /* overflow:scroll; */
  /* border:1px solid lightgray; */
  /* overflow:scroll; */
  /* border-top:1px solid lightgray; */
  /* border-left:1px solid lightgray; */
  /* border-bottom:1px solid lightgray; */
  /* border-right:2px solid lightgray; */
}

.product-col3 {
  /* font-family: 'Open Sans', sans-serif; */
  margin-bottom:10px;
  margin: 5px auto;
  float: left;
  min-width: 290px;
  width:24%;
  height: auto;
  padding: 10px;
	
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  
}

.product-gc {
  /* font-family: 'Open Sans', sans-serif; */
  /*   margin-bottom: : 10px; */
  margin: auto;
  float: left;
  min-width: 290px;
  width: 350px;
  height: 1200px;
  /* background-color:yellow; */
  /* height:auto; */
  padding: 10px;
  /* border:1px solid lightgray; */
  /* overflow:scroll; */
  /* border-top:1px solid lightgray; */
  /* border-right:1px solid lightgray; */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  /* border-bottom:1px solid lightgray; */
	
  /* padding:0px; */
	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

}

.product-gc h1 {
  font-size: 24px;

}

.padding {
  padding: 20px 50px;
}

.product-col2 {
  padding:5px;
  font-family: "Montserrat", sans-serif;
  margin: 5px 20px;
  float: right;
  min-width: 830px;
  width: 72%;
margin-bottom: 50px;
  
  background-color: white;
  /* border:0.1px solid lightgray; */
  /* height:auto; */
  overflow:visible;
  /* overflow:visible; */

	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

}

.product-col4 {
  /* padding-top:5px; */
  font-family: "Montserrat", sans-serif;
  margin: auto;
  float: left;
  min-width: 900px;
  width: 100%;
  height: auto;

  background-color: red;
  /* border:0.1px solid lightgray; */
  /* height:auto; */
  /* overflow:auto; */
  /* overflow:visible; */

}

.product-page {
  font-family: "Montserrat", sans-serif;
	margin-bottom:10px;
  margin: 5px auto;
	min-width: 860px;
	padding: 10px;
  width: 70%;
  height: auto;
  background-color: white;
  /* border:0.1px solid lightgray; */
  /* height:auto; */
  overflow: auto;
  /* overflow:visible; */
background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  
}

.product-page p pre {
  font-family: "Montserrat", sans-serif;
  padding: 5px 5px;
  margin: auto;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-indent: 25px;
}

.font30 {
  font-size: 18px;
  font-family: ra;
}

.btn4 {
  font-family: 'Athiti', sans-serif;
  cursor: pointer;
  width: 200px;
  text-align: left;
  transition: all .1s linear 0s;
  display: inline-block;
  /* padding: auto 5px; */
  background-color: white;
  margin: 5px;
  color: black;
  padding-left: 10px;
  /* text-transform: uppercase; */
  /* font-family: 'Raleway', sans-serif; */
  font-size: 20px;
  /* letter-spacing: 1px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /* text-decoration: none; */
  border: 1px white;

}

.btn4:hover {
  background-color: none;
  color: #d2d5da;
  border: 1px #34495e;
}

.btn4:active {
  /* background-color:lightblue; */
  /* box-shadow: 2px 2px blue; */
  transform: translateY(4px);
}

.btn3 {
  font-family: 'Athiti', sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all .1s linear 0s;
  display: inline-block;
  /* padding: auto 5px; */
  background-color: #337BBF;
  margin: 5px;
  color: white;
  padding-left: 10px;
  border-radius: 1px;
  font-size: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /* text-decoration: none; */
  border: 1px white;



}

.btn3:hover {
  background-color: none;
  color: #d2d5da;
  border: 1px #34495e;
}

.btn3:active {
  /* background-color:lightblue; */
  /* box-shadow: 2px 2px blue; */
  transform: translateY(4px);
}

.btn5 {
  float: left;
  height: auto;
  width: 100%;
  text-align: left;
  transition: all .15s linear 0s;
  /* display: inline-block; */
  /* padding: auto 5px; */
  /* background-color:#eaa572; */
  margin: 2px;
  color: black;
  padding: 0;
  /* text-transform: uppercase; */
  font-family: 'Athiti', sans-serif;
  font-size: 18px;
/*  letter-spacing: 1px;*/
  /* box-shadow: 2px 2px  black; */
  /* text-decoration: none; */
  border: 1px solid transparent;
  background-color: transparent;

}

.btn5:hover {
  background-color: transparent;
  color: #d2d5da;
  border-bottom: 10px solid orange;
  transform: translateY(1px);
}

.btn5:active {
  background-color: none;
  /* box-shadow: 2px 2px blue; */
  transform: translateY(4px);
}

.show {
  display: block;
}


.dn-col1 {
  font-family: 'Athiti', sans-serif;
  margin: auto;
  float: left;
  min-width: 300px;
  width: 300px;
  /* height:100vh; */
  background-color: white;
  padding: 20px;
  height: auto;

  /* border:1px solid lightgray; */
  /* overflow:scroll; */
  /* border-top:1px solid lightgray; */
  /* border-left:1px solid lightgray; */
  /* border-bottom:1px solid lightgray; */
}

.dn-col1 h3 {
  font-size: 16px;
  color: #707070;
}

.dn-col2 {
 
  
	padding: 100px;
  margin:auto;
  color: #444;
  width: 1200px;
  min-height: 100vh;
  background-color: white;
	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

}

.dn-col2 h3 {
  text-align: center;
}

.dn-col2 h4 {

  font-size: 26px;
}

.dn-col2 a {
  text-decoration: underline;
  color: red;
}

.dn-col2 p {
  text-indent: 10px;
  font-size: 20px;
}

.dn {
  background-color: white;
  margin: 0px auto;
  width: 1200px;
  min-width: 1200px;
  height: auto;
  /* min-height:100vh; */
  font-family: 'Athiti', sans-serif;

  color: #444;
  font-weight: 300;

}

.category {
  margin: 0;
  padding: 10px;
  font-size: 20px;
  color: black;
  /* background-color:black; */
}

.box {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  font-size: 12px;
  /* padding:5px; */
  /* border-bottom:1px solid lightgray; */
  display: none;
  margin: auto;
  float: left;
  width: 100%;
  height: auto;
  /* Should be removed. Only for demonstration */
}

.box:hover {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  border-bottom: 4px solid blue;
}

.dn-right {
  /* display: none; */
  font-size: 12px;
  float: right;
  /* border:1px solid #707070; */
  width: 20%;
  padding: 30px 10px;
}

.dn-left {
  /* display: none; */
  font-size: 12px;
  float: left;
  /* border:1px solid #707070; */
  width: 80%;
  padding: 30px 10px;

}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
	width: 900px;
	margin: auto;

  padding: 5px;
}

.tz-gallery .lightbox img {
  width: 100%;
height: 180px;
  margin-bottom: 50px;
  transition: 0.2s ease-in-out;
  /* box-shadow: 0 2px 3px rgba(0,0,0,0.2); */
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}


.ml12 {
  /* text-shadow: 1px 2px #808080; */
  font-family: 'Athiti', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.2em; */
  color: #0C1118;

}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml13 {
  /* text-shadow: 1px 2px #808080; */
  font-family: 'Athiti', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.2em; */
  color:white;

}

.ml13 .letter {
  display: inline-block;
  line-height: 1em;
}

h4 {
  font-weight: 200;
  font-size: 5em;
  text-transform: uppercase;
  /* letter-spacing: 0.2em; */
  color: white;

}

.footer-od h4 {
  font-weight: 500;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;

}

.news {

  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  overflow: hidden;

}

.gl-pd {

  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  /* background-color:#FAFAFA; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  /* box-shadow: 12px 12px 12px 0 rgba(0,0,0,0.1); */
}

.news:hover .add-actions {
  opacity: 1;
  bottom: 0;
}


.parallax_tu {
  width: 100%;
  background-image: url("../images/2023/nihon_tu.jpg");
  background-size:100% auto;
/*  background-attachment: fixed;*/
 height: 370px;
	 background-repeat: no-repeat;
}

.parallax2 {
  width: 100%;
  min-width: 1200px;
  color: white;
  /* The image used */
  background-image: url("../images/01.jpg");
  /* Set a specific height */
  min-height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  /* The image used */
  background-image: url("../images/02.jpg");
  /* Set a specific height */
  min-height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
}

.parallax4 {
  /* margin-top:50px; */
  /* The image used */
  width: 100%;
  min-width: 1200px;
  background-image: url("../images/2021/GemmeCotti1.png");
  background-size: 1200px 300px;
  /* Set a specific height */
  min-height: 265px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  /* background-size:cover; */
}

.news-bg {
  /* margin-top:50px; */
  /* The image used */
  background-image: url("../images/01 - Copy.jpg");
  background-size: 100%;
  /* Set a specific height */
  min-height: 150px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  /* background-size:cover; */
}

.hot {

  top: 0px;
  left: 0px;
  z-index: 2;
  width: 30%;
  padding-left: 10px;
  text-align: left;
  background-color: black;
  color: white;
  margin: 0;
}

.new {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 30%;
  padding-left: 10px;
  text-align: left;
  margin: 0;
  background-color: #E6894C;
  color: white;
}

.alia-pd {
  background-color: #95B0D6;
  color: white;
}

.zeeco-pd {
  background-color: #8B726E;
  color: white;
}

.width50 {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  float: left;
  margin: auto;
  width: 50%;
  max-width: 1000px;
  height: auto;
  /* background-color: #666666; */
}

.width50 p {
  font-family: 'Athiti', sans-serif;
  font-size: 18px;


}

.width h1 {
  text-shadow: 2px 2px;
}

.gemmecotti {
  font-family: 'Athiti', sans-serif;

  background-color: #337BBF;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
  cursor: pointer;
  padding: 20px;
}

.gemmecotti1 {
  font-family: 'Athiti', sans-serif;


  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 4px 2px;
  padding: 20px;
}

.menu {
  width: 12.2%;
  float: left;
  margin: auto;
  overflow: hidden;

}

.menu:hover {

  
  transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7);
}

.nihon_product_head{
	display: flex;
	margin: auto;
	width:1000px;
	align-content: center;
	align-items: center;
	padding: 1rem;
	height: auto;
}
.nihon_product_img{
	display: flex;
	flex-direction: column;
	width:30%;
	height: auto;
	padding: 1rem;
}
.nihon_product_txt{
	
	display: flex;
	flex-direction: column;
	width:70%;
	height: auto;
	padding: 3rem;
}

.shadow1{
	padding: 1rem;
border-radius: 19px;
background: #f0eaea;
box-shadow:  6px 6px 0px #e6e1e1,
             -6px -6px 0px #faf3f3;
}
.shadow1:hover {

  text-decoration:none;
  transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7);
}

.slider-buttons {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px;
      gap: 8px;
    }

 .grid-container {
      display: grid;
      grid-template-columns: 30% 70%;
      width: 900px;
      margin: 0 auto;
      gap: 20px; /* ระยะห่างระหว่างคอลัมน์ */
    }

    .left-column {
      background-color: #f0f0f0;
      padding: 20px;
    }

    .right-column {
      background-color: #d0e6f7;
      padding: 20px;
    }

.grid-container3 {
	margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 equal columns */
  gap: 10px; /* space between items */
}

.grid-item3 {
  background-color: #4CAF50;
  color: white;
  padding: 20px;
  text-align: center;
	background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* --- ส่วนนี้ใช้สำหรับจัดองค์ประกอบหลัก --- */
.latest-news-section {
    max-width: 1280px; /* เพิ่มความกว้างสูงสุดเพื่อให้มีพื้นที่สำหรับ 4 คอลัมน์ */
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-container {
    display: flex;        /* ใช้ Flexbox */
    gap: 20px;            /* ระยะห่างระหว่างการ์ด */
    flex-wrap: wrap;      /* *** การตั้งค่าสำคัญ: ทำให้การ์ดที่ 5 เป็นต้นไปขึ้นบรรทัดใหม่ *** */
    justify-content: flex-start; /* จัดเรียงการ์ดไปทางซ้ายสุด */
	min-width: 1200px;
}

/* --- ส่วนนี้สำหรับรูปแบบของการ์ดแต่ละใบ (ปรับปรุง) --- */
.news-card {
    /* *** การตั้งค่าสำคัญสำหรับ 4 คอลัมน์ *** */
    /* flex-basis: 0; คือขนาดเริ่มต้นเป็น 0 */
    /* flex-grow: 1; คืออนุญาตให้เติบโตได้เท่าๆ กัน */
    /* ความกว้างที่คำนวณ: (100% - 3*gap) / 4 */
    flex: 0 0 calc(25% - 15px); /* คำนวณความกว้างที่แน่นอนให้ 4 การ์ดพอดีในแถว (25% ลบด้วยส่วนของ gap ที่ต้องแบ่ง) */
    min-width: 250px; /* กำหนดความกว้างขั้นต่ำเพื่อป้องกันการบีบอัดมากเกินไป */
    
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

/* หากต้องการให้โค้ดมีความยืดหยุ่นมากขึ้นเมื่อจอเล็กลง ควรเพิ่ม Media Queries เข้าไป */

.news-card a {
    text-decoration: none; 
    color: inherit; 
    display: block;
}

.card-image-box {
    height: auto; 
    background-color: #f0f0f0; 
    position: relative; /* สำคัญสำหรับการวางตำแหน่ง tag "New products" */
}

/* รูปแบบ tag "New products" */
.new-tag {
    position: absolute; 
    top: 10px;
    left: 10px;
    background-color: #ff8c00; 
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: bold;
}

.card-content {
    padding: 15px;
    min-height: 120px; /* เพิ่ม min-height เพื่อช่วยให้การ์ดในแถวเดียวกันมีความสูงใกล้เคียงกัน */
}

.card-date {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 5px;
}

.card-text {
    font-size: 1em;
    line-height: 1.4;
}

/* --- ส่วนสำหรับปุ่ม More ที่อยู่ตรงกลางด้านล่าง --- */
.more-link-box {
    text-align: center;
    margin-top: 30px;
	min-width: 1200px;
	
}

.more-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.more-button:hover {
    background-color: #333; 
}