body {
  font-family: 'Mitr', sans-serif;
    /* font-family: 'Rubik', sans-serif; */
    height: 100%;
}

/* .welcome-background{
    background: url(../img/company-2.png) fixed center no-repeat;
    background-size: cover;
    max-height: 1280px;
} */

.bg-test {
    background: url(../img/BG03.png);
}

.bg-next {
    background: url(../img/bg.png);
}

.bg-container {
    background-color: #ffffff;
}

.bg-background {
    background-color: #ffffff;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #b35d5d;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #5f0808;
}

.btn-navy {
    background-color: #d12a14;
    color: #ffffff;
}

.btn-navy:hover {
    background-color: rgb(230, 67, 67);
    color: #F0FFFF;
}

span.select-item {
    padding-left: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0em !important;
}

.banner{
    height: 100vh;
 
 /* Flexbox */
 display: flex;
 align-items: center;
}

/* image slide */
* {box-sizing:border-box}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 24%;
  width: auto;
  padding: 40px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 35px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 2px 16px;
  color: rgb(0, 0, 0);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.activeimg,
.demo:hover {
  opacity: 1;
}

/* slide text */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgb(202, 5, 5);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activeslide, .collapsible:hover {
  background-color: rgb(136, 135, 135);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* animation slide */
.content {
  padding: 0 18px;
  background-color: white;
  max-height: 20px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  }

  /* icon + */
  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
  
  .activeminus:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

/* Three columns side by side */
.columnindex {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 0px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .columnindex {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}

/* Some left and right padding inside the container */
.containertext {
  padding: 0 8px;
}

/* Clear floats */
.containertext::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: rgb(173, 13, 13);
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: rgb(218, 146, 146);
}

/* .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.containeroverlay {
  position: relative;
  width: 50%;
  max-width: 1280px;
}

/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(245, 5, 5);
  background: rgba(240, 6, 6, 0.945); /* Black see-through */
  color: #f1f1f1; 
  width: 95%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: right;
}

/* When you mouse over the container, fade in the overlay title */
.containeroverlay:hover .overlay {
  opacity: 1;
}

/* mini overlay */
* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.containermini {
  position: relative;
  width: 50%;
  max-width: 1280px;
}

/* Make the image to responsive */
.imagemini {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlaymini {
  position: absolute; 
  bottom: 0; 
  background: rgb(221, 0, 0);
  background: rgba(228, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 90%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.containermini:hover .overlaymini {
  opacity: 1;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.columnside {
  float: middle;
  width: 25%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.containerproduct {
  position: relative;
  width: 25%;
}


.overlayimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(192, 8, 8);
}

.containerproduct:hover .overlayimg {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

