/*=============================

    Author : Teguh Subiyantoro

===============================*/

:root {
    --primary-color: #EF2E41;
  }
  
  .swiper-button-prev {
    display:none;
}

.swiper-button-next {
    display:none;
}


body {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    background-color: #fff;
}

.pt100{
    padding-top:100px;
}

.pb100{
    padding-bottom:100px;
}

.mt100{
    margin-top:100px;
}

.mb100{
    margin-bottom:100px;
}

/*=============
   PRE-LOADER
===============*/

#preloader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
}

.pre_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*================
  END PRE-LOADER
  ================*/

/* =========
    HEADER 
============*/


.nav_scrl {
    background-color: #fff !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);

}

.nav_scrl .nav-link {
    color: #333 !important;
}

.navbar-brand {
    padding: 17px 0px !important;
}

.my_nav {
    padding: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.logo {
    max-height: 50px;
}

.logo-dark {
    display:none;
}

.my_nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10px;
    font-size: 14px;
    font-weight: 700!important;
    padding: 6px 10px !important;
}

.my_nav .nav-item {
    position: relative;
}

/* .my_nav .nav-link:after {
    border-bottom: 4px solid var(--primary-color) !important;
    content: '';
    display: block;
    width: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 50;
} */

/* .my_nav .nav-link:hover:after {
    width:100%;
} */

.my_nav .nav-link:hover{
    color:var(--primary-color)!important;
}

.my_nav .navbar-nav .active>.nav-link {
    color: var(--primary-color) !important;
    /* border-bottom: 4px solid var(--primary-color) !important; */
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: var(--primary-color) !important;
    color: #fff!important;
    border-radius: 4px;
}

/* END HEADER */

.hero {
    position: relative;
    height: 100vh;
}


.hero-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center;
    z-index: -1;


}

.hero-img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}


.hero-content {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-content h1 {
    color: #fff
}

.swiper-button-prev {
    color: var(--primary-color);
    left: 50px
}

.swiper-button-next {
    color: var(--primary-color);
    right: 50px
}



.color-primary {
    color: var(--primary-color);
}


/* SECTION ABOUT */

.section-about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.row-about {
    background-color: #F9F9F9;
    box-shadow: 0px 10px 25px 0px rgba(39.99999999999997, 38, 69, 0.16);
}

.about-details {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}

.about-details h3 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.about-details p {
    font-size: 15px;
    color: #2D2D2D;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 34px;
    margin-top: 9px;
    padding-right: 24px;
}

.about-image {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-left: -15px;
}

.about-details a:hover {
    background-color: transparent;
    color: black;
    border: 1px solid #E0E0E0;
    text-decoration: none;
}

.about-details a {
    font-size: 15px;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 150px;
    letter-spacing: 1px;
    display: inline-block;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

/* END SECTION ABOUT */

/* SECTION INFORMATION */

.section-information {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.section-information:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.information-title {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.information-title h3 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    padding: 7px 0px;
    text-transform: uppercase;
    margin: 0px;
}

.information-title p {
    font-size: 16px;
    color: #fff;
}

.information-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 32px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.information-item i {
    font-size: 64px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.information-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.1;
}

.information-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}



.information-item a:hover {
    background-color: transparent;
    color: black;
    border: 1px solid #E0E0E0;
    text-decoration: none;
}

.information-item a {
    font-size: 15px;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 150px;
    display: inline-block;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

/* END SECTION INFORMATION */

/* FOOTER SECTION */

.section-footer {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #1E1E1E;
}

.footer-about a {
    display: block;
}

.footer-about a img {
    max-height: 80px;
    margin-bottom: 24px;
}

.footer-about p {
    color: #848484;
    font-size: 16px;
    line-height: 1.5;
}

.footer-about .bottom_social ul {
    text-decoration: none;
    padding-left: 0px;
}

.footer-about .bottom_social ul li {
    display: inline-block
}

.footer-about .bottom_social ul li a i {
    font-size: 19px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid transparent;
    display: inline-block;
    color: var(--primary-color);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.footer-about .bottom_social ul li a:hover i {
    background-color: var(--primary-color);
    color: #fff;
}

.footer-address h3,
.footer-related-links h3,
.footer-contact-us h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-address p {
    color: #848484;
    font-size: 16px;
    line-height: 1.5;
}

.footer-related-links ul {
    padding-left: 0px;
    list-style: none;
}

.footer-related-links ul li a {
    color: #848484;
    font-size: 16px;
    line-height: 1.5;
}

.footer-related-links ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-related-links ul li a i {
    color: var(--primary-color);
    margin-right: 8px;
}

.footer-contact-us p {
    color: #848484;
    margin-bottom: 10px;
}

.section-footer-bottom {
    background-color: var(--primary-color);
    padding: 15px 0px 0px;
    color: #fff;
}

/* END FOOTER SECTION */

/* BACK TO TOP */
#back_to_top {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    cursor: pointer;
    text-align: center;
    z-index: 25;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
}

#back_to_top:hover {
    background-color: var(--primary-color);
}

/* END BACK TO TOP */


/*==============
   OUR BUSINESS
  ==============*/

  /*===========
     PAGE TITLE
    ==========*/

    .page-title {
        padding-top:180px;
        padding-bottom:100px;
        color:#fff;
        background-color: #333;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
    }


    
    .page-title:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .page-title .page {
        z-index: 1!important;
    }
    

/*====================
    SECTION BUSINESS
======================*/

.row-business {
    background-color: #F9F9F9;
    box-shadow: 0px 10px 25px 0px rgba(39.99999999999997, 38, 69, 0.16);
    margin-top:100px;
}

.business-image {
    height:450px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-left: -15px;
}

.business-details{
        height: 450px;
        display: table-cell;
        vertical-align: middle;
}

.business-details a:hover {
    background-color: transparent;
    color: black;
    border: 1px solid #E0E0E0;
    text-decoration: none;
}

.business-details a {
    font-size: 15px;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 150px;
    letter-spacing: 1px;
    display: inline-block;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}



.business-details h3 {
    font-size: 36px;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.page-title nav {
    display:inline-block;
}

.page-title .breadcrumb a {
    color:var(--primary-color)
}

.page-title .breadcrumb-item.active{
    color:#E0E0E0
}

.page-title .breadcrumb a:hover {
    text-decoration:none ;
}

.page-title .breadcrumb {
    background-color: transparent!important;
}

.section-video-profile video {
    width:100%;
}

.section-about-detail {
    padding-top:100px;
    padding-bottom:100px;
}

.about-image-detail {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius:8px;
    margin-bottom: 40px;

}

.section-manajemen{ 
    padding-top:100px;
    padding-bottom:100px;
}

.img-wrap{
    overflow: hidden;
    height:250px;
    width: 100%;
    position: relative;
}


.manajemen-image{
    height:100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius:8px;
    transition: all .5s;
}

.img-wrap:hover .manajemen-image {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.about-manajemen {
    margin-left:20px;
    margin-right:20px;
    margin-top:-30px;
    background-color:#fff;
    position: relative;
    padding:15px 15px;
}

.about-manajemen h5 {
    font-size: 18px;
    font-weight: 600;
}

.about-manajemen span {
    font-size: 15px;
}

.section-contact{
    padding-top:100px;
    padding-bottom: 100px;
}

.section-contact .maps iframe {
    width: 100%;
    height:400px
}

.img-visi {
    width: 100%;
    height:400px;
    background-size: cover;
    background-position: center center;
}

.visi {
    display: table-cell;
    vertical-align: middle;
    height: 350px;
}