/* @font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto/Roboto-Regular.woff');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./assets/fonts/Roboto/Roboto-Bold.woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Calibri';
  src: url('./assets/fonts/Calibri/calibri-regular.woff');
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url('./assets/fonts/Calibri/calibri-bold.woff');
  font-weight: 700;
} */

.navbar-desctop-menu {
  font-size: 0.71em;
  /*default: 0.81em*/
}

.navbar-desctop-menu>li {
  margin-left: 2.1em !important;
  /*default: 5.1em*/
}

.col-address {
  font-size: 0.95em;
  /*default: 1.125em*/
}

.phone-row,
.contact-content {
  font-size: 1.0em;
  /*default: 1.3em*/
}

/* Text Header Dunex Color */
.text-primary {
  color: #6AB930 !important;
  /*default: #c5a47e*/
}

.btn {
  padding: 6px 12px;
  background-color: #6AB930;
  /*default: #c5a47e*/
}

.btn:hover,
.btn:focus {
  background-color: #8dd45a;
  /*default: #c5a47e*/
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active>a {
  color: #6AB930;
  /*default: #c5a47e*/
}

/* Top Navbar */
nav.navbar-desctop.visible-md.visible-lg.affix-top {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Fixed Navbar */
.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
  color: #6AB930;
  /*default: #c5a47e*/
}

/* Background Zoom Service in Home */
.project-zoom,
.blog-tags a:hover {
  background-color: #6AB930;
  /*default: #c5a47e*/
}

a,
.social-list .fa {
  color: #6AB930;
  /*default: #c5a47e*/
}

a:hover,
a:focus,
.social-list .fa:hover {
  color: #0168B7;
  /*default: #c5a47e*/
}

/* Slider - Background Text Header */
div.tp-mask-wrap>div.slide-title.tp-caption.tp-resizeme.splitted {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Brand Text in Backgorund Home */
div.brand-panel>div.brand-name {
  right: -1.6em;
  /*default: -0.37em*/
}

/* Logo Navbar when Fixed Position, Top Home, Top Another Page, Footer, Navbar Fixed Position (Mobile) */
nav.navbar-desctop.visible-md.visible-lg>div.container>a.brand.js-target-scroll>img,
div.brand-panel>a.brand.js-target-scroll>img,
div.brand-panel>a.brand>img,
footer.footer>div.container>div.row-base.row>div.col-base>a.brand>img,
nav.navbar-mobile>a.brand.js-target-scroll>img {
  width: 6em
    /*7.8em*/
  ;
}

/* 3 Lines Icon Navbar in Mobile device */
nav.navbar-mobile.affix .navbar-toggle .icon-bar {
  background-color: #6AB930;
  /*default: #c5a47e*/
}

/* Navbar Background Color in Mobile device  */
.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
  background-color: #6AB930;
  /*default: #c5a47e*/
}

/* Hover Navbar in Mobile device */
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
  color: #0168B7;
  /*default: #c5a47e*/
}

/* Logo Clients */
div.section-content>ul.clients-list>li.client>a>img {
  max-width: 110px;
}

/* Navbar Active in Mobile when have Sub Nav */
.navbar-nav-mobile>.current>a {
  color: #6AB930;
  /*default: #c5a47e*/
}

/* Background Header Page */
main.main-inner.bg-about {
  background: url('../../uploads/pages/service-img20230203231912758.jpeg') 50% 0 no-repeat;
  background-position-x: 50%;
  background-position-y: 0px;
  background-size: auto;
}

/* Text Header Page */
@media (min-width: 1200px) {
  .main-header {
    padding-left: 38.5vmin;
    /*38.5vmin*/
    text-shadow: 3px 1px black;
  }
}

@media (max-width: 1199px) {
  .main-header {
    padding-left: 0;
    /*38.5vmin*/
    text-shadow: 3px 1px black;
  }
}

/* Icon Change Color (Change Mode) */
li>a>i.fa-solid.fa-brush {
  font-size: 25px;
  color: #6AB930;
}

/* Icon Change Color (Change Mode) - Dark */
li>a.dark>i.fa-solid.fa-brush {
  color: white;
}

img.change-mode-img {
  width: 25px;
}

/* Button Submit in Searching - Dark */
section.blog-list.section>div.container>div>div>form>button {
  color: rgba(0, 0, 0, 0.7);
}

/* Background Header Page List */
.main-inner::after {
  background: 0;
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.95) 10%, rgba(39, 39, 39, 0.6) 100%); */
  /*default: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%)*/
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.95) 10%, rgba(39, 39, 39, 0.6) 100%); */
  /*default: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%)*/
}

/* Logo Clients - a little light  */
.clients-list .client img.lighter {
  opacity: 0.6;
}

/* Watermark - Dunex Text */
.fade-title-left,
.fade-title-right {
  left: 1.25em;
}

/* Concat Us - Background Header */
.bg-contacts {
  background: url(../../assets/Contact-Us.jpg) 50% 0 no-repeat;
  background-size: cover;
}

/* News - Background Header */
main.main.main-inner.bg-blog {
  background: url(../../assets/News.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 570px;
  /*140vh*/
}
/* main.main.main-inner.main-blog.bg-blog {
  height: 140vh;
} */

/* Our Customers - Background Header */
main.main-inner.bg-customers {
  background: url(../../assets/Customers.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 570px;
}
/* Our Customers - Button */
.btn-customers, .btn-customers:focus {
  color: #000;
  background-color: transparent;
}
.btn-customers:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.btn-customers:not(:disabled):not(:disabled):active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.btn-customers:active:focus {
  box-shadow: 0px 0px 0px #000 !important;
}
/* .btn-customers:hover, .btn-customers:focus, .btn-customers:not(:disabled):not(:disabled):active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  border-bottom: 2px solid black;
} */

main.main-inner.bg-about {
  background: url('../../uploads/pages/service-img20230203231912758.jpeg') 50% 0 no-repeat;
  background-position-x: 50%;
  background-position-y: 0px;
  background-size: auto;
}

/* Home - About Us - Vision Mission */
div.col-base.col-about-spec.col-sm-6.col-md-4 {
  text-align: center;
  /* font-size: 11px; */
}

/* Slider - Arrow Left dan Arrow Right */
.arrow-left,
.arrow-right {
  display: none;
}

/* Recents News (News) - Text HOTNEWS */
.blog-tags-v2 {
  font-family: montserratsemibold;
}

/* Recents News (News) - Text HOTNEWS */
.blog-tags-v2 a {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #ededed;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-top: 0.8em;
  margin: 0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Recents News (News) - Text HOTNEWS */
.blog-tags-v2 a:hover {
  background-color: #6AB930;
  color: #fff;
}

/* Services in Home - Button Zoom */
.project-zoom {
  left: 90%;
  width: 4.5em;
  height: 4.5em;

}

/* Services in Home - Button Zoom from JS */
#project-zoom::after,
#project-zoom2::after,
#project-zoom3::after,
#project-zoom4::after,
#project-zoom5::after,
#project-zoom6::after,
#project-zoom7::after,
#project-zoom8::after {
  width: var(--projectZoomWidthAfter, 2.625em);
  height: var(--projectZoomHeightAfter, 2.625em);
}

/* Services in Home - Button Link */
.project-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.5em;
  height: 4.5em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: #6AB930;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

/* Services in Home - Button Link */
.project-link::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url('../../assets/light/img/img-icon/link.png') 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: invert(1);
}

/* Services in Home - Button Link from JS */
#project-link::after,
#project-link2::after,
#project-link3::after,
#project-link4::after,
#project-link5::after,
#project-link6::after,
#project-link7::after,
#project-link8::after {
  width: var(--projectLinkWidthAfter, 2.625em);
  height: var(--projectLinkHeightAfter, 2.625em);
}

/* Services in Home - Button Link */
.project figure:hover .project-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about.section {
  margin-top: 0em;
}

.section-header {
  margin-top: 7.1em;
}

/* Text Gone in Home Service */
.project figure:hover .project-title {
  top: 0;
  /*30px*/
  opacity: 1;
  /*0*/
}

.project-title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Socmed in Contact Us */
div.socmed-img {
  text-align: center;
  margin: 4vh 1vw 0 0.5vw;
}

div.socmed-img>a>img {
  width: 10vmin;
  height: 10vmin;
  margin: 0 1vw 0 1vw;
}

div.socmed-img>a>img#ig {
  width: 11vmin;
  height: 11vmin;
  margin: 0 1vw 0 0;
}

div.socmed-img>a>img:hover,
div.socmed-img>a>img#ig:hover {
  cursor: pointer;
}

.navbar-desctop-menu>li>a,
.navbar-nav-mobile>li>a {
  font-weight: bolder;
}

/* html.no-mobile body div#containerX div.layout main.main, */
/* html.no-mobile body div#containerX div.layout main.main div#carouselExampleIndicators.carousel.slide {
  height: 570px;
}

div.carousel-inner div.carousel-item img.d-block.w-100 {
  position: relative;
  top: -200px;
}

.project.project-light a figure.ikiwd-style::after {
  opacity: 0;
  max-height: 85px;
}
*/

.project figure.ikiwd-style::after {
  background-color: transparent;
  max-height: 85px;
} 

/* Custom Header Image Position */
/* Jika ada special condition di service page tertentu, maka bisa di buat condition di page.php */
html.no-mobile body div#containerX div.layout main.main.main-inner.bg-about {
  height: 570px;
  background-position-y: 75% !important;
}

img.mfp-img {
  min-height: auto;
}

/* TIMELINE - THEME 1 (NOT USED) */
/* .timeline-theme-1 {
  width: 800px;
  margin: 100px auto;
}

.timeline-1 .timeline-list {
  width: 800px;
  height: 350px;
}

.timeline-1 .timeline-item {
  width: 800px;
  height: 350px;
  background: #ddd;
  border: none;
}

.timeline-visual {
  float: left;
  width: 43%;
  margin-right: 3%;
  line-height: 1;
}

.timeline-visual img {
  max-width: 100%;
}

.timeline-detail {
  float: left;
  width: 53%;
  height: 100%;
  overflow-y: auto;
}

.timeline-detail-list {
  margin: 10px;
  padding: 10px;
}

.timeline-detail-list li {
  margin-bottom: 0.4rem;
} */
/* TIMELINE - THEME 1 END (NOT USED) */

/* TIMELINE - THEME 2 */
.timeline--horizontal .timeline__item:after {
  background-color: #0068B7;
}

.timeline-nav-button--prev:before {
  background-image: url(../img/arrow-left.svg);
}

.timeline-nav-button--next:before {
  background-image: url(../img/arrow-right.svg);
}

.timeline--horizontal .timeline__item--bottom {
  background-color: transparent;
}

/* TIMELINE - THEME 2 END */

/* CHANGE FONT FAMILY */
body {
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Poppins', sans-serif;*/
  font-weight: 300;
}

.navbar-desctop-menu {
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Poppins', sans-serif;*/
  font-weight: 500;
}

nav.navbar-desctop.visible-md.visible-lg.animated.slideInDown.affix div.container ul.navbar-desctop-menu {
  transform: translateY(30%);
}

h1,
.h1 {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h2,
.h2 {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 500;
}

.slide-number {
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  margin-top: 8vmin;
}

.header-phone {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top: 5.9vmin;
}

.navbar-nav-mobile {
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.arrow-left:after,
.arrow-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.slide-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.project-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 600;
  font-size: 1.06em;
}

.project-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -0.8em;
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

html.mobile body div#containerX div.layout div.content section.history.section div.section-content div#timeline-mobile.owl-carousel.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage div.owl-item {
  opacity: 0.05;
}

html.mobile body div#containerX div.layout div.content section.history.section div.section-content div#timeline-mobile.owl-carousel.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage div.owl-item.active {
  opacity: 1;
}

.project-details-title {
  position: relative;
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.text-parallax-content {
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color: #363636;
  mix-blend-mode: lighten;
}

.experience-info {
  position: relative;
  top: -0.75em;
  font-family: 'Arial'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}

.blog-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.post-header h3 {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin: 0 0 0 0;
}

.recent-post-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.contact-info-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/ /*'Inter', sans-serif;*/
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

div.col-base.col-sm-12.col-md-12 h3.col-about-title {
  font-family: 'Tahoma'; /*'Roboto', 'Calibri';*/
}
/* CHANGE FONT FAMILY END */

/* General Custom */
li a.navbar-lang {
  font-weight: 700;
}

div.timeline__content p {
  padding-top: 10px;
  font-size: 12px;
}

div.col-about-info p {
  font-size: 10pt;
}

div.entry {
  margin-top: 2em;
}
/* General Custom END */

/* ================================== */
/* Custom Style for Posting */
/* ================================== */
#ikiwd-style-posting-bullets {
  list-style: disc !important;
  margin-left: 3vw;
}
/* ================================== */
/* END Custom Style for Posting */
/* ================================== */

/* ================================== */
/* Vehicle List */
/* ================================== */
div#divPopup.carousel-inner.h-100 div.carousel-item div.carousel-caption.d-md-block h2,
div#divPopup.carousel-inner.h-100 div.carousel-item.active div.carousel-caption.d-md-block h2 {
  font-size: 1.0875em;
}

div.modal.fade.showVehicle.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicle.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleCC.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleCC.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleTrailer.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleTrailer.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleLowbed.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleLowbed.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleDumpTrailer.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleDumpTrailer.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleTankTruck.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleTankTruck.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleCDD.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleCDD.in.show div.modal-dialog.modal-lg div.modal-content,
div.modal.fade.showVehicleTowing.in.show div.modal-dialog.modal-lg,
div.modal.fade.showVehicleTowing.in.show div.modal-dialog.modal-lg div.modal-content {
  background-color: #E6E6E6;
  /*#004AAD;*/
  /*30A2FF;*/
  background-size: contain;
}

html.mobile body div#containerX div.layout div.content section#about.about.section div#list-vehicle.owl-carousel.owl-loaded.owl-drag {
  background-size: cover !important;
}

html.mobile body div#containerX div.layout div.content section#about.about.section div#list-vehicle.owl-carousel.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage div.owl-item div {
  height: fit-content !important;
}

/* div#list-vehicle.owl-carousel.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage div.owl-item {
  min-height: 150px !important;
} */

.div-vehicle {
  height: 8em; 
  padding: 10px 10px;
}

.img-vehicle1 {
  /* max-height: 85px;  */
  width: auto !important; 
  margin-left: auto; 
  margin-right: auto;
}

.img-vehicle2 { 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;
}

.img-h3 {
  /* margin-top: 20px !important; */
  color: #000; 
  font-size: 1.075em;
}
/* ================================== */
/* END Vehicle List */
/* ================================== */

/* ================================== */
/* Customer List */
/* ================================== */
.project figure.ikiwd-style-customer {
  height: 100%;
} 

.project figure.ikiwd-style-customer::after {
  background-color: transparent;
  max-height: 85px;
} 

.div-customer {
  height: 8em; 
  padding: 10px 10px;
}


/* ================================== */
/* END Customer List */
/* ================================== */

/* ================================== */
/* Testimonial */
/* ================================== */
/*=============== CARD ===============*/
img.testimonial {
  display: block;
  max-width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  /* --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(212, 4%, 95%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%); */

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  /* --body-font: "Bai Jamjuree", sans-serif;
  --h2-font-size: 1.25rem;
  --normal-font-size: 1rem; */
}

.container-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.card__container {
  padding-block: 5rem;
}

.card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__article {
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: block;
}

.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: .75rem;
}

.card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.card__button {
  display: inline-block;
  background-color: var(--first-color);
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  color: var(--dark-color);
  font-weight: 600;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1120px;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}
/* ================================== */
/* END Testimonial */
/* ================================== */

/* ================================== */
/* Gallery */
/* ================================== */
main.main.main-inner.bg-blog.gallery {
  background: url(../../assets/Photo.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 570px;
}

div.thumbnailDesc {
  padding-left: 4px;
  padding-right: 4px;
}

html.no-mobile body div#containerX div.layout div.content section.blog-list.section div.container article.gallery div.row {
  margin-bottom: 5vh;
}

html.mobile body div#containerX div.layout div.content section.blog-list.section div.container article.gallery div.row div.col-md-4 {
  margin-bottom: 5vh;
}
/* ================================== */
/* END Gallery */
/* ================================== */

/* ================================== */
/* FOOTER ALL PAGE */
/* ================================== */
.footer {
  margin: 0;
  /* height: 10em; */
}

html.no-mobile body div#containerX div.layout div.content footer#footer.footer {
  background-image: url('../../assets/background-footer.jpg');
  background-size: contain;
}

html.mobile body div#containerX div.layout div.content footer#footer.footer {
  background-image: url('../../assets/background-footer.jpg');
  background-size: cover;
}

.author-link {
  color: rgba(170, 170, 170, 1);
}

div.col-base.text-left-md.col-md-4 {
  top: 10px;
}

html.no-mobile body div#containerX div.layout div.content footer#footer.footer div.container div.row-base.row div.text-center-md.col-base.col-md-4 {
  top: 30px;
}

html.no-mobile body div#containerX div.layout div.content footer#footer.footer div.container div.row-base.row div.col-base.text-left-md.col-md-4 a.brand img {
  width: 80%;
}

html.mobile body div#containerX div.layout div.content footer#footer.footer div.container div.row-base.row div.col-base.text-left-md.col-md-4 a.brand img {
  width: 65vw;
}

html.no-mobile body div#containerX div.layout div.content footer#footer.footer div.container div.row-base.row div.text-right-md.col-base.col-md-4 div.row div.col-md-12 a img.social-media {
  padding-top: 10px;
  width: 25px;
  height: 35px;
  float: right;
}

html.mobile body div#containerX div.layout div.content footer#footer.footer div.container div.row-base.row div.text-right-md.col-base.col-md-4 div.row div.col-md-12 a img.social-media {
  width: 35px;
  height: 35px;
  float: center;
}
/* ================================== */
/* END FOOTER ALL PAGE */
/* ================================== */

/* ================================== */
/* SOCIAL MEDIA */
/* ================================== */
/* .social-media {
  float: right;
} */

.history-head {
  font-size: 1.25rem !important; 
  padding-top: 0 !important;
  font-weight: 700; 
  margin: 0 0 .625rem; 
  font-family: 'Tahoma'; 
  letter-spacing: 0.32em;
}
/* ================================== */
/* END SOCIAL MEDIA */
/* ================================== */

/* ================================== */
/* MAPS INDONESIA */
/* ================================== */
/* Maps Indonesia - Text Box */
.object-info {
  margin-left: -7.0em;
  /*-default: 6.2em*/
  width: 14.4em;
  /*default: 12.4em*/
}

/* Maps Indonesia - Text */
.object-title {
  color: #6AB930;
  /*#c5a47e*/
}

/* Maps Indonesia - Point Dot */
.object-label {
  background-color: transparent;
  /*custom1: #0168B7*/
  /*#e5bf93*/
}

.img-location {
  position: absolute;
  color: white;
  max-width: 10em;
  height: fit-content;

  animation-duration: 3s;
  animation-name: scale-img;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: forward;
}

@keyframes scale-img {
  0% {
      transform: scale(1)
  }
  50% {
      transform: scale(1.1)
  }
  100% {
      transform: scale(1)
  }
}

.img-yos-sudarso {
  left: 26.3%;
  top:  54.1%;
}

.img-HO {
  left: 26.3%;
  top:  32.3%;
}
/* .img-HO {
  left: 23vw; 
  top:  31.5vh; 
} */

.img-karawang {
  left: 13.5%;
  top: 75.9%;
}

.img-klari {
  left: 7%;
  top: 63.12%;
}

.img-semarang {
  left:35%; 
  top:74.5%;
}

.img-surabaya {
  left:40%; 
  top:56%;
}

.img-medan {
  left:0.5%; 
  top:20.7%;
}

.img-batam {
  left:5.7%; 
  top:11%;
}

.img-lampung {
  left:21.7%; 
  top:11.7%;
}

.img-balikpapan {
  left:50.7%; 
  top:18.8%;
}
/* ================================== */
/* END MAPS INDONESIA */
/* ================================== */

/* ================================== */
/* VIDEO */
/* ================================== */
section.video-homepage {
  width: 100%; 
  height: 100dvh; 
  background-color: #00000050; 
  position: relative;
}
/* ================================== */
/* END VIDEO */
/* ================================== */





/* ================================== */
/* JUST KEEP IT : */
/* ================================== */

/* Social Media Sticky */
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -130px;
  top: 230px;
  width: 210px;
  z-index: 1100;
}

.sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover {
  margin-left: -115px;
}

.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
}

.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}

.sticky li p a {
  text-decoration: none;
  color: #2C3539;
}

.sticky li p a:hover {
  text-decoration: underline;
}

/* Social Media Sticky END */

/* Parallax */
.parallax {
  /* The image used */
  background-image: url("../../assets/light/parallax.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}