/*Add font ================================*/
#main_slides {
  background: rgba(222, 212, 212, 0.15);
}

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

.full.project {
  font-family: "Roboto", sans-serif;
  color: #646569;
}
.full.project .nav {
  padding: 0;
}
.full.project .box_header {
  border-bottom: 1px solid #7b2382;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.full.project .box_header .nav_bot {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 1.5rem 0;
}
.full.project .box_header .nav_bot span {
  color: #993399;
}
.full.project .box_header .short {
  font-size: 16px;
  font-weight: 400;
}
.full.project .list_item_project .row_item {
  display: flex;
  flex-wrap: wrap;
}
.full.project .list_item_project .row_item .col_item {
  margin-top: 20px;
}
.full.project .list_item_project .row_item .col_item .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
}
.full.project .list_item_project .row_item .col_item .item img {
  width: 100%;
}
.full.project .list_item_project .row_item .col_item .item .info {
  padding: 1.25rem;
}
.full.project .list_item_project .row_item .col_item .item .info .title {
  color: #800080;
  font-weight: bolder;
  font-size: 18px;
  padding-bottom: 7px;
}
.full.project .list_item_project .row_item .col_item .item .info .short {
  font-size: 16px;
  margin-bottom: 1rem;
}
.full.project .list_item_project .row_item .col_item .item .info .date {
  font-size: 12.8px;
}
.full.project .list_item_project .row_item .col_item .item .info .btn-group {
  font-size: 14px;
}
.full.project .list_item_project .row_item .col_item .item .info .btn-group:hover button {
  border-color: #7b2382;
  color: #7b2382;
  background: transparent;
}
.full.project .list_item_project .row_empty {
  padding: 30px 0;
  text-align: center;
}
.full.project .list_item_project .viewmore {
  margin-top: 103px;
}
.full.project .list_item_project .viewmore button {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  color: #151f38;
  display: inline-flex;
  position: relative;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #9d9ea9;
  padding: 10px 14px;
  letter-spacing: 2px;
}
.full.project .list_item_project .viewmore button:hover {
  color: #b81c22;
}
.full.project .list_item_project .viewmore button i {
  font-size: 24px;
  margin-right: 5px;
  margin-top: 3px;
}

#container {
  position: unset;
}

#item_detail {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #646569;
  margin-bottom: 3rem;
}
#item_detail .nav_bot {
  font-weight: 600;
  margin: 1.5rem 0;
}
#item_detail .nav_bot span {
  color: #993399;
}
#item_detail img {
  max-width: 100%;
  height: auto;
}
#item_detail h3 {
  color: #800080;
  font-size: 20px;
  font-weight: bolder;
}
#item_detail .top {
  border-top: 1px solid #7b2382;
  padding-top: 3rem;
}
#item_detail .top h1 {
  color: #7b2382;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}
#item_detail .top .date {
  font-size: 16px;
  color: #646569;
  margin-bottom: 20px;
}
#item_detail .gallery .title {
  font-family: "Roboto", sans-serif;
  color: #800080;
  font-size: 20px;
  margin-top: 4rem;
  font-weight: 500;
}
#item_detail .gallery .list_item {
  margin: auto;
}
@media (min-width: 992px) {
  #item_detail .gallery .list_item {
    max-width: 66.66667%;
  }
}
#item_detail .gallery .list_item .items {
  position: relative;
  display: block;
  text-align: center;
  color: #646569;
  margin: 32px 0 0 0;
  padding-bottom: 60px;
}
#item_detail .gallery .list_item .items h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 24px 0;
  cursor: pointer;
}
#item_detail .gallery .slick-slider {
  position: unset;
  margin-bottom: 0;
}
#item_detail .gallery .slick-dots {
  bottom: 10px;
  z-index: 99;
  margin: 0 -5px;
}
#item_detail .gallery .slick-dots li {
  width: 15px;
  height: 15px;
}
#item_detail .gallery .slick-dots li button {
  width: 15px;
  height: 15px;
}
#item_detail .gallery .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D6D6D6;
  opacity: 0.5;
  border-radius: 50%;
}
#item_detail .gallery .slick-dots li:hover button:before {
  background: #D6D6D6;
  opacity: 0.5;
}
#item_detail .gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #869791;
}