/**
* Template Name: Reveal
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #50d8af;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.text-yellow {
  color: #F1C52B !important;
}

.text-blue {
  color: #4674AF !important;
}

.bg-white-subtle {
  background-color: #F2F2F2 !important;
}

.btn-outline-primary {
  border: 2px solid #4674AF !important;
  color: #4674AF !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #4674AF !important;
  color: white !important;
}

@media (max-width: 500px) {
  .btn-outline-primary {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 996;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  color: #fff;
  transform: scale(1.1);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  /* height: 40px; */
}

#topbar .contact-info i {
  font-style: normal;
  color: #50d8af;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #50d8af;
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

@media (max-width: 991px) {
  #logo-topbar {
    display: none !important;
  }
}

#topbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#topbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#topbar {
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .contact-info p {
    font-size: 10px !important;
  }

  .contact-info img {
    width: 10px !important;
  }

  #topbar {
    padding: 20px 0px !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo-topbar img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
    max-width: 40px;
  }
}

@media (max-width: 991px) {
  #logo {
    display: block !important;
  }

  #logo img {
    width: 60px;
  }
}

@media (max-width: 500px) {
  #logo img {
    width: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}

.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; */
  padding-bottom: 4px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  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: #4674AF;
  border-bottom: 5px solid #F1C52B;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 9900000;
  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: 14px;
}

.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: #4674AF;
}

.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;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar {
    width: auto !important;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #50d8af;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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: #50d8af;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../image/hero.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

@media (max-width: 500px) {
  #hero .hero-content {
    padding: 0 15px !important;
  }

  #hero .hero-sub {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
  # kepala-sekolah section
  --------------------------------------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 991px) {
  #about .about-img {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
  background: #FEFCF5;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  #about .kepala-title {
    padding: 0 15px;
  }

  #about .kepala-sub {
    font-size: 18px;
    line-height: 25px !important;
  }
}

/*--------------------------------------------------------------
  # kepala-sekolah section END
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # portfolio section
  --------------------------------------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 8px;
  border: 2px solid #4674AF;
  color: #4674AF;
  min-width: 6.6875rem;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #4674AF;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  height: 362px;
}

#portfolio .galeri-img {
  height: 362px;
  width: 100%;
  object-fit: cover;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #4674AF;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.gdesc-inner {
  background-color: #4674AF !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}

.gslide-title {
  font-weight: bold !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px !important;
}

.gslide-desc {
  color: #fff !important;
  max-height: 190px !important;
  overflow-x: scroll !important;
  font-size: 16px !important;
}

.gslide-desc::-webkit-scrollbar {
  display: none;
}

.gslide-desc {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 1024px) {
  #portfolio .galeri-img {
    height: 300px;
  }

  #portfolio .portfolio-item {
    height: 300px !important;
  }

  #portfolio .portfolio-item .portfolio-info {
    bottom: 0px !important;
  }
}

/*--------------------------------------------------------------
  # portfolio section
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Berita section
  --------------------------------------------------------------*/

.berita {
  background-color: #F6F6F6;
}

.berita-small-title,
.berita-small-desc,
.berita-big-title {
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.berita-big-desc {
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.berita .berita-big-img {
  height: 520px !important;
}

.berita .berita-left {
  border-right: 1px solid #DEE2E6 !important;
}

.berita .berita-small-img {
  height: 200px !important;
}

.berita-big-container,
.berita-small-container {
  transition-duration: 200ms;
}

.berita-big-container:hover,
.berita-small-container:hover {
  transform: scale(0.99) !important;
}

@media (max-width: 1024px) {
  .berita .berita-big-img {
    height: 400px !important;
  }

  .berita .berita-small-img {
    height: 135px !important;
  }
}

@media (max-width: 600px) {
  .berita .berita-left {
    display: none !important;
  }

  .berita .berita-small-img {
    height: 200px !important;
  }
}

/*--------------------------------------------------------------
  # Berita section END
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # fasilitas section
  --------------------------------------------------------------*/
.fasilitas {
  background-color: #4674AF;
}

.fasilitas .fasilitas-img {
  height: 230px !important;
  object-fit: cover !important;
}

.fasilitas .fasilitas-card-title {
  bottom: 0;
  background: rgba(79, 79, 79, 0.60);
}

@media (max-width: 576px) {
  .fasilitas {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*--------------------------------------------------------------
  # fasilitas section END
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Footer section
  --------------------------------------------------------------*/
.footer {
  background-color: #4F4F4F;
  overflow: hidden;
}

.copyright {
  background-color: #4674AF;
  z-index: 997;
  position: relative;
}

@media (max-width: 991px) {}

@media (max-width: 500px) {
  .footer {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .copyright p,
  .copyright a {
    font-size: 10px !important;
  }
}

/* Contact Section - Home Page
------------------------------*/
.contact .info-item {
  background: #474747;
  padding: 30px;
  border-radius: 10px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--primary-color);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: rgba(var(--default-color-rgb), 0.03);
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.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 var(--primary-color);
  border-top-color: var(--background-color);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: rgba(var(--background-color-rgb), 0.5);
  border-color: rgba(var(--default-color-rgb), 0.2);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary-color);
}

.contact .php-email-form input[type=text]::-moz-placeholder,
.contact .php-email-form input[type=email]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form button[type=submit] {
  background: var(--primary-color);
  color: var(--contrast-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--primary-color-rgb), 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#contact i {
  color: #4674AF !important;
}

#contact button {
  background: #4674AF !important;
}

#contact .form-control {
  border: 1px solid #474747 !important;
  background: #696969 !important;
}

@media (max-width: 991px) {
  #contact .php-email-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 500px) {
  #contact button {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  # Footer section END
-------------------------------------------------------------*/



/*--------------------------------------------------------------
  # =============== PAGE PROFIL ==========================
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # profil-hero section
-------------------------------------------------------------*/
#profil-hero {
  background: #4674AF;
}

#profil-hero .profil-hero-container {
  height: 60vh;
}

@media (max-width: 500px) {
  #profil-hero .profil-hero-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #profil-hero .kepala-title {
    font-size: 20000px !important;
  }
}

/*--------------------------------------------------------------
  # profil-hero section END
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # profil-about section
-------------------------------------------------------------*/

#about .kepala-sub {
  line-height: 30px !important;
}

@media (max-width: 500px) {

  #about .kepala-title {
    font-size: 28px !important;
    margin-bottom: 0px !important;
  }

  #about .kepala-sub {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}

/*--------------------------------------------------------------
  # profil-about section END
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # profil-visi-misi section
-------------------------------------------------------------*/
@media (max-width: 500px) {
  .visi-misi {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .visi-misi p,
  .visi-misi li {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .visi-misi li {
    margin-bottom: 10px !important;
  }
}

/*--------------------------------------------------------------
  # profil-visi-misi section END
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # profil-program-sekolah section
-------------------------------------------------------------*/
#services {
  padding: 40px 0;
}

#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 500px) {
  #services {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #services .program-title {
    font-size: 28px !important;
  }
}

/*--------------------------------------------------------------
  # END profil-program-sekolah section
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # =============== PAGE PROFIL END ==========================
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # =============== PAGE MEDIA ==========================
-------------------------------------------------------------*/

#media {
  background: #F2F2F2 !important;
  min-height: 80vh !important;
}

#media .media-icon-container {
  background: #E9F7F3;
}

#media .media-icon {
  color: #35BB92 !important;
}

#media .card-media {
  background: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100% !important;
}

@media (max-width: 500px) {
  #media {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #media .card-media {
    padding: 20px !important;
    border-radius: 8px !important;
  }

  #media .card-title {
    font-size: 18px !important;
  }

  #media .card-text {
    font-size: 16px !important;
  }

  #media .media-icon-container {
    display: none !important;
  }
}

/*--------------------------------------------------------------
  # =============== PAGE MEDIA END ==========================
-------------------------------------------------------------*/
/*--------------------------------------------------------------
# =============== PAGE DETAIL BERITA ==========================
-------------------------------------------------------------*/

.detail-berita .img-detail-berita {
  object-fit: cover;
  height: 500px;
}

.detail-berita .artikel-opini-title {
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.detail-berita .artikel-opini-title {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
}

.detail-berita .artikel-berita-tanggal {
  font-size: 0.9rem !important;
}

.detail-berita .artikel-opini-title:hover {
  color: blue !important;
}

@media (max-width: 1024px) {
  .detail-berita .img-detail-berita {
    height: 300px;
  }

  .detail-berita {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .detail-berita .artikel-opini-title {
    font-size: 1.25rem !important;
  }

  .detail-berita .artikel-berita-tanggal {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 500px) {
  .detail-berita .artikel-berita-tanggal {
    font-size: 11px !important;
  }

  .detail-berita .detail-berita-title {
    font-size: 20px !important;
  }

  .detail-berita .detail-berita-text {
    font-size: 14px !important;
  }

  .detail-berita .img-detail-berita {
    height: 200px;
  }
}


/*--------------------------------------------------------------
  # =============== PAGE DETAIL BERITA END ==========================
-------------------------------------------------------------*/

/*--------------------------------------------------------------
  # =============== PAGE  BERITA ==========================
-------------------------------------------------------------*/

.page-berita .page-berita-img {
  height: 280px;
}

.page-berita .list-berita-title {
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.page-berita .list-berita-desc {
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  text-align: justify !important;
}

.card-berita {
  transition-duration: 300ms;
}

.card-berita:hover {
  transform: scale(0.99);
}

@media (max-width: 500px) {
  .page-berita {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-berita .list-beita-date {
    font-size: 14px;
    margin-bottom: 8px !important;
  }

  .page-berita .list-berita-title {
    font-size: 1.5rem;
    margin-bottom: 8px !important;
  }
}

/*--------------------------------------------------------------
  # =============== PAGE BERITA END ==========================
-------------------------------------------------------------*/