@charset "UTF-8";

html,
body {
    display: block;
    height: 100%;
    font-family: Poppins;
}
.bgbluemgm, .bg-blue-mgm {
    background-color: #34b1e8 !important;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #34b1e8 !important;
}
/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
} */
.floatingcall:hover {
    color: #dbdddf;
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.loader-wrapper img {
    width: 150px;
    height: 150px;
}
.rotate {
    animation: rotation 2s;
}

.linear {
    animation-timing-function: linear;
}

.infinite {
    animation-iteration-count: infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* BANNER DOTS */

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel .carousel-indicators li {
    background-color: grey;
}
.carousel .carousel-indicators li.active {
    background-color: #33b2e9;
}

/* NEW CAROUSEL ONE */

.carouselcontainer {
    margin: 50px 0px 0px 0px;
}

.carouselcontainer .owl-carousel .owl-stage-outer {
    height: 450px;
}

.carouselcontainer .owl-item.active .classone {
    border: solid 1px #b3b3b3;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
}
.innertextcarousel {
    margin: 65px 0px 0px 0px;
}

.innertextcarousel a:hover {
    color: white;
    text-decoration: none;
}

.innertextcarousel button:hover {
    color: #fafafa;
}

.classone h3 {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
}
.classone p {
    width: 100%;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

.classone button {
    text-align: center;
    margin: 0 auto;
}

.sectionbtn {
    border-radius: 40px;
    color: white;
    background-color: #33b2e9;
    text-align: center;
}

.carouselcontainer .owl-item.active,
.carouselcontainer .owl-item.cloned,
.carouselcontainer .owl-item {
    filter: brightness(100%) blur(0px);
}

.carouselcontainer .owl-item p,
.carouselcontainer .owl-item h3,
.carouselcontainer .owl-item button {
    /* filter:brightness(50%) blur(5px); */
    display: none;
}

.carouselcontainer .owl-item.active.center p,
.carouselcontainer .owl-item.active.center h3,
.carouselcontainer .owl-item.active.center button {
    /* filter:brightness(100%) blur(0px); */
    display: block;
}

.carouselcontainer {
    /* height: 100%;
    padding: 10px; */
}

.classone {
    margin: auto;
    width: 90%;
    height: 100%;
    border: 5px solid white;
    border-radius: 30px;
    padding: 30px;
}

.classone {
    margin: 30px 0px 0px 0px;
    width: 480px;
    height: 350px;
}

/* .classone.section-one{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/gudang-berpendingin-new.png') center top ;
    background-size: cover;
    margin: 30px 0px 0px 0px;
    width: 480px;
    height: 350px;

}
.classone.section-two{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/armada-kami-new.png') center top ;
    background-size: cover;
    margin: 30px 0px 0px 0px;
    width: 480px;
    height: 350px;
}
.classone.section-three{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/solusi_logistik_rev.jpeg') center top ;
    background-size: cover;
    margin: 30px 0px 0px 0px;
    width: 480px;
    height: 350px;
}
.classone.section-four{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/value-added-services.png') center top ;
    background-size: cover;
    margin: 30px 0px 0px 0px;
    width: 480px;
    height: 350px;
} */

/* TESTIMONI CAROUSEL */

.testicontainer {
    margin: 0px 0px 0px 0px;
}
.testicontainer .owl-carousel .owl-stage-outer {
    height: 600px;
}

.testicontainer .owl-item.active .classtwo {
    /* border: solid 1px #b3b3b3;
   box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75); */
}
.innertesti {
    margin: 65px 0px 0px 0px;
}
/* .innertesti img{
    width: 100px!important;
    margin: 80px auto 0px auto;
} */
.innertesti-img .rounded-circle.photo {
    width: 35%;
}
.classtwo h3 {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
}
.classtwo p {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.classtwo button {
    text-align: center;
    margin: 10px 90px;
}

.sectionbtn {
    border-radius: 40px;
    color: white;
    background-color: #33b2e9;
    text-align: center;
}

.testicontainer .owl-item.active,
.testicontainer .owl-item.cloned,
.testicontainer .owl-item {
    /* filter:brightness(50%) blur(5px); */
}

.testicontainer .owl-item.active.center .innertesti {
    background-color: #33b2e9;
    height: 320px;
    width: 400px;
    padding: 25px;
    border-radius: 30px;
}

.testicontainer {
    height: 100%;
    padding: 10px;
}

.classtwo {
    margin: auto;
    width: 80%;
    /* border: 3px solid green; */
    padding: 10px;
}

.innertesti {
    background-color: #d9d9d9;
    width: 400px;
    height: 300px;
    padding: 20px;
    border-radius: 30px;
    margin: 65px 0px 0px -14px;
}

/* NAVIGASI */

nav {
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.nav-dashboard {
    background-color: #33b2e9;
    border-radius: 50px;
    padding: 0px;
}
.nav-dash {
    width: 78px;
    height: 42px;
    padding: 0px;
    margin-top: 4px;
    border-radius: 20px;
    color: black;
}
.nav-dashboard a {
    color: white;
}
.nav-dashboard a:hover {
    background-color: #33b2e9;
    color: white;
    border-radius: 50px;
}
.customer-portal {
    border-radius: 30px;
    height: auto;
    width: 150px;
    background-color: #33b2e9;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    color: white;
    /* font-weight: 300; */
    /* margin-top: -1vh; */
}

.navbar-brand img {
    width: 190px;
    height: auto;
}

.navbar {
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-link a {
    color: black;
}
.dropdown-menu a {
    text-decoration: none;
    color: #000;
}

.dropdown-menu li {
    padding: 10px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: -10px;
}
.dropdown a {
    -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
    transition: color 1s; /* For modern browsers */
}
.dropdown a:hover {
    color: #33b2e9;
}
.dropdown-menu {
    width: 300px;
    background-color: #e4ebf3;
}

.dropdown-menu li:hover {
    background-color: #d5dde8;
}

.nav-link.dashboard-nav {
    color: white;
}
.landingpage {
    overflow: hidden;
}

#gudangPendingin,
#transportasi,
#solusiLogistik,
#valueAdded,
#about-us,
#keberlanjutan,
#hubungi,
#hubungi,
#event,
#lowongan,
#budaya,
#solusiLogistik,
#awardsachievement,
#solusiDigital,
#cakupan,
#facility,
#officeDetail {
    scroll-margin-top: 5em;
}

/* FOOTER */

.infooter {
    margin: 0px 0px 0px 30px;
}
.footer {
    background-color: #f1f1f1;
}
.footer-logo img {
    height: auto;
    width: 175px;
    margin: 3vh 10px 5px 11px;
}
.footer-nav ul li {
    list-style-type: none;
}
.li_foot {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bolder;
}
.text-secondary {
    margin: 0px 0px 5px 0px;
    line-height: 1rem;
}
.text-secondary a {
    font-size: 12px;
    color: #6c757d;
}
.text-secondary a:hover {
    text-decoration: none;
}
.footer-copy {
    background-color: #f1f1f1;
    font-size: 14px;
    color: gray;
}
.copy-right {
    margin-left: 1vw;
    text-align: left;
}
.icon {
    margin-left: 5vw;
    text-align: right;
    float: right;
}
.icon i {
    font-size: 15px;
}
.icons {
    margin-right: 5px;
    color: gray;
}
.footer-nav {
}
.footer-nav .nav-item {
    margin-left: 0vw;
    width: 11vw;
}
.nav-item.footer a {
    /* color: white; */
    text-decoration: none;
}
/* .text-secondary a{
    color: #6c757d;
}

/* FLOATING BUTTON */
.floatingcall {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    margin: 0px -25px 0px 0px;
}
.my-float {
    margin-top: 10px;
}

/* IMAGE HEADER FOR ABOUT, SERVICE AND INOVATION PAGE */

.hero-image img {
    width: 100%;
    margin: 0px 0px 0px 30px;
    /* float: right; */
}

/* .heroimage img {
    width: auto;
    height: 45%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.heroimage.second img {
    height: 63%;
}

.heroimage.third img {
    height: 85%;
}

.herocontent{
}
.herocontent.container {
	padding: 2rem;
} */

.pagehero {
    margin-top: 5rem;
    position: relative;
}

.innerhero {
    margin: -285px 0px 0px 0px;
    padding: 0px 0px 0px 64px;
}
.innerhero h1 {
    color: #33b2e9;
    font-size: 3rem;
}

.innerhero h2 {
    color: #33b2e9;
    font-size: 3rem;
}

.imagehero img {
    margin: 80px -20px 0px 0px;
    width: 70%;
    float: right;
}
.centertext {
    text-align: center;
    padding: 15px 64px 0px 64px;
}
.centertext h2 {
    color: #33b2e9;
    font-size: 3rem;
}

/* .pagehero img{
    width: 50%;
    height: auto;
    float: right;
}
.pagehero h2{
    font-size: 3rem;
    color: #30b1e2;
    margin: 0px 0px 10px 0px;
}

.leftside{

}

.leftside p{
    text-align: left;
}
.leftside .left-inner {
	display: block;
	padding: 0px;
	margin: 0px;
	height: auto;
}
.leftside div:first-child{
	height: 30rem;
}
.centerside {
	text-align: center;
    margin: 0px 0px -20px 0px;
}
.innercontentleft .desktop-hide h2{
    display: none;
}
.innercontentright.desktop-hide h2{
    display: none;
} */

/* PAGE HERO LAYOUT 2 */

/* .pagehero.centertext .heroimage img{
    height: 65% !important;
}
.centertext .leftside.serviceside div:first-child{
    height: 20rem;
} */

/* HOME: SECTION USP */
.owl-item.active.center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 999;
    padding-right: 5px;
    margin-top: 10px;
    /* background-color: #33b2e9; */
}

.owl-item.active.center .card {
    background-color: #33b2e9;
    margin: 0px 15px 0px 20px;
}

.owl-item.active.center img {
    background-color: #33b2e9;
    display: block;
}

.owl-item.active.center .orangMGM {
    display: block;
}

.carousel-wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #33b2e9;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item img {
    display: block;
    width: 50%;
    display: none;
}
.owl-carousel .card-body p {
    font-size: 16px;
    margin-top: 5vh;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 5vh;
}
/*
.owl-style{
    height: 1000px;
}
*/

.owl-carousel .slider-up p {
    font-size: 0.8rem;
    margin-left: 2vw;
    margin-right: 2vw;
}

.uspcontainer {
    padding: 0px;
    overflow: hidden;
}
.bgimage .row,
.uspcontainer .row {
    margin-left: auto;
    margin-right: auto;
}

.uspcontainer .owl-carousel li {
    width: 100%;
    height: 500px;
    padding: 10px;
}

.uspDetail {
    height: 85%;
    width: 40vw;
    border-radius: 50px;
    color: white;
    margin-left: -10vw;
    padding: 10px;
}

.usp ul {
    display: inline;
    list-style-type: none;
}
.uspDetail.one {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/gudang-berpendingin-new.png") center top;
    background-size: cover;
}

.uspDetail.two {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/armada-kami-new.png") center top;
    background-size: cover;
}

.uspDetail.three {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/solusi-logistik-new.png") center top;
    background-size: cover;
}

.uspDetail.four {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/value-added-services.png") center top;
    background-size: cover;
}

.uspDetail h3 {
    font-size: 1.5rem;
    color: #ffffff;
}
.uspDetail p {
    width: 100%;
    font-size: 0.8rem;
}
.sectionbtn {
    border-radius: 40px;
    color: white;
    background-color: #33b2e9;
    font-family: "Poppins";
}

.uspcontainer .owl-item.active,
.uspcontainer .owl-item.cloned,
.uspcontainer .owl-item {
    filter: brightness(50%) blur(1px);
}

.uspcontainer .owl-item.active.center {
    filter: brightness(100%) blur(0px);
}
.uspcontainer .owl-item.active .uspDetail {
    border: solid 1px #b3b3b3;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
}

/* HOME: SECTION REALTIME INFORMATION */

.secdashboard .bgimage {
    background:
        linear-gradient(black, rgba(0, 0, 0, 0.1)),
        url("../images/webp/homepage/realtime-information-bg.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    /* height: 490px; */
    border-radius: 40px 40px 0 0;
}

.sectext button {
    width: 50%;
    font-weight: 400;
    border-radius: 20px;
    background-color: white;
    font-family: "Poppins";
}

.sectext p {
    text-align: left;
}
/* HOME: TESTIMONI SECTION */

/* .card-body {
    padding: 0 !important;
} */

.testimoni-title {
}
.testimoni-title h2 {
    color: #30b1e2;
    font-weight: 500;
    font-size: 3rem;
}

.testimonicontainer {
    height: 700px;
}

.testimonicontainer.slide-up {
    height: 90vh;
}

.testimoni .owl-carousel li {
    height: 550px;
}

.testidetail {
    display: block;
    height: 210px;
}

.testidetail p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.itemTestimoni {
    height: 300px;
    border: none;
    border-radius: 30px;
    background-color: #d9d9d9;
    color: white;
}

.clientcontainer .owl-stage-outer {
    height: auto;
    min-height: 15rem;
}

.clientcontainer .owl-item.active.center img {
    background-color: #fff;
    display: block;
}

.clientdetail {
    width: 100%;
    /* height:auto; */
    margin-bottom: -130px !important;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.clientdetail img {
    height: auto;
    max-height: 12rem;
    width: 80% !important;
    max-width: 20rem;
    vertical-align: middle;
    margin: 0 auto;
}
.clientdetail .photo {
    width: 35% !important;
    display: block !important;
    height: auto;
    margin: -65px 0px 0px 120px;
}
.clientdetail p {
    color: #000;
}

.itemTestimoni .card-body p {
    font-size: 1rem;
    margin: 1rem;
}
.itemTestimoni .card-body .name {
    font-size: 1rem;
}

/*  */
/* HOME: NEWS SECTION */

.news-container {
    background: linear-gradient(white, rgba(0, 0, 0, 0.5)),
        url(../images/webp/homepage/latest-news-bg.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.image img {
    width: 375px;
    height: 380px;
    border-radius: 30px;
}
*/
.image-news {
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
    display: block !important;
    border-radius: 30px;
}
.image-news img {
    height: 250px;
    border-radius: 30px;
    width: 280px;
    object-fit: cover;
}
.article-inner p {
    text-align: left;
}
.article-inner a:hover {
    text-decoration: none;
}
.article-section h2 {
    text-align: center;
    color: #30b1e2;
    font-size: 3rem;
}

.article-home {
    color: white;
    margin-left: -30px;
}

.article-home a {
    color: white;
}

.btn-article {
    height: 50px;
    width: 300px;
    border-radius: 30px;
    background-color: white;
    /* margin-left: 100px; */
}

.readmore-container {
    /* padding: 50px; */
    max-width: 300px;
}
.readmore-container a {
    color: #30b1e2;
}

/* HOME: INFORMATION SECTION */

.information-container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/webp/homepage/latest-news-bg.webp);
    width: auto;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
}
.information-container {
    text-align: center;
    color: white;
}
.information-container h2 {
    padding-top: 115px;
    font-size: 3rem;
}
.information-container p {
    white-space: pre-line;
}
.information-container button {
    height: 50px;
    max-width: 300px;
    color: #ffffff;
    background-color: #30b1e2;
    border-radius: 30px;
}
.information-container button:hover {
    color: white !important;
}

/* ABOUT: SECTION ABOUT AND COMP. VALUE */

.about-us {
    height: 100%;
    overflow: hidden;
}

/* .about-section{
    margin-top: 30%;
    padding: 10px;
} */
.about h2 {
    font-size: 3rem;
    color: #30b1e2;
}
.about p {
    text-align: left;
}

/* ABOUT: SECTION VIDEO */

.aboutvideo {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/webp/about/vision-mission-bg.webp);
    background-size: cover;
    background-position: center;
    width: 99vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.embedvideo video {
    /*width: 600px; */
    width: 100%;
    height: auto;
    padding: 50px;
    /* margin: 50px 0px 50px 0px; */
    position: relative;
}
.ourcompany {
    margin: 30px 0px 30px 50px;
}
.ourcompany h2 {
    font-size: 1.5rem;
    color: white;
    text-align: center;
}

.ourcompany p {
    color: white;
    text-align: center;
}

/* ABOUT: BOD & BOC SECTION */

.popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}

.popup .content {
    position: fixed;
    top: 85%;
    left: 50%;
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 900px;
    max-width: 1000px;
    height: 423px;
    border-radius: 40px;
    z-index: 2;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.team-kami {
    color: #35b4eb;
    font-weight: 500;
    font-size: 3rem;
}

.popup .close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: gray;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.popup.active .overlay {
    display: block;
}

.popup.active .content {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}

.gambarPresident img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.gambarPresident h3 {
    font-size: 14px;
    text-align: center;
}

.gambarPresident p {
    font-size: 1rem;
    margin-top: -2vh;
    text-align: center;
    /*margin-left: -2vw;*/
}

.biography h2 {
    color: #35b4eb;
    font-size: 3rem;
}

.biography p {
    font-size: 1rem;
    text-align: justify;
}
.bod {
    width: 100%;
}

.team-sec img {
    /* width: 100%;
    height: auto; */
    cursor: pointer;
    width: 15rem;
    height: 15rem;
    border-radius: 2rem;
}

.namesbodboc h6 {
    font-size: 1rem;
    text-align: center;
    padding: 5px;
}

.bodboc h2 {
    color: #40adde;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
}

/* ABOUT: SECTION ACHIEVEMENT */

.achievement h2 {
    color: #31afe5;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
}
.achieve p {
    font-size: 1rem;
    text-align: center;
}
.achieve h4 {
    font-size: 1rem;
    text-align: center;
}
.achieve img {
    width: 50%;
    display: block;
    margin: auto;
}

/* SERVICE: SERVICE SECTION */
.service-container {
    height: 100%;
    overflow: hidden;
}

/* .leftside.serviceside div:first-child{
	height: 50rem;
} */

.service h2 {
    font-size: 3rem;
    color: #30b1e2;
}
.service p {
    text-align: left;
}

.service-section {
    padding: 10px;
}
.service-section h2 {
    font-size: 3rem;
    color: #30b1e2;
}

/* SERVICE: COLD STORAGE */

.coldstorage {
    text-align: center;
}
.coldstorage h2 {
    font-size: 3rem;
    color: #30b1e2;
}

.coldstorage p {
    width: 900px;
    margin-left: 90px;
}

/* SECTION: IMAGE COLD STORAGE */
/* .storage{
    margin: -70px 0px 0px 80px;
} */
.coldimagesection {
    background-image: linear-gradient(black, rgba(0, 0, 0, 0.1)),
        url(../images/webp/service/cold-storage-bg.webp);
    width: 34rem;
    height: 29rem;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-attachment: fixed;
    margin: 47px;
}
.coldimagesection img {
    display: block;
    margin: auto;
}
.coldimagesection h3 {
    text-align: center;
    font-size: 1.8rem;
    color: white;
}
.coldimagesection p {
    text-align: center;
    color: white;
}

/* LAYANAN: TRANSPORT SECTION */

.transport {
    text-align: center;
}
.transport h2 {
    font-size: 3rem;
    color: #30b1e2;
}
.transport p {
    width: 900px;
    margin-left: 90px;
}
.transportimages {
    margin-top: 2rem;
}
.transport-class {
    margin-left: 17px;
}
.transportinner {
    background-image: linear-gradient(black, rgba(0, 0, 0, 0.1)),
        url(../images/webp/service/transportation-bg.webp);
    width: 16rem;
    height: 390px;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-attachment: fixed;
}

.transportinner img {
    width: 30%;
    display: block;
    margin: auto;
}

.transportinner h4 {
    text-align: center;
    color: white;
    font-size: 1.2rem;
}
.transportinner p {
    text-align: center;
    color: white;
    padding: 5px;
    font-size: 0.9rem;
}
.transport-sec {
    margin: 32px;
}

/* SERVICE: LOGISTIC SECTION */

.containerlogistic {
    margin-top: 7rem;
}

.logistic img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 8px 0px 0px 0px;
}
.logistic h2 {
    font-size: 3rem;
    color: #30b1e2;
}
.containervalue {
    margin-top: 7rem;
    margin-bottom: 3rem;
}
.logistic .desktop-hide {
    display: none;
}
.value img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 10px 0px 0px 0px;
}
.value h2 {
    font-size: 3rem;
    color: #30b1e2;
}

.value .desktop-hide {
    display: none;
}

/* REACH:  */
.bg3 {
    background-image: linear-gradient(white, rgba(0, 0, 0, 0.1)),
        url(../images/webp/service/last-reach-bg.webp);
    width: 100%;
    height: auto;
    background-position: center;
}
/* REACH: HEADER */
.reachcontainer {
    margin-top: 1vh;
}
.reachcontainer h2 {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 3rem;
    text-align: center;
}
.reachcontainer p {
    text-align: center;
}

/* REACH: SECTION MAP */
.mapsection {
    position: relative;
}
.map-image {
    width: 90vw;
}
.arrows {
    max-width: 100%;
    overflow: auto;
}
.map-arrow-right-cont {
    display: none;
}
.map-arrow-left-cont {
    display: none;
}

/* .fleetsection {
    margin-top: 5rem;
} */

.fleetsection h2 {
    color: #30b1e2;
}

.fleetsection img {
    width: 38%;
    display: block;
    margin: auto;
}
.fleet h2 {
    text-align: center;
}
.fleet p {
    text-align: center;
}

.middle-sec img {
    width: 90%;
    height: auto;
}

.titleland h2 {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 3rem;
}

.li_title {
    color: #44b8e9;
}

.cities {
    margin-left: 2vw;
}

.fleet-branch {
    margin-left: 5vw;
    border-radius: 40px;
    /* height: 1000px; */
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
    font-size: 14px;
    width: 90vw;
    padding-top: 10px;
}

.fleet-branch img {
    width: 20%;
}

.fleet-branch h2 {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 2rem;
    text-align: center;
}

.offices {
    height: 500px;
    overflow: auto;
    text-align: left;
}

.titleoffice {
    text-align: left;
    font-size: 1.2rem;
}

/* CAREER: HEADER */

.herocareer {
    padding-top: 30%;
    /* background: linear-gradient(black, rgba(0, 0, 0, 0.1)),url(../images/growwithus.JPG) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    /* position: fixed; */
}

.herocareer h1 {
    font-size: 3rem;
    text-align: center;
    color: white;
    top: 0px;
}

.herocareer h2 {
    font-size: 3rem;
    text-align: center;
    color: white;
    top: 0px;
}

.herocareer p {
    width: 100%;
    padding-left: 10rem;
    padding-right: 10rem;
    color: white;
    text-align: center;
}

.menu-career {
    background-color: #33b2e9;
    margin-top: -7vh;
    border-radius: 25px;
    height: 100px;
}

.menu-career a {
    text-decoration: none;
    color: white;
}

.links {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 100px;
    text-align: center;
}

.hide-on-mobile {
    display: block;
}

.show-on-mobile {
    display: none;
}

.vl {
    border-left: 2px solid white;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CAREER: CULTURE SECTION */
.career-container {
    overflow: hidden;
}
.culturecontainer h2 {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 3rem;
    margin: 100px 0px 0px 0px;
    padding: 0px 15px;
}
.culture1 {
    left: 9vw;
    width: 31%;
    height: 24rem;
    background-image: cover;
    z-index: -1;
    position: absolute;
    margin-top: 5rem;
}
.section-culture {
    position: relative;
}
.textculture {
    position: absolute;
    bottom: -50px;
    top: 75px;
    margin-left: -10vw;
    border-radius: 50px;
    background-color: white;
    width: 100%;
}
.textculture p {
    text-align: left;
    padding-left: 50px;
    width: 90%;
}

.policiescontainer h2 {
    text-align: right;
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 3rem;
    margin-top: 5rem;
}

.policies {
    margin-top: 12rem;
    position: relative;
    margin-left: 5rem;
}

.text-left {
    z-index: 2;
}
.career h2 {
    font-family: "Poppins", sans-serif;
    color: #44b8e9;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 3rem;
    margin-left: 3vw;
    width: 50vw;
    margin-top: 10vh;
}

.workplace p {
    border-radius: 40px;
    margin-right: -10vw;
    margin-top: 12vw;
    width: 40rem;
    background-color: white;
    height: 40vh;
}
.workplace1 img {
    width: 100%;
    height: 20rem;
    background-image: cover;
    z-index: -1;
    position: absolute;
    margin-top: 4rem;
    margin-left: 40rem;
}
.workplace2 img {
    width: 40vw;
    height: 100%;
    margin-left: 19rem;
}
.bg2 {
    background-image: linear-gradient(white, rgba(0, 0, 0, 0.1)),
        url(../images/webp/career/career-bg.webp);
    height: 35rem;
    /* width: 100vw*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.cultureleft {
    margin: 10px 0px 0px 0px;
}
.cultureleft img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: solid black 1px;
}
.boxtext {
    /* background-color: white; */
    height: 15rem;
    padding: 0px 40px;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
}
.boxtext p {
    text-align: left;
}
.innerculture.right {
    /* margin: 50px 85px; */
}
.innerculture.right h2 {
    text-align: right;
}
.cultureright {
    margin: 50px 0px 0px 0px;
}
.cultureright img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: solid black 1px;
}
.boxtext.left {
    height: 15rem;
    padding: 0px 40px;
    margin: 0px 0px 0px 0px;
}
.boxtext.left p {
    text-align: right;
}

.descjob {
    margin: 100px 0px 0px 0px;
}

.linksimg {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 220px;
    text-align: center;
}

.linksimg img {
    width: 80%;
    border-radius: 40px;
}

.img-sec2 {
    margin: 0px 0px 60px 150px;
}
.img-sec2 img {
    height: 26rem;
}

/* INOVATION */
.inovationcontainer {
    overflow: hidden;
}

.inovation {
    background-image: url(../images/inovasi_001.png);
    height: auto;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    margin-left: -10px;
}
.inovation.right-side {
    background-image: url(../images/inovasi_002.png);
    height: auto;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    margin: 0px;
}

.titledesc h2 {
    color: #44b8e9;
    font-size: 3rem;
}
.left-content {
    padding: 0rem 5rem 12rem 5rem;
}

.left-content img {
    width: 80%;
    border-radius: 50px;
    border: solid black 1px;
}
.right-content {
    padding: 5rem;
    margin: -210px 0px 0px 0px;
}
.right-content img {
    width: 80%;
    border-radius: 50px;
    border: solid black 1px;
    float: right;
}
.desc-content {
    width: 900px;
}
.desc-content h2 {
    color: #44b8e9;
    font-size: 3rem;
}

.innercontentleft {
    margin: 0px 0px 30px 0px;
}

.innercontentleft h2 {
    color: #44b8e9;
    font-size: 2rem;
    margin: 15px 0px 0px 0px;
    text-align: left;
}
.innercontentleft p {
    text-align: left;
}
.innercontentleft .desktop-hide {
    display: none;
}

.innercontentright h2 {
    color: #44b8e9;
    font-size: 2rem;
    margin: 50px 0px 0px 0px;
    text-align: right;
}
.innercontentright p {
    text-align: right;
}
.innercontentright.desktop-hide h2 {
    display: none;
}
.rightsection {
    margin: 0px 0px 0px 0px;
}
.sustaincontainer {
    background-image: linear-gradient(white, rgba(0, 0, 0, 0.1)),
        url("../images/webp/innovation/sustainability-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.sustainability p {
    width: 100%;
    margin: 0px 0px 0px 0rem;
    text-align: center;
}
.sustainability h2 {
    color: #44b8e9;
    font-size: 3rem;
    text-align: center;
}
.sustainability-in {
    margin: 0px 0px 0px 30px;
}
.sustainability-in img {
    width: 95%;
    height: auto;
    border-radius: 30px 30px 0 0;
    max-height: 33vh;
    margin: 25px 0px 0px 15px;
}
.in-one {
    border-radius: 40px;
    margin-left: 10vw;
    box-shadow: -5px 5px 20px black;
    max-height: 90vh;
    height: 80vh;
}

.in-one p {
    text-align: justify;
    margin: 0px 15px 0px 15px;
}
.in-one h2 {
    font-size: 2rem;
    color: #44b8e9;
    margin: 0px 15px 0px 15px;
    text-align: center;
}

.in-two {
    border-radius: 40px;
    box-shadow: -5px 5px 20px black;
    max-height: 90vh;
    height: 80vh;
}
.in-two h2 {
    font-size: 2rem;
    color: #44b8e9;
    margin: 0px 15px 0px 15px;
    text-align: center;
}

.in-two p {
    text-align: justify;
    margin: 0px 15px 0px 15px;
}
.innerlogistic {
    padding: 2rem;
}
.innerlogistic h2 {
    font-size: 3rem;
    text-align: center;
    color: #44b8e9;
}
.innerlogistic p {
    text-align: center;
}
.logisticleft img {
    float: right;
    margin: 40px 0px 20px 0px;
}
.logisticright img {
    float: left;
    width: 580px;
    height: auto;
    margin: 0px 0px 0px -95px;
}
.innerimage {
    margin: 0px 0px 0px -315px;
}
.innerdesc {
    margin: 91px 0px 0px 74px;
    background-color: white;
    padding: 37px;
    border-radius: 55px;
    height: 324px;
    width: 437px;
}
.logisticright .imageone.mobile {
    display: none;
}

/* NEWS: SECTION ONE */
.news-section {
    margin-top: 200px;
}
.news-section a:hover {
    text-decoration: none;
}
.picnews1 {
    height: 100%;
    width: auto;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.picnews1 h1 {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    padding-left: 3rem;
    margin-top: 10rem;
}
.picnews1 h5 {
    color: white;
    width: 90%;
    padding-left: 3rem;
}

.picnews1 h6 {
    color: white;
    width: 90%;
    font-size: 1rem;
    padding-left: 3rem;
}

.picnews2 {
    height: 15rem;
    width: auto;
    border-radius: 30px;
    background-repeat: no-repeat;
    /* overflow: hidden;
    padding: 20px; */
    background-size: cover;
    /* padding: 1rem; */
    margin: 0px 0px 10px 0px;
}

.picnews2 h4 {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    width: 90%;
    padding-left: 1rem;
    margin-top: 2.5rem;
}
.picnews2 h5 {
    color: white;
    width: 90%;
    padding-left: 1rem;
    font-size: 0.9rem;
}

.picnews2 h6 {
    color: white;
    width: 90%;
    font-size: 0.8rem;
    padding-left: 1rem;
}

.recent-release h2 {
    font-family: "Poppins", sans-serif;
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 3rem;
}
.recent-release a:hover {
    text-decoration: none;
}
.position-static img {
    border-radius: 30px;
    width: 350px;
    height: 250px;
    object-fit: cover;
}

.position-static a {
    color: #44b8e9;
}

/* CONTACT US */

.contactcontainer {
    background-image: linear-gradient(to top, transparent 0%, white),
        url("../images/webp/contact/contact-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.hubungi h1 {
    font-family: "Poppins", sans-serif;
    color: #44b8e9;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 3rem;
    margin-top: 20vh;
}

.hubungi h2 {
    font-family: "Poppins", sans-serif;
    color: #44b8e9;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 3rem;
    margin-top: 20vh;
}

.card.shadow {
    padding: 30px;
}
.shadow {
    border-radius: 30px;
}
.others-form {
    border-radius: 30px;
    background-color: #e5e5e5;
    /* width: 55vw; */
    height: 5vh;
}

.last_name {
    border-radius: 30px;
    background-color: #e5e5e5;
    /* width: 24vw*/
    height: 5vh;
}
.submit-btn {
    border-radius: 30px;
    background-color: #33b2e9;
    border-color: #33b2e9;
    font-size: 1rem;
}
.subject {
    border-radius: 30px;
    background-color: #e5e5e5;
    width: 100%;
    height: 5vh;
    padding-left: 1vw;
}
.address-section h2 {
    color: #44b8e9;
    text-transform: capitalize;
    font-size: 2.5rem;
}
.address-section p {
    text-align: left;
}
.address-section button {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-top: 0vh;
    border-radius: 30px;
    border-color: #33b2e9;
    background-color: #33b2e9;
}

.address-section button:hover {
    border-color: #33b2e9;
    background-color: #33b2e9;
}
/* MAP REACH MOBILE: HIDE DULU */
/* @media screen and (min-width: 300px) and (max-width: 780px){
    .map-image {
        width: auto;
        height: 350px;
        overflow: auto;
        padding: 10px;
    }
    .map-arrow-left {
        height: 100%;
        margin-left: -4px;
    }
    .map-arrow-right {
        height: 100%;
        margin-right: -4px;
    }

    .map-arrow-left-cont {
        display: block;
        position: absolute;
        left: 0;
        background-color: #e5e7e8;
        margin-top: 40%;
        width: 40px;
        height: 40px
    }
    .map-arrow-right-cont {
        display: block;
        position: absolute;
        right: 0;
        background-color: #e5e7e8;
        margin-top: 40%;
        width: 40px;
        height: 40px
    }
} */

@media screen and (max-width: 780px) {
    /* .dropdown:hover .dropdown-menu {
        display: none;
    } */
    .classone {
        margin: 30px 0px 0px 0px;
        width: 420px;
        height: 350px;
    }
    .clientdetail img {
        height: auto;
        max-height: 13rem;
        width: 80% !important;
        max-width: 20rem;
        vertical-align: middle;
        margin: 0 auto;
    }
}
/*

@media only screen and (min-width: 1820px) and (max-width: 1920px){
    .customer-portal {
        border-radius: 30px;
        height: auto;
        width: 190px;
        background-color: #33b2e9;
        font-size: 1.2rem;
        padding-top: 5px;
        padding-bottom: 6px;
        text-align: center;
        font-weight: 300;
        margin-top: 0vh;
    }
    .dropdown-menu li{
        font-size: 1.2rem;
    } */

/* @media screen and (max-width: 1100px) {

	html {
        scroll-behavior: smooth;
    }
    body {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/images/fullbg.png");
    }
    .container {
        position: relative;
        width: 100vw;
        height: auto;
        padding: 0vh;
    }

    nav{
        background-color:rgba(255, 255, 255, 0.8);
    }

    .footer{
        background-color: #f1f1f1;
    }
    .footer-logo img{
        height: auto;
        margin-left: 30px;
        margin-bottom: 10px;
        margin-top: 3vh;

    }
    .footer-nav ul li{
        list-style-type: none;

    }
    .li_foot{
        color: #44b8e9;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: bolder;
    }
    .text-secondary{
        font-size: 12px;

    }
    .footer-copy{
        background-color: #f1f1f1;

        font-size: 14px;
        color: gray;
    }
    .icons{
        margin-right: 5px;
        color:gray;
    }

    .footer-nav .nav-item{
        margin-left: -2vw;
        width: 14vw;
    }

    .display-4 {
        font-size: 2.5rem;
        font-weight: 600;
    }
    .carousel-caption p{
        font-size: 0.8rem;
        width: 90%;
        margin-left: 3vw;
    }
    .desc-visi {
        padding-left: 25px;
        color: #353535;

        font-weight: 400;
        font-size: 16px;
        margin-top: -35vh;
        margin-left: 40vw;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px){
        .pic-bottom2{
        display: none;
    }
} */
