@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
* {
   font-family: 'Montserrat', sans-serif;
    
}

body {
	font-family: 'Roboto', sans-serif;
	padding-top: 125px;
	font-size: 14px;
	line-height: 1.4;
	overflow-x: hidden;
}

.map-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%; /* Aspect ratio 16:9 */
  }

  .map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

#thumbnail-vid {
	position: relative;
	width: 100%;
	height: auto;
	
  }

  #playButton {
	cursor: pointer;
	position: absolute;
	width: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  #videoPlayer {
	display: none;
	width: 100%;
	height: auto;
  }


  .clients-section {
    margin-top: 0px;
}

.clients {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.clients-border>li {
    position: relative;
}

.clients li {
    height: 100px;
    margin: 0 41px;
    width: 100px;
    display: inline-block;
    cursor: pointer;
}

.clients>li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    z-index: 9;
    margin: 0 auto;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    max-width: 90%;
    transition: all 0.35s ease-in-out;
}

/* .clients-border>li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: 0;
} */

@media (max-width: 600px) {
    .clients li {
        margin: 0 5px;
        width: 60px;
    }

    .clients-border>li:after {
        border: none;
    }
}


a:hover {
  text-decoration: none;
}

.navbar-light {
background: rgba(255, 255, 255, 0.57);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.4px);
-webkit-backdrop-filter: blur(5.4px);
border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-light .navbar-nav .nav-item {
  transition: ease all .51s;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
  -moz-transition: ease all .3s;
}

.nav-dark-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  text-align: right;
  display: inline-block;
  transition: max-height 0.1s ease-in-out;
  -webkit-transition: max-height 0.1s ease-in-out;
  -moz-transition: max-height 0.1s ease-in-out;
  max-height: 100px;
  overflow: hidden;
  margin-top: 20px;
}

.nav-dark-top .flag a:first-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.nav-dark-top .flag a {
  line-height: normal;
}

.nav-dark-top a:first-child {
  border-right: 1px solid rgba(255,255,255,.2);
  padding-right: 30px;
  margin-right: 15px;
}

.nav-dark-top a {
  color: #f2730a;
  display: inline-block;
  font-size: 18px;
  line-height: 76px;
}

.nav-dark-top .flag a.active img {
  box-shadow: 0px 0px 0px 2px #f2730a;
}

.flag img {
  margin-left: 5px;
  height: 25px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.39);
}

.top-contact, .f-cc {
  display: inline-flex;
  align-items: center;
}

.contact-center {
  color: #f2730a;
  font-size: 14px;
}

.no-contact, .no-contact a {
  color: #f2730a;
  padding: 0 !important;
  margin: 0 auto !important;
  line-height: normal;
  border: 0 !important;
  font-weight: bold;
}

.flag {
	margin-left: 10px;
	padding-left: 8px;
	border-left: 1px solid #ccc;
}

.logo {
	height: 100px;
	z-index: 1;
	position: relative;
	padding: 15px 0px;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
}

.navbar-light .navbar-toggler {
	background: #f2730a;
	color: #fff;
	font-size: 20px;
	border-color: #f2730a;
	padding-top: 6px;
	padding-bottom: 5px;
}

.navbar-collapse {
	padding-top: 66px;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
}


.navbar-light .navbar-nav .nav-item {
	/*transform: skewX(28deg);*/
	transition: ease all .51s;
	/*border: 1px solid transparent;*/
	position: relative;
}

.navbar-light .navbar-nav .nav-link {
	color: #231F20;
	padding: 20px 0;
	font-size: 16px;
	position: relative;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
}

.sticky.navbar-light .navbar-nav .nav-link {
	padding: 29px 0;
}

.navbar-light .navbar-nav .nav-item {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-light .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-light .navbar-nav .nav-item.active .nav-link:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 3px;
	background: #f2730a;
	content: "";
}

.navbar-light .dropdown-menu {
	margin-top: 0;
	border: 0;
	background: #f2730a;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.navbar-light .navbar-nav .nav-item .dropdown-item {
	padding: .7rem 1.5rem;
	color: #fff;
}

.navbar-light .navbar-nav .nav-item .dropdown-item.active, .navbar-light .navbar-nav .nav-item .dropdown-item:active, .navbar-light .navbar-nav .nav-item .dropdown-item:focus, .navbar-light .navbar-nav .nav-item .dropdown-item:hover {
	background: #f75d03;
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #f2730a;
}

.navbar-light .navbar-nav .nav-lang {
	color: #BDBDBD;
}

.nav-link.sosmed:hover .fa-facebook-square {
	color: #4166b2;
}

.nav-link.sosmed:hover .fa-twitter {
	color: #1ea1f2;
}

.nav-link.sosmed:hover .fa-youtube-square {
	color: #ff3b28;
}

.nav-link.sosmed:hover .fa-instagram {
	color: #b53984;
}

.navbar-light .navbar-nav .nav-lang a {
	color: #BDBDBD;
	padding: .5rem 5px;
	display: inline-block;
	position: relative;
	font-family: 'RobotoBold', sans-serif;
}
.navbar-light .navbar-nav .nav-lang a:hover {
	color: #BDBDBD;
}

.navbar-light .navbar-nav .nav-lang a:first-child:before {
	position: absolute;
	left: 100%;
	height: 13px;
	margin-left: 2px;
	width: 1px;
	background: #BDBDBD;
	content: "";
	top: 14px;
}

.navbar-light .navbar-nav .nav-lang a.active {
	color: #f2730a;
	font-weight: bold;
	cursor: default;
}

.navbar-light .dropdown-toggle::after {
	border: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	font-size: 10px;
	margin-left: 5px;
}

.f-carousel {
	overflow: hidden;
}

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

#owl-index.owl-carousel .item img {
	width: 100%;
}

#owl-index.owl-carousel .item:before {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	content: "";
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, transparent 100%);
	z-index: 1;
}

.owl-nav.disabled+.owl-dots {
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

.owl-dots .owl-dot span {
	background: #f2730a!important;
	width: 12px;
	height: 12px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255)!important;
	border: 2px solid #f2730a;
}

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

#owl-pages.owl-carousel .item img {
	width: 100%;
}

#owl-pages.owl-carousel .item:before {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	content: "";
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, transparent 100%);
	z-index: 1;
}

.desc-carousel {
  bottom: 0;
  position: absolute;
  top: 0;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.f-carousel .owl-item img {
	filter: brightness(0.8);
}

.desc-carousel h1 {
  /* color: #fff; */
  font-size: 50px;
  /* text-shadow: 6px 5px 9px rgba(6,6,6,0.6); */
  margin-bottom: 30px;
  line-height: 1.4;

  background: linear-gradient(
        to right,
        #ffffff 20%,
        /* #f2730a 30%, */
        #f2730a 50%,
        #ffffff 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;


}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.btn-orange {
  background: #f2730a;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0,0,0,.29);
}

.btn-orange:hover {
	background: #ff7809;
	color: #fff;
}

.cf-white {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  /*background-image: url(../images/bg-supergraphic-01@2x.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;*/
}

.title-section {
  text-align: center;
}

.title-section h2 {
  display: inline-block;
  border-bottom: 1px solid #f2730a;
  color: #f2730a;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  width: 330px;
  max-width: 100%;
}

.subtitle-section {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.f-type .thumbnail {
	height: 150px;
}

.f-type .thumbnail img {
	width: 100%;
	height: auto;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
}
.f-type:hover .thumbnail img {
	width: 110%;
}

.desc-type {
  padding-top: 20px;
}

.desc-type h2 {
  color: #f2730a;
  font-size: 26px;
  text-align: center;
}

.hidden {
  display: none;
}

.desc-type-detail h2 {
	color: #f2730a;
  font-size: 26px;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

.desc-type-detail .btn-back-desc {
	font-size: 30px;
  text-align: center;
  margin-top: 0;
  width: 100%;
  color: #f2730a;
  cursor: pointer;
}

.cf-service-index {
    background: #f2730a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cf-service-index .title-section h2 {
    border-color: #fff;
}

.color-white {
  color: #FFF!important;
}

.card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
}

.card-flex .card-flex-item {
  padding: 0 0 3em 3em;
  width: 100%;
}

.card-flex--three .card-flex-item {
  width: 33.333%;
}

.card-flex--four .card-flex-item {
  width: 25%;
}

.card-flex--five .card-flex-item {
  width: 20%;
}

.card-flex--two .card-flex-item {
  width: 50%;
}

#management .card-flex {
	margin-left: -3em;
}
.cfi-services a {
	text-decoration: none;
}

.cfi-services h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 16px;
}

.cfi-services .thumbnail {
	height: 200px;
	width: 100%;
	border-radius: 10px;
}

.cfi-services .thumbnail img {

}

.btn-white {
	background: #fff;
	color: #f2730a;
	border-radius: 4px;
	padding: 10px 30px; 
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,.29);	
}

.btn-white:hover {
	background: #f2730a;
	color: #fff;
}

.service-more {
	margin-top: 30%;
}

.nav-tabs-center {
	text-align: center;
}

.nav-tabs-center .nav-tabs {
	display: inline-flex;
	border-bottom: 0;
}

.nav-tabs-center .nav-tabs .nav-link {
	background: #f2730a;
	color: #fff;
	margin: 0 5px;
	border: 0;
	font-size: 14px;
	padding: 15px;
	width: 250px;
	max-width: 100%;
	position: relative;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	border: 3px solid #f2730a;
}

.nav-tabs-center .nav-tabs .nav-item.show .nav-link, .nav-tabs-center .nav-tabs .nav-link.active {
	background: #fff;
	color: #f2730a;
}

.bg-orange-full {
	position: relative;
	background: #f2730a;
	color: #fff;
}

.bg-orange-full:before {
	position: absolute;
	right: 100%;
	width: 1000%;
	content: "";
	background: #f2730a;
	top: 0;
	height: 100%;
}

.bg-orange-full:after {
	position: absolute;
	left: 100%;
	width: 1000%;
	content: "";
	background: #f2730a;
	top: 0;
	height: 100%;
}

.media-about-us {
	display: table;
	padding: 100px 0;
}
.media-about-us .media-body {
	padding-right: 100px;
}

.media-about-us .media-body, .media-about-us .media-right {
	display: table-cell;
	flex: none;
	vertical-align: middle;
}	

.media-about-us video {
	width: 425px;
    border-radius: 20px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.29);
}

.media-about-us p {
	font-size: 16px;
}

.media-about-us a {
	color: #fff;
	cursor: pointer;
}

.media-about-us a:hover {
	color: #fff;
}

.desc-list-about {
	text-align: center;
	padding: 15px;
}

.desc-list-about h3 {
	color: #fff;
	margin-bottom: 3px;
	font-size: 22px;
}

.desc-list-about p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

.title-orange-tabs {
	color: #f2730a;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.f-list-about {
	box-shadow: 0px 1px 5px rgba(0,0,0,.29);
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background: transparent linear-gradient(180deg, #f2730a 70%, #C74B00 100%) 0% 0%;
}

.cf-about {
  overflow-x: hidden;
}

.media-services .media-body, .media-services .media-right, .media-services .media-left {
	display: table-cell;
	flex: none;
	vertical-align: middle;
}	

.media-services .media-left {
	padding-right: 100px;
}

.media-services .media-right {
	padding-left: 100px;
}

.media-services .thumbnail {
	width: 300px;
	height: 300px;
	/*border-radius: 5px;*/
	/*box-shadow: 0px 1px 5px rgba(0,0,0,.29);*/
}

.media-services .thumbnail img {
	height: 100%;
	width: auto;
}

.f-carousel {
	overflow: hidden;
}

.media-services h4 {
	color: #f2730a;
	font-size: 18px;
	margin-bottom: 15px;
}

.media-services p {
  font-size: 16px;
  color: #000;
}

.cf-orange .media-services h4,
.cf-orange .media-services p {
	color: #fff;
}

.m-news {
	margin-bottom: 30px;
}

.m-news .media-left {
	padding-right: 30px;
}

.link-list-news {
	color: #000;
	font-style: italic;
}

a:hover {
	color: #f2730a;
}

.pagination-news {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	margin-top: 30px;
}

.pagination-news li {
	list-style: none;
	padding: 0 10px;
	float: left;
}

.pagination-news a {
  color: #f2730a;
  font-weight: bold;
}

.pagination-news .active a {
	cursor: default;
}

.pagination-news .active a {
	background: #fff;
}

.desc-carousel h2.news-banner {
	font-size: 46px;
}

.sub-title-banner {
	font-size: 32px;
	color: #fff;
	text-align: left;
}

.btn-back {
	color: #f2730a;
	padding: 0;
}

.btn-back:hover {
	color: #e25907;
}

.title-detail {
	color: #433E3F;
	font-size: 28px;
	font-weight: normal;
	font-family: 'RobotoBold', sans-serif;
	margin-top: 50px;
	margin-bottom: 30px;
}
.cat-news {
	color: #888888;
	font-size: 16px;
	display: inline-block;
}

.cat-news span {
	color: #f2730a;
	border-right: 1px solid #f2730a;
	padding-right: 10px;
	margin-right: 10px;
}

.socmed-detail {
	float: right;
}

.socmed-detail span {
	margin-right: 10px;
	line-height: 20px;
	display: inline-block;
	float: left;
}

.socmed-detail img {
	max-height: 20px;
	margin-left: 15px;
}

.cat-date {
	margin-bottom: 50px;
}

.list-other-news {
	margin-bottom: 30px;
}

.list-other-news a {
	color: #fff;
	text-decoration: none;
}

.desc-ow {
	margin-top: 10px;
}

.desc-ow .date-news {
	color: #433E3F;
	font-size: 12px;
}

.desc-ow h4 {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.img-content {
	margin-bottom: 30px;
}

.img-content img {
	max-width: 100%;
}

.cf-orange-back-dark {
	background: #f2730a;
	padding-top: 50px;
	padding-bottom: 70px;
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
}

.cf-orange-back-dark .title-section h2 {
	color: #fff;
	border-color: #fff;
}

footer {
	/*background: #413739;*/
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 50px;
	color: #000000;
font-size: 14px;
}

footer .logo {
	padding: 0;
	margin-right: 30px;
}

footer p {
	font-size: 14px;
}

.footer-logo {
	width: 50%;
	float: left;
	padding-right: 100px;
}

.footer-logo .logo {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.copyright {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.title-footer {
	color: #f2730a;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: normal;
}

.nav-footer {
	display: inline-block;
}

.nav-footer a {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}

.socmed-footer {
	margin-bottom: 30px;
}

.socmed-footer span {
	display: block;
	margin-bottom: 10px;
}

.socmed-footer img {
	margin-right: 10px;
	border: 1px solid #f2730a;
    border-radius: 8px;
}

.contact-footer img {
	margin-right: 15px;
	max-height: 25px;
}

.no-contact-footer {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;	
}

.f-chat {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 999;
}

.f-chat .btn {
	border-radius: 0;
	border: 0;
	outline: none;
	padding: 10px 15px;
	font-size: 12px;	
	line-height: 25px;
}

.f-chat .btn-wa {
	background-color: #24d366;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
	color: #fff;
	padding-left: 17px;
}

.f-chat .btn-wa:hover {
	background: transparent linear-gradient(180deg, #f2730a 0%, #f2730a 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1199px) {
	.desc-carousel h1 {
		font-size: 43px;
	}
	.nav-tabs-center .nav-tabs {
		display: flex;
	}
	.nav-tabs-center .nav-tabs .nav-item {
		width: 33.333%;
	}
	.nav-tabs-center .nav-tabs .nav-link {
		width: auto;
	}
	.media-flex-contact .media-right {
		width: 600px;
	}
	.media-thumbnail-career .thumbnail img {
		height: 100%;
		width: auto;
	}
	.manajemen-name {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-light .navbar-nav .nav-item {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-light .navbar-nav .nav-item.active .nav-link:before {
		height: 1px;
	}

	.logo {
		width: 110px;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.top-contact .flag {
		margin-top: 2px;
	}

	.nav-dark-top {
		display: inline-block;
		margin-right: 70px;
	}	

	.nav-dark-top.jcbu-header {
		margin-right: 0;
	}

	.nav-dark-top .container {
		width: auto;
		max-width: none;
		display: inline-block;
	}

	.contact-center img {
		margin-left: 5px;
		margin-right: 5px;
	}

	.sticky .nav-dark-top {
		max-height: none;
	}

	.navbar-light .navbar-nav .nav-link, 
	.sticky.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
	}

	.sticky .navbar-collapse,
	.navbar-collapse {
		border-top: 1px solid #f2730a;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-light .container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-light .dropdown-menu {
		border-color: #f2730a;
		background-color: #FFF;
	}

	.navbar-light .dropdown-menu .dropdown-item {
		color: #000!important;
	}

	body {
		padding-top: 80px;
	}

	.desc-carousel h1 {
		font-size: 30px;
	}

	.fl-testi .thumbnail {
		width: 100px;
		height: 100px;
	}

	.desc-testi h5, .desc-testi h3 {
		font-size: 16px;
	}

	.desc-testi p {
		font-size: 14px;
  }
  
	.footer-logo {
		padding-right: 30px;
  }
  
	.desc-carousel h2 {
		max-width: none;
		font-size: 18px;
  }
  
	.media-about-us {
		display: block;
  }
  
	.media-about-us .media-right {
		display: block;
		text-align: center;
  }
  
	.media-about-us .media-right iframe {
		max-width: 100%;
  }
  
	.media-about-us .media-body {
		display: block;
		padding-right: 0;
		margin-bottom: 30px;
  }
  
	.desc-list-about h3 {
		font-size: 18px;
  }
  
	.media-services .media-left {
		padding-right: 30px;
  }
  
	.media-services .media-right {
		padding-left: 30px;
  }
  
	.media-career p {
		font-size: 16px;
  }
  
	.media-career .media-left {
		padding-right: 30px;
  }
  
	.media-flex-contact .media-right {
		width: 350px;
  }
  
	.media-thumbnail-career .media-left, .media-thumbnail-career .media-right {
		width: 48%;
  }
  
	.desc-career {
		padding-left: 20px;
  }
  
	.dc-right {
		padding-left: 0;
  }
  
	#milestone video {
	  width: 750px;
  }
  
	.jcbu {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  
	.jcbu .thumbnail {
    width: 315px;
    height: 210px;
  }
  
	.jcbu p, .jcbu li {
	  font-size: 16px;
  }
  
	.jcbu-title {
		font-size: 25px;
	}
	.jcbu .media-right {
	  padding-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.top-contact {
		display: block;
		margin-top: 11px;
  }
  
	.contact-center {
		font-size: 12px;
  }
  
	.contact-center img {
	  height: 36px;
  }
  
	.top-contact .flag {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		margin-top: 2px;
  }
  
	.top-contact .flag img {
		height: 18px;
  }
  
	.nav-dark-top {
		margin-top: 0;
  }
  
	.container {
		max-width: 100%;
  }
  
	.desc-carousel h1 {
		font-size: 22px;
		margin-bottom: 15px;
  }
  
	.btn-orange {
		font-size: 12px;
		padding: 8px 20px;
  }
  
	.subtitle-section h5 {
		font-size: 14px;
  }
  
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
  }
  
	.cfi-services .thumbnail {
		height: 200px;
  }
  
	.cfi-services h4 {
		font-size: 14px;
  }
  
	.fl-testi .thumbnail {
		width: 100px;
		height: 100px;
  }
  
	.desc-testi h5, .desc-testi h3 {
		font-size: 16px;
  }
  
	.desc-testi p {
		font-size: 14px;
  }
  
	.card-flex--five .card-flex-item {
		width: 25%;
  }
  
	#management .card-flex--five .card-flex-item {
		width: 33.333%;
  }
  
	.footer-logo {
		padding-right: 100px;
  }
  
	.col-f-btm {
		padding-top: 50px;
  }
  
	.f-chat .btn img {
		margin-right: 0;
  }
  
	.f-chat .btn span {
		display: none;
  }
  
	.media-about-us {
		padding: 50px 0;
  }
  
	.container {
		max-width: 100%;
  }
  
	.card-flex--four .card-flex-item {
		width: 50%;
  }
  
	.list-career {
		padding: 15px;
  }
  
	.desc-list-career h2 {
		font-size: 18px;
  }
  
	.desc-list-career li {
		font-size: 12px;
		padding: 0 5px;
  }
  
	.thumb-career {
		margin-top: 15px;
		height: auto;
  }
  
	.thumb-career img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		height: auto;
		width: 100%;
  }
  
	.media-career .thumbnail {
		width: 200px;
		height: 200px;
  }
  
	.media-career .media-body {
		padding-right: 0;
  }
  
	.sub-title-banner {
		font-size: 14px;
  }
  
	.desc-carousel h2.news-banner {
		font-size: 18px;
  }
  
	.f-carousel-career {
		padding-left: 50px;
		padding-right: 50px;
  }
  
	.media-career .media-left {
		vertical-align: top;
  }
  
	.list-other-news .thumbnail img {
		width: 100%;
		height: auto;
  }
  
	.mt100-sm {
			margin-top: 100px;
  }
  
	.rectangle #tawkchat-status-icon .text {
		display: none;
  }
  
	.f-chat {
		bottom: 19px;
  }
  
	.f-chat .btn-wa {
		border-radius: 100%;
		padding: 18px;
		box-shadow: rgba(0,0,0,0.16) 0 2px 10px 0 !important;
  }
  
	.banner-contact div.banner {
		height: auto;
		padding: 40px;
  }
  
	.banner-contact span {
		font-size: 26px;
  }
  
	#milestone video {
	  width: 650px;
  }
  
	.jcbu {
    margin-left: 10px;
    margin-right: 10px;
  }
  
	.jcbu .media-right , .jcbu .media-left {
	  display: table-header-group;
  }
  
	.jcbu .thumbnail {
		margin: 0 auto;
		margin-bottom: 25px !important;
	}
}
@media screen and (max-width: 680px) {
	.media-flex-contact .media-body, 
	.media-flex-contact .media-right {
		width: 100%;
		display: block;
		max-width: none;
  }
  
	.media-flex-contact {
		display: block;
  }
  
	.media-career .media-body, .media-career .media-left {
		display: block;
		width: 100%;
		padding: 0;
  }
  
	.media-career .media-left {
		margin-bottom: 15px;
		text-align: center;
  }
  
	.media-career .thumbnail {
		height: auto;
		width: 50%;
		display: inline-block;
		margin: 0 auto;
  }
  
	.media-career .thumbnail img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		height: auto;
		width: 100%;
  }
  
	.f-list-about {
		max-height: 254px;
	}
}
@media screen and (max-width: 600px) {
	.card-flex--three .card-flex-item {
		width: 50%;
  }
	.card-flex--four .card-flex-item {
		width: 50%;
  }
  
	.footer-logo {
		width: 40%;
		padding-right: 50px;
  }
  
	.socmed-footer {
		margin-top: 50px;
  }
  
	.nav-tabs-center .nav-tabs {
		display: block;
		margin-bottom: 15px;
  }
  
	.nav-tabs-center .nav-tabs .nav-item {
		width: 100%;
		display: block;
  }
  
	.nav-tabs-center .nav-tabs .nav-link {
		margin-bottom: 5px;
		border-radius: 4px;
  }
  
	.media-services .thumbnail {
		width: 200px;
		height: 200px;
  }
  
	.media-services h4 {
		font-size: 16px;
  }
  
	.media-services p {
		font-size: 14px;
  }
  
	.media-services .media-left {
		padding-right: 15px;
  }
  
	.media-services .media-right {
		padding-left: 15px;
  }
  
	.media-services .media-body, .media-services .media-right, .media-services .media-left {
		vertical-align: top;
  }
  
	.pagination-news li {
		padding: 0 7px;
  }
  
	.pagination-news span {
		width: 12px;
		height: 12px;
  }
  
	.media-career .media-left {
		padding-right: 15px;
  }
  
	.media-career h4 {
		font-size: 16px;
  }
  
	.media-career p {
		font-size: 14px;
  }
  
	.f-carousel-career {
		padding-left: 45px;
		padding-right: 40px;
  }
  
	#milestone video {
	  width: 350px;
  }
}
@media screen and (max-width: 575px) {
	.list-career .col-flex {
		margin-top: 15px;
  }
  
	.list-career .col-md-4 button {
    position: relative;
    right: auto;
    padding: 10px 15px;
    font-size: 12px;
    display: block;
    width: 100%;
    box-shadow: none;
  }
  
	.media-career h4 {
		margin-bottom: 10px;
  }
  
	.media-career .media-body, .media-career .media-left {
		vertical-align: top;
  }
  
	.contact-address {
		padding-left: 15px;
  }
  
	.media-flex-contact .media-body {
		padding: 20px 15px;
  }
  
	.page-header {
		padding: 30px 0;
  }
  
	.page-header h1 {
		font-size: 32px;
  }
  
	#accordionFAQ .btn-link {
		font-size: 18px;
		padding: 15px;
		padding-right: 60px;
  }
  
	#accordionFAQ .btn-link .fa {
		top: 13px;
  }
  
	.media-thumbnail-career {
		display: block;
  }
  
	.media-thumbnail-career .media-left, .media-thumbnail-career .media-right {
		display: block;
		width: 100%;
  }
  
	.desc-career {
		padding: 15px;
  }
  
	.desc-career:after,	.desc-career:before {
		display: none;
  }
  
	.media-thumbnail-career .thumbnail {
		height: auto;
  }
  
	.media-thumbnail-career .thumbnail img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		height: auto;
  }
  
	.media-career h3 {
		font-size: 16px;
  }
  
	.media-career h4 {
		font-size: 14px;
  }
  
	.media-career p {
		font-size: 12px;
  }
  
	.banner-contact div.banner {
		padding: 30px;
  }
  
	.banner-contact span {
		font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	body{
    -webkit-text-size-adjust:100%;  
    -moz-text-size-adjust:100%; 
    -ms-text-size-adjust:100%;
  }
  
	.contact-center span {
		display: none;
  }
  
	.desc-carousel h1 {
		font-size: 24px;
		margin-bottom: 15px;
  }
  
	#owl-index.owl-theme .owl-nav.disabled+.owl-dots,
	#owl-pages.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 20px;
  }
  
	.title-section h2 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.col-owl-type {
		padding-left: 20px;
		padding-right: 20px;
  }

  .cf-white {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
    /*background-image: url(../images/bg-supergraphic-01@2x.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;*/
  }
  
	.cf-white {
	  padding-bottom: 30px;
  }
  
	.card-flex {
		margin-left: 0;
  }
  
	.card-flex.card-flex--two,
	.card-flex.card-flex--four {
		margin-left: -1em;
  }
  
	.card-flex--three .card-flex-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
  }
	.card-flex--four .card-flex-item {
		width: 100%;
		padding-left: 10px;
		padding-right: 0px;
  }
  
	.cfi-services .thumbnail {
		height: auto;
		width: 100%;
  }
  
	.cfi-services .thumbnail img {
		position: relative;
		height: auto;
		width: 100%;
		left: auto;
		top: auto;transform: none;
  }
  
	.footer-logo {
		padding-right: 30px;
  }
  
	.desc-carousel h2 {
		font-size: 14px;
	}

	.media-about-us .media-right iframe {
		height: 250px;
  }
  
	.media-services .thumbnail {
		height: 170px;
		width: 170px;
  }
  
	.media-services h4 {
		font-size: 14px;
  }
  
	.media-services p {
		font-size: 12px;
  }
  
	.media-services.m-news p {
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  
	.media-services.m-news h4 {
	 overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
  }
  
	.media-career {
		display: block;
  }
  
	.media-career .media-body, .media-career .media-left {
		display: block;
		padding-right: 0;
  }
  
	.media-career .thumbnail {
		margin-bottom: 15px;
		height: auto;
		width: 80%;
		padding: 0;
  }
  
	.media-career .thumbnail img {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
  }
  
	.contact-address img {
		max-height: 30px;
  }
  
	.contact-address {
		padding-left: 0;
  }
  
	.contact-address img {
		max-height: 25px;
		margin-right: 10px;
  }
  
	.no-contact-address {
		font-size: 26px;
  }
  
	.contact-address .media-body .h5 {
		font-size: 16px;
		line-height: 26px;
  }
  
	.title-detail {
		font-size: 22px;
  }
  
	.socmed-detail {
		float: none;
		margin-top: 15px;
  }
  
	.contact-center-jp p {
		font-size: 12px;
		line-height: normal;
  }
  
	.jcbu p, .jcbu li {
		font-size: 17px;
	  /*line-height: 1.6;*/
  }
  
	#management .card-flex {
		margin-left: -2em;
  }
  
	#management .card-flex--five .card-flex-item {
		width: 50%;
		padding: 0 0 2em 2em;
  }
  
	.manajemen-name {
		font-size: 14px;
  }
  
	.manajemen-position {
		font-size: 13px;
  }
  
	.manajemen-visit a {
		font-size: 12px;
		margin-top: 10px;
		display: inline-block;
	}
}

@media screen and (max-width: 440px) {
	.card-flex--two .card-flex-item {
		width: 100%;
	}
	
}

@media screen and (max-width: 420px) {
	.col-address-contact {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 0 !important;
  }
  
	.media-career .thumbnail {
		width: 100%;
  }
  
	.banner-contact div.banner {
		padding: 25px 15px;
  }
  
	.banner-contact span {
		font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
	.fl-testi {
		padding: 15px;
  }
  
	.fl-testi .thumbnail {
		height: 80px;
		width: 80px;
		margin-right: 15px;
  }
  
	.desc-testi h5, .desc-testi h3 {
		font-size: 14px;
  }
  
	.desc-testi p {
		font-size: 12px;
  }
  
	.desc-list-about h3 {
		font-size: 16px;
		font-family: 'RobotoMedium', sans-serif;
  }
}
  
@media screen and (max-width: 380px) {
	
  .nav-dark-top a {
font-size: 14px;  
}
  
	.contact-center img {
    height: 25px;
    width: 34px;
  }
  
	.top-contact .flag img {
		height: 15px;
  }
  
	body {
		padding-top: 76px;
  }
  
	.card-flex--five .card-flex-item {
		width: 50%;
  } 

	.footer-logo {
		padding-right: 15px;
  }
  
	footer p {
		font-size: 12px;
  }
  
	.media-services .thumbnail {
		height: 130px;
		width: 130px;
  }
  
	.media-services.m-news p {
	  -webkit-line-clamp: 3;
	}

	#accordionFAQ .btn-link {
		font-size: 14px;
  }
  
	#accordionFAQ .btn-link .fa {
		top: 10px;
	}
}

@media screen and (max-width: 340px) {
	.desc-carousel h2 {
		font-size: 12px;
	}
}

.f-ai {
		position: fixed; 
		bottom: 70px; 
		right: 20px; 
		z-index: 9999;
}


.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-item {
    position: relative;
    height: 100vh;
}

.slider-image {
    height: 100%;
    width: 100%;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.slider-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.btn-primary {
    background: #ff6b00;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #ff8533;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive styles */
@media (max-width: 768px) {
    .hero-slider, .slider-item {
        height: 70vh;
    }
	.logo, .sticky .logo {
    width: 50px;
    height: auto;
		padding: 20px 0;
  }
    
    .slider-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-primary {
        padding: 12px 30px;
        font-size: 14px;
    }

	.f-ai {
		position: fixed; 
		bottom: 100px; 
		right: 20px; 
		z-index: 9999;
	}
}

@media (max-width: 480px) {
    .hero-slider, .slider-item {
        height: 50vh;
    }
    
    .slider-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .btn-primary {
        padding: 10px 25px;
        font-size: 12px;
    }
}


.aj-hero-video-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }
        #aj-hero-video {
            position: absolute;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0;
            object-fit: cover;
        }
        .aj-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        .aj-hero-content {
            text-align: center;
            color: white;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
        }
        .aj-hero-content h1 {
            font-size: 3.5rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            margin-bottom: 20px;
        }
        .aj-hero-content h2 {
            color: white;
            font-size: 1.8rem;
            margin-top: 20px;
        }
        .aj-hero-content p {
            color: white;
            font-size: 1.2rem;
            margin-top: 20px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .aj-hero-content .btn {
            font-size: 1.1rem;
            padding: 12px 30px;
            border-radius: 30px;
        }

        @media (max-width: 768px) {
            .aj-hero-content h1 {
                font-size: 2rem;
            }
            .aj-hero-content h2 {
                font-size: 1.4rem;
            }
            .aj-hero-content p {
                font-size: 1rem;
                padding: 0 15px;
            }
            .aj-hero-content .btn {
                font-size: 1rem;
                padding: 10px 20px;
            }
        }

        @media (max-width: 480px) {
            .aj-hero-content h1 {
                font-size: 1.8rem;
            }
            .aj-hero-content h2 {
                font-size: 1.2rem;
            }
            .aj-hero-content p {
                font-size: 0.9rem;
            }
            .aj-hero-overlay {
                padding: 10px;
            }
        }