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

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

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

.scroll-to {
  -webkit-transform-origin: center;
  -webkit-transform: translate(10px, 0px) rotate(90deg);
  transform-origin: center;
  transform: translate(10px, 0px) rotate(90deg);
  height: 5px;
  display: block;
  width: 170px;
  position: absolute;
  top: 210px;
  z-index: 10;
  left: 0;
}
@media (min-width: 992px) {
  .scroll-to {
    -webkit-transform-origin: center;
    -webkit-transform: translate(-60px, -60px) rotate(90deg);
    transform-origin: center;
    transform: translate(-60px, -60px) rotate(90deg);
    width: 205px;
    top: 228px;
  }
}
.scroll-to .in {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.scroll-to .splash-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(20px);
}
.scroll-to .scroll-to-head {
  line-height: 20px;
  display: block;
  height: 20px;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.scroll-to .scroll-to-bd {
  height: 4px;
  width: 100%;
  background: #b81c22;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  animation: scrollBorder 3s infinite;
}

.scroll-to-l {
  height: 5px;
  display: block;
  width: 50px;
  position: absolute;
  top: 90px;
  bottom: unset;
  z-index: 10;
  left: 73px;
}
@media (min-width: 992px) {
  .scroll-to-l {
    top: unset;
    bottom: -13px;
    left: 20px;
  }
}
.scroll-to-l .in {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.scroll-to-l .splash-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(20px);
}
.scroll-to-l .scroll-to-left {
  height: 4px;
  width: 100%;
  background: #b81c22;
  display: block;
  position: absolute;
  left: 18px;
  top: 205px;
  animation: scrollBorderCopy 3s infinite;
  animation-delay: 3.5s;
}
@keyframes scrollBorder {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  15% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  70% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
}
@keyframes scrollBorderCopy {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  15% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  70% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
}
#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: 600px) {
  #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 img {
  max-width: 100%;
}
#item_detail .col_right .date {
  font-size: 16px;
  margin-bottom: 20px;
  color: #646569;
}
#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;
  font-size: 18px;
  text-align: center;
  margin-top: 2rem;
}
#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;
}