.page-header h1{
	display: none  !important;
}

.affix{
	background-color: #000;
	box-shadow: 0px 0px 10px 0px rgba(122.39999999999999, 122.39999999999999, 122.39999999999999, 0.5);
}

.affix .logo img{
  width: 70%;
}

.gallery-item1 .image-item img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  cursor: pointer;
  margin: 0 auto;
}

.thumbnail-item1{
  margin-top: 10px;
}

.thumbnail-item1 .image{
  margin: 10px;
}

.thumbnail-item1 .image img{
  height: 120px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #163762 !important;
    font-size: 24px;
    z-index: 9;
    cursor: pointer;
    background: #fff;
    border-radius: 100px;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

/*@media screen and (min-width: 499px){
  .thumbnail-gallery .slick-track {
    transform: none !important;
  }
}*/

@media screen and (max-width: 499px){
  .gallery-item1 .image-item img{
    height: 300px;
    width: 100%;
  }
}
  