
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  /* color: #50d8af; */
  color: #2c790c;
  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-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  /* background: #50d8af; */
  background: #2c790c;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  /* background: #50d8af; */
  background: #2c790c;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #440805;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #FFF;
}

#topbar .contact-info a:hover {
  /* color: #50d8af; */
  color: #cc716e;
}

#topbar .contact-info i {
  /* color: #50d8af; */
  color: #FFF;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #FFF;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  /* color: #50d8af; */
  color: #cc716e;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Bagian Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
 
#header_sub {
  padding: 20px 0;
  height: 300px;
  transition: all 0.5s;
  z-index: 997; 
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header_sub h1 {
  font-size: 42px;
  color:#fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-top:10%;
}
.hero-slider {
    border-top: 7px solid #f9a007; 
    border-bottom: 7px solid #f9a007; 
    content: ''; 
    background-color: rgb(27 157 31 / 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/overlay.png')  ;
}


#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  /* color: #50d8af; */
  color: #2c790c;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  /* color: #50d8af; */
  color: #2c790c;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  /* background: #50d8af; */
  background: #2c790c;
  /* border: 2px solid #50d8af; */
  border: 2px solid #2c790c;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  /* color: #50d8af; */
  color: #2c790c;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::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;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Bagian Menu
--------------------------------------------------------------*/
 
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
} 
#nav-menu-container {
  float: right;
  margin: 0;
}

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 10px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  /* color: #50d8af; */
  color: #811e1a;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 10px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  /* color: #50d8af; */
  color: #811e1a;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  /* color: #50d8af; */
  color: #2c790c;
}

#mobile-nav ul .menu-item-active {
  /* color: #50d8af; */
  color: #2c790c;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #2c790c;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h3 {
  font-size: 28px;
  color: #2c790c;
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  position: relative;
}

.section-header h5 {
  font-size: 17px;
}

.section-header p{
  font-size: 0.8em;
}

/* .section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  ////background: #50d8af;
  background: #2c790c;
  bottom: 0;
  left: 0;
} */

.section-header p {
  padding: 0;
  margin: 0;
}

/* Bagian  About 
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#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;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  /* color: #50d8af; */
  color: #2c790c;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* berita Section
--------------------------------*/

/* #berita {
  padding: 30px 0 0 0;
} */

#berita .box h4 a {
  /* color: #444; */
  color : white;
}


#berita .box {
  padding: 10px;
  padding-bottom: 0;
  margin-top:-20px;
  /* margin-bottom: 40px; */
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  transition: 0.4s;
  /* background: #50d8af; */
  background: #2c790c;
}

@media (max-width: 992px) {
  #berita .box{
    margin-top: -80px;
    margin-bottom: 100px;
  }
}

#berita .box:hover {
  /* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
  box-shadow: 0px 0px 30px rgba(56, 57, 49, 0.5);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  background: #fff;
}

#berita .box .icon {
  float: left;
}

#berita .box:hover h4 a{
  color: #444;
  /* color : white; */
}

#berita .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#berita .box .icon i:before {
  background: #0c2e8a;
  /* background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%); */
  background: linear-gradient(45deg, #2c790c 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#berita .box h4 {
  /* margin-left: 100px; */
  font-weight: 550;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

#berita .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  /* #portfolio .container-fluid .row{
    padding-left:100px;
    padding-right:100px;
  } */
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  #header {
    height: 115px;
  }
}

@media (max-width: 991px) {
  #header {
    height: 150px;
  }
}

@media (max-width: 768px) {
  #header {
    height: 74px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}


@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
 
}

@media (max-width: 576px) {
  
} 

.mycustom {
  border: solid 1px green;
  position: relative;
}
.mycustom input[type=text] {
  border: none;
  width: 100%;
  padding-right: 30px;
}
.mycustom .input-group-prepend {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;z-index:9;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
  border-color: rgba(229, 103, 23, 0);
  box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0);
  outline: 0 none;
}

.banner-dekan {
  /* background-color: #e6e6e6; */
  background-color: #571212;
  height: 100%;
  width: 100%;
  padding:50px 0 40px 0;
  
    border-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-color: #ff971e;
    border-top: 6px;
    border-top-style: solid;
    border-top-color: #ff971e;
    
}

.txt-dekan {
  color: #fff;
  padding-top: 40px;
  /* color: #020f17; */
}

#prodi{
  /* margin-top:100px; */
  padding: 100px 0 100px 0;
}

#prodi .box h4 a {
  /* color: #444; */
  color : white;
}


#prodi .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  transition: 0.4s;
  background: #167700;
}

#prodi .box:hover {
  /* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
  box-shadow: 0px 0px 30px rgba(56, 57, 49, 0.5);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  background: #fff;
}

#prodi .box .icon {
  float: left;
}

#prodi .box:hover h4 a{
  color: #444;
  /* color : white; */
}

#prodi .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#prodi .box .icon i:before {
  background: #0c2e8a;
  /* background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%); */
  background: linear-gradient(45deg, #2c790c 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#prodi .box h4 {
  /* margin-left: 100px; */
  font-weight: 550;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

#prodi .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* .footer-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-color: #0e0e0e;
  background-size: cover;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
} */

footer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-color: #571212!important;
  background-size: cover;
  height: 100%;
  padding-top: 24px;
  /* padding-bottom: 24px; */
  width: 100%;
  border-top: 6px;
  border-top-style: solid;
  border-top-color: #ff971e;
}

.footer-logo-text {
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 10pt;
  text-align: left;
}

.footer-tautan {
  color: #cccccc;
  font-family: 'Lora', serif;
  font-size: 10pt;
}

 

.footer-title {
  color: #a1d3f7;
  font-family: 'Lora', serif;
  font-size: 14pt;
}

.alamat,
.medsos,
.tautan {
  list-style-type: none;
  padding:  0;
}

.alamat{
  margin-bottom: 21px;
  margin-top: 18px;
}

.medsos{
  padding:0;
}

.alamat a,
.medsos a,
.tautan a{
  color: #CCCCCC;
}

.alamat li{
  padding: 3px 0;
}

.tautan li{
  /* padding:5px 0; */
  margin-bottom: .5em;
}

.menu-medsos {
  display: inline;
  padding: 6px;
}

.footer-map {
  text-align: center;
}



.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 8%);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    border-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-color: #ff971e;
    border-top: 6px;
    border-top-style: solid;
    border-top-color: #ff971e;
}

.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.res{
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .res{
    height: 80vh;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  bagian berita
/*-----------------------------------------------------------------------------------*/

#berita,  #berita-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#berita-blog {
  background: #fff;
  padding-bottom: 30px;
}

#berita .berita-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#berita .berita-block .berita-info {
  position: relative;
}

.berita-block .berita-info img {
  max-width: 100%;
}

.berita-block .berita-info .berita-txt {
  padding: 25px 0px;
  position: relative;
}

.berita-block .berita-info .berita-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.berita-block .berita-info .berita-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.berita-block .berita-info .berita-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.berita2 .row{
  padding-top:35px;
  padding-bottom:35px;
}

.berita2 .row:last-child{
  margin-bottom:600px;
}

.selengkapnya{
  font-size: 14px;
/*position: absolute;*/
  right:15px;
  padding-top:7px;
}
.selengkapnya2{
  font-size: 14px;
  color:black;
  /* position: absolute;
  right:15px;
  padding-top:7px; */
}

.berita-txt2 p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color:black;
}

.berita-txt p{
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color:black;
}

.berita-txt2 .lainnya{
  right:0;
}

.berita-txt2 h4 {
  padding-top: 5px;
  font-size: 18px;
}


.judul div div{
  display: inline-block;
}

.tanggal{
  margin-top:0;
}

@media (min-width: 400px) {
  .dilihat{
    position: absolute;
    right:17px;
  }
}
@media (max-width: 400px) {
  .dilihat{
    position: relative;
  }
  .judul div div{
    display: block;
  }
}

.judul h4, .judul div{
  margin: 3px 0;
}

.judul div{
  font-size: 14px;
}

.judul h4{
  color:#167700;
}

.judul h4 a{
  color:#167700;
}

.selengkapnya{
  color:#167700;
}
/* /////////////////////////////////// */

.paddsection {
  /* padding-top: 90px; */
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}
@media (max-width: 600px) {
  /* berita */
  #berita .berita-block .berita-info {
    margin-bottom: 30px;
  }
}

.lainnya{
  position: absolute;
  right:0;
  margin-right:30px;
  background-color: #167700;
  color:white;
  border-radius: 3px;
}

.lainnya a{
  padding-left:20px;
  padding-right:20px;
}

.lainnya2{
  position: absolute;
  right:0;
  margin-right:30px;
  background-color: #167700;
  color:white;
  border-radius: 3px;
  right:0;
}

.lainnya2 a{
  padding-left:20px;
  padding-right:20px;
  font-size: 14px;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #d4d4d4; 
}
.active{
  background-color: #fff; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel a {
  background-color: #fff;
  cursor: pointer;
  padding: 7px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  color: #444444;;
  display:block;
}

.panel a:hover {
  background-color: #d4d4d4; 
}

.accordion2 {
  background-color: #f4f4f4;
  cursor: pointer;
  padding: 10px;
  margin:20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  color:#222222;
  font-weight: bold;
  border: 1px solid #eaeaea;
}

.accordion2:hover {
  background-color: #d4d4d4; 
}
.active{
  background-color: #fff; 
}

.panel2 {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel2 a {
  background-color: #fff;
  cursor: pointer;
  padding: 7px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  color: #444444;;
  display:block;
}

.panel2 a:hover {
  background-color: #d4d4d4; 
}

.konten{
  margin-top:30px;
}

.konten p{
  text-align: justify;
}

.konten img{
  width: 100%;
}

.caption{
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

#artikel .rekomendasi-artikel{
  margin-top:50px;
}

.rekomendasi-artikel h4{
  color: #167700;
}

.judul2 h4 a{
  color: #167700;
  font-size: 15px;
}

.judul2 .tanggal{
  font-size: 13px;
}

.judul2 h4,
.judul2 .tanggal{
  margin:0;
}

.judul2 div{
  display: inline-block;
}




/* Pagination */

.paging{
  position: absolute;
  right:0;
}

@media (max-width: 992px) {
  #berita2 .row .col-lg-3{
    margin-top:100px;
  }
}

.btnCatDiv{
  margin-top:10px;
  width:100%;
}

.btnCatDiv a:active, .btnCatDiv a.activeBtn:active{
  background: #A0B577;
}

.btnCat{
  width:36px;
  height:36px;
  border-radius: 5px;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btnCat p{
  font-family: Roboto;
  font-style: normal;
  font-size: 15px;
  color:#167700;
}

.arrow{
  background: #167700;
}

.btnCat:hover,
.btnCat:active,
.activeBtn:active,
.btn:active{
  background: #167700;
}

.btnCat:hover p,
.btnCat:active p{
  color:white
}

.activeBtn{
  background: #167700;
}

.activeBtn p{
  color:white
}

/* End of Pagination */

.munaqasah .section-header h5,
.munaqasah .section-header p{
  margin:5px 0;
}

.munaqasah li a{
  font-size: 14px;
  font-weight: bold;
}

.munaqasah li div{
  padding:8px 0 16px 0;
  font-size: 12px;
  font-weight: 500;
}

.pengumuman .section-header h5,
.pengumuman .section-header p{
  margin:5px 0;
}

.pengumuman li a{
  font-size: 14px;
  font-weight: bold;
}

.pengumuman{
  margin-top: 80px;
}

.pengumuman li div{
  padding:8px 0 16px 0;
  font-size: 12px;
  font-weight: 500;
}

.garisOrange{
  width: 20%;
  border: 2px solid #f9a007;
}

.copyright{
  width: 100%;
  height: 90px;
  background: #440805;
  margin-top: 50px;
  color:#fff;
}

.copyright h5{
  padding-top: 35px;
}

.copyright .container div{
  padding-top: 35px;
  color: #fff;
  font-size: 14px;
}

.copyright .container div:nth-child(2){
  float: right;
  color: #fff;
  font-size: 14px;
  margin-top: -57px;
}

.tautan li a{
  text-transform: uppercase;
}

.cp{
  color: #fff;
  font-size: 14px;
}

.univ{
  margin-top: 15px;
}
.footer-title{
  color: #ffffff;
}

.univ, .alamat, .medsos a, .footer-title, .tautan a, .cp{
  color: #f0f3f7;
}


.univ:hover, .alamat:hover, .medsos a:hover, .footer-title:hover, .tautan a:hover, .cp:hover{
  color: #cc716e;
}



#footer {
  padding-top: 4%;
}

@media (min-width: 981px) {
  footer .row .col-md-3:not(:first-child){
    margin-left: 5,5%;
  }
  .footer-title{
    margin-bottom: 9.174%;
  }
  #footer .col-md-3:nth-child(2){
    margin-left: 50px;
  }
  #footer .col-md-3:nth-child(3){
    margin-left: -50px;
  }
  .cp{
    margin-left: 44px;
  }
}

/*.accordion:after {
  content: '\02795'; 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; 
}

.accordion2:after {
  content: '\02795'; 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}*/

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion2:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*
.active:after {
  content: "\2212";
}*/


#portfolio {
  /* background: #fff; */
  background: #f7f7f7;
  /* background-color: beige; */
  padding: 30px 0;
  padding:100px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  width:100%;
  top: 60%;
  left: 50%;
  color:#fff;
  font-size:12px;
 /* text-shadow: 1px 1px#2c790c;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



