/**
* Template Name: Ninestars - v4.3.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

dl, ol, ul{
  padding-left: 10px !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}
.bg-light{
  background-color: #ffffff!important;
  border-bottom: 1px solid #f2f2f2;
}
.carousel-control-next-icon {
  background-color: #111;
}
.carousel-control-prev-icon{
  background-color: #111;
}

.owl-theme .owl-nav.disabled + .owl-dots{
  display: inherit;
  float: right;
}
.navbar-light .navbar-brand{
  padding-left: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #e73c5c !important;
}

.owl-theme .owl-dots{
  text-align: left !important;
}

.carousel-indicators li{
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #F83F5E !important;
}

.top-banner .owl-theme .owl-nav.disabled + .owl-dots{
  display: none !important;
}

.carousel-indicators{
  margin-right: 5%;
  justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
  visibility: hidden;
}

a {
  color:  #333333;
  text-decoration: none;
}

a:hover {
  color: #F83F5E;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

.container{
  margin-top: 56px;
  margin-bottom: 56px;
}



/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.accordion>.card>.card-header{
  background-color: #F83F5E;
  border-radius: 8px;
  padding-top: 24px;
   padding-bottom: 24px;
}
 .accordion h5{
   font-size: 1.50em;
   color: #FFFFFF;
   padding-left: 2%;
   padding-right: 2%;

 }

 .accordion .card-body{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 0.05em;

  color: #333333;

 }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #fc1d44;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.top-banner .container{
  padding-left: 10% !important;
}

.side-image .img-fluid{
  padding-bottom: 12%;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #034E45;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

#portfolio .row{
  justify-content: center !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-nav{
  padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link{
 color:#333333;
 font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 32px;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
color: #333333;
padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link:hover{
  color:   #F83F5E;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color:   #333333;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color:   #F83F5E;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #ee7843;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fc1d44;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fc1d44;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fc1d44;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 72px;
  padding-left: 72px;
  padding-top: 7%;
}

#hero h1 {
  font-family: 'Shippori Mincho B1', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 4em;
  line-height: 72px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #F83F5E;
}

#hero h2 {
  font-family: 'Poppins';
    font-style: normal;
    font-size: 3em;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #333333;
}

#hero ul{
  list-style-type: none;
  padding-left: 0px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #333333;
  margin-top: 7%;
}

#hero ul img{
  width: 4%;
  margin-right: 2%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section #portofolio{
  background-color: #fae6dc;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
font-family: Shippori Mincho B1;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 50px;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
position: relative;
color: #F83F5E;
padding-bottom: 10px;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 31%;
  height: 2px;
  background: #F83F5E;
  bottom: 0;
  left: calc(37% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* .breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
} */

.title-date h5{
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 15px;
}

.title-date h5{
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about-us-top{
  height: 497px;
} */

body .about-us-top h3{
    font-size: 18px;
    margin-top: 5%;
  }

  body .about-us-top .col-4{
    flex: none;
    max-width: 48.333333%;
    font-size: 8px;
  }

   .about-us-top {
    padding-top: 25%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    font-family: Roboto;
    font-style: normal;
  }
  .content h5{
    font-family: Shippori Mincho B1;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    line-height: 32px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #F83F5E;
    padding-bottom: 3%;
  }

  .capt .card{
    border: none !important;
  }
  .capt .card p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #333333;
  }

.quoets h5{
  font-family: Shippori Mincho B1;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 48px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-top: 5%;
  padding-bottom: 2%;
  font-weight: 100;
  }
  .quoets p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 48px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 5%;
  }

  .quoets .isi{
    text-align: left;
  }

/*--------------------------------------------------------------
# SEJARAH
--------------------------------------------------------------*/
.sejarah .tittle{
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 2em;
  line-height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  justify-content: center;
  padding-bottom: 5%;
}

.sejarah .isi{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.05em;

color: #333333;
}
.sejarah img{
  width: 100%;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0  0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #ef7f4d;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fc1d44;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio-wrap .portofolio-text h4{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  margin-top: 5px;
  justify-content: center !important;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fc1d44;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #fc1d44;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fc1d44;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fc1d44;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding-top: 1%;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #fc1d44;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #fc1d44;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# INFORMASI
--------------------------------------------------------------*/

.page-link{
  color: #F83F5E;
}
.page-link:hover{
  color: #f5cbc7;
}

.detail{
padding-top: 5%;
}


.informasi .terbaru .news{
  background-size: cover;
  background-repeat: no-repeat;
  max-width: fit-content;
}

.terbaru .topTitle{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #F83F5E;
  padding-bottom: 2%;
}

.informasi .news .deskripsi{
  padding-top: 60%;
  text-align: end;
  max-width: 80%;
  float: right;
}
.deskripsi .date{
  font-size: 20px;
line-height: 34px;
letter-spacing: 0.03em;
color: #333333;
}

.deskripsi .title{
  font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 34px;
display: flex;
align-items: center;
text-align: right;
letter-spacing: 0.03em;

color: #333333;

}
.informasi .artikel h5{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #F83F5E;
}

.informasi .artikel .tgl{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color:  #828282;;
  margin-bottom: 0px;
}

.informasi h4{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #333333;
}

.ListArtikel .card button{
  background-color: #FFFFFF;
  color:#F83F5E;
  border-color: #FECBC7;
}

.ListArtikel .card button.active {
  color:#FFFFFF;
  background-color: #F83F5E;
}

.ListArtikel .topTitle{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #F83F5E;
}

.card .btn:not(:disabled):not(.disabled):hover{
  background-color:#F83F5E;
  color: #FFFFFF;
}

.ListArtikel .dropdown{
  text-align: end;
}
.ListArtikel .dropdown .btn{
  background-color: #FFFFFF;
  color: #333333;
}

.ListArtikel .artikel{
  place-self: flex-end;
}

.artikel p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.detail .header h5{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #F83F5E;

  padding-bottom: 2%;
}
.detail .header h5 i{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #777777;
  flex: none;
  flex-grow: 0;
  margin: 0px 12px;
  }

  .detail .header h4{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 0.05em;
  padding-bottom: 2%;
  }

   .header .subTitle{
    font-family: Poppins;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    letter-spacing: 0.05em;
    text-align: center;
    color: #333333;

  }
  .detail .desc p{
    font-size: 24px;
  }

  .detail .isi P{
    font-family: Poppins;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #333333;
  }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.Gallery{

  background-color: #FECBC7;
}

.Gallery p{
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 60px;
text-align: center;
align-items: center;
letter-spacing: 0.05em;
color: #F83F5E;

}
.Gallery .container{
  margin-bottom: 0px;
  padding-bottom: 5%;
  padding-top: 5%;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* .team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #fc1d44;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
} */

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fc1d44;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fc1d44;
} */

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact {
    width: 100%;
    background: #ffffff;
    margin: 72px 0 -72px 0;
    padding-top: 0px;
}

.contact .info {
  border-top: 3px solid #7D4C03;
  border-bottom: 3px solid #7D4C03;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #fc1d44;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #fc1d44;
  color: #fff;
}

textarea.form-control{
  max-height:115px;;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #fc1d44;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0px;
  background: #fff;

}

.contact .php-email-form .form-group {
  padding-bottom: 0px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
}

#contact .col-5{
  padding-top: 10px;
}

.contact .php-email-form input {
  height: 44px;
  border-radius: 5px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #F83F5E;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  float: right;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef7f4d;
}

.contact label{
  font-size: 24px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #FECBC7;
  color: #212529;
  font-size: 14px;
  padding-top: 1%;
}

#footer .logo{
  text-align: center;
}

#footer .middle h5{
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 1.500em;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #F83F5E;
  padding-bottom: 25px;
  padding-top: 25px;
}

#footer .middle .link{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 1.250em;
  line-height: 32px;
  display: flex;
  align-items: left;
  text-align: left;
  letter-spacing: 0.05em;
  color: #333333;
  padding-bottom: 5px;

}

#footer .middle .title-link{
  font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 1.250em;
line-height: 30px;
margin-left: 20px;
color: #333333;

}

#footer .middle .link-icon{
  padding-bottom: 30px;
}

#footer .caption{
  padding-top: 10%;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}
#footer .copyright {
  text-align: center;
  float: center;
   background: #F83F5E;
  opacity: 0.8;
  padding-bottom: 2px;
  padding-top: 2px;
   color: #F1F1F1;
}


/* #footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
} */

/* #footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
} */

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fc1d44;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding-top: 10px;
  background: #FECBC7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .top{
  border-bottom:  2px solid #e85971;;
  margin-bottom: 3%;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
/*
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 32px;
align-items: center;
letter-spacing: 0.05em;
color: #333333;;

}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fc1d44;
} */

#kanan{
  text-align: right;
}
/*
#footer .footer-menu{
  margin: 10px;
  font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #333333;
}

#footer .footer-menu:hover{
  color: #fc1d44;
}

#footer .footer-sosmed img{
  margin: 10px;
}



#footer .credits a {
  color: #fc1d44;
} */


body .buttom-banner .title-kiri, .title-kanan{
  height: auto;
}

.top-banner .order-lg-2{
  place-self: center !important;
}

body .buttom-banner .title-kiri{
  background: #FFEDEC;
  font-family: Shippori Mincho B1;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    align-items: center;
    text-align: right;
    letter-spacing: 0.03em;
    color: #333333;
}
body .buttom-banner .title-kiri h3{
  max-width: 80%;
  display: inline-table;
  font-family: Shippori Mincho B1;
}
body .buttom-banner .title-kanan{
  background-color:#F83F5E;
  background-size: cover;
  background-blend-mode: screen !important;

}
body .buttom-banner .title-kanan h3{
  font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 1.1em;
line-height: 30px;
display: flex;
align-items: center;
text-align: justify;
letter-spacing: 0.03em;
color: #FFE5DB;

}

#title-visi{
  text-align: center;
  color: #ffffff;
  background-color: #7CCEFF;
  height: auto;
  width: 99%;
  justify-content: center;

}

#title-visi .title{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 32px;
position: absolute;
width: auto;
height: 64px;
left: 56px;
top: 35px;
background: #F83F5E;
border-radius: 8px;
}


#title-visi .title h3 {
font-family: Shippori Mincho B1;
font-style: normal;
font-weight: 500;
font-size: 1.6em;
line-height: 32px;
display: flex;
align-items: center;
text-align: justify;
letter-spacing: 0.05em;
color: #F1F1F1;
}

#title-visi .caption p{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
line-height: 32px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0px 10px;
  padding-bottom: 5%;
  padding-top: 7%;
}
#caption{
  padding-left: 0px;
}

#title-visi .caption ul{
  padding-left: 0px;
  margin-left: 5%;
  margin-right: 5%;
}
#title-visi .caption li{
  margin-left: 2%;
}

#kegiatan .caption-kegiatan img{
  padding-right: 5%;

}
#kegiatan a{
  color: #FFFFFF;
}

#kegiatan a:hover{
  color: #111;
}



#kegiatan .kegiatan-kanan{
left: 0px;
top: 0px;
background: #F83F5E;
width: 90%;
background-repeat: no-repeat;
}


#kegiatan .news-banner .sub-news{
  margin-left: 1px;
  align-items: flex-end;
  margin-right: 2% !important;
  width: 100% !important;
}



.news-banner .container{
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
  margin-top: 0px;
  background-size: cover;

}

#kegiatan .news-banner{
  margin-left: 5px;
  margin-right: 20px;
}

#kegiatan .description{
  text-align: -webkit-right !important;
}

#kegiatan i{
  padding-right: 5%;
}

#kegiatan .description h3{
  font-family: Shippori Mincho B1;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.03em;
  color: #F1F1F1;
  justify-content: flex-end;
  margin-right: 5%;

}

#kegiatan .description p{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 36px;
  align-items: center;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.03em;
  color: #F1F1F1;
  /* max-width: 50%; */
  margin-right: 5%;
}

.kegiatan .detail .date{
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #828282;
}

.kegiatan .detail .title{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #333333;
  text-align: left;
  }

.portfolio{
  background: #FECBC7;
}

.contact img{
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
}
 .description{
  padding-top: 152%;
}

.title-news{
  font-family: Poppins;
  font-style: normal;
  font-size: 2em;
  display: flex;
  text-align: right;
  letter-spacing: 0.03em;
  color: #333333;
  padding-top: 65%;
  max-width: 65%;
  float: right;
  margin-right: 56px;
  margin-bottom: 40px;
}


/* RESPONSIVE */


@media screen and (max-width: 767px ) and (min-width: 576px) {
  #title-visi .title{
    position: unset;
  }
  #title-visi .title h3{
    font-size: 28px;
  }
  #title-visi .caption p{
    padding-top: 0px;
  }
  body .buttom-banner .title-kanan h3{
    font-size: 14px !important;
  }
  .top #kanan{
    text-align: center !important;
  }
  .detail{
    padding-top: 62px !important;
  }
  .detail .isi P{
    font-size: 14px;
    line-height: 17px;
  }

}



@media screen and (max-width: 991px ) and (min-width: 576px) {
  #hero{
    background-image:none !important;
  }
  .owl-carousel.owl-drag .owl-item{
    width: 90%;
    margin-right: 5px;
    text-align: -webkit-center;
  }
  #hero h1{
    font-size: 3em;
  }
  #hero h2{
    font-size: 2em;
  }
  #kegiatan .description p{
    max-width: max-content !important;
  }
  .detail{
    padding-top: 62px;
  }
  .title-news{
    font-size: 14px !important;
  }
}

@media screen and (max-width:  627px ) and (min-width: 577px) {
  #hero ul{
    font-size: 22px !important;
  }
}

#contact .img-side{
  place-items:center;
}

#title-visi{
  background-size: cover !important;
}

@media screen and (max-width: 1160px) and (min-width:992px) {
  .owl-carousel .owl-item img{
    padding-top: 50% !important;
  }
  body .buttom-banner .title-kanan h3{
    font-size: 16px !important;
  }
  .news-banner .container{
    margin-bottom: 0px !important;
  }
  .title-news{
    font-size: 14px !important;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  #hero .hero-img img{
    padding-top: 10%;
  }
  #hero .hero-img img {
    width: 50%;
  }
  .about .about-img img {
    max-width: 70%;
  }
  .informasi .terbaru .col-5{
    flex: auto !important;
    max-width: 90% !important;
    padding-left: 0px;
    padding-top: 5%;
  }
  .terbaru .col-7{
    flex: auto;
  }
  .title-news{
    font-size: 14px !important;
  }
  /* .visi .misi{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  } */
}

@media screen and (max-width: 1180px){
  .informasi .terbaru .col-5{
    flex: auto !important;
    max-width: 59% !important;
    padding-left: 0px;
    padding-top: 5%;
  }
  .terbaru .col-7{
    flex: auto;
  }
  .informasi h4{
    font-size: 18px;
    line-height: 31px;
  }
  .informasi .artikel h5{
    font-size: 17px;
  }
  .informasi .artikel .tgl{
    font-size: 17px;
  } .title-news{
    font-size: 14px !important;
  }



}

@media (max-width: 992px) {
  /* .about-us-top{
    height: 330px !important;
  } */
  .informasi .news .deskripsi{
    padding-top: 66%;
  }
}




@media (min-width: 767px){
  .col-md-2 {
    flex: unset;
    max-width: 100% !important;
  }
  #kanan{
    text-align: right !important;
  }
  body .buttom-banner .title-kanan h3{
    font-size: 18px !important;
  }
  .about .about-img img {
    max-width: 90%;
  }
}

/* @media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1417px;
}
} */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  #kegiatan .description p{
    max-width: max-content !important;
  }
  #footer .col-sm-3{
    flex: auto !important;
    max-width: 50% !important;
  }
  #footer .col-sm-1{
    display: none;
}
  #footer .col-sm-2{
    flex: auto !important;
    max-width: 50% !important;
  }
  #footer .col-sm-4{
    flex: auto !important;
    max-width: 60% !important;
    padding-bottom: 20px;
  }
  #footer .row{
    place-content: center !important;
  }
  .terbaru .topTitle{
    padding-top: 3%;
  }
  .terbaru .col-7{
    flex: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .terbaru .col-5{
    flex: auto;
    max-width: 60%;
  }
  .ListArtikel .col-10{
    flex: auto;
    max-width: 60%;
  }
  .ListArtikel .col-2{
    flex: auto;
    max-width: 40%;
  }
  .ListArtikel h3{
    font-size: 18px;
  }
  .about-us-top{
    padding-top: 28.3%;
  }
  .quoets h5{
    font-size: 20px;
  }
  .quoets p{
    font-size: 24px;
  }

  .sejarah .col-5{
    place-self: center  !important;
  }
  .visi .col-12 .misi{
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .detail .isi P{
  font-size: 14px;
    line-height: 17px;
  }
}


@media screen and (max-width: 768px) {
  .detail .header h4{
    font-size: 21px !important;
  }
  .detail .desc p{
    font-size: 20px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 38px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  body .buttom-banner .title-kanan{
    padding-left: 0px;
    padding-right: 0px;
  }
  body .buttom-banner .title-kanan h3{
    font-size: 17px !important;
    line-height: 30px;
  }
  body .buttom-banner .title-kiri h3{
    max-width: 100% !important;
  }
  #title-visi{
    margin-left: 0px;
  }

  .visi .col-6{
    flex: unset;
    max-width: fit-content;
  }

  #buttom-banner{
    padding-bottom: 0px;
  }

  #kegiatan .kegiatan-kanan{
    max-width: fit-content;
    flex: unset;
    width: 100% !important;
  }
  #kegiatan .description p{
    font-size: 18px;
  }

  #kegiatan .col-7{
    flex: unset;
    max-width: 100%;
    padding-left: 0px;
    margin: 15px;
    padding-right: 40px !important;
  }
  .kegiatan .detail .title{
    font-size: 11px !important;
    line-height: 19px !important;
  }
  #kegiatan .col-7 img{
    width: 100%;
  }

  .portfolio-container{
    margin-left: 0px !important;
  }
  .portfolio-wrap .portofolio-text h4{
    place-content: center !important;
    font-size: 21px !important;
  }

  .portfolio .portfolio-item{
    width: 50% !important;
  }
  .contact{
    padding-top: 0px;
  }

  .footer-top .container{
    margin-bottom: 0px;
  }

  #kanan{
    margin-bottom: 10px;
  }

  #kegiatan{
    padding-top: 0px;
  }

  .description{
    padding-top: 5px
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display:
     inline-block;
  }
  #kegiatan .description{
    padding-top: 5px;
    padding-bottom: 3%;
  }
  .title-news h4{
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  #contact .col-5{
    flex: unset !important;
    max-width: 100% !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .sejarah .col-5{
    flex: auto;
    max-width: 100%;
  }
  .sejarah .col-6{
    flex: auto;
    max-width: 100%;
  }
  .sejarah .tittle{
    padding-top: 34px;
  }
  .sejarah .logo img{
    width: 50% !important;
  }
  .sejarah .logo{
    text-align: center !important;
  }

}


@media (max-width: 974px) {
  .informasi .terbaru .col-5{
    flex: auto !important;
    max-width: 90% !important;
  }
  .title-news{
    font-size: 14px !important;
  }
  /* .navbar-light .navbar-nav .nav-link{
    font-size: 14px !important;
  } */
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }
  .about-us-top{
    padding-top: 30%;
  }
  #hero{
    padding-top: 27%;
  }
  .owl-theme .owl-nav.disabled + .owl-dots{
    float: inherit;
  }
  #kegiatan .news-banner{
    margin-right: 0px !important;
  }
  .title-news h4{
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
  .kegiatan .detail .date{
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .top-banner .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 300px !important;
  }
  #visi .col-7{
    max-width: 100% !important;
  }
  #title-visi .title{
    position: unset !important;
  }
  #title-visi .caption p{
    display: unset !important;
    font-size: 16spx !important;
    text-align: left !important;
  }
  #caption {
    margin-top: 0px !important;
  }
  #title-visi .title h3{
    font-size: 17px !important;
    text-align: -webkit-center !important;
  }
  dl, ol, ul{
    padding-left: 0px !important;

  }
  #kegiatan .description p{
    font-size: 18px !important;
  }
  #visi .col-12 .container{
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 5%;
  }
  .visi .container{
    margin-top: 5% !important;
  }
  #title-visi .caption li{
    margin-left: 9%;
    margin-right: 5%;
  }
  #hero{
    background-image: none !important;
  }
  .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 25px !important;
  }
  #hero ul{
    font-size: 16px !important;
  }
  body .buttom-banner .title-kiri, .title-kanan{
    height: auto !important;
  }
  body .buttom-banner .title-kiri h3{
    text-align: center !important;
  }
  .portfolio-wrap .portofolio-text h4{
    font-size: 17px !important;
    justify-content: center !important;
  }
  body .buttom-banner .title-kanan h3{
    text-align: justify !important;
  }
  .top #kanan{
    text-align: center !important;
  }
  .title-news{
    padding-top: 80% !important;
    margin-right: 14px !important;
    margin-bottom: 25px !important;
  }
  .news-banner .container{
    margin-bottom: 5% !important;
  }
  #footer .caption{
    line-height: 21px !important;
    font-size: 14px !important;
    padding-right: 4% !important;
  }
  #footer .middle .link{
    font-size: 15px !important;
    line-height: 28px !important;
    padding-bottom: 5px !important;
  }
  #footer .middle h5{
    font-size: 18px !important;
    padding-bottom: 7px !important;
  }
  #footer .middle .title-link{
    font-size: 13px !important;
    margin-left: 5px !important;
  }
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
  .title-news h4{
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  #footer .copyright, #footer .credits{
    font-size: 11px !important;
  }
  #footer .middle .link-icon{
    padding-bottom: 10px;
  }
  .terbaru .col-5{
    max-width: 95%;
  }
  .informasi h4{
    font-size: 10px;
    line-height: 19px;
  }
  .informasi .artikel .tgl{
    font-size: 10px;
    line-height: 23px;
  }
  .informasi .artikel h5{
    margin-bottom: 0px;
  }
  .terbaru .topTitle{
    font-size: 21px;
    padding-bottom: 0px;
  }
  .informasi .artikel h5{
    font-size: 9px;
  }
  .ListArtikel h3{
    font-size: 11px;
    line-height: 19px;

  }
  .ListArtikel .artikel p{
    font-size: 9px;
    text-align: left;
  }
  .ListArtikel img{
    padding-top: 8px;
  }
  .deskripsi .title{
    font-size: 13px;
    line-height: 20px;
  }
  .deskripsi .date{
    margin-bottom: 0px;
    font-size: 13px;
  }
  .ListArtikel .dropdown{
    padding-bottom: 16px;
  }
  /* .about-us-top{
    height: 181px;
  } */
  .faq .capt{
    margin-top: 17px;
  }
  .content h5{
    font-size: 18px;
  }
  .capt .card p{
    font-size: 13px;
    line-height: 29px;
  }
  .accordion h5{
    font-size: 14px;
    line-height: 21px;
  }
  .accordion>.card>.card-header{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .accordion .card-body{
    font-size: 13px;
    line-height: 28px;
  }
  .quoets h5{
    line-height: 35px;
    font-size: 15px;
  }
  .sejarah .col-5{
    flex: auto;
    max-width: 100%;
  }
  .sejarah .col-1{
    display: none;
  }
  .sejarah .col-6{
    flex: auto;
    max-width: 100%;
  }
  .sejarah .tittle{
    padding-top: 5%;
    font-size: 24px;
    line-height: 40px;
  }
  .Gallery p{
    font-size: 17px;
    line-height: 44px;
  }
  .ListArtikel .topTitle{
    font-size: 22px;
  }

  .detail{
    padding-top: 10%;
  }
  .detail .header h4{
    font-size: 16px !important;
  }
  .header .subTitle{
    font-size: 11px;
    line-height: 21px;
  }
  .detail .header h5{
    font-size: 14px;
    padding-top: 5%;
}

  .detail .header h5 i{
    font-size: 14px;
  }
  .page-link{
    font-size: 11px;
  }
  .ListArtikel .card button{
    font-size: 8px;
  }
  .ListArtikel .dropdown .btn{
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .title-news h4{
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 18px;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
