* p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

* h3 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.btn-outline-dark {
  border-color: #FFD43B;
}

p,
a {
  font-size: 14px;
}

@media screen and (max-width: 768px) {

  p,
  a {
    font-size: 12px;
  }
}

.nav-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.119);
}

/* 404 */
.text-404 {
  font-size: 6rem;
}

/* Our Tank Storage */
.tank-storage-img-bg {
  background-image: url(../images/bkg-bkl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 8rem;
}

.our-tank-desc {
  border-left: 4px solid red !important;
  margin-bottom: 1rem;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .our-tank-desc {
    height: 8rem;
  }
}

/* Our Other Line of Business */
.line-of-business {
  margin-bottom: 8rem;
}

/* Our Company Logistic Infrastructure */
.logistic-infra {
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.logistic-infra,
.logistic-serv {
  width: 100% !important;
}

@media screen and (min-width: 1024px) {

  .logistic-infra,
  .logistic-serv {
    width: 80% !important;
  }
}

.logistic-infra .row>* {
  padding-right: 0;
  padding-left: 0;
}

.logistic-serv-box {
  height: auto;
  margin-top: 5rem;
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .logistic-serv-box {
    height: 24rem;
  }
}

.table-head-box .table-warning {
  --bs-table-bg: #FFD43B !important;
}

/* Service List */
.service-img {
  width: fit-content;
}

.service-list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-list {
    width: 40rem;
  }
}

/* Job Vacancies */
.job-vacancies-box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .job-vacancies-box {
    width: 80%;
  }
}

/* Setting Content */
.list {
  /* border: 1px solid green; */
  border-bottom: 1px solid var(--dGB);
  /* margin: 5px 0; */
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
}

.list .job-title p {
  font-size: 0.9em;
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: var(--vDGB);
}

.job-title {
  border-radius: 10px;
  background-color: #1d1d1d;
}

.arrow {
  animation-name: close-arrow;
  animation-duration: 100ms;
  animation-fill-mode: forwards;
  color: black;
}

@keyframes close-arrow {
  0% {
    transform: rotate(180deg);
  }
}

.job-title {
  display: flex;
  align-items: center;
}

.job-title p:hover {
  color: var(--sR);
}

.content {
  display: none;
  background-color: rgb(222, 222, 222);
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}

.content p {
  /* margin-top: 1em; */
  font-size: 0.8em;
  line-height: 1.5em;
  color: black;
}

/* Show Content */
.list.open .job-title {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.list.open .job-title p {
  font-weight: bold;
}

.list.open .arrow {
  animation-name: open-arrow;
  animation-duration: 100ms;
  animation-fill-mode: forwards;
  color: white;
}

@keyframes open-arrow {
  100% {
    transform: rotate(180deg);
  }
}

.list.open .content {
  display: block;
  /* animation-name: open-content;
  animation-duration: 500ms;
  animation-fill-mode: forwards; */
}

.list.open .content p {
  font-weight: 400;
}

/* Safety */
.safety {
  margin-bottom: 10rem !important;
}

.safety .row>* {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Kontak Kami */
.contact-us-container {
  border-top: 15px solid rgb(167, 29, 29) !important;
  border-radius: 15px;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.123);
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -4rem;
  margin-bottom: 5rem;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .contact-us-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -4rem;
    margin-bottom: 5rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }
}

.gmaps-container {
  padding: 0;
}

.form-input-p {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-name,
.form-telp {
  margin-right: 10px !important;
}

.form-email,
.form-subject {
  margin-left: 10px !important;
}

@media screen and (max-width: 764px) {

  .form-name,
  .form-telp {
    margin-right: 0px !important;
  }

  .form-email,
  .form-subject {
    margin-left: 0px !important;
  }
}

/* FONT */
.txt-yellow {
  color: #FFD43B;
}

.font-size {
  font-size: 14px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-absolute-bottom-15 {
  bottom: 15% !important;
}

.business-list-box .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 1024px) {
  .business-list-box .container {
    width: 80% !important;
  }
}

.bussiness-list-position {
  position: absolute;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .bussiness-list-position {
    position: relative;
    top: 0;
    border: 0px;
  }
}

.business-list-active {
  background-color: #FFD43B;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .business-list-active {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.bussiness-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-2 {
  border-left: 1px solid rgba(46, 46, 46, 0.439) !important;
  border-right: 1px solid rgba(46, 46, 46, 0.439) !important;
}

@media screen and (min-width: 768px) {
  .bussiness-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bussiness-list-shadow {
  box-shadow: 0px 8px 10px rgb(153, 153, 153);
}

@media screen and (max-width: 768px) {
  .bussiness-list-shadow {
    box-shadow: none;
  }
}

.bussines-list-border {
  border-bottom: 1px;
  border-bottom-color: rgb(0, 0, 0);
}

@media screen and (min-width: 767px) {
  .bussines-list-border {
    border-right: 1px;
    border-bottom: 0;
    border-bottom-color: rgb(0, 0, 0);
  }
}

.border-radius-10 {
  border-radius: 10px;
}

@media screen and (min-width: 990px) {
  .b-lists-container {
    width: 720px !important;
  }
}

/* Our Vision & Mission - Section */
.our-vision,
.our-mission {
  overflow: hidden;
}

.our-vision-bg {
  background-color: rgb(38, 38, 38);
}

.our-mission-bg {
  background-color: #FFD43B;
}

.eye-icon {
  top: -15;
  right: -50;
  z-index: -1;
}

.target-icon {
  top: 16;
  right: -50;
  z-index: -1;
}

/* Logo Company */
.company-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.group-desc {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .group-desc {
    width: 55%
  }
}

/* Our Business */
.bg-our-business-deco,
.bg-our-product-deco {
  background-image: url(../images/bkg-bkl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-our-business-deco {
  min-height: 20rem;
}

.bg-our-product-deco {
  min-height: 27rem;
}

.business-container {
  height: auto;
}

.product-container {
  height: 35rem;
}

@media screen and (min-width: 768px) {
  .business-container {
    height: 30rem;
  }

  .product-container {
    height: 35rem;
  }
}

.our-business-box {
  top: -200px;
  width: 90%;
}

.our-product-box {
  top: -370px;
  width: 90%
}

@media screen and (min-width: 768px) {

  .our-business-box,
  .our-product-box {
    width: 80%;
  }
}

@media screen and (min-width: 2560px) {

  .our-business-box,
  .our-product-box {
    width: 40%;
  }
}

.our-business-desc {
  width: 80%;
}

.business-list {
  /* width: 100%; */
  /* height: 10rem; */
  height: 50rem;
}

@media screen and (min-width: 768px) {
  .business-list {
    height: 10rem;
  }
}

.business-list .img-2,
.business-list .img-2-logistic-service {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {

  .business-list .img-2,
  .business-list .img-2-logistic-service {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.opacity-top-bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
}

.img-1,
.img-2,
.img-3,
.img-1-logistic-service,
.img-2-logistic-service,
.img-3-logistic-service {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 !important;
}

.img-1 {
  background-image: url(../images/ig-1\ \(3\).jpeg);
}

.img-2 {
  background-image: url(../images/kl.png);
}

.img-3 {
  background-image: url(../images/ig-1\ \(4\).jpg);
}

.img-1-logistic-service {
  background-image: url(../images/Intilingga\ \(8\ of\ 8\).png);
  height: 14rem;
}

.img-2-logistic-service {
  background-image: url(../images/kapal.jpeg);
  height: 14rem;
}

.img-3-logistic-service {
  background-image: url(../images/ig-1\ \(3\).jpeg);
  height: 14rem;
}

.img-bg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.697);
}

.img-logistic-service-bg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.374);
}

@media screen and (min-width: 768px) {
  .img-bg {
    height: 10rem;
  }

  /* .img-logistic-service-bg {
    height: 100%;
  } */
}

/* About Us & Our Service Resume Section */
.our-service-desc {
  width: 70%;
  margin-top: 6rem;
}

.about-us,
.our-service {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .about-us,
  .our-service {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.about-img {

  border-radius: 10px;
  padding: 0 !important;
  box-shadow: 25px 20px 0px #FFD43B;
}

.about-img img {
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}

@media screen and (max-width: 767px) {
  .about-img img {
    border-radius: 0;
  }
}

.service-img img {
  /* background-color: rgb(141, 140, 140); */
  /* border: 1px solid rgb(9, 9, 97); */
  border-radius: 10px;
  padding: 0 !important;
}

.warehouse-img-mobile {
  display: block;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .warehouse-img-mobile {
    display: none;
  }
}

.shadow-img {
  box-shadow: none;
}

.shadow-img:hover {
  box-shadow: 0 25px 0 -10px #FFD43B;
  border-radius: 5%;
  cursor: pointer;
}

.hover-shadow {
  z-index: -1;
  width: 93%;
  height: 100%;
  border-radius: 5px;
  background-color: #FFD43B;
}

.shadow-retangle {
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow-retangle:hover {
  height: 106%;
  cursor: pointer;
}

.about-desc,
.service-desc {
  /* border: 1px solid salmon; */
  margin-bottom: 1rem;
  /* width: 50%; */
}

@media screen and (min-width: 768px) {
  .about-desc {
    margin-right: 15px;
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .service-desc {
    width: 70%;
  }
}

.contact-us {
  background-color: rgb(167, 29, 29);
}

.contact-btn {
  background-color: rgb(117, 16, 16);
}

/* .carousel-item {
  border: 1px solid yellowgreen;
  background-color: black;
} */

.carousel-img-desc {
  width: 80%;
}

.caraousel-text {
  font-size: 10px !important;
}

@media screen and (min-width: 768px) {
  .carousel-img-desc {
    width: 60%;
  }

  .caraousel-text {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .carousel-img-desc {
    width: 45%;
  }

  .caraousel-text {
    font-size: 2.5rem !important;
  }
}

/* Why Choose Us - Section */
.why-choose-us {
  padding-top: 2rem;
  /* padding-bottom: 5rem; */
}

.why-choose-us-items {
  width: auto;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .why-choose-us-items {
    margin-bottom: 5rem;
    width: 20rem;
  }
}

@media screen and (min-width: 1256px) {
  .why-choose-us-items {
    width: 25rem;
    margin-bottom: 2rem;
  }
}

.why-choose-us-items p {
  font-size: 12px;
}

.circle-icon {
  background-color: #F1BA01;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
}

.bg-lang-sec {
  display: flex;
  width: 5em;
  background-color: rgba(170, 170, 170, 0.435);
}

@media screen and (max-width: 768px) {
  .bg-lang-sec {
    justify-content: flex-end;
    width: auto;
  }
}

.logo-size {
  width: 230px;
  height: 80px;
}

@media screen and (max-width: 337px) {
  .logo-size {
    width: 190px;
    height: 53px;
  }
}

.bg-footer {
  background-color: #1d1d1d
}

.bg-subnav {
  background-color: rgb(245, 245, 245);
}

a:link {
  text-decoration: none;
}

.m-top-bottom-txt-20 p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar {
  padding: 0 !important;
}

.nav-item a:hover,
.active-link {
  color: rgb(167, 29, 29) !important;
}

.active-link {
  border-bottom: 3px solid rgb(167, 29, 29);
}

.logo-decs {
  right: -170;
  bottom: -130;
}

.overflow-hid {
  overflow: hidden;
}

.z-index-10 {
  z-index: 10;
}

.border-orange {
  border: 2px solid orange;
}

.border-violet {
  border: 2px solid violet;
}

.border-black {
  border: 2px solid black;
}

.border-red {
  border: 2px solid red;
}

.border-green {
  border: 2px solid green;
}

.border-yellow {
  border: 2px solid yellow;
}

.border-blue {
  border: 2px solid blue;
}

.carousel img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

button {
  border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 2px solid white;
}

.carousel-dark .carousel-indicators .active {
  background-color: #FFD43B;
  border: 2px solid #FFD43B;
}