/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #808080;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.pagination li.active a {
  color: white;
  background-color: #0069d9;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.pagination li a {
  color: black;
  background-color: #e5e5e5;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.pagination li:hover a {
  color: white;
  background-color: #0069d9a6 !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

@font-face {
  font-family: "Mitr_Regular";
  src: url("../font/Mitr-Regular.ttf");
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

img {
  max-width: 100%;
}

.bg1 {
  background-image: url("../images/title22.png");
  background-position: center;
  background-size: cover;
  /* background: radial-gradient(circle,rgba(1,156,249,1) 0%,rgba(0,74,255,1) 100%);  */
  position: fixed;
  z-index: 99;
  height: 40px;
}

.bg2 {
  background-image: url("../images/40-01.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: radial-gradient(circle,rgba(1,156,249,1) 0%,rgba(0,74,255,1) 100%); */
}

html,
body {
  font-family: "Mitr_Regular" !important;
  /* height: 100%; */
  font-size: 1rem;
  background-color: #e5e5e5e5 !important;
  background-image: url("../images/bg1024-01.png");
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  background-position: center;
}

html .img-hover-zoom,
body .img-hover-zoom {
  height: 300px;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

html .img-hover-zoom img,
body .img-hover-zoom img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

html .img-hover-zoom.zoom-in img,
body .img-hover-zoom.zoom-in img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

html .img-hover-zoom.color img,
body .img-hover-zoom.color img {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  -webkit-transition: scale(1.1), -webkit-filter 0.5s ease-in-out;
  transition: scale(1.1), -webkit-filter 0.5s ease-in-out;
  transition: scale(1.1), filter 0.5s ease-in-out;
  transition: scale(1.1), filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
}

html .img-hover-zoom:hover img,
body .img-hover-zoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html .img-hover-zoom.color:hover img,
body .img-hover-zoom.color:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html .img-hover-zoom.zoom-in:hover img,
body .img-hover-zoom.zoom-in:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

html a,
body a {
  text-decoration: none;
}

html .max-full-hd,
body .max-full-hd {
  max-width: 2048px !important;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

html .image-slide,
body .image-slide {
  height: 500px;
  height: auto;
  max-width: 100%;
  max-height: 100% !important;
}

@media only screen and (max-width: 768px) {
  html .image-slide,
  body .image-slide {
    width: 100%;
    max-height: 300px;
    /* height: 300px !important; */
  }
}

@media only screen and (max-width: 425px) {
  html .image-slide,
  body .image-slide {
    width: 100%;
    max-height: 200px !important;
  }
}
/*# sourceMappingURL=main.css.map */