
@font-face {
    font-family: 'Montserrat Regular' ;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat Light' ;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'Montserrat Bold' ;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
*,body{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat Bold' ;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}


@media (min-width: 768px){
  .menu-aman #main-menu{
      float:none;
      margin: 0 auto;
      display: table;
      table-layout: fixed;
  }
}

#navbar {
  background-color: #ffffff;
  color: #000000;
  padding:0px ;
  min-height: 50px;
  margin-bottom: 0px;
  border-radius: 0px;
}
#navbar .logo{
  height: 1.8cm;
  margin-top: -25px;
}
#navbar a {
  display: block;
  color: #696d76;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  transition: all 350ms ease;
}

#navbar a:hover {
  background-color: transparent;
  color: #ff491c;
  background-color: whitesmoke;
}
#navbar a.active {
  background-color: transparent;
  font-weight: bold;
}
.content {
  padding: 0px;
  transition: all 350ms ease;
}
.sticky {
  position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
  transition: all 350ms ease;
}
@media only screen and (min-width: 768px) {
  .aman .navbar-default .navbar-collapse {
    border-top: 0px;
    margin: 0 auto;
    width: fit-content;
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .aman .navbar-default .navbar-collapse {
    border-top: 0px;
    margin: 0 auto;

  }
  .aman .navbar-default .navbar-collapse li a{
    padding: 5px 5px !important;
    border: 1px solid #f1f1f3;
  }
}
/* SLIDER home
-------------------------------------------------------------- */

.aman .aman-slider {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  position: relative;
}
.aman .aman-slider:hover .carousel-control .glyphicon {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.aman .aman-slider .carousel-control {
  background: transparent;
}
.aman .aman-slider .carousel-control .glyphicon{
  font-size: 0px;
  -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.aman .aman-slider .carousel-control:hover .glyphicon{
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.aman .aman-slider .carousel-caption {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 100px;
  right: 40%;
  text-align: left;
  padding-left: 30px;
}
@media  (max-width: 480px) {
  .aman .aman-slider .carousel-caption {
    right: 1%;
    left: 1%;
    padding-left: 0px;
  }
  .aman .aman-slider .carousel-caption h2 {
    font-size: 4vw !important;
    font-weight: 900;
  }
  .carousel-inner .item .carousel-caption{
    bottom: -20px !important;
  }
}
@media  (min-width: 480px) and (max-width: 780px) {
  .aman .aman-slider .carousel-caption {
    right: 10%;
    left: 10%;
  }
  .aman .aman-slider .carousel-caption h2 {
    font-size: 3vw !important;
    font-weight: 900;
  }
}
.aman .aman-slider .carousel-caption h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(51,51,51,0.5);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 2vw;
}
.aman .aman-slider .carousel-caption span{
  background-color: #ff6522;
  color: #ffffff;
  font-weight: 800;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
.aman .aman-slider .carousel-caption p {
  font-weight: 600;
  font-size: 1vw;
  background-color: rgba(51,51,51,0.5);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* ABOUT home
-------------------------------------------------------------- */
.aman .about-home {
  padding-top: 20px;
  /* padding-bottom: 20px; */
  background-color: #dee8ed;
}
.aman .about-home .text-about{
  padding-left: 50px;
}
.aman .about-home .fa {
  color: #007033;
  font-size: 60px;
  /* margin-bottom: 20px; */
}
.aman .about-home h4{
  color: #007033;
}
.aman .about-home p{
  color: #828e98;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  min-height: 120px;
}
.aman .about-home a{
  color: #007033;
  text-decoration: none;
}
.aman .about-home a:hover{
  color: #004d23;
  text-decoration: none;
}
.aman .readmore-holder{
    text-align: left;
}
.aman .readmore-holder a.readmore-button{
    display: inline-block;
    color: #ff6522;
    font-size: 13px;
    font-weight: 700;
    background-color: #fffbfa;
    padding: 8px 15px;
    border: 1.5px #ff6522 solid;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.aman .readmore-holder a.readmore-button:hover,
.aman .readmore-holder a.readmore-button:focus{
    background-color: #fff1eb;
}

.aman .readmore-holder a.readmore-button-small{
    display: inline-block;
    color: #ff6522;
    font-size: 11px;
    font-weight: 700;
    background-color: transparent;
    padding: 5px 10px;
    border: 1.5px #ff6522 solid;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.aman .readmore-holder a.readmore-button-small:hover,
.aman .readmore-holder a.readmore-button-small:focus{
    background-color: #fff1eb;
}

.aman .two {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media  (max-width: 480px){
  .more span{
    margin-bottom: 5px;
  }
}
.aman .two .more span{
  position: relative;
  margin-top: 11px;
  padding-left: 10px;
  color: #a6b5c4;
  font-weight: 400;
  font-size: 13px;
  transition: .5s ease;
}
.aman .two .more span:hover {
  color: #696d76;
  transition: .5s ease;
}
.aman .two .hr-more {
  border-top: 1.5px solid #a6b5c4;
}
@media  (max-width: 480px){
  .aman .two .hr-more{
    display: none;
  }
}
.aman .three {
  background-color: #e9eff5;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
    .about-home .item{
      text-align: center;
      /* padding-bottom: 20px; */
    }
    .about-home .item p{
      text-align: center;
      margin-bottom: 0px;
    }

}
/* KEGIATAN home
-------------------------------------------------------------- */
.aman .kegiatan-home {
  padding-left: 20px;
  padding-right: 20px;
}
.aman .kegiatan-home .item{
  height: 200px;
  color: #ffffff;
  background-size: cover;
  border: 3px #e9eff5 solid;
}
.aman .kegiatan-home .item h4 {
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 16px;
}
hr.line-header {
  margin-top: 10px;
  margin-bottom: 0px;
}
.galeri-kegiatan {
  margin-top: 15px;
}
.kegiatan-home .galeri-kegiatan .galeri-kegiatan-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(148, 148, 148, 0.5));
    padding: 5px 10px;
    height: 195px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease 0.0s;
    -moz-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s;
}
.kegiatan-home .galeri-kegiatan .galeri-kegiatan-overlay p{
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}
/* EVENT home
-------------------------------------------------------------- */
.aman .event-home{
  padding-left: 10px;
  padding-right: 10px;
  height: 520px;

}
.aman .event-home .list-event {
  padding-top: 10px;
}
.aman .event-home .item-event {
  margin-bottom: 10px;
  margin-top: 5px;
}

.aman .event-home .item-event span {
  position: absolute;
  margin-top: -30px;
  background-color: #c0c8cf;
  color: #ffffff;
  padding: 5px 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.aman .event-home .item-event h4 {
  color: #3b444f;
  margin-bottom: 5px;
}
.aman .event-home .item-event p{
  color: #828e98;
  margin-bottom: 0px;
}
.aman .event-home .item-event.panel-default .panel-body{
  padding-top: 5px;
  padding-bottom: 5px;
}
.aman .event-home .kegiatan-home .list-event {
  max-height: 425px;
  overflow-y: hidden;
}
.aman .event-home .kegiatan-home .list-event:hover {
  max-height: 415px;
  overflow-y: scroll;
}
/* News home
-------------------------------------------------------------- */
.aman .news-home {
  background-color: #e9eff5;
  padding-top: 10px;
  padding-bottom: 20px;
}
.aman .news-home .last-news a {
  text-decoration: none;
  transition: .5s ease;
  color: #696d76;
}
.aman .news-home .last-news a:hover{
  color: #181818;
}
.aman .news-home .last-news p{
  color: #828e98;
  margin-top: 5px;
}
.aman .news-home .last-news span {
  color: #696d76;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
}
.aman .news-home .last-news span i{
  margin-right: 5px;
}
.aman .news-home .last-news .img-single{
  height: 37rem;
  background-size: cover;
  background-position: center;
}
.aman .news-home .tmb-news{
  margin-top: 0px;
  color: #828e98;
}
.aman .news-home .tmb-news .media-left{
  padding: 8px;
}
.aman .news-home .tmb-news .media-left img{
  border-radius: 3px;
  object-fit: cover;
  height: 100px;
  width: 100px;
  max-width: none;
}

.aman .news-home .tmb-news .media-body {
  padding: 10px 10px;
  width: auto;
}
.aman .news-home .tmb-news .media-body a h4{
  color: #334550;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 20px;
}
.aman .news-home .tmb-news .media-body a:hover,
.aman .news-home .tmb-news .media-body a:active{
  color: #696d76;
  text-decoration: none;
}
.aman .news-home .tmb-news .media-body h4 {
  font-size: 15px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
}
.aman .news-home .tmb-news .media-body span{
  color: #939ba3;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: 0.5px;
  }
.aman .news-home .tmb-news .media-body p{
  color: #828e98;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;

}
.aman .news-home .more span{
  position: relative;
  margin-top: 7px;
  padding-left: 10px;
  color: #a6b5c4;
  font-weight: 600;
  font-size: 15px;
  transition: .5s ease;
}
.aman .news-home .more span:hover {
  color: #696d76;
  transition: .5s ease;
}
.aman .news-home .hr-more {
  border-top: 2px solid #a6b5c4;
}
@media  (max-width: 480px){
  .aman .news-home .hr-more{
    display: none;
  }
}
/* Galeri home
-------------------------------------------------------------- */
.aman .gallery-home {
  background-color: #e9eff5;
  padding-top: 30px;
}
.aman .gallery-home .title {
  margin-bottom: 10px;
}
.aman .no-padding {
  padding: 0px;
}
.aman .gallery-home .owl-carousel img{
  height: 150px;
  width: auto;
}
.aman .gallery-home .owl-carousel .owl-stage-outer {
  height: 150px;
  padding-top: 5px;
}
/* Download home
-------------------------------------------------------------- */
.aman .download-home p {
  color: #828e98;
}
.aman .download-home .header {
  background-color: #2b2b2b;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 10%;
}
.aman .download-home .body {
  padding-left: 10%;
  padding-right: 10%;
}
.aman .download-home .body .panel {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: -80px;
  padding: 20px;
  padding-bottom: 30px;
}
.aman .download-home .body .panel p {
  margin-bottom: 0px;
  margin-top: 5px;
}
.aman .download-home span{
  font-size: 13px;
}
.aman .download-home .media-heading{
  margin-bottom: 1px;
}
.aman .download-home .body .panel hr {
  margin-top: 7px;
  margin-bottom: 7px;
}
.aman .download-home .body .panel .fa {
  margin-top: -18px;
  font-size: 20px;
  color: #ff6522;
}
.aman .download-home img{
  border-radius: 3px;
    object-fit: cover;
    height: 75px;
}
/* Story home
-------------------------------------------------------------- */
.aman .story {
  padding: 5px 20px;
}
.tmb-story p {
  color: #828e98;
}
.aman .story .title-page {
  margin-bottom: 30px;
}
.aman .tmb-story img{
  object-fit: cover;
  height: 100px;
  width: 250px;
  margin-bottom: 15px;
}

/* DATA STATISTIK home
-------------------------------------------------------------- */
.aman .data-home {

}
.aman .data-home .item{
padding: 5px;
}
/* Footer
-------------------------------------------------------------- */
.aman .footer {
  text-align: left;
  padding-top: 20px;
}
.aman .footer .footer-top {
  padding-bottom: 50px;
}
.aman .footer .footer-top .list a{
  color: #333 ;
} 
.aman .footer .footer-top .list a:hover{
  color: #ff6600 ;
} 
.aman .footer .sosmed-footer{
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}
.logo-footer {
  max-width: 150px;
}
.aman .footer .sosmed-footer .icon .fa{
    color: #ffffff;
    background-color: #7a8093;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 2px;
    text-align: center;
    padding-top: 12px;
    transition: .5s ease;
}
.aman .footer .sosmed-footer .icon .fa:hover {
  background-color: #ff6522;
  transition: .5s ease;
}
.aman .footer .link-footer {
  text-align: center;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.aman .footer .link-footer .navbar-nav {
  width: 100%;
  text-align: center;
}
.aman .footer .link-footer .navbar-nav > li {
  float: none;
  display: inline-block;
}
.aman .footer .link-footer a{
  color: #7a8093;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.aman .footer .list {
  list-style-type: none;
  padding-left: 0px;
}
.aman .footer .list li {
  color: #696d76;
  text-align: left;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  transition: all 350ms ease;
}
.aman .footer .disclimer{
  background-color: #ff6522;
  color: #ffffff;
  padding: 10px;
  text-align: right;
}
.aman .footer .disclimer p {
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size: 11px;
}
/* STORIES
-------------------------------------------------------------- */

#page-content{
    padding-top: 40px;
    padding-bottom: 40px;

}
#page-content ul,#page-content ol{
    padding: 0;
    padding-left: 14px;
}
#page-content ul li,#page-content ol li{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content h4{
    color: #45687f;
    font-size: 15px;
    font-family: 'Montserrat-Bold', sans-serif;
}
.post-content img, .post-content p img{
  max-width: 100% !important;
  height: auto !important;
}
#page-content .post-content p{
    color: #5f6576;
    font-size: 14px;
    margin-bottom: 20px;
}

#page-content .article-box{
    margin-bottom: 40px;
    position: relative;
    float: left;
}
#page-content .article-box a{
    cursor: pointer;
}
#page-content .article-box .article-title{

}
#page-content .article-box .article-title h5{
    color: #45687f;
    font-size: 16px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-bottom: 10px;
}
#page-content .article-box .article-title a{
    text-decoration: none;
}
#page-content .article-box .article-title a:hover h5{
    color: #273843;
}
#page-content .article-box .article-info{
    color: #5a666d;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box .article-info a{
    color: #3c99ef;
    text-decoration: none;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content .article-box .article-info a:hover{
    color: #266aaa;
}
#page-content .article-box .article-text p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 20px;
}

#page-content .article-box.full-article .article-info{
    color: #5a666d;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box.full-article .article-info a{
    color: #3c99ef;
    text-decoration: none;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content .article-box.full-article .article-info a:hover{
    color: #266aaa;
}
#page-content .post{
    margin-bottom: 20px;
}
#page-content .post .post-thumbnail{
    position: relative;
}
#page-content .post.featured .post-thumbnail:after{
    position: absolute;
    content: "Featured";
    right: 20px;
    bottom: 30px;
    background-color: #3c99ef;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#page-content .post .post-thumbnail img{
    width: 100%;
    margin-bottom: 20px;
}
#page-content .post .post-entry{
    padding: 10px 10px;
}
#page-content .post .date{
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 15px;
  color: #5f6576;
  margin-top: 20px;
}
#page-content .post .post-entry .date-published{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #5f6576;
}
#page-content .post .post-entry a{
    text-decoration: none;
}
#page-content .post .post-entry a .post-title{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 25px;
    line-height: 33px;
    color: #5f6576;
    margin-bottom: 10px;
    margin-top: 5px;
}
#page-content .post .post-entry a:hover .post-title{
    color: #ff6522;
    transition: .5s ease;
}
#page-content .post .meta .view{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .view:before{
    content: "\f06e";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .post .meta .like{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .like:before{
    content: "\f004";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .post .meta .like a{
    color: #696969;
}
#page-content .post .meta .like a:hover{
    color: #3c99ef;
}
#page-content .post .meta .comment{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .comment:before{
    content: "\f27a";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .pagination .page-number{
    border-radius: 50px;
    padding: 5px 10px;
    border: 1px solid #ff6522;
    color: #ff6522;
    text-decoration: none;
}
#page-content .pagination a.page-number:hover{
    background-color: #ff6522;
    color: #ffffff;
}
#page-content .pagination .page-number.current{
    border: 1px solid #e1e1e1;
    color: #bfbfbf;
}

#page-content #post-body .post .post-title{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    color: #5f6576;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}
#page-content #post-body .post .meta{
    margin-bottom: 30px;
}
#page-content #post-body .post p{
    line-height: 26px;
}
#page-content #post-body .post-author img{
    border-radius: 200px;
}
#page-content #post-body .post-author .name{
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
}
#page-content #sidebar .widget{
    margin-bottom: 50px;
}
#page-content #sidebar .widget-title{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #5f6576;
}
#page-content #sidebar #categories.widget .item{
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}
#page-content #sidebar #categories.widget .item a{
    font-family: 'Montserrat-Light', sans-serif;
    color: #696969;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}
#page-content #sidebar #categories.widget .item a span{
    position: absolute;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 3px;
    text-align: center;
    border: 1px solid #3c99ef;
    color: #3c99ef;
    padding-top: 2px;
    font-size: 13px;
}
#page-content #sidebar #categories.widget .item a:hover{
    color: #3c99ef;
}
#page-content #sidebar #categories.widget .item a:hover span{
    background-color: #3c99ef;
    color: #ffffff;
}
#page-content #sidebar #popular-posts.widget .item{
    margin: 0;
    margin-bottom: 20px;
}
#page-content #sidebar #popular-posts.widget .item .thumb{
    padding: 0;
    overflow: hidden;
}
#page-content #sidebar #popular-posts.widget .item .thumb img{
    
    border-radius: 3px;
    object-fit: cover;
    height: 60px;
    width: 85px;
}
#page-content #sidebar #popular-posts.widget .item .info .date{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px;
    color: #b7b7b7;
    display: block;
}
#page-content #sidebar #popular-posts.widget .item .info .title a{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 12px;
    color: #5f6576;
    text-decoration: none;
    line-height: 12px;
}
#page-content #sidebar #popular-posts.widget .item .info .title a:hover{
    color: #ff6522;
}

#page-content #sidebar #tags.widget a.tag-link{
    padding: 8px 15px;
    background: #f6f7f7;
    border: 1px solid #f6f7f7;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    color: #ababab;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
    text-decoration: none;
}
#page-content #sidebar #tags.widget a.tag-link:hover{
    background-color: #3c99ef;
    color: #ffffff;
}
#top-content{
    padding-top: 115px;
    background-image: url('../img/top-bg.png');
    background-repeat: repeat;
    background-size: 15px 15px;
}

.page-title{
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 35px;
    color: #ff6522;
    margin-top: 0px;
    margin-bottom: 13px;
    font-weight: 800;
}
#top-content.inner-page{
    padding-top: 30px;
    padding-bottom: 30px;
}

.aman .list-story {
  border-right: 1px solid #eee;
}
.aman .list-story img {
  border-radius: 3px;
  object-fit: cover;
  height: 170px;
}
.aman .story-page {

}
.aman .share-holder a.share-btn{

    display: inline-block;
    color: #6c84af;
    font-size: 15px;
    font-weight: 800;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
    margin-right: 10px;
}
.aman .share-holder a.share-btn:hover,
.aman .share-holder a.share-btn:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

/* NEWS PAGE
-------------------------------------------------------------- */
.list-article #recent-article .img-last{
  height: 20rem;
  background-size: cover;
}
.list-article .article-summary .article-img img {
  object-fit: cover;
  height: 210px;
} 
.list-article .article-img {
  
}
#recent-article{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#recent-article .custom-bg{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 73%;
    height: 95%;
    background-color: #4b5c6b;
}
#recent-article .img-holder{
    padding-top: 20px;
    padding-left: 20px;
}
#recent-article .img-holder img{
    width: 100%;
    max-width: 536px;
}

#recent-article .article-summary{
    text-align: left;
    color: #ffffff;
}
#recent-article .article-summary .article-title{
    padding-bottom: 15px;
    padding-right: 20px;
    margin-bottom: 15px;
    position: relative;
}
#recent-article .article-summary .article-title a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    padding-right: 20px;
}
#recent-article .article-summary .article-title:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 #ffffff;
    -moz-box-shadow: 0 0 7px 0 #ffffff;
    box-shadow: 0 0 7px 0 #ffffff;
}
#recent-article .article-summary .article-date{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.article-date i.fa-tags, .post .date i.fa-tags {
  margin-left: 10px;
  margin-right:3px;
}
.article-date i.fa-calendar, .post .date i.fa-calendar {
  margin-left: 0px;
  margin-right:3px;
}
#recent-article .article-summary .article-text{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-right: 40px;
}

#recent-article .article-summary .article-links div[class^="col-"]{
    padding: 0;

}
#recent-article .article-summary .article-links .readmore-holder a.readmore-button{
    display: inline-block;
    color: #3b444f;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
    letter-spacing: 0.5px;
}
#recent-article .article-summary .article-links .readmore-holder a.readmore-button:hover,
#recent-article .article-summary .article-links .readmore-holder a.readmore-button:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
#recent-article .article-summary .article-links .socialshare-holder{
    text-align: right;
    padding-right: 20px;
}
#recent-article .article-summary .article-links .socialshare-holder a{
    display: inline-block;
    padding: 10px 8px;
}
#recent-article .article-summary .article-links .socialshare-holder a .fa{
    color: #c3c9cd;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#recent-article .article-summary .article-links .socialshare-holder a:hover .fa,
#recent-article .article-summary .article-links .socialshare-holder a:focus .fa{
    color: #aab2b7;
}
@media (max-width: 1200px) {
    #recent-article .custom-bg{
        height: 80%;
    }
}
@media (max-width: 992px) {
    #recent-article .custom-bg{
        width: 100%;
        height: 100%;
    }
    #recent-article .img-holder {
        margin-bottom: 25px;
    }
    #recent-article .article-summary .article-links .socialshare-holder a .fa{
        color: #ffffff;
    }
    #recent-article .article-summary .article-links .socialshare-holder a:hover .fa,
    #recent-article .article-summary .article-links .socialshare-holder a:focus .fa{
        color: #ffffff;
        opacity: 0.7;
    }
  }
@media (max-width: 480px) {
  #recent-article .img-holder{
    padding-top: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 320px) {
  #recent-article .article-summary .article-links .readmore-holder a.readmore-button{
    font-size: 12px;
  }
}


#articles{
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}
#articles .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
#articles .article-summary{
    margin: 20px 20px;
}
#articles .article-summary .article-img{
    margin-bottom: 18px;
}
#articles .article-summary .article-img img{
    width: 100%;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-img img:hover,
#articles .article-summary .article-img img:focus{
    filter: brightness(120%);
}

#articles .article-summary .article-title{
    padding-bottom: 13px;
    margin-bottom: 13px;
    text-align: left;
    position: relative;
}
#articles .article-summary .article-title a{
    color: #525252;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
#articles .article-summary .article-title:after{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -17px;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #525252;
    -webkit-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
}
#articles .article-summary .article-date{
    color: #828e98;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
#articles .article-summary .article-text{
    color: #828e98;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

#articles .article-summary .article-links div[class^="col-"]{
    padding: 0;

}
#articles .article-summary .article-links .readmore-holder{
    text-align: right;
}
#articles .article-summary .article-links .readmore-holder a.readmore-button{
    display: inline-block;
    color: #3b444f;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-links .readmore-holder a.readmore-button:hover,
#articles .article-summary .article-links .readmore-holder a.readmore-button:focus{
    background-color: #ebf7fd;
}
#articles .article-summary .article-links .socialshare-holder{
    text-align: left;
}
#articles .article-summary .article-links .socialshare-holder a{
    display: inline-block;
    padding: 10px 8px;
}
#articles .article-summary .article-links .socialshare-holder a .fa{
    color: #c3c9cd;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-links .socialshare-holder a:hover .fa,
#articles .article-summary .article-links .socialshare-holder a:focus .fa{
    color: #aab2b7;
}
#articles .pagination{
    padding-top: 30px;
}
#articles .pagination .page-number{
    border-radius: 50px;
    padding: 5px 10px;
    color: #3b444f;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
}
#articles .pagination a.page-number:hover,
#articles .pagination a.page-number:focus{
    background-color: #0397ff;
    color: #ffffff;
}
#articles .pagination .page-number.current{
    color: #bfbfbf;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
    -moz-box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
    box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
}
@media (max-width: 480px) {
  #articles .article-summary {
      margin: 40px 0px;
  }
}

/* EVENTS PAGE
-------------------------------------------------------------- */
.events-page{
  background-color: #f3f8fb;
}
.events-page .post {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.events-page #events .post-entry {
  padding: 0px;
}
.events-page .post .post-entry a .title{
  font-size: 18px;
  line-height: 23px;
  color: #5f6576;
  margin-bottom: 5px;
  margin-top: 5px;
}
.events-page .post .post-thumbnail img{
    border-radius: 3px;
    object-fit: cover;
    height: 100px;
}
.events-page .post .post-entry span{
  color: #5f6576;
}
.events-page .post .post-entry p{
  color: #5f6576;
}

/* DOWNLOADS PAGE
-------------------------------------------------------------- */
.download-box {
  border-radius: 10px;
  padding: 15px 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #f3f8fb;
  -webkit-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  -moz-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
}
.download-box:hover {
  background-color: #f9fbff;
  -webkit-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  -moz-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
}
.download-box .download-title{
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 18px;
  color: #5f6576;
  margin-bottom: 5px;
  position: relative;
}
.download-box .download-details {
  font-size: 15px;
  color: #678ea6;
  position: relative;
}
.download-box img{
  margin-bottom: 10px;
}
.download-box a{
  text-decoration: none;
}
.aman .list-document img {
  border-radius: 3px;
  object-fit: cover;
  height: 100px;
}
.aman #page-content .list-document .post-entry {
  padding-top: 0px;
}
.aman #page-content .list-document .post-entry .post-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Regulation PAGE
-------------------------------------------------------------- */
.regulation-box {
  border-radius: 10px;
  padding: 15px 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #f3f8fb;
  -webkit-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  -moz-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
}
.regulation-box:hover {
  background-color: #f9fbff;
  -webkit-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  -moz-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
  box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
}
.regulation-box .regulation-title{
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 18px;
  color: #5f6576;
  margin-bottom: 5px;
  position: relative;
}
.regulation-box .regulation-details {
  font-size: 15px;
  color: #678ea6;
  position: relative;
}

.regulation-box a{
  text-decoration: none;
}
.regulation-box .regulation-icon{
  text-align: center;
}
.regulation-box .regulation-icon  {
  font-size: 50px;
  color: #5f6576;
  text-align: center;
}
.regulation-box a .download-btn {
  border: 2px #ff6522 solid;
  width: 100px;
  padding: 3px 6px;
  text-align: center;
  margin-top: 0px;
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 13px;
  color: #5f6576;
  transition: .5s ease;
}
.regulation-box a .download-btn:hover{
  color: #000000;
  background-color: #ced6de;
  transition: .5s ease;
}





.aman .nav-logo {
  height: 100px;
  padding-top: 10px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #ffffff;
}
.aman .nav-logo .logo {
  height: 100px;
  margin-top: -25px;
}

.aman .nav-logo .name {
  color: #333333;
  position: relative;
  display: inline-block;
  font-size: 2.1vw;
}

@media (max-width: 480px) {
  .aman .nav-logo{
    height: auto;
    padding: 15px;
  }
  .aman .nav-logo .name {
    font-size: 4.3vw;
    display: contents;
  }
  .aman .nav-logo .logo {
    height: 80px;
  }
  .aman .nav-logo .logo-icon {
    position: relative;
    display: block;
    padding: 5px;
  }
  .aman .nav-logo .logo-text {
    position: relative;
    display: block;
    padding-top: 5px;
  }
}
@media (max-width: 758px) and (min-width: 480px) {
  .aman .nav-logo{
    height: 100px;
    padding: 15px;
  }
  .aman .nav-logo .name {
    font-size: 3vw;
  }
}
@media (min-width: 1000px) and (max-width:1999px) {
  .aman .nav-logo .logo-text .name {
    font-size: 2vw;
  }
}
@media (min-width: 2000px) {
  .aman .nav-logo .logo-text .name {
    font-size: 1.7vw;
  }
}
.aman .nav-logo a {
  color: #696d76;
  font-size: 11px;
  font-family: 'Montserrat Regular' ;
  text-transform: uppercase;
}
.aman .nav-logo a:hover {
  text-decoration: none;
  color: #808080;
  transition: all 350ms ease;
}
.aman .nav-logo a:hover .flag-logo {
  opacity: 0.5;
}
.aman .nav-logo .btn-lang {
  border: 0.5px #bababa solid;
  padding: 5px 20px;
  margin-top: -40px;
}
.aman .nav-logo .active {
  border: 2px #bababa solid;
  border-radius: 3px;
  padding: 5px;
}
.aman .nav-logo .flag-logo {
  height: 15px;
  margin-left: 5px;
  margin-top: -2px;
  transition: all 350ms ease;
}
.header {
  background-color: #f1f1f1;
  text-align: center;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}


input[type=search] {
	background: #ededed url('../img/search-icon.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1 {
	font: 1.7em;
	line-height: 110%;
	color: #000;
}
p {
	margin: 0 0 20px;
}

/* Download home
-------------------------------------------------------------- */
.album-page {
  background-color: #e9eff5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.album-page .panel {
  padding: 10px 15px;
}
.album-page .panel .a {
  font-family: 'Montserrat-bold', sans-serif;
}
.album-page .panel .album-name {
  font-family: 'Montserrat-bold', sans-serif;
  color: #555555;
}
.album-page .panel .album-name:hover {
  text-decoration: none;
}
.album-page .panel img{
  width: 100%;
  height: 100px; 
  object-fit: cover;
}
/* ==========================================================================
    29. PORTFOLIO
    ========================================================================== */
.folio-main-4col .folio-main-item {
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
}

.folio-main-3col .folio-main-item {
  width: 33.33333%;
  padding: 0 20px;
  margin-top: 40px;
}

.folio-main-2col .folio-main-item {
  width: 50%;
  padding: 0 15px;
  margin-top: 0px;
}

.folio-main-item img {
  width: 100%;
}

#portfolio-fullwidth .col-md-12 {
  padding: 5px;
}

.folio-main-filter {
  margin: 0 auto 5px;
  display: table;
}

.folio-main-filter li a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px 0 15px;
  border: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.folio-main-filter li {
  border-left: 1px solid #999;
}

.folio-main-filter li:first-child {
  border: none;
}

.folio-main-filter li a.active,
.folio-main-filter li a:hover {
  color: #1674D1;
}

.folio-main-item .folio-wrapper {
  position: relative;
}

.folio-overlay {
  background-color: rgba(21, 115, 209, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.folio-overlay-inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px 0px 10px 30px;
  width: 100%;
}

.folio-overlay-inner h5 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.036em;
  margin: 0 0 7px;
}

.folio-overlay-inner p {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  text-align: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 2 !important;
}

.folio-overlay-inner h5 {
  opacity: 0;
  position: relative;
  top: 25px;
  transition: .4s;
}

.folio-overlay-inner p {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay-inner h5 {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay-inner p {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.portfolio-no-space .col-md-12 {
  padding: 0 !important;
}

.portfolio-no-space .folio-main-item {
  padding: 0;
  margin: 0;
}

.portfolio-no-space .folio-main-item img {
  width: 100%;
}

.portfolio-no-space .folio-main-filter {
  margin: 0 auto 45px;
}

.lmore {
  margin-top: 60px;
  padding: 13px 25px;
}

#portfolio-standard .folio-main-filter {
  margin: 0 auto 45px;
}

#portfolio-standard .folio-main-item {
  padding: 0 15px;
  margin-top: 0px;
  margin-bottom: 30px;
}

#portfolio-standard.portfolio-no-space .folio-main-item {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

#portfolio-standard.portfolio-no-space .col-md-12 {
  padding: 0 15px;
}

#portfolio-standard .lmore {
  margin-top: 30px;
  padding: 13px 25px;
}

#portfolio-standard.portfolio-no-space .lmore {
  margin-top: 60px;
}
.carousel-inner .item {
  max-height: 505px;
}
@media (max-width: 780px) {
  .carousel-inner .item {
  max-height: 280px;
  }
  .carousel-inner .item .carousel-caption{
    bottom: 0px;
  }
}
@media (max-width: 480px) {
  
}
.campaign-home {
  padding-top: 50px;
  padding-bottom: 50px;
}
.campaign-home .title-page {
  margin-bottom: 30px;
}
.campaign-item {
  height: 30rem;
  border-radius: 5px;
  background-size: cover;
  background-position:center;
  box-shadow: 0 22px 45px -20px rgb(20 37 76 / 50%);
}
.campaign-item .campaign-hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 30rem;
  padding: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0.0s;
    -moz-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s;;
} 
.campaign-item .campaign-hover:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
  -webkit-transition: all 0.2s ease 0.0s;
  -moz-transition: all 0.2s ease 0.0s;
  transition: all 0.2s ease 0.0s;
}
.campaign-item h4{
  text-shadow: 2px 2px 4px #000000;
}
.campaign-item .campaign-hover .link-campaign {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px auto;
  width: 72%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  background-color: #ff6522;
  padding: 5px 10px;
  border: 1.5px #ff6522 solid;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;;

}
.campaign-item .campaign-hover:hover .link-campaign {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0.0s;
  -moz-transition: all 0.2s ease 0.0s;
  transition: all 0.2s ease 0.0s;
}

.post-item.ver2 .text {
  vertical-align: top;
  position: static;
  display: table-cell;
  padding-left: 10px;
  padding-top: 10px;
}

.post-item.ver2 .text h2 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.post-item.ver2 .text h2 a:after {
  height: 15px;
}

.post-item.ver2 .text .description {
  font: 400 14px/20px "Lato";
  color: #9a9a9a;
  margin: 15px 0px;
}

.post-item.ver2 .text .read-more {
  text-transform: uppercase;
  font: 800 12px "Lato";
  color: #333;
  text-decoration: underline;
}

.post-item.ver2 .text .read-more:hover {
  color: #db2e1c;
}
.page-builder {
  all: revert;
}
.page-builder .gjs-row .gjs-cell img{
    max-width: 100%;
    height: auto !important;
}
.gjs-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
@media (min-width: 768px) {
  .gjs-cell {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }
}

.gjs-cell {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 1px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.text-mute {
  color: #7891a8;
}
.logo-logo img{
  max-width: 100px;
  padding-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.article-summary  .st-btn{
  min-width: 20px !important;
}

/*
* SEARCH
*/

.list-search .well {
  border-left: 3px #fdb32f solid;
}

.btn-search {
  display: inline-block;
  padding: 7px;
}

@media only screen and (min-width: 768px) {
  .btn-search-mobile{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* For mobile phones: */
  .btn-search-mobile {
    display: inline-block;
    padding: 8px;
  }
  .btn-search {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .search-default{
    display: none;
  }
}


.dropbtn {
  background-color: #fff;
  color: #696d76;
  padding: 5px 16px;
  font-size: 16px;
  border: 0.5px #bababa solid;;
  border-radius: 5px;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ababab;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 230px;
  overflow: auto;
  z-index: 1;
  right: 0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content .btn{
  padding: 6px 15px;
  color: #696d76;
}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

@media only screen and (min-width : 481px) {
  .flex-row.row {
    display: flex;
   flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
   display: flex;
  }
  .flex-row.row > [class*='col-'] > .box {
    display: flex;
   flex: 1;
  }
}