

/* General  */
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    position: relative;
}

/* untuk fix section  */
.anchor {
    padding-top: 60px;
    margin-top: -60px;
}

/* Navbar */
.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 260px;
}

.navbar-toggler {
    margin-left: auto !important;
}

.lang-btn {
    display: inline-block;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 200px;
    }
}

@media (min-width: 992px) {
    /* Navbar  */
    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
        font-size: 14px;
    }

    .nav-link:hover::after {
        content: "";
        display: block;
        border-bottom: 3px solid #044f7c;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .nav-link.active::after {
        content: "";
        display: block;
        border-bottom: 3px solid #044f7c;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }
}

/* Line  */
.top-line {
    margin-top: 45px;
    background: #044f7c;
    position: relative;
    height: 6px;
}
.top-line::before {
    content: "";
    background: #f16178;
    width: 30%;
    height: 6px;
    position: absolute;
}

.bottom-line {
    background: #044f7c;
    position: relative;
    height: 6px;
}
.bottom-line::before {
    content: "";
    background: #f16178;
    width: 30%;
    height: 6px;
    position: absolute;
}

/* Carousel  */
@media (max-width: 576px) {
    .carousel-item {
        margin-top: 70px;
        height: 30vh;
        background-size: cover;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-top: 70px;
        height: 50vh;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .carousel-item{
        height: 90vh;
        background-size: cover;
    }

    .carousel-item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000;
        opacity: 0.4;
    }

    .carousel-caption {
        bottom: 25%;
    }

    .carousel-caption h5 {
        font-family: "Poppins";
        font-size: 32px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 900;
    }

    .carousel-caption p {
        font-family: "Poppins";
        font-size: 12px;
        margin: auto;
        width: 80%;
        line-height: 1.5;
    }

    .carousel-caption a {
        text-decoration: none;
        text-transform: uppercase;
        background: #f16178;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
        margin-top: 15px;
        border-radius: 50px;
    }

    .carousel-caption a:hover {
        background: #dd6b7e;
    }
}

@media (min-width: 992px) {
    .carousel-item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000;
        opacity: 0.4;
    }

    .carousel-caption {
        bottom: 30%;
    }

    .carousel-caption h5 {
        font-family: "Poppins";
        font-size: 52px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;
        font-weight: 900;
    }

    .carousel-caption p {
        font-family: "Poppins";
        font-size: 18px;
        margin: auto;
        width: 80%;
        line-height: 1.9;
    }

    .carousel-caption a {
        text-decoration: none;
        text-transform: uppercase;
        background: #f16178;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
        margin-top: 15px;
        border-radius: 50px;
    }

    .carousel-caption a:hover {
        background: #dd6b7e;
    }
}

/* Clients  */
.clients {
    margin-top: 10px;
}

/* Section Title  */
.section-title {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #044f7c;
    display: inline-block;
}

.section-title h2::before {
    margin: 0 15px 0px 0;
}

.section-title h2::after {
    margin: 0 0 0px 15px;
}

/* Section Sub Title  */
.section-sub-title {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.section-sub-title h3 {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    color: #222222;
}

.section-sub-title h3::before,
.section-sub-title h3::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #044f7c;
    display: inline-block;
}

.section-sub-title h3::before {
    margin: 0 15px 10px 0;
}

.section-sub-title h3::after {
    margin: 0 0 10px 15px;
}

.section-bg {
    padding-top: 40px;
    background-color: #ebfff2;
}

/* About  */
.about p {
    font-family: "Raleway", sans-serif;
    text-align: justify;
}

.grup-perusahaan {
    margin-top: 50px;
    text-align: center;
}

.grup-perusahaan img {
    height: 100px;
}

.grup-perusahaan h5,
.grup-perusahaan p {
    font-family: "Raleway", sans-serif;
    text-align: center;
}

.about .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.about .video-container .video-item{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Product  */
.product-item {
    transition: 0.3s;
    transition: ease-in-out 0.4s;
}

.product-item:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

/* Product Page  */
.product-content {
    margin-top: 30px;
}

.product-content .card .card-img-top{
    object-fit: cover;
    height: 350px;
}

.product-content .card .card-body .card-title {
    font-family: "Raleway", sans-serif;
}

.product-content .card .card-body .card-title a{
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #363636;
}

.product-content .card .card-body .card-text {
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #363636;
    text-align: justify;
}

.product-content .card .card-body .read-more {
    color: #044f7c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.product-content .card-footer {
    text-align: right;
    font-size: 13px;
}

.product-content .no-result {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


/* Product Detail  */
.product-content .owl-productdetail .item{
    /* height: 750px; */
    object-fit: cover;
}

.product-content .tab-content .tab-pane{
    padding: 20px;
}

.product-info {
    /* margin-top: 65px; */
    text-align: justify;
}

@media (min-width: 992px) { 
    .product-info {
        margin-top: 65px;
    }
    
}

/* Services  */
.services .services-wrap {
    padding-left: 50px;
}

.services .services-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 120px;
    box-shadow: 0px 2px 12px rgba(133, 132, 132, 0.541);
    position: relative;
    background-color: #fff;
}

.services .services-item .services-img {
    width: 100px;
    border-radius: 10px;
    border: 6px solid #0766a1;
    position: absolute;
    left: -45px;
}

.services .services-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 10px;
    color: #222;
}

.services .services-item p {
    text-align: justify;
    font-style: italic;
    margin: 15px auto 15px 10px;
}

.owl-item {
    padding: 20px 10px;
}

.owl-about .item-slider{
    height: 260px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.owl-about .item-slider .item-image{
    height: 100%;
    object-fit: cover;
}

.owl-project .item-slider{
    height: 260px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.owl-project .item-slider .item-image{
    height: 100%;
    object-fit: cover;
}

.owl-project .item-slider .item-title{
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    color: #363636;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
} 

/* News  */
.news .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.news .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.news .card-title a {
    color: #222222;
}

.news .card-text {
    color: #5e5e5e;
}

.news .news-time {
    font-size: 14px;
    color: #888;
}

.news .read-more a {
    margin-top: 20px;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.4s;
}

.news .read-more a:hover {
    text-decoration: underline;
}

.news .card:hover .card-body {
    background: #044f7c;
}

.news .card:hover .read-more a,
.news .card:hover .card-title,
.news .card:hover .card-title a,
.news .card:hover p,
.news .card:hover .news-time{
    color: #ffffff;
}

/* News List  */
.news-list .card .news-image{
    height: 100%;
    object-fit: cover;
}

.news-list .card .card-title{
    font-size: 20px;
    font-weight: 800;
}

.news-list .card .card-body .card-text {
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #363636;
    text-align: justify;
}

.news-list .card .card-body .text-muted {
    margin-top: 10px;
    font-size: 13px;
}

.news-list .card .card-body .read-more {
    color: #044f7c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.news-list .no-result {
    margin-bottom: 150px !important;
}

#news .side-list .card .news-image{
    height: 100%;
    object-fit: cover;
}

#news .side-list .card .card-title{
    font-size: 14px;
    font-weight: 600;
}

#news .side-list .card .card-body{
    padding: 10px;
}

#news .side-list .card .card-body .text-muted {
    margin-top: 11px;
    font-size: 11px;
}

#news .side-list h4{
    font-weight: 600;
}

#news .side-list .post-categories .card .card-body a{
    text-decoration: none ;
    color: #444444;
}

#news .side-list .post-categories .card .card-body .card-text{
    font-size: 16px;
    font-weight: 600;
}

#news .side-list .post-categories .card:hover .card-body {
    background: #044f7c;
}

#news .side-list .post-categories .card:hover .card-body .card-text{
    color: #FFF;
}

#news .news-detail {
    margin-top: 20px; 
}

@media (min-width: 768px) {
    #news .news-detail {
        padding-right: 50px;
    }
}

#news .news-detail h2{
    font-weight: 700;
}

#news .news-detail .news-image{
    margin-top: 20px;
    width: 100%;
    object-fit: cover;
}

#news .news-detail .news-paragraph{
    margin-top: 20px;
    text-align: justify;
}

/* Career  */
.career .career-text {
    margin-top: 5px;
    text-align: justify;
}

@media (min-width: 768px) {
    .career .career-text {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .career .career-text {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .career .career-text {
        margin-top: 100px;
    }
}

/* Contact  */
.contact {
    padding-bottom: 40px;
}

.contact .contact-about .footer-desc {
    font-size: 14px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    color: #888;
}

.contact .social-links {
    padding-bottom: 20px;
}

.contact .social-links a {
    font-size: 18px;
    background: #fff;
    display: inline-block;
    color: #044f7c;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #044f7c;
}

.contact .social-links a:hover {
    background: #044f7c;
    color: #fff;
}

.contact .info {
    color: #444444;
}

.contact .info h5 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #044f7c;
}

.contact .info i {
    font-size: 20px;
    color: #044f7c;
    float: left;
    line-height: 1;
}

.contact .info p {
    font-family: "Raleway", sans-serif;
    padding: 0 0 0 42px;
    line-height: 18px;
    font-size: 14px;
}

.contact form input,
.contact form textarea {
    font-size: 14px;
}

/* Footer  */
#footer {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    color: #222222;
    font-size: 14px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #044f7c;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #0766a1;
    color: #fff;
}

/* Menu Page  */
.menu-container {
    margin-bottom: 40px;
}

.menu-banner {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1)
    );
    margin-top: 80px;
    height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-top {
    background-position: top;
}

.banner-bottom {
    background-position: bottom;
}

.menu-banner-content h2 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    bottom: 150px;
}

.menu-banner-content h2::before {
    content: "";
    width: 50px;
    height: 7px;
    background: #f16178;
    display: inline-block;
}

@media (max-width: 768px) {
    .menu-banner-content h2 {
        font-family: "Raleway", sans-serif;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        left: auto;
        bottom: 85px;
    }
    
    .menu-banner-content h2::before {
        content: "";
        width: 50px;
        height: 7px;
        background: #f16178;
        display: inline-block;
    } 
}

.menu-banner-content h2::before {
    margin: 0 15px 10px 0;
}

.menu-banner-content .breadcrumb {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    padding: 10px;
    margin-bottom: 0;
    bottom: 0;
}

.menu-banner-content .breadcrumb a {
    color: #f16178;
}

@media (max-width: 768px) {
    .menu-banner {
        height: 30vh;
    }
}

/* Career Page  */
.career-content {
    margin-top: 30px;
}

.career-content .card .card-body .card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.career-content .card .card-body .card-text {
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #363636;
    text-align: justify;
}

.career-content .card .card-body a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}
.career-content .card-footer {
    text-align: right;
    font-size: 13px;
}

.career-content .no-result {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.career-detail {
    margin-top: 30px;
}

.career-detail .card {
    padding-left: 20px;
}

.career-detail .card .card-body .card-title {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.career-detail .card .card-body .card-text {
    margin-top: 15px;
    font-size: 16px;
    color: #363636;
    text-align: justify;
}

.career-detail .card .card-body span {
    margin-top: 10px;
    font-size: 14px;
}

.career-detail .card .card-body .card-subtitle {
    margin-top: 20px;
    font-size: 16px;
}

.career-detail .card .card-footer a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.career-detail .card .list-description {
   margin-top: 15px;
}

.career-detail .card .requirement {
    margin-top: 20px;
}
 
.career-detail .card .card-body .form-label {
    font-weight: 600;
}

.career-detail .card .card-body .application-header {
    width: 260px;
    font-size: 20px;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    border-radius: 10px;
    text-align: left;
}

/* News Page  */
.news-container {
    padding-bottom: 40px; /*untuk memberi jarak dengan footer */
}

.article {
    padding-bottom: 40px;
}


/* Pagination */
.page-link {
    color: #044f7c;
}

.page-item.active .page-link {
    background-color: #044f7c;
    border-color: #044f7c;
}

/* Utility  */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #044f7c;
    border-color: #044f7c;
}

.tombol:hover {
    background-color: #1570a8;
    border-color: #1570a8;
}

.tombol2 {
    font-family: "Poppins";
    border-radius: 40px;
    background-color: #044f7c;
    border-color: #044f7c;
}

.tombol2:hover {
    background-color: #044f7c;
    border-color: #044f7c;
}

.tombol-danger {
    font-family: "Poppins";
    border-radius: 40px;
    background-color: #f16178;
    border-color: #f16178;
}

.tombol-danger:hover {
    background-color: #f16178;
    border-color: #f16178;
}
