/*slideshow & info header start*/
.intro-grandparent-box{
    margin:0px auto !important;
    background-color:transparent !important;
    padding: 103px 0px 0px 0px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.slide-img{
    height:560px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide-text-block{
    width: 50%;
    position: absolute;
    top: 145px;
    padding: 0 110px 0 0;
}
.slide-text-right-block{
    left: 45%;
}
.slide-text-left-block{
    right: 45%;
}
.slide-title{
    font-size: 40px;
    font-weight: bold;
    color: #b483c2;
    letter-spacing: 2px;
    line-height: 50px;
}
.slide-subtitle{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.slide-extra-subtitle{
    font-size: 18px;
    color: #af86bc;
}
.slideshow-pointer-box {
    width: fit-content;
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    color: #b483c2;
    margin-left: auto;
    margin-right: auto;
}
.prev {
    cursor: pointer;
    top: 100%;
    width: auto;
    margin-top: -22px;
    color: #b483c2;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
}
.next {
    cursor: pointer;
    top: 100%;
    width: auto;
    margin-top: -22px;
    color: #b483c2;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev:hover, .next:hover {
    background-color: rgba(180, 131, 194,0.8);
    color: #fff;
    padding: 10px;
}
#number-slide-img{
    text-align: center;
    width: 100px;
    padding: 0;
    letter-spacing: 5px;
    color: #b483c2;
}

/*digital invitation start*/
.digital-invitation-block{
    text-align:center;
}
.digital-invitation-block > h2{
    color : #b483c2;
    font-weight:600;
}
.digital-invitation-block > h4{
    color: #b483c2;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
}
.digital-invitation-block > p{
    color : #000;
    padding: 15px 180px 30px 180px;
}
.create-invitation-btn{
    background: #b483c2 none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-family: montserrat;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.create-invitation-btn:hover {
    background: #ffffff;
    color: #b483c2;
}

/*feature start*/
.feature-block{
    background: #4db6a5;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.feature-box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.feature-item-block{
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 16%;
    vertical-align: top;
}
.feature-item-block:hover{
    transform: scale(1.2);
}
.feature-item-box{
    vertical-align: top;
}
.feature-item-img{
    width:100px;
    height:100px;
    background-size:contain;
    background-position:center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: 8px 8px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.feature-item-title{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    padding: 0px 0px;
    text-transform:uppercase;
}
.feature-item-subtitle{
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding: 0 35px;
}

/*design*/
.right-left-block{
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.template-block{
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.template-header-box{
    text-align:center;
}
.template-header-box > h2{
    color : #b483c2;
    font-weight:600;
}
.template-header-box > p {
    color: #000;
    padding: 15px 130px 30px 130px;
}
.template-box{
    text-align:center;
    padding-left:50px;
    padding-right:50px;
    margin-bottom: 20px;
}
.template-thumbnail{
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.template-name{
    background-color: #b483c2;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.splide__pagination__page.is-active{
    background: #b483c2;
}
.splide__pagination {
    bottom: -20px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.template-thumbnail-cover{
    width: 250px;
    height: 250px;
    background-color: rgb(0,0,0);
    transition: 0.6s ease;
    opacity:0;
}
.template-thumbnail-cover:hover{
    width: 250px;
    height: 250px;
    background-color: rgb(0,0,0);
    opacity:0.5;
}
.template-detail-link{
    color:#fff;
    font-weight: 500;
}
.template-detail-link-box{
    position: absolute;
    bottom: 55px;
    right: 100px;
}

/*pricing*/
.pricing-header-block{
    padding: 0 !important;
}
.pricing-header-text{
    color: #000;
    padding: 15px 300px 30px 300px !important;
}
.pricing-grandparent-block{
    background: #ffffff;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.pricing-block-parent{
    padding: 0 20px 0 20px;
}
.pricing-block{
    background-color: #fff;
    width: 100%;
    padding: 80px 50px;
    text-align:center;
    min-height: 670px;
    transform: scale(0.9);
}
.pricing-detail{
    text-align:left;
    margin-bottom: 35px;
}
.pricing-title{
    font-size: 35px;
    font-weight: 700;
    color: #b483c2;
}
.pricing-price{
    font-size: 30px;
    color: #b483c2;
    margin-bottom: 30px;
    margin-top: 20px;
}
.pricing-detail-point{
    
}
.pricing-detail-point > i {
    color: #b483c2;
    margin-right:15px;
}
.pricing-detail-point > span {
    color: #000;
}
.triple-top{
    width: 0px;
    height: 10px;
    border-top: 100px solid #b483c4;
    border-left: 100px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.triple-bottom{
    width: 0px;
    height: 10px;
    border-bottom: 100px solid #b483c4;
    border-right: 100px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.package-choose-btn{
    border-radius:0 !important;
    font-weight:600;
}
.choose-package-btn-block {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.is-active > .pricing-block-parent{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.pricing-block-parent-active{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/*faq*/
.faq-block{
    padding: 50px 0 80px 0 !important;
}
.faq-invitation-block{
    text-align:center;
}
.faq-invitation-block > h2{
    color : #b483c2;
    font-weight:600;
}
.faq-invitation-block > h4{
    color:#000 !important;
    font-size:18px !important;
    font-weight: 600 !important;
    margin-bottom: 40px;
}
.faq-invitation-block > p{
    color : #000;
    padding: 15px 150px 30px 150px;
}
.faq-invitation-text{
    text-align:left;
    padding:0 50px;
}
.faq-question{
    font-weight:600;
    border-bottom: 2px solid #0787ee;
}
.faq-question.active{
    font-style:italic;
}
.faq-answer{
    text-align:justify;
}
.faq-column{
    padding : 0 60px;
}
.faq-question > i{
    margin-right:20px;
    margin-left:-30px;
}

/*not check yet*/

.intro-parent-box{
    display: inline-block;
    /*height: 550px;*/
    height: 450px;
    background-color: #346c34;
}
.intro-slide-box{
    float:right;
}
.intro-box{
    display: block;
    height: 55%;
    /*height: 60%;*/
    padding: 25px 25px 15px 50px;
}
.intro-box-title{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-transform:uppercase;
    font-weight: 800;
    padding-right: 30px;
    letter-spacing: 5px;
}
.intro-box-summary{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    /*margin-bottom: 50px;*/
    margin-bottom: 35px;
}
.explore-link{
    color: #fff !important;
}
.explore-link>i{
    margin-left:10px;
}
.main-good-box{
    display: block;
    height: 45%;
    /*height: 40%;*/
    background-color: #499e49;
    padding: 25px 25px 15px 50px;
}
.intro-box-summary-main{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 25px;
}

/*slideshow & info header end*/

/*about start*/
.row-about-pad{
    padding-right:70px;padding-left:70px;
}
.about-title{
    font-size:30px;
    display:block;
    color:#333333;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about-text{
    line-height:30px;
    font-size: 12px;
    text-align:justify;
}
.about-pic{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:275px;
    width:auto;
}
/*about end*/
/*well curated start*/

.text-curated{
    padding-right:280px;
    padding-left:280px;
    font-style:normal !important;
    color:#fff !important;
    margin-bottom:30px !important;
}
/*well curated end*/
/*function start*/
.function-images{
    display:inline-block;
    width:50px;
    height:50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 45px;
    color: #346c34;
}
.function-desc{
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top:35px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
}
.function-desc-long{
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
}
.function-block{
    padding:50px 0 !important;
    background-color : #f0f0f0;
}
.function-title-box{
    text-align: center;
    margin-bottom: 50px;
}
.function-detail-box{
    padding: 0px 90px 0px 90px;
}
.box-function-info{
    padding: 20px;
    border-top: 1.5px solid #000;
    color: #000;
}
.extra-function-border{
    border-bottom: 1.5px solid #000;
}
/*function end*/
.curated-background{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
/*well located*/
.prdct-mockup-box{
    min-height: 350px;
    float: right;
}
.prdct-mockup-pic{
    width:auto;
    height:350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prdct-mockup-info-box{
    min-height: 350px;
    background-color: #c4c4c4;
    padding: 20px 40px 10px 110px;
}
.prdct-mockup-title{
    display:block;
}
.prdct-mockup-line{
    border-bottom: 1.5px solid #000;
    display:block;
    margin-bottom: 10px;
}
/*well start*/
/*prosper start*/
.block-prosper{
    background-color:#3a3a3c;
    color:#fff;
    padding: 50px 0;
}
.prosper-title-box{
    text-align:left;
}
.prosper-title{
    padding: 0px 0px 10px 75px;
    display:block;
    color:#fff;
}
.prosper-img{
    width:120px;
    height:120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:#3a3a3c;
}
/*prosper end*/
/*portfolio start*/
.portofolio-box{
    background-color: #000;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portofolio-land{
    background: rgba(0, 0, 0, 70%);
    padding: 20px 70px 20px 35px;
}
.title-wealth{
    border-bottom:2px solid rgba(255, 255, 255,50%);
    margin-bottom:10px;
}
.title-wealth-h3{
    color:#fff;
    font-weight:700;
    margin-bottom:10px;
}
.desc-wealth{
    margin-bottom:20px;
}
.porfolio-wealth{
    padding-left: 12px;
    margin-bottom:30px;
}
.box-portofolio-wealth {
    padding: 10px;
    min-height: 150px;
    background-color: #c2c2c2;
}
.portofolio-wealth-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    display:block;
}
.portofolio-wealth-desc {
    bottom: 10px;
    position: absolute;
    color: #000;
    font-size: 12px;
    width: calc(100% - 20px);
    display:block;
}
.row-second-portfolio{
    margin-top:5px;
}
.column-box-portofolio{
    padding-right:3px;
    padding-left:3px;
}
.prefix-portofolio{
    position: absolute;
    top: 6px;
    font-size: 18px;
}
/*portfolio end*/
/*region start*/
.region-block{
    background-color:#3a3a3c;
    color:#fff;
    padding:0;
}
.region-info-parent-box{
    padding: 50px 10px 10px 90px;
}
.maps-access{
    width:auto;
    height:600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.transport-icon-img-square{
    height:30px;
    width:30px;
    background-size: cover;
    background-position: center;
    display:inline-block;
}
.transport-icon-img-long{
    height:20px;
    width:70px;
    background-size: cover;
    background-position: center;
    display:inline-block;
}
.transport-desc{
    display:inline-block;
    height:30px;
    vertical-align: middle;
    margin-left:20px;
}
.region-info-text{
    margin-bottom:10px;
}
.region-transportation-box{
    margin-top: 50px;
}
/*region end*/

.high-level-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*mature start*/
.mature-box{
    padding: 50px 10px 10px 90px;
}
.surround-info-text{
    margin-bottom:10px;
}
.mature-parent-box{
    background-color: #c4c4c4;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.mature-parent-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 135, 238, 0.9);
}
/*mature end*/

.blog-summary-box{
    display: block;
    padding: 0 50px;
    margin-top: 85px;
}
.blog-summary-pic {
    margin-bottom: 15px;
}
.blog-summary-pic-item {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    /*box-shadow: 10px 10px #4db6a5;*/
    border-radius: 15px;
    position: relative;
    /*padding: 10px;*/
}
.blog-summary-pic-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Warna hitam transparan */
    border-radius: 15px; /* Cocokkan dengan radius border elemen utama */
}
.blog-summary-title{
    font-weight: bold;
}
.blog-summary-desc{
    bottom: 0;
    position: absolute;
    /*padding-right: 10px;*/
    text-align: justify;
    color: #fff;
    background: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog-summary-desc > div {
    padding-right:10px;
    padding-left:10px
}
.blog-summary-title{
    padding-top:10px;
}
.blog-summary-content {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 13px;
}
.blog-summary-btn > a {
    background-color: #0787ee;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.blog-summary-btn > a:hover {
    background-color: #4db6a5;
}

.blog-box-item{
    display:flex;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}
.blog-pic{
    display:inline-block;
    width:30%;
}
.blog-pic-item{
    width: 100%;
    height: 201px;
    background-position: center !important;
    background-size: cover !important;
    /*margin-bottom: 10px;*/
}
.blog-content-item{
    color:#000;
}
.blog-content-base {
    display:inline-block;
    width:69%;
    /*margin-bottom: 20px;*/
    padding: 20px;
}
.blog-title-item {
    color: #0787ee;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}
.blog-date-item {
    background-color: #0787ee;
    padding: 3px 10px 3px 10px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content;
}
.blog-btn {
    width: 50%;
    margin-top: 15px;
}
.blog-btn > a, span.read-more {
    background-color: #0787ee;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 600;
    
}
.blog-btn > a:hover, span.read-more:hover {
    background-color: #fff;
    color: #0787ee;
    border: 2px solid #0787ee;
    
}
.blog-box-item:hover > div > .blog-btn > span{
    background-color: #fff;
    color: #0787ee;
    border: 2px solid #0787ee;
}
.blog-box-item:hover > div > .blog-pic-item{
    background-size: 150% !important;
    transition: transform 0.3s ease;
}
.blog-detail-header-block {
    padding: 48px 0;
}

.faculty-detail-header-block {
    padding: 0;
}
.blog-detail-img > img {
    width:100%;
    height:auto;
}
.content-detail-row{
    margin-top:30px;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-detail-title {
    color: #0787ee;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    padding-right: 60px;
}
.blog-detail-content {
    font-weight: 300;
    color: #000;
    padding-right: 60px;
}
.blog-detail-date {
    width: 35%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.blog-detail-date-number{
    background: #dddddd;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: 600;
    color: #0787ee;
}
.blog-detail-month {
    background: #0787ee;
    color: #fff;
    padding: 2px 0;
}
.contact-form > form .row > div > input[type="text"], .contact-form > form .row > div > textarea {
    padding: 18px 25px;
    height: 50px;
    border-radius: 0;
    border:1px solid #0787ee;
    background:#fff;
    margin-bottom:20px;
}
.contact-form > form .row > div > select {
    padding: 16px 25px;
    height: 50px;
    border-radius: 0;
    border:1px solid #0787ee;
    background:#fff;
    margin-bottom:20px;
    width: 100%;
}
.contact-title{
    color:#4db6a5;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-subtitle{
    line-height:unset;
    color:#000;
    font-weight: 600;
}
.first-contact-subtitle{
    margin-bottom:0px;
}
.first-contact-subtitle{
    margin-bottom:40px;
}
.form-label{
    font-style: normal;
    color: #0787ee;
    font-weight: lighter;
    font-size: 15px;
}
.flat-btn{
    border-radius:0;
}
.contact-info-email {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1.5px solid #0787ee;
}
.contact-info-email > label {
    display: block;
    color: #0787ee;
    font-size: 18px;
}
.contact-info-email > span {
    font-size: 18px;
    color: #0787ee;
    font-weight: 600;
    display:block;
    margin-top:2px;
    margin-bottom:10px;
}
.contact-info-email > span > i {
    font-size: 30px;
    margin-right:10px;
    width: 30px;
}
.contact-info-email > span > span {
    vertical-align: super;
}
.contact-info-box {
    /*margin-top: 70%;*/
    padding-left: 25px;
}
.contact-info-no-border{
    border-bottom: none;
}
.contact-info-email > a {
    margin-left: 10px;
    margin-right: 10px;
}
.facebook-contact{
    margin-left:0;
}
.benefit-title{
    font-size:22px;
}
.benefit-summary-pic-item{
    width: 90%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    box-shadow: 10px 10px #4db6a5;
}
.benefit-summary-content > span {
    text-transform: uppercase;
    color: #4db6a5;
    font-weight: 600;
    display: block;
}
.benefit-summary-content {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px;
}
.about-summary{
    padding: 0 50px;
}
.about-summary > div {
    text-align:justify;
}
.about-summary-hot-button > a {
    padding: 13px 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 2px solid;
    display: block;
}
.about-summary-hot-button > a > i {
    float: right;
    font-size: 20px;
}
.article-highlight-box > .about-summary-hot-button > a {
    width: fit-content !important;
}
.article-highlight-box > .about-summary-hot-button > a > i {
    margin-left:20px;
}
.section-highlight-article:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 135, 245, 0.8);
}
.section-highlight-advantage:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.testimonial > .header-title{
    color:#fff;
}
.container-wp{
    padding-left:80px !important;
    padding-right:80px !important;
}
.announcement-section{
    background:#0787ee;
    text-align:center;
}
.announcement-title{
    background:#0787ee;
    color:#fff;
    position: relative;
}
.announcement-title > div {
    background: #0787ee;
    z-index: 1;
    position: relative;
    width: fit-content;
    padding: 0 20px;
    margin: auto;
}
.announcement-title > hr {
    border: 1.5px solid #fff;
    position: absolute;
    top: 12px;
    width: -webkit-fill-available;
    z-index: 0;
    margin: auto;
}
.announcement-box {
    color: #fff;
}
.announcement-box > h4 {
    color: #fff;
    font-weight: bold;
}
.article-highlight-title {
    position: relative;
}
.article-highlight-title > div {
    background: #fff;
    z-index: 1;
    position: relative;
    width: fit-content;
    padding-right: 20px;
}
.article-highlight-title > hr {
    border: 1.5px solid #4db6a5;
    position: absolute;
    top: 12px;
    width: -webkit-fill-available;
    z-index: 0;
    margin: auto;
}
.blog-summary-box > div > i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
}
.blog-summary-box > div > h4 {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-summary-box > div > p {
    color: #fff;
    min-height: 80px;
}
.blog-summary-box > div {
    margin-bottom: 40px;
}
.blog-summary-box > div:hover > i {
    transform: scale(1.3);
}

.pmb-highlight {
    padding: 0 50px;
}
.pmb-highlight > h1 {
    color: #fff;
    margin-bottom: 25px;
}
.pmb-highlight > p {
    color: #fff;
    font-size:16px;
}
a.pmb-highlight-btn {
    color: #fff;
    font-size: 28px;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.pmb-highlight-btn:hover{
    transform: scale(1.1);
}
a.pmb-highlight-btn > i {
    font-size: 46px;
    position: relative;
}
a.pmb-highlight-btn > h5 {
    color: #fff;
}
.mature-parent-box > .row > .col-md-4 {
    padding-top:20px;
}
.mature-parent-box > .row > .col-md-4 > .row > .col-md-6.left-top {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.mature-parent-box > .row > .col-md-4 > .row > .col-md-6.right-top {
    border-bottom: 1px solid #fff;
}
.mature-parent-box > .row > .col-md-4 > .row > .col-md-6.left-bottom {
    border-right: 1px solid #fff;
}
.mature-parent-box > .row > .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.socmed-highight {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.socmed-highight > a {
    font-size: 50px;
    margin: 0 20px;
}
.highlight-value > a {
    font-size: 50px;
    margin: 0 50px !important;
}
.highlight-value > a:hover > i {
    scale: 1.5;
    margin-right: 15px;
    transition: 0.2s ease;
}
.connector-block{
    background: #f4f4f4;
    margin-bottom: 50px;
}
.row-highlight-value{
    margin-bottom:50px;
}
/*prodi*/
.faq-other-prodi{
    padding:0;
    margin-bottom:40px;
}
.faq-other-prodi > div > div > ul {
    list-style: none;
    padding-left: 0;
}
.faq-other-prodi > div > div > ul > li {
    width:100%;
}
.faq-other-prodi > div > div > ul > li > a{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-left:30px;
}
.career-list {
    padding: 0 40px;
    display: inline;
}
.career-item {
    background: #d3d3d3;
    padding: 15px;
    margin-bottom: 10px;
    color: #000;
}

.green-area-block {
    min-height: 500px;
}
.green-area-pic {
    min-height: 500px !important;
    background-position: center !important;
    background-size: cover !important;
}
.new-siteplan {
    position: relative;
    min-height: 378px;
    padding: unset;
    width: 22%;
    margin-left: 80px;
    background-color: #fff;
    background-size: cover !important;
    background-position: center !important;
}

.new-siteplan:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 135, 245, 0.5);
}
.siteplan-point-box-bottom{
    z-index: 1;
    position: absolute;
    top: 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.siteplan-point-box-bottom > a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
}
.siteplan-point-box-bottom > a:hover{
    font-weight: bold;
    background:rgba(255, 255, 255, 0.8);
    transition: 0.2s ease;
}
.blog-post > .about-summary-hot-button{
    margin-top:30px;
}
.blog-post > .about-summary-hot-button > a{
    width:30%;
}

.faculty-content{
    padding: 0 80px;
}

.faculty-content > div > p{
    text-align:justify;
}
a.prodi-item {
    height: 150px;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.prodi-item-name {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    position:absolute;
}
.prodi-item-name:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 135, 245, 0.5);
}
.prodi-item-name > h4 {
    color: #fff;
    z-index: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.faculty-content > .blog-post {
    margin-bottom: 50px;
}
.row.faculty-prodi-list > div {
    margin-bottom: 20px;
}
a.prodi-item:hover > .prodi-item-name {
    background: rgba(77, 182, 165, 0.8);
}
.faculty-content > .about-summary-hot-button {
    margin-bottom: 80px;
}
h4.faculty-contact > i {
    margin-right: 20px;
}
.faculty-suggestion > div.mb-0{
    margin-bottom:0;
}
.faculty-content > .row{
    margin-bottom:20px;
}
.blog-post > img {
    width:50%;
    height:auto;
}
.facility-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 20px;
  }

  .gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .gallery-item .caption {
    padding: 8px 16px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    /*bottom: 0;*/
    bottom: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .structure{
    width:100% !important;
    height:auto;
  }
  .contact-info-email > span > a.contact-socmed {
    font-size: 50px;
}
.contact-brosur {
    width:fit-content;
}
.contact-brosur > img {
    display:block;
}
.search_widget{
    margin-top: 0px;
}
.search_widget > .heading2 > h3 {
    line-height: normal;
}
.other-news-box > a > .blog-pic {
    width: 50%;
}
.other-news-box > a > .blog-pic > .blog-pic-item {
    height: 130px;
}
.other-news-box > a > .blog-content-base > .blog-title-item {
    font-size: 14px;
    line-height: 18px;
}
.other-news-box > a > .blog-content-base > .blog-date-item {
    font-size: 12px;
}
.pagination > li:first-child a {
    border: medium none;
    color: #736d6d;
    float: left;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    margin-right: 40px;
    margin-top: -53px;
    padding: 26.5px 0 0;
    width: auto;
}
.pagination > li:last-child a {
    border: medium none;
    color: #736d6d;
    float: left;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: -53px;
    padding: 26.5px 0 0;
    width: auto;
}

.tab {
    float: left;
    width: 30%;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    font-weight:bold;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #23527c ;
    color:#fff;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #0a9ced;
    color:#fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 25px;
    width: 70%;
  }
  .register-btn.pmb{
    float:right;
    display: inline-block;
    color: #0787ee;
    font: 700 20px / 30px "Montserrat";
    letter-spacing: 0.4px;
    background: white;
    padding: 15px 45px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
  }

  .tab-top-bottom {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab-top-bottom button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab-top-bottom button:hover {
    border-bottom: 5px solid #23527c;
    color: #23527c;
  }
  
  /* Create an active/current tablink class */
  .tab-top-bottom button.active {
    border-bottom: 5px solid #0a9ced;
  }
  
  /* Style the tab content */
  .tabtopbottomcontent {
    display: none;
    padding: 6px 12px;
  }
  .section-explore{
    background: #F1F2F3;
    padding: 45px 45px !important;
  }
  .box-explore > a {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    height: 150px;
}
.box-explore > a > i {
    font-size: 53px;
    margin-bottom: 10px;
}
.register-btn.pmb.pmb-explore{
    margin-top: 25px;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
.pmb-highlight.pmb-subs{
    text-align:center;
}
.pmb-highlight.pmb-subs > h1{
    margin-bottom:unset;
}
.mature-parent-box.pmb:before{
    background-color: rgba(0, 0, 0, 0.8);
}
.pmb-subs-contact {
    text-align: center;    
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.pmb-subs-contact > a {
    width: fit-content;
    margin-left: 15px;
    margin-right: 15px;
    color:#fff;
}
.pmb-subs-contact > a > i {
    margin-right:10px;
}
.pmb-subs-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}
.pmb-subs-form-btn {
    margin-top: 32px;
}
.pmb-subs-form-form > div > div > label{
    color:#fff;
}
.heading2.brosur > a > img{
    width:100%;
    height:auto;
}

.heading2.brosur{
    margin-top:25px;
}
.brosur-image {
    position: relative; /* Untuk referensi pseudo-element */
    display: inline-block; /* Agar pseudo-element bekerja dengan baik */
    margin-bottom:40px;
}

.brosur-image::before {
    content: "Download"; /* Teks yang ditampilkan */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 135, 245, 0.5); /* Warna biru transparan */
    color: white; /* Warna teks */
    font-size: 18px; /* Ukuran font */
    font-weight: bold; /* Teks tebal */
    display: flex; /* Membuat teks berada di tengah */
    align-items: center; /* Vertikal tengah */
    justify-content: center; /* Horizontal tengah */
    opacity: 0; /* Layer awalnya tidak terlihat */
    z-index: 1; /* Letakkan pseudo-element di atas gambar */
    transition: opacity 0.3s ease; /* Efek transisi untuk muncul */
    pointer-events: none; /* Agar klik tetap bekerja pada elemen utama */
}
.brosur-image:hover::before {
    opacity: 1; /* Tampilkan layer saat hover */
}
.share-side-box{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.share-side-box > a {
    font-size: 70px;
}
.blog-post > h1 {
    color : #4db6a5;
}
/*mou*/
.mou-block{
    display: flex;
    margin-bottom: 18px;
    border: 1px solid #d3d3d3;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mou-block > .pic{
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    display: inline-block;
}
.mou-block > .detail{
    display: inline-block;
    width: calc(100% - 175px);
    margin-left: 20px;
}
.mou-block > .detail > h4{

}
.mou-block > .detail > span{
    
}
.mou-block > .detail > .sub-detail{
    margin-top: 10px;
}
.mou-block > .detail > .sub-detail > span{
    background: #d3d3d3;
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
}