.single_exhibition {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .single_exhibition {
    margin-bottom: 70px;
  }
}
.single_exhibition iframe {
  width: 100%;
}
.single_exhibition .wp-block-image, .single_exhibition figure {
  margin: 0 0 30px 0;
}
.single_exhibition .exhibition_content {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .single_exhibition .exhibition_content {
    flex-direction: column;
  }
}
.single_exhibition .exhibition_content .wrap_content {
  width: 75%;
}
@media (max-width: 1024px) {
  .single_exhibition .exhibition_content .wrap_content {
    width: 100%;
  }
}
.single_exhibition .exhibition_content .wrap_content .feature_img {
  margin-bottom: 30px;
}
.single_exhibition .exhibition_content .line {
  position: relative;
  width: 25%;
}
@media (max-width: 1024px) {
  .single_exhibition .exhibition_content .line {
    width: 100%;
  }
}
.single_exhibition .exhibition_content .line .wrapper_order {
  padding-bottom: 60px;
  position: sticky;
  top: 160px;
  bottom: auto;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 25px;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 24px;
  border: 1px solid var(--primary);
  width: 100%;
  max-width: 250px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member:hover, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order:hover {
  color: #fff;
  background-color: var(--primary);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
  color: #fff;
  background-color: var(--primary);
  border: 1px solid transparent;
  margin-bottom: 35px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order:hover {
  background-color: var(--heading);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order {
  margin: 0 0 30px 0;
  padding: 0;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li {
  list-style: none;
  margin-bottom: 16px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span {
  display: block;
  font-size: 16px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span.label {
  font-weight: 800;
  color: var(--heading);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li a {
  color: var(--text);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social {
  position: relative;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li {
  margin-top: 5px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li.share {
  display: none;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li:hover i {
  background-color: var(--heading);
}
.single_exhibition .gallery_exhibition .gallery_slide {
  position: relative;
  margin-top: 25px;
  margin-bottom: 45px;
}
.single_exhibition .gallery_exhibition .gallery_slide .items {
  cursor: pointer;
}
.single_exhibition .gallery_exhibition .gallery_slide .items img {
  height: 330px;
  object-fit: cover;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2px;
  width: 21px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  height: 21px;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: var(--heading);
  display: block;
  border-radius: inherit;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot.active {
  border: 1px solid var(--primary);
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot.active span {
  opacity: 1;
  background: var(--primary);
}
.single_exhibition .map-and-video {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .single_exhibition .map-and-video {
    grid-template-columns: 1fr;
  }
}
.single_exhibition .map-and-video h2 {
  margin-bottom: 20px;
}
.single_exhibition .related_post .related_ex {
  margin-bottom: 60px;
}
.single_exhibition .related_post .related_ex h2 {
  text-transform: capitalize;
  margin-top: 45px;
  margin-bottom: 20px;
}

.ova-wrap-exhibition {
  display: flex;
  gap: 30px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.ova-wrap-exhibition .post-items {
  width: calc(33% - 20px);
}
@media (max-width: 1024px) {
  .ova-wrap-exhibition .post-items {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ova-wrap-exhibition .post-items {
    width: 100%;
  }
}
.ova-wrap-exhibition .post-items.ex2_columns {
  width: 50%;
}
@media (max-width: 767px) {
  .ova-wrap-exhibition .post-items.ex2_columns {
    width: 100%;
  }
}
.ova-wrap-exhibition .post-items.ex3_columns {
  width: calc(33% - 20px);
}
@media (max-width: 1024px) {
  .ova-wrap-exhibition .post-items.ex3_columns {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ova-wrap-exhibition .post-items.ex3_columns {
    width: 100%;
  }
}
.ova-wrap-exhibition .post-items.ex4_columns {
  width: calc(25% - 25px);
}
@media (max-width: 1200px) {
  .ova-wrap-exhibition .post-items.ex4_columns {
    width: calc(33% - 20px);
  }
}
@media (max-width: 1024px) {
  .ova-wrap-exhibition .post-items.ex4_columns {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ova-wrap-exhibition .post-items.ex4_columns {
    width: 100%;
  }
}
.ova-wrap-exhibition .post-items .img-exhibition {
  position: relative;
}
.ova-wrap-exhibition .post-items .img-exhibition img {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  display: block;
}
.ova-wrap-exhibition .post-items .content {
  margin-top: 35px;
  padding: 0 5px;
}
.ova-wrap-exhibition .post-items .content .ex-meta {
  border-bottom: 1px solid rgba(5, 26, 82, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ova-wrap-exhibition .post-items .content .ex-meta i {
  display: inline-block;
  color: var(--primary);
  margin-right: 5px;
}
.ova-wrap-exhibition .post-items .content .ex-meta span, .ova-wrap-exhibition .post-items .content .ex-meta a {
  display: inline-block;
  font-weight: 500;
}
.ova-wrap-exhibition .post-items .content .ex-meta a {
  color: var(--text);
}
.ova-wrap-exhibition .post-items .content .ex-meta a:hover {
  color: var(--primary);
}
.ova-wrap-exhibition .post-items .content h3 {
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 0 16px 0;
  font-size: 22px;
  color: var(--heading);
}
.ova-wrap-exhibition .post-items .content h3:hover {
  text-decoration: underline;
}
.ova-wrap-exhibition .post-items .content .link-to-detail {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.ova-wrap-exhibition .post-items .content .link-to-detail:hover {
  color: var(--primary);
}
.ova-wrap-exhibition .post-items .content .link-to-detail span {
  text-decoration: underline;
}
.ova-wrap-exhibition .post-items .content .link-to-detail i {
  display: inline-flex;
  font-size: 18px;
}

.exhibition_arc.exhibition_arc_page {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .exhibition_arc.exhibition_arc_page {
    margin-bottom: 70px;
  }
}
.exhibition_arc .heading_archive_exh {
  text-align: center;
  margin-bottom: 50px;
}
.exhibition_arc .heading_archive_exh .title_exh {
  font-size: 45px;
  color: var(--heading);
  margin-bottom: 15px;
  margin-top: 60px;
}
.exhibition_arc .heading_archive_exh .desc_exh {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .exhibition_arc .heading_archive_exh .desc_exh {
    padding-left: 0;
    padding-right: 0;
  }
}
.exhibition_arc .wrap-content .post-items.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.exhibition_arc .wrap-content .post-items.list .img-exhibition {
  max-width: 31%;
  width: 100%;
}
@media (max-width: 767px) {
  .exhibition_arc .wrap-content .post-items.list .img-exhibition {
    max-width: 100%;
  }
}
.exhibition_arc .wrap-content .post-items.list .content {
  padding: 0 35px;
  max-width: 69%;
  width: 100%;
}
@media (max-width: 767px) {
  .exhibition_arc .wrap-content .post-items.list .content {
    max-width: 100%;
    padding: 0;
  }
}
.exhibition_arc .wrap-content .post-items.list .content h3 {
  margin-top: 20px;
}
.exhibition_arc .wrap-content.owl-carousel {
  display: block;
  position: relative;
}
@media (max-width: 1500px) {
  .exhibition_arc .wrap-content.owl-carousel .owl-nav {
    display: none;
  }
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev:hover {
  color: var(--heading);
  transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next:hover {
  color: var(--heading);
  transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2px;
  width: 21px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  height: 21px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: var(--heading);
  display: block;
  border-radius: inherit;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--primary);
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background: var(--primary);
}
.exhibition_arc .wrap-content.owl-carousel .post-items {
  width: auto;
}
.exhibition_arc .wrap-content ul.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  list-style-type: none;
}
.exhibition_arc .wrap-content ul.nav-tabs li {
  margin: 0;
  padding: 0 15px;
}
.exhibition_arc .wrap-content ul.nav-tabs li a {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
}
.exhibition_arc .wrap-content ul.nav-tabs li a.active {
  border-bottom: 2px solid var(--primary);
  color: var(--heading);
}
.exhibition_arc .wrap-content.element-arc {
  display: block;
}
.exhibition_arc .wrap-content.element-arc .tab-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.exhibition_arc .ova_more_post {
  margin-top: 40px;
  text-align: center;
}
.exhibition_arc .ova_more_post .load-more {
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 20px 48px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--heading);
  text-transform: capitalize;
  cursor: pointer;
}
.exhibition_arc .ova_more_post .load-more:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.exhibition_arc .ova_more_post .image-loadmore {
  display: none;
}
.exhibition_arc .ova-nodata, .exhibition_arc .ova-noload {
  width: 100%;
  text-align: center;
  display: none;
}
.exhibition_arc .ova-nodata span, .exhibition_arc .ova-noload span {
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 20px 48px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--heading);
  text-transform: capitalize;
  cursor: pointer;
}
.exhibition_arc .ova-nodata span:hover, .exhibition_arc .ova-noload span:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.exhibition_arc .blog_pagination {
  margin-top: 60px;
}
.exhibition_arc .blog_pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.exhibition_arc .blog_pagination ul li {
  margin: 0px 3px 10px 3px;
}
.exhibition_arc .blog_pagination ul li a, .exhibition_arc .blog_pagination ul li span {
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 45px;
  height: 45px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--text);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
}
.exhibition_arc .blog_pagination ul li a:focus, .exhibition_arc .blog_pagination ul li span:focus {
  outline: none;
}
.exhibition_arc .blog_pagination ul li a:hover, .exhibition_arc .blog_pagination ul li span:hover {
  background-color: var(--primary);
  color: #fff;
}
.exhibition_arc .blog_pagination ul li i {
  line-height: 1;
}
.exhibition_arc .blog_pagination ul li.active a, .exhibition_arc .blog_pagination ul li.active span {
  color: #fff;
  background-color: var(--primary);
}