/*Add font ================================*/
.full.gallery {
  padding: 0;
  margin: 0;
}

#main_slides {
  background: rgba(222, 212, 212, 0.15);
}

footer {
  border-top: 20px solid #7b2382;
}

.full.gallery {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.full.gallery .nav {
  padding: 0;
}
.full.gallery .ims_navigation {
  padding: 0;
  background: transparent;
  margin: 1.5rem 0;
  font-family: "Roboto", sans-serif;
}
.full.gallery .ims_navigation .container {
  padding: 0;
}
.full.gallery .ims_navigation .container ol li:last-child a {
  color: #993399;
}
.full.gallery .ims_navigation .container ol li a {
  font-size: 20px;
  color: #646569;
  font-weight: 500;
}
.full.gallery .nav_bot {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 1.5rem 0;
}
.full.gallery .nav_bot span {
  color: #993399;
}
.full.gallery .gallery {
  border-top: 1px solid #7b2382;
  margin-top: 1rem;
}
.full.gallery .gallery .title {
  font-family: "Roboto", sans-serif;
  color: #646569;
  font-size: 20px;
  margin-top: 4rem;
  font-weight: 500;
  text-align: center;
}
.full.gallery .gallery .list_item .item {
  position: relative;
  display: block;
  text-align: center;
  color: #646569;
  margin: 32px 0 0 0;
}
.full.gallery .gallery .list_item .item img {
  width: 100%;
  cursor: pointer;
}
.full.gallery .gallery .list_item .item h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 24px 0;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 601px) {
  .full.gallery .gallery .list_item .item h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .full.gallery .gallery .list_item .item .card-body {
    padding: 0;
  }
}
.full.gallery .gallery .list_item .item .dropdown-menu li a {
  font-size: 16px;
}
.full.gallery .gallery .list_item .item .dropdown-menu li a i {
  margin-right: 5px;
}

#item_detail {
  border-top: 1px solid #7b2382;
  margin-top: 1rem;
  padding-top: 3rem;
  font-family: "Roboto", sans-serif;
}
#item_detail .col_left {
  display: none;
}
@media (min-width: 601px) {
  #item_detail .col_left {
    display: block;
  }
}
#item_detail .col_left .h3 {
  color: #7b2382;
  font-size: 20px;
  font-weight: bolder;
}
#item_detail .col_left ul {
  margin-top: 20px;
}
#item_detail .col_left ul li.active a {
  color: #fff;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #7b2382;
  border: 1px solid #7b2382;
}
#item_detail .col_left ul li a {
  position: relative;
  font-size: 16px;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #7b2382;
}
#item_detail .col_right h1 {
  margin-bottom: 20px;
  font-weight: bolder;
  font-size: 20px;
  color: #7b2382;
}
#item_detail .col_right h2 {
  color: #800080;
  font-size: 20px;
  font-size: 500;
}
#item_detail .col_right h3, #item_detail .col_right strong {
  color: #800080;
  font-size: 14px;
  font-weight: 600;
}
#item_detail .col_right .date {
  font-size: 16px;
  margin-bottom: 20px;
  color: #646569;
}
#item_detail .col_right .gallery {
  border-top: 0;
  margin-top: 3rem;
}
#item_detail .col_right .gallery .title {
  color: #800080;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2rem;
}
#item_detail .col_right .gallery .items {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 3rem;
}
#item_detail .col_right .gallery .items h3 {
  color: #646569;
  text-align: center;
  margin-top: 2rem;
  font-size: 16px;
}
@media (min-width: 601px) {
  #item_detail .col_right .gallery .items h3 {
    font-size: 18px;
  }
}
#item_detail .col_right .gallery .slick-slider {
  position: unset;
  margin-bottom: 0;
}
#item_detail .col_right .gallery .slick-dots {
  bottom: 10px;
  z-index: 99;
  margin: 0 -5px;
}
#item_detail .col_right .gallery .slick-dots li {
  width: 15px;
  height: 15px;
}
#item_detail .col_right .gallery .slick-dots li button {
  width: 15px;
  height: 15px;
}
#item_detail .col_right .gallery .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D6D6D6;
  opacity: 0.5;
  border-radius: 50%;
}
#item_detail .col_right .gallery .slick-dots li:hover button:before {
  background: #D6D6D6;
  opacity: 0.5;
}
#item_detail .col_right .gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #869791;
}