.wrapBreadcrumb {
  position: relative;
}
.wrapBreadcrumb .wrapTitle {
  margin-bottom: 15px;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize {
  height: 400px;
  background-color: black;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wrapBreadcrumb .contentText {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.wrapBreadcrumb .wrapMenu {
  display: table;
  margin: auto;
  text-align: center;
}
.wrapBreadcrumb .wrapMenu .linkItem {
  display: inline;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
  margin-left: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapBreadcrumb .wrapMenu .linkItem:hover {
  color: #ACACAC;
}
.wrapBreadcrumb .wrapMenu .linkItem svg {
  margin: 0 5px;
  height: 20px;
  width: 15px;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
}
.wrapBreadcrumb .wrapMenu .linkItem:last-child svg {
  display: none;
}
.wrapBreadcrumb.smallTitle .titleMain {
  font-size: 28px;
}
.wrapBreadcrumb.smallTitle .titleMain::after {
  height: 3px;
}

@media (max-width: 1400px) {
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 300px;
  }
}
@media (max-width: 1220px) {
  .wrapBreadcrumb .wrapTitle {
    margin-bottom: 5px;
  }
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 180px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem {
    font-size: 12px;
  }
  .wrapBreadcrumb .contentText {
    top: 50%;
  }
  .wrapBreadcrumb.smallTitle .titleMain {
    font-size: 18px;
  }
}
.wrapPaggingList {
  margin: auto;
  text-align: center;
  display: table;
  margin-top: 30px;
}

.linkPagging {
  font-size: 16px;
  color: #D1BB6D;
  line-height: 26px;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  float: left;
  margin: 0 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 43px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #0000001a;
  -webkit-box-shadow: 0px 1px 10px 0px #0000001a;
  -moz-box-shadow: 0px 1px 10px 0px #0000001a;
  -ms-box-shadow: 0px 1px 10px 0px #0000001a;
  -o-box-shadow: 0px 1px 10px 0px #0000001a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #D1BB6D;
  font-weight: 700;
}
.linkPagging svg {
  width: 11px;
  height: 43px;
}
.linkPagging.active, .linkPagging:hover {
  color: white;
  background-color: #D1BB6D;
}

@media (max-width: 575px) {
  .linkPagging {
    font-size: 14px;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .linkPagging svg {
    width: 9px;
    height: 38px;
  }
}
@media (max-width: 359px) {
  .linkPagging {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .linkPagging svg {
    width: 7px;
    height: 28px;
  }
}
.wrapGallery .grid-gallery {
  margin: 0 -15px;
}
.wrapGallery .gallery-item {
  display: block;
  width: 25%;
  padding: 15px;
  cursor: pointer;
}
.wrapGallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapGallery .gallery-item:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wrapGallery .list-group {
  margin-top: 30px;
  display: table;
  margin: 30px auto auto auto;
}
.wrapGallery .list-group::after {
  display: block;
  content: "";
  clear: both;
}
.wrapGallery .list-group .list-group-item {
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding: 7px 20px;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #D1BB6D;
  background-color: #D1BB6D;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
  width: auto;
  margin-left: 15px;
  min-width: 150px;
  font-size: 14px;
}
.wrapGallery .list-group .list-group-item:first-child {
  margin-left: 0;
}
.wrapGallery .list-group .list-group-item svg {
  width: 15px;
  height: 15px;
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  margin-left: 2px;
}
.wrapGallery .list-group .list-group-item::after {
  position: absolute;
  width: 110%;
  padding-top: 110%;
  top: 50%;
  left: 50%;
  background-color: #333;
  content: "";
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  z-index: -1;
  pointer-events: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.wrapGallery .list-group .list-group-item.active, .wrapGallery .list-group .list-group-item:hover {
  color: white;
}
.wrapGallery .list-group .list-group-item.active::after, .wrapGallery .list-group .list-group-item:hover::after {
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
}
.wrapGallery .wrapImg {
  position: relative;
  overflow: hidden;
}
.wrapGallery .wrapImgResize {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapGallery .listItem {
  padding-top: 15px;
}
.wrapGallery .colItem {
  margin-top: 15px;
}
.wrapGallery .wrapIcon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
  color: white;
  width: 60px;
  height: 60px;
  background-color: #D1BB6D;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}
.wrapGallery .wrapIcon svg {
  width: 20px;
  height: 20px;
}
.wrapGallery .contentCol:hover {
  cursor: pointer;
}
.wrapGallery .contentCol:hover .wrapImgResize {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.wrapGallery .contentCol:hover .wrapIcon {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
}

@media (max-width: 991px) {
  .wrapGallery .grid-gallery {
    margin: 0 -2px;
  }
  .wrapGallery .gallery-item {
    padding: 4px;
  }
  .wrapGallery .wrapIcon {
    width: 40px;
    height: 40px;
  }
  .wrapGallery .wrapIcon svg {
    width: 15px;
    height: 15px;
  }
  .wrapGallery .list-group {
    margin-top: 15px;
  }
}
@media (max-width: 374px) {
  .wrapGallery .list-group .list-group-item {
    padding: 7px 10px;
    margin-left: 5px;
    min-width: 100px;
  }
}
.wrapGallery {
  padding-top: 45px;
}
.wrapGallery .wrapPaggingList {
  margin-top: 15px;
}
.wrapGallery .gallery-item .contentItem {
  position: relative;
  overflow: hidden;
}
.wrapGallery .gallery-item .contentItem .wrapOverTitle {
  position: relative;
  padding: 15px;
}
.wrapGallery .gallery-item .contentItem .wrapOverTitle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapGallery .gallery-item .contentItem .wrapOverTitle::after {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #D1BB6D;
  z-index: 1;
}
.wrapGallery .gallery-item .contentItem .titleMain {
  margin: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42px;
  line-height: 22px;
}
.wrapGallery .gallery-item .contentItem .titleMain::after {
  display: none;
}
.wrapGallery .gallery-item .contentItem .wrapTitle {
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapGallery .gallery-item .contentItem:hover .wrapTitle {
  bottom: 0;
}

@media (max-width: 1220px) {
  .wrapGallery {
    padding-top: 26px;
  }
  .wrapGallery .gallery-item .contentItem .titleMain {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .wrapGallery .gallery-item {
    width: 33.33333%;
  }
  .wrapGallery .gallery-item .contentItem .wrapTitle {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .wrapGallery .gallery-item {
    width: 50%;
  }
  .wrapGallery .gallery-item .contentItem .titleMain {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 34px;
    line-height: 18px;
  }
  .wrapGallery .gallery-item .contentItem .wrapOverTitle {
    padding: 10px 8px 15px 8px;
  }
  .wrapGallery .gallery-item .contentItem .wrapOverTitle::after {
    bottom: 10px;
    left: 8px;
    height: 1px;
  }
}