@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.landing-pages h1 {
    font-size: 5.625rem;
}

.landing-pages h2 {
    font-size: 4.188rem;
}

.landing-pages h3 {
    font-size: 3.188rem;
}

.landing-pages h4 {
    font-size: 2.375rem;
}

.landing-pages h5 {
    font-size: 1.75rem;
}

.landing-pages h6 {
    font-size: 1.321rem;
}

.landing-pages p {
    font-size: 1rem;
}

.landing-pages h1 a,
.landing-pages h2 a,
.landing-pages h3 a,
.landing-pages h4 a,
.landing-pages h5 a,
.landing-pages h6 a {
    color: #232d42;
}

.landing-pages small {
    font-size: 0.75rem;
}

.landing-pages .section-padding {
    padding: 9.5rem 1rem 9.5rem 1rem;
}

.landing-pages .section-card-padding {
    padding: 9.5rem 1rem 7.5rem 1rem;
}

.landing-pages .inner-card-box {
    padding: 3rem 0rem 3rem 0rem;
}

.landing-pages .body-bg {
    background: #f5f5f5;
}

.landing-pages .page-bg {
    background: #f9f9f9;
}

.landing-pages h1,
.landing-pages h2,
.landing-pages h3 {
    font-weight: 600;
}

.landing-pages h4,
.landing-pages h5,
.landing-pages h6 {
    font-weight: 500;
}

.landing-pages .inner-box {
    padding: 5rem 0rem 0rem 0rem;
}

.landing-pages .title-top {
    margin-top: 64px;
}

.landing-pages .client-img {
    width: 60%;
}

@media screen and (max-width: 1025px) {
    .landing-pages h1 {
        line-height: 70px;
        font-size: 60px;
    }

    .landing-pages h2 {
        line-height: 55px;
        font-size: 45px;
    }

    .landing-pages h3 {
        line-height: 45px;
        font-size: 35px;
    }

    .landing-pages h4 {
        line-height: 35px;
        font-size: 25px;
    }

    .landing-pages h5 {
        line-height: 30px;
        font-size: 20px;
    }

    .landing-pages h6 {
        line-height: 26px;
        font-size: 16px;
    }

    .landing-pages .section-padding {
        padding-top: 52px;
        padding-right: 16px;
        padding-bottom: 52px;
        padding-left: 16px;
    }

    .landing-pages .section-card-padding {
        padding-top: 52px;
        padding-right: 16px;
        padding-bottom: 20px;
        padding-left: 16px;
    }

    .landing-pages .inner-box {
        padding-top: 50px;
        padding-right: 16px;
        padding-bottom: 50px;
        padding-left: 16px;
    }
}

@media screen and (max-width: 768px) {
    .landing-pages h1 {
        line-height: 55px;
        font-size: 50px;
    }

    .landing-pages h2 {
        line-height: 42px;
        font-size: 32px;
    }

    .landing-pages h3 {
        line-height: 38px;
        font-size: 28px;
    }

    .landing-pages h4 {
        line-height: 32px;
        font-size: 22px;
    }

    .landing-pages h5 {
        line-height: 28px;
        font-size: 18px;
    }

    .landing-pages h6 {
        line-height: 26px;
        font-size: 16px;
    }

    .landing-pages .title-top {
        margin-top: 24px;
    }

    .landing-pages .client-img {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    .landing-pages .sub-header {
        overflow: hidden;
    }
}

.banner-one-app {
    padding: 6.25rem 0rem 3.125rem 0.675rem;
}

.banner {
    margin: 0;
    padding: 0;
    padding-bottom: 290px;
    /* adjust this value to change the height of the banner */
    position: relative;
    /* establish a new context for z-index values */
}

.banner img {
    position: absolute;
    /* position the image relative to the nearest positioned ancestor (in this case, the banner) */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner .container {
    z-index: 2;
    position: relative;
    /* ensure that the container is positioned relative to its normal position */
}

.banner-one-img img {
    width: 90%;
}

.features-card {
    margin-top: -370px;
}

.sub-header {
    background-image: url(../images/top-header.webp);
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-color: #3a57e8;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.features-card {
    padding: 80px 0px 100px 0px;
}

@media (max-width: 991.98px) {
    .image-position {
        display: grid;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .features-card {
        margin-top: 0px;
        padding: 40px 0px 50px 0px;
    }

    .banner-one-app {
        padding: 3.25rem 0rem 3.125rem 0.675rem;
    }
}

input.input-email {
    background: none;
    border-bottom-color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-border-bottom-left-radius: unset;
    border-bottom-left-radius: unset;
}

.input-email-btn {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #ffffff;
    -webkit-border-bottom-right-radius: unset;
    border-bottom-right-radius: unset;
    color: #ffffff;
}

.input-email-btn::after {
    content: ">";
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3a57e8;
    border: 1px solid #3a57e8;
    color: white;
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    width: 40px;
    height: 40px;
    padding: 5px;
}

.bottom-hr {
    border: 0.2px solid #3a57e8;
}

.input-email.form-control:focus {
    background: transparent;
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services-box.card {
    background: #ffffff;
}

.services-box.card:hover {
    background: #3a57e8;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.services-box.card:hover h4,
.services-box.card:hover h5,
.services-box.card:hover a {
    color: #ffffff;
}

#app-slider {
    position: relative;
}

#app-slider.slider-circle-btn .swiper-button {
    width: 30px;
    height: 30px;
    position: absolute;
}

#app-slider.slider-circle-btn .swiper-button.swiper-button-next {
    right: 0.2rem;
    left: auto;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#app-slider.slider-circle-btn .swiper-button.swiper-button-next:after {
    content: "next";
    font-size: 0.75rem;
    color: #ffffff;
}

#app-slider.slider-circle-btn .swiper-button.swiper-button-prev {
    right: auto;
    left: 0.2rem;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#app-slider.slider-circle-btn .swiper-button.swiper-button-prev:after {
    content: "prev";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-slider {
    position: relative;
}

#testimonial-slider.slider-circle-btn .swiper-button {
    width: 30px;
    height: 30px;
    position: absolute;
}

#testimonial-slider.slider-circle-btn .swiper-button.swiper-button-next {
    right: 0.2rem;
    left: auto;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-slider.slider-circle-btn .swiper-button.swiper-button-next:after {
    content: "next";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-slider.slider-circle-btn .swiper-button.swiper-button-prev {
    right: auto;
    left: 0.2rem;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-slider.slider-circle-btn .swiper-button.swiper-button-prev:after {
    content: "prev";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-slider-two {
    position: relative;
}

#testimonial-slider-two.slider-circle-btn .swiper-button {
    width: 30px;
    height: 30px;
    position: absolute;
}

#testimonial-slider-two.slider-circle-btn .swiper-button.swiper-button-next {
    right: 0.2rem;
    left: auto;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-slider-two.slider-circle-btn
    .swiper-button.swiper-button-next:after {
    content: "next";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-slider-two.slider-circle-btn .swiper-button.swiper-button-prev {
    right: auto;
    left: 0.2rem;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-slider-two.slider-circle-btn
    .swiper-button.swiper-button-prev:after {
    content: "prev";
    font-size: 0.75rem;
    color: #ffffff;
}

.team-image:hover {
    background: #3a57e8;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-image:hover h6 {
    color: #ffffff;
}

.services {
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.shape {
    top: 16px;
    left: 16px;
    position: absolute;
}

.test-text {
    padding: 0em 13em;
}

.workbox {
    -webkit-box-shadow: 4px 4px 45px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 4px 4px 45px 0px rgba(0, 0, 0, 0.05) !important;
}

#testimonial-one-slider {
    position: relative;
}

#testimonial-one-slider.slider-circle-btn .swiper-button {
    width: 30px;
    height: 30px;
    position: absolute;
}

#testimonial-one-slider.slider-circle-btn .swiper-button.swiper-button-next {
    right: 0.2rem;
    left: auto;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-one-slider.slider-circle-btn
    .swiper-button.swiper-button-next:after {
    content: "next";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-one-slider.slider-circle-btn .swiper-button.swiper-button-prev {
    right: auto;
    left: 0.2rem;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-one-slider.slider-circle-btn
    .swiper-button.swiper-button-prev:after {
    content: "prev";
    font-size: 0.75rem;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .test-text {
        padding: 0em;
    }
}

.contact-detail {
    text-align: right;
}

@media screen and (max-width: 992px) {
    .contact-detail {
        text-align: center;
    }
}

.card-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-block.card-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.card-block.card-height-half {
    height: -webkit-calc(50% - 2rem);
    height: calc(50% - 2rem);
}

.card-block.card-height {
    height: -webkit-calc(100% - 2rem);
    height: calc(100% - 2rem);
}

.header-one.offcanvas-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.landing-header ul.navbar-nav > li > .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: black;
    padding-left: 1.5em;
}

.landing-header ul.navbar-nav > li > .nav-link.active {
    color: #3a57e8;
    text-decoration: underline;
}

.landing-header ul.navbar-nav > li > .nav-link:hover {
    color: #3a57e8;
    text-decoration: underline;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.call-us {
    width: 170px;
    padding: 5px;
    background-color: #eb4526;
    border-radius: 20px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
}

.bg-secondary .container .footer-citiasia {
    display: flex !important;
    flex-direction: column !important;
    justify-content: left !important;
    align-items: start !important;
    flex-basis: 50%;
}

.bg-secondary .container .footer-citiasia h3 {
    color: white;
    font-size: 20px;
    font-family: "poppins";
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.bg-secondary .container .footer-citiasia-2 {
    /* flex-direction: column; */
    flex-basis: 50%;
    font-family: "poppins";
    flex-direction: column;
}

.footer-citiasia-2 .about-layanan {
    display: flex;
}

.footer-citiasia-2 .about {
    width: 200px;
}

.footer-citiasia-2 .layanan {
    width: 200px;
}

.footer-citiasia-2 .about ul,
li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
}

.footer-citiasia-2 .layanan ul,
li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
}

.bg-secondary .footer-citiasia .alamat {
    flex-direction: column !important;
    text-align: justify;
    color: white;
    width: 50%;
}

.bg-secondary .footer-citiasia .alamat p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.bg-secondary .container .footer-citiasia-2 .social-media {
    width: 50%;
    padding-top: 50px;
}

.bg-secondary .container .footer-citiasia-2 .social-media .list-sosmed {
    display: flex;
    justify-content: space-around;
}

.bg-secondary .container .footer-citiasia-2 .form-subs {
    width: 75%;
    border: 1px solid;
    border-color: white;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.bg-secondary .container .footer-citiasia-2 .form-subs input {
    height: 50px;
    padding: 10.2px 0px 10.2px 16px;
    width: 300px;

    border-radius: 5px;
}

.bg-secondary .container .footer-citiasia-2 .form-subs button {
    padding: 12px 15.15px 13px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #eb4526;
}

.bg-secondary .container .footer-citiasia-2 .policy {
    margin-top: 40px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.landing-header .navbar.hover-nav ul.navbar-nav .nav-item .nav-link {
    color: black;
}

.landing-header .navbar.hover-nav ul.navbar-nav .nav-item .nav-link.active {
    color: blue;
}

.landing-header .navbar.hover-nav ul.navbar-nav .nav-item .nav-link:hover {
    color: blue;
    text-decoration: underline;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 1199.98px) {
    .landing-header ul.navbar-nav > li > .nav-link {
        padding: 0.5em 1em 1em;
    }

    ul.iq-header-sub-menu {
        padding-left: 1rem;
    }
}

#testimonial-one-slider {
    position: relative;
}

#testimonial-one-slider .slider-circle-btn .swiper-button {
    width: 30px;
    height: 30px;
    position: absolute;
}

#testimonial-one-slider .slider-circle-btn .swiper-button.swiper-button-next {
    right: 0.2rem;
    left: auto;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-one-slider
    .slider-circle-btn
    .swiper-button.swiper-button-next:after {
    content: "next";
    font-size: 0.75rem;
    color: #ffffff;
}

#testimonial-one-slider .slider-circle-btn .swiper-button.swiper-button-prev {
    right: auto;
    left: 0.2rem;
    top: 45%;
    background: var(--bs-primary);
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
}

#testimonial-one-slider
    .slider-circle-btn
    .swiper-button.swiper-button-prev:after {
    content: "prev";
    font-size: 0.75rem;
    color: #ffffff;
}

/* start detail lowongan */
/* hero section */

.container-detilowongan {
    background-image: linear-gradient(to bottom, #2758a7, #0f2241);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.font-detil {
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.container-small {
    background-color: #d9d9d9;
    border-bottom: 6px solid #2758a7;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font {
    color: #2758a7;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
}

/* end hero section */

/* tentang lowongan */
.job-vacancy-banner {
    padding: 50px 0;
}

.image-content {
    background-image: url("assets/images/detillowngan/buku.webp");
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

.gambar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-content {
    width: 60%;
    padding-left: 20px;
    margin-bottom: 330px;
    padding-top: 200px;
}
.font-detil-lowongan {
    color: #fff;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding-top: 50px;
}
.font-detil-lowongan-2 {
    color: #fff;
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.font-detil-lowongan-3 {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 40px; /* 200% */ /* 200% */
}
.font-detil-lowongan-4 {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 200% */ /* 200% */
}

h1 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: bold;
}

h1 span {
    display: block;
    font-size: 14px;
    color: #333;
}

.category-info,
.location-info,
.deadline-info {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.category-info span,
.location-info span,
.deadline-info span {
    font-weight: bold;
    margin-right: 5px;
}

.button-container {
    padding-top: 30px;
    font-weight: 500 !important;
    margin-top: 20px;
}

.button-container a {
    padding: 10px 60px;
    background-color: #f5b203;
    border-radius: 70px !important;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.button-container a:hover {
    background-color: #444;
}

/* end tentang lowongan */

/* start tentang lowongan flexbox (2) */
.container-tentang-lowongan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    height: 43em;
    padding-bottom: 50px;
}
.card-product {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    height: 100% !important;
    display: flex;
    flex-direction: row;
    -items: center;
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
}
.card-product img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px 0px 0px 15px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.container-tentang-lowongan div {
    width: 100% !important;
    /* height: 100%; */
}

.container-tentang-lowongan .product-desc {
    background-color: #2758a7;
    border: 1px solid white;
    /* height: 100%; */
    align-items: center;
    padding: 15px;
    border-radius: 0px 15px 15px 0px;
}

.product-desc {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 100px !important;
}

@media (max-width: 768px) {
    /* responsive detailintership,prakerja,stupen,karir*/
    .responsive-image {
        display: none;
    }
    .product-desc {
        padding-left: 10px !important;
        height: fit-content;
    }

    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .make-it-responsive {
        margin-top: 100%;
    }

    .font-center-deskripsi {
        color: #000;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 40px; /* 200% */
        margin: 20px;
        padding: 0px !important;
    }

    /* end responsive detailintership,prakerja,stupen,karir*/
}

/* end tentang lowongan flexbox (2) */

/* start deskripsi pekerjaan */
.container-utama-deskripsi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.container-deskripsi-pekerjaan {
    background-color: #2758a7;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
}

.text-box {
    background-color: #d9d9d9;
    border-radius: 5px;
    width: 80% !important;
    justify-content: center;
    align-items: center;
}

/* start table container kurikulum keterangan  */

.table-container {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #0054a6;
    color: white;
}

th,
td {
    padding: 10px;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

tbody tr:nth-child(odd) {
    background-color: #dcdcdc;
}

.kurikulum {
    width: 20%;
}
.text-left {
    text-align: left;
}

/* end of  table container kurikulum keterangan  */

h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    line-height: 1.5;
    padding: auto;
}

.font-center-deskripsi {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 40px; /* 200% */
    padding: 20px 100px;
}
/* end deskripsi pekerjaan */

/* start kriteria */
.container-kriteria {
    color: #fff;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    background-color: #2758a7;
    width: 100%;
    text-align: center;
}

/* end kriteria */

/* end detail lowongan */
/* start karir citiasia */

/* text-header */
.container {
    width: 100%;
    text-align: center;
}

h1 {
    font-family: Montserrat;
    font-size: 55px !important;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    background-image: url("https://www.pexels.com/search/background/");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    h1 {
        font-size: 35px !important;
    }
    .container1 {
        flex-direction: column;
        align-items: center;
    }

    .image-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-content {
        width: 100%;
        padding-left: 0;
    }
    .custom-datatable {
        overflow-x: hidden;
    }
}

/* end text-header */

/* hero section  */
.container-karircitiasia {
    background-image: linear-gradient(to bottom, #2758a7, #0f2241);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.font-karircitiasia {
    color: #fff;
    font-family: Poppins;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.herosection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: url(../images/karircitiasia/31a8c77121ac6a0e66955094d25e0e9c.jpeg);
    height: 540px;
    background-position: center;
    width: 100%;
    background-color: rgba(15, 15, 47, 0.543);
    background-blend-mode: multiply;
    padding-left: 100px;
}

.centertext1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 55px !important;
    font-style: normal;
    font-weight: 600;
    /* margin: auto; */
    /* margin-left: 20px; */
}
@media only screen and (max-width: 768px) {
    .herosection {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 540px;
        background-position: center;
        width: 100%;
        background-color: rgba(15, 15, 47, 0.543);
        background-blend-mode: multiply;
        /* text-align: center; */
        /* padding-right: -100px; */
    }
}

.centertext2 {
    color: #fff;
    font-family: Poppins;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* margin: auto; */
}

@media (max-width: 768px) {
    .herosection {
        height: auto;
    }

    .centertext1 {
        font-size: 35px !important;
    }

    .centertext2 {
        font-size: 25px !important;
    }
}

/* end hero section */

/* start mengapa di citiasia  */
.aboutsection {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    background-color: #d9d9d9;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.about12 {
    padding-right: 20px;
    padding-left: -1000px !important;
}
.about1 {
    text-align: left;
    color: #2758a7;
    font-family: Poppins !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 50px !important; /* 125% */
}
.about2 {
    text-align: left;
    color: #000;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 40px !important  ;
}
.font-about2 {
    color: #2758a7;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 208.333% */
    text-decoration-line: underline;
}
/* end mengapa di citiasia  */

/*start tabel lowongan  */
.container-tabellowongan {
    background-image: linear-gradient(to bottom, #2758a7, #0f2241);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.search-bar {
    width: 80%;
    height: 80px;
    display: flex;
    background-color: #2758a7;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 8px 16px;
}
.search-bar .text-cariposisi {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding: 10px;
    margin-top: -3px;
    margin-left: 30px;
}

.search-input {
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #757575;
    background: #fff;
    box-shadow: 0px 0px 0px 0px #8a92a6;
    flex: 1;
    margin-right: 27px;
    margin-left: 80px;
    height: 50%;
    margin-top: 15px;
    color: blue !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.font-search-input {
    overflow: hidden;
    color: rgba(138, 146, 166, 0.5) !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 96% */
}

.search-btn {
    background: #f5b203;
    color: white;
    border: none;
    padding: 1px 30px;
    border-radius: 5px;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    background-color: #fff;
}

th,
td {
    padding: 10px; /* Adjust padding if needed */
    border: 1px solid #400707;
    text-align: center;
}

th {
    background: #2758a7 !important;
    color: #fff !important;
    font-family: Poppins !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    /* line-height: 50px !important; */
}
td {
    color: #333 !important;
    font-family: Poppins !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    /* line-height: 50px !important; */
}
tr {
    /* border-right: 2px solid #fff !important; */
    background: #d9d9d9 !important;
}
tr:nth-child(even) {
    /* border-right: 2px solid #fff !important; */
    background: #c1c1c1 !important;
}

/* button {
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-right: 5px;
} */

/* button:hover {
    background-color: #444;
} */

/* end tabel lowongan */

/* start pagination */
.pagination {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.pagination ul li a {
    font-size: 30px;
    color: #751b1b;
    text-decoration: none;
}

.pagination ul li.active a {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* start tester tofan */

.active > .page-link,
.page-link.active {
    background-color: #2758a7 !important;
}

a.page-link {
    color: black;
    font-family: "Roboto";
    font-size: 20px;

    font-style: normal;
    font-weight: 600 !important;
    background-color: #d9d9d9;
    border-radius: 5px;
}

a.page-link:hover {
    background-color: #2758a7;
    color: white;
}
/* end tester tofan */
/* end pagination */

/*

/* end karir citiasia */
/* hanya mengubah gambar buku menjadi stretch */

/*  start detail divisi */
.container-tentang-lowongan-detaildivisi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    height: 43em;
    padding-bottom: 50px;
    padding-top: 50px;
}
.card-product-detaildivisi {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    height: 100% !important;
    display: flex;

    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
    width: 100%;
}
.card-product-detaildivisi a {
    border-radius: 15px 15px 15px 15px !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background: url(assets/images/detillowngan/buku2.png);
}

/*  end detail divisi */

/* pagination & search ajax datatable */

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    background-color: #2758a7;
    white-space: nowrap;
    text-align: left;
    border-radius: 20px;
    padding: 10px;
    margin: 50px;
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

/* end of  pagination & search ajax datatable */
