@font-face{
	font-family: 'ProximaNova-Black';
	src:  url('../font/proximanova/ProximaNova-Black.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-Bold';
	src:  url('../font/proximanova/ProximaNova-Bold.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-BoldIt';
	src:  url('../font/proximanova/ProximaNova-BoldIt.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-Extrabold';
	src:  url('../font/proximanova/ProximaNova-Extrabold.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-Light';
	src:  url('../font/proximanova/ProximaNova-Light.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-LightItalic';
	src:  url('../font/proximanova/ProximaNova-LightItalic.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-Regular';
	src:  url('../font/proximanova/ProximaNova-Regular.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-RegularItalic';
	src:  url('../font/proximanova/ProximaNova-RegularItalic.otf') /* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-Semibold';
	src:  url('../font/proximanova/ProximaNova-Semibold.otf')/* Modern Browsers */
}
@font-face{
	font-family: 'ProximaNova-SemiboldItalic';
	src:  url('../font/proximanova/ProximaNova-SemiboldItalic.otf')/* Modern Browsers */
}

body p, span, h1, h2, h3{
	font-family: 'ProximaNova-Regular'
}

a {
	color: white;
}

.icon-icon-hotline {
    font-size: 1.175em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@media(max-width: 767.9px) {
	.icon-icon-hotline {
		margin-right: 0px;
    	margin-left: -6px;
	}
}

/* width */
.milestone-content::-webkit-scrollbar,.product-detail-col-tr::-webkit-scrollbar,.aboutus-panel-right::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.milestone-content::-webkit-scrollbar-track,.product-detail-col-tr::-webkit-scrollbar-track,.aboutus-panel-right::-webkit-scrollbar-track {
	background: white;
	box-shadow: inset -2px 0 4px rgba(0,0,0,0.3);
}

/* Handle */
.milestone-content::-webkit-scrollbar-thumb,.product-detail-col-tr::-webkit-scrollbar-thumb,.aboutus-panel-right::-webkit-scrollbar-thumb {
	background: #214491;
	border-radius: 30px;
}

/* Handle on hover */
.milestone-content::-webkit-scrollbar-thumb:hover,.product-detail-col-tr::-webkit-scrollbar-thumb:hover,.aboutus-panel-right::-webkit-scrollbar-thumb:hover {
	background: #214491;
}

#searchbar-input {
	border-radius: 20px;
	padding-right: 2rem;
	border: 2px solid white !important;
}

#searchform .input-group-append {
	position: absolute;
	right: 0;
}

#searchform .btn-outline-secondary {
	border: transparent !important;
}

#searchform .btn-outline-secondary:hover {
	background-color: transparent !important;
	cursor: pointer;
}

/*contact button*/
.feedback {
	background-color : #214592;
	color: white;
	font-family: 'ProximaNova-Regular';
	padding: 10px 20px;
	border-radius: 0;
	border-color: transparent;
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg);
  transform:rotate(270deg);
}

#contact-button {
	position: fixed;
	bottom: 50%;
	right: -50px;
	z-index: 9999;
}

.locale-nav .nav-link {
	display: inline-block;
}

@media (max-width: 767.9px) {
	#contact-button {
		position: fixed;
		bottom: 50%;
	}
}
/*end contact button*/

/*Navbar header css*/

.logo-header-mobile {
	display: none;
}

.navbar-first {
	background-color:#214592;
}

.navbar-second {
	background-color: black;
	padding-bottom: 0;
}

.navbar-second ul {
	margin: 0 25%;
}

.nav-item-second-bar {
	margin: 0 18px;
}

.nav-item-second-bar.active {
	border-bottom: 4px solid yellow;
}

.navbar-header {
	font-family: 'ProximaNova-Regular';
	font-size: 0.8rem;
	margin-right: 	5%;
}

.nav-item-searchbar {
	width: 175px;
}

.navbar-header2 {
	font-family: 'ProximaNova-Regular';
	font-size: 0.9rem;
}

.navbar-header a, .navbar-header2 a, .nav-link-second {
	color: white;
	text-decoration: none;
}

.nav-link-second {
	font-weight: 500;
}

.fa-phone-header {
	-ms-transform:rotate(90deg); /* IE 9 */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg);
  transform:rotate(90deg);
}

#searchbar-input {
	background-color: transparent;
	color: white;
	height: 32px;
}

#searchbar-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

.logo-header {
	position: absolute;
	left: 5rem;
	top: -20px;
	z-index: 200;
	box-shadow: 0 0rem 7rem rgba(0, 0, 0, 0.5);
}

.logo-header2 {
	position: absolute;
	left: -50px;
	top: -10px;
	z-index: 200;
	filter: drop-shadow(0px 1px 7px black);
}

@media (min-width: 768px) and (max-width: 894px) {
	.logo-header-mobile {
		display: block;
	}

	#header-ref-1 {
		display: none;
	}

	#header-ref-2 {
		margin: auto;
	}
}

@media (max-width: 768px) {
	.navbar-second {
		padding: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 767.9px) {
	.navbar-header, .navbar-header2 {
		margin-right: 0;
	}


	.logo-header-mobile {
		display: block;
	}

	#header-ref-1 {
		display: none;
	}

	#header-ref-2 {
		margin: auto;
	}

	.navbar-second ul {
		margin: 0;
	}

	.nav-item-searchbar	{
		width: unset;
	}

	#navbarid {
		max-width: 100% !important;
		padding: 10px 20px !important;
	}
}
/*Navbar header css end*/

/*Home Banner*/
.home-banner {
	background-image: url(../images/hometes.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	z-index: 1;
	filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.8));
	width: 1024px;
	height: 564px;
	background-position: center;
}

.home-left-banner {
	position: absolute;
	left: -160px;
	top: 0;
	z-index: -1;
}

.home-left-banner img {
	width: 740px;
	height: 600px;
}

.home-banner h2 {
	font-family: 'ProximaNova-Bold';
	letter-spacing: 7px;
}

.home-left-banner {
	width: 50%;
}
.home-banner .top-header-caption {
	width: 95%;
}
.home-arrow-nav {
	text-align: center;
	top: -97px;
	z-index: 1;
}
.home-arrow-nav:hover, .profile-arrow-nav:hover, .product-arrow-nav:hover {
	cursor: pointer;
}
.span-pdf:hover {
	cursor: pointer;
}
@media(min-width: 1400px) {
	.home-banner {
		background-position: center;
		/* background-position-y: -183px; */
	}
}
@media (min-width: 768px) {
	.top-header-caption {
		padding: 180px 257px;
	}
}

@media (max-width: 767.9px) {
	.home-banner {
		height: 450px;
		background-size: cover !important;
		padding: 20px;
	}

	.home-left-banner {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.home-left-banner img {
		width: 140%;
		height: 475px;
	}

	.home-arrow-nav {
		top: -40px;
	}

	.top-header-caption {
		padding: auto;
	}
}
/*End Home Banner*/

/*Oddysey row*/
.oddysey-row {
	background-image: url(../images/home-middle-shape.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -3rem;
	height: 780px;
	position: relative;
	z-index: 0;
}

.oddysey-image {
	padding-right: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 7rem;
}

.oddysey-content {
	margin: 26% 12%;
}

.oddysey-content h3{
	color: #214592;
}

.oddysey-content h4 {
	font-family: 'ProximaNova-Bold', sans-serif;
}

#home-odyssey-hr {
	width: 3em;
	text-align: left;
	margin-left: 0;
	border-top: 4px solid rgba(0, 0, 0, 1);
}

.btn-home-read {
	border-radius: 0;
	background-color: transparent;
	border: 2px solid #FBE60A;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.btn-home-read:hover {
	cursor: pointer;
	color: #7d7d7d;
}

.btn-highlight a:hover {
	color: #bfbfbf;
	text-decoration:none;
}

@media (min-width: 768px) and (max-width: 883px) {
	.home-banner .top-header-caption {
		width: 100%;
		padding: 150px;
	}
}

@media (max-width: 767.9px) {
	.oddysey-image {
		position: relative;
		top:unset;
		margin-top: 80px;
	}

	.oddysey-content {
		margin-top: 20%;
		margin-bottom: -45px;
	}

	.oddysey-row {
		background-image: unset;
		height: auto;
		margin-top: 1rem;
	}
}
/*End Oddysey row*/

/*vision mission row*/
.vm-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 200;
	margin-top: -150px;
	color: white;
}

.vm-left {
	background-image: url(../images/v-bg.jpg);
	background-size: cover;
}

.vm-right {
	background-image: url(../images/m-bg.jpg);
	background-size: cover;
}

.vm-left, .vm-right {
	padding: 30px;
	padding-left: 40px;
}

.vm-left h3, .vm-right h3 {
	font-family: 'ProximaNova-Semibold', sans-serif;
	letter-spacing: 2px;
}
.ol-home-mission {
	padding-left: 16px;
}
.ol-home-mission li {
	padding-left: 13px;
}
@media (max-width: 767.9px) {
	.vm-wrapper {
		z-index: 0;
		margin-top: 0;
		background-size: cover;
		padding: 0;
	}
}
/*end vision mission row*/

/*highlight rows*/
.service-wrapper {
	text-align: center;
	color: white;
	font-family: 'ProximaNova-Regular';
}

.service-row-2 {
	margin: auto;
	margin-top: 80px;
}

.service-row {
	background-image: url(../images/highlight-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 500px;
}

.highlights-row {
	color: #214592;
	font-family: 'ProximaNova-Regular';
	margin-top: 100px;
	margin-bottom: 10px;
	font-weight: 700;
}

.highlights-row h3 {
	font-family: 'ProximaNova-Bold', sans-serif;
}

#home-highlight-hr {
	border-top: 4px solid rgba(0, 0, 0, 1);
	width: 2em;
}


.highlight-1, .highlight-2, .highlight-3 {
	font-size: 0.8em;
}

.highlight-1 img, .highlight-2 img,.highlight-3 img {
	transform: scale(0.8,0.8);
}

.highlight-1:hover, .highlight-2:hover, .highlight-3:hover {
	cursor: pointer;
}

.highlight-1 {
	background-image: url(../images/highlight1.jpg);
	background-size: cover;
	background-color: gray;
	background-blend-mode: multiply;
	opacity: 1;
	padding: 20px;
	line-height: 200px;
	max-width: 523.2px;
}

.highlight-2 {
	background-image: url(../images/highlight2.jpg);
	background-size: cover;
	background-color: #214592;
	background-blend-mode: soft-light;
	opacity: 1;
	transition: all .2s ease-in-out;
	padding: 20px;
	transform: scale(1.377);
	z-index: 100;
	height:234px;
	max-width: 442.3px;
}

.highlight-3 {
	background-image: url(../images/highlight3.jpg);
	background-size: cover;
	background-color: gray;
	background-blend-mode: multiply;
	opacity: 1;
	padding: 20px;
	line-height: 200px;
}

.btn-highlight {
	padding: 0.175rem 0.75rem;
	margin-top: 20px;
}
.highlight-1 .hl-caption, .highlight-3 .hl-caption {
	display: none;
}

.hl-caption h5 {
	font-family: 'ProximaNova-Bold', sans-serif;
	letter-spacing:  2px;
}

.hl-caption {
	font-size: 0.8em;
}

.highlight-2 .hl-caption {
	display: block;
}

@media (max-width: 767.9px) {
	.highlight-1, .highlight-2, .highlight-3 {
		transform: scale(1);
	}
}
/*end highlight rows*/

/*service rows*/
.service-wrapper .col {
	border: 1px solid black;
}
.partners-row {
	background-image: url(../images/partner-bg.jpg);
	background-position-x: center;
	padding: 50px 0px;
}
.partners-col-1 {
	padding-left: 7em;
}
.partners-col-2 {
	line-height: 138px;
}
@media (max-width: 767.9px) {
	.partners-row {
		margin-top: 250px;
	}

	.partners-col-1 {
		padding-left: 1em;
	}
	.partners-col-2 {
		text-align: center;
	}
}
/*end service rows*/

/*pdf row*/
.pdf-row {
	background-image: url(../images/pdf-bg.jpg);
	height: 408px;
	background-repeat: no-repeat;
	background-size: cover;
}

.pdf-row .col-md-7 {
	padding-top: 105px;
	padding-left: 135px;
}

.pdf-row .col-md-5 {
	padding: 102px 0px;
}

.pdf-home-icon {
	vertical-align: sub;
}

@media (max-width: 767.9px) {
	.pdf-row .col-md-5 {
		text-align: right;
		padding: 0 20px 0 0
	}

	.pdf-row .col-md-7 {
		padding-top: 35px;
		padding-left: 40px;
	}
}
/*end pdf row*/

/*footer row*/
.footer {
	color: white;
	font-family: 'ProximaNova-Regular';
}

.footer-row-1{
	background-color: #214592;
	position: relative;
	padding: 15px 0;
}

.fr1-1 {
	text-align: right;
}

.fr1-1, .fr1-2, .fr1-3 {
	padding-top:32px;
	padding-bottom:32px;
}

.fr1-3 img {
    max-width: 210px;
}

.table-cell, .table-cell-2 {
	display: table-cell;
	float: left;
}

.table-cell-2 {
	padding-left: 12px;
	font-size: 0.8em;
	float: none;
}

.fa-socmed {
	margin: 0 10px;
}

.fa-socmed:hover {
	color: gray;
	cursor: default;
}

.contact-footer {
	background-image: url(../images/footer-contact-bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	top: -94px;
	text-align: right;
	padding-right: 0em;
	max-width: 30%;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.contact-footer {
		max-width: 45%;
	}
}

.contact-content {
	max-width: 240px;
	margin-top : 20px;
	margin-left: auto;
	margin-right: auto;
}

.footer-row-2 {
	background-color: black;
	font-size: 0.8em;
	padding: 12px 0;
	text-align: center;
}

.contact-footer input, .contact-footer textarea{
	border: none;
	background: transparent;
	border-bottom: 1px solid white;
	color: white;
}

#contactMessage1 {
	max-width: 174px;
}

.contact-footer input::placeholder {
	text-align: right;
	color: white;
	font-size: 0.7em;
}

.contact-footer textarea::placeholder {
	text-align: right;
	color: white;
	font-size: 0.7em;
}

.btn-contact-footer {
	color: white;
	padding: 0px 10px;
	font-size: 0.7em;
}

.ul-footer {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.ul-footer li {
	padding: 0 18px;
}

@media (min-width: 768px) and (max-width: 875px) {
	.contact-content {
		margin-right: 40px;
	}
}

@media (min-width: 768px) {
	.center-li {
		padding: 8px 0;
	}
}

@media (max-width: 767.9px) {
	.fr1-1{
		text-align: center;
	}

	.fr1-2 {
		padding-bottom: 20px;
	}

	.fr1-3 {
		padding-top: 0;
	}

	.fr1-3 img {
		max-width: 158px;
	}

	.contact-footer {
		background-image: url(../images/footer-contact-bg2.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		bottom: unset;
		right: unset;
		top: unset;
		text-align: right;
		padding: 0;
		max-width: 100%;
	}

	.contact-content {
		margin-top: 12px;
		max-width: 178px;
		margin: 30px 0;
		margin-left: auto;
		margin-right: 26px;
	}

	.footer-row-1{
		padding: 0 0;
	}

	.navbar-header li, .navbar-header2 li  {
		width: 100%;
		text-align: left;
	}
}
/*end footer row*/

/*PROFILE*/
/*profile Banner*/
.profile-banner {
	background-image: url(../images/profile-right-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'ProximaNova-Regular';
	color: white;
	filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.8));
	width: 1024px;
	height: 564px;
	background-position: center;
	z-index: 1;
}
.profile-banner .top-header-caption {
	width: 95%;
}
.profile-banner h2 {
	font-family: 'ProximaNova-Bold';
	letter-spacing: 7px;
}

.profile-left-banner {
	position: absolute;
	left: -160px;
	top: 0;
	z-index: -1;
}

.profile-left-banner img {
	width: 740px;
	height: 600px;
}
.profile-arrow-nav {
	text-align: center;
	top: -97px;
	z-index: 1;
}
@media (min-width: 768px) {
	.profile-banner .top-header-caption {
		padding: 180px 257px;
	}
}

@media (min-width: 768px) and (max-width: 883px) {
	.profile-banner .top-header-caption {
		width: 100%;
		padding: 150px;
	}
}

@media (max-width: 767.9px) {
	.profile-arrow-nav {
		top: -36px;
	}

	.profile-banner {
		height: 450px;
		background-size: cover !important;
		padding: 20px;
	}

	.profile-banner .top-header-caption {
		padding: auto;
	}

	.profile-left-banner {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.profile-left-banner img {
		width: 68%;
		height: 475px;
	}
}
/*End Profile Banner*/

/*PROFILE ABOUT US*/
.aboutus-row {
	font-family: 'ProximaNova-Regular';
	color: #214592;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.aboutus-row h2{
	font-family: 'ProximaNova-Bold', sans-serif;
}
.profile-aboutus-hr {
	width: 2em;
	border-top: 7px solid rgba(0, 0, 0, 1);
}
.aboutus-panel-wrapper {
	height: 535px;
	padding: 25px 30px;
	max-width: 1118px;
}

.aboutus-panel-left {
	background-image: url('../images/profile.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 480px;
}
.aboutus-panel-right {
	height: 480px;
	overflow: auto;
}
.tab-content {
	padding: 20px 0px;
}
.tab-about-content {
	padding: 10px;
}
.profile-pills-a {
	color: black;
	margin: 0 1em;
	border-radius: 0 !important;
	background-color: transparent;
	border-bottom: 4px solid #214592;
	font-family: 'ProximaNova-Regular';
	font-size: 0.8em;
}

.profile-pills-a.active {
	border-radius: 0;
	background-color: #214592 !important;
	font-family: 'ProximaNova-Regular';
}

.tab-about-content h3 {
	font-family: 'ProximaNova-Bold';
	color: #214592;
}

.tab-about-content hr {
	width: 2em;
	border-top: 7px solid rgba(0, 0, 0, 1);
	margin-left: 0;
}
@media (max-width: 767.9px) {
	.aboutus-panel-wrapper {
		height: 760px;
	}
	.aboutus-panel-left {
		height: 240px;
	}
	.aboutus-panel-right {
		padding: 0;
	}
}
/*END PROFILE ABOUT US*/

/*PROFILE MILESTONE*/
.milestone-row {
	font-family: 'ProximaNova-Regular';
	color: #214592;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.milestone-row h2 {
	font-family: 'ProximaNova-Bold', sans-serif;
}
.profile-milestone-hr {
	width: 2em;
	border-top: 7px solid rgba(0, 0, 0, 1);
}
.milestone-panel-row {
	position: relative;
	background-image: url('../images/profile-milestone-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.milestone-panel-wrapper {
	height: 430px;
	padding-right: 0;
	padding-left: 0;
	background-color: white;
	max-width: 1118px;
}
.milestone-panel {
/* 	background-image: url(../images/milestone/milestone1-crop.png);
    background-size: contain;
    background-position: center;
    height: 480px;
    background-repeat: no-repeat;
    transform: scale(1.1, 1.1);
    max-width: 681px !important;
    max-height: 648px !important;
    right: 0;
    position: absolute; */
    position: relative;
    background-color: white;
}
.milestone-image-wrapper {
	position: absolute;
    left: 88px;
    top: 0;
    width: 100%;
    transform: scale(1.5,1.1);
    max-width: 432px;
}

@media (min-width:1201px) {
	.milestone-image-wrapper {
    	transform: scale(1.5,1.1);
    	left: 120px;
	}
}

@media (min-width:1122px) and (max-width:1200px) {
	.milestone-image-wrapper {
    	transform: scale(1.4,1.1);
    	left: 63px;
	}
}

@media (min-width:1024px) and (max-width:1121px) {
	.milestone-image-wrapper {
    	transform: scale(1.3,1.1);
    	left: 48px;
	}
}
@media (min-width:889px) and (max-width:1023px) {
	.milestone-image-wrapper {
    	transform: scale(1.2,1.1);
    	left: 22px;
	}
}
@media (min-width:768px) and (max-width:888px) {
	.milestone-image-wrapper {
    	transform: scale(1,1.1);
    	left: 0;
	}
}

.milestone-image-wrapper img {
	height: 440px;
}

.milestone-nav:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 12px;
	z-index: 0;
	background-image: url(../images/pic-nav-bg.png);
	transform-origin: bottom left;
	-ms-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(16deg, 0deg);
}
.milestone-nav {
	position: absolute;
    bottom: 0;
    left: 21%;
    padding: 10px;
    width: 170px;
    height: 47px;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 0.85em;
}
.milestone-nav span {
	position: absolute;
}
.nav-right {
	margin-left: 20px;
}
#urutanspan, #urutanspanmobile {
	left: 30%;
}
#urutanspan2, #urutanspanmobile2 {
	left: 36%;
}
.milestone-content {
	max-height: 415px;
	overflow-y: auto;
	margin-top: 10px;
	direction: rtl;
	padding-left: 20px;
}
#mcontent p {
	direction: ltr;
	text-align: justify;
}
.timeline-row {
	margin-top: 100px;
	margin-bottom: 200px;
	max-width: 824px;
	margin-left: auto;
	margin-right: auto;
}
.timeline-bar {
	height: 6px;
	background: #214592;
	width: 627px;
	position: relative;
	top: 13px;
	left: 0;
}
.timeline {
	white-space:nowrap;
	padding:30px 0 10px 0;
	position:relative;
}


.entry.active {
	color:#FBE60A;
}



.milestone-mobile-display {
	display: none;
}

@media(min-width: 320px) and (max-width:611px) {
	.timeline-row {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	/*TIMELINE BAR*/
	.timeline-bar {
	    height: 6px;
	    background: #214592;
	    width: 260px;
	    position: relative;
	    top: 13px;
	    left: 0;
	}

	.timeline {
	    overflow-x: hidden;
	}
	/*END TIMELINE BAR*/
}

@media (max-width: 767.9px) {
	.milestone-nav:before {
		transform: skew(0,0);
		left: 0;
	}
	.milestone-image-wrapper {
		transform: unset;
	}
	.milestone-img {
		width: 100%;
		float: right;
	}
	.milestone-lg-display {
		display: none;
	}
	.milestone-mobile-display {
		display: block;
	}
	.milestone-mobile-row {
		height: 354px;
		margin-top: 40px;
	}
	.milestone-mobile-display {
		height: 100%;
	}
	.milestone-mobile-display .milestone-nav {
		left: 0;
	}
	.milestone-mobile-display .milestone-image-wrapper  {
		left: 0;
		max-width: unset;
	}

    .milestone-image-wrapper img {
		height: auto;
    }
    .mstone-inner-wrapper {
    	display: grid;
    }
}
.milestone-navigation {
	position: absolute;
	bottom: 0;
	right: 26em;
}
/*END PROFILE MILESTONE*/

/*END PROFILE PAGE*/

/*SERVICE PAGE*/
/*SLIDER ROW*/
.service-slider-wrapper {
	position: relative;
	padding: 0;
}
.service-slider-caption {
	position: absolute;
	bottom: 2%;
	left: 66px;
	font-size: 1rem;
	max-width: 208PX;
}
@media (max-width: 767.9px) {
	.service-slider-caption {
		font-size: 1.5vw;
		left: 9%;
		bottom: 4%;
		max-width: 130px;
	}
}
/*ENDSLIDER ROW*/
/*SERVICE CONTENt ROW*/
.service-content-row {
	background-image: url(../images/service-middle-bg.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 150px;
	box-shadow: 0 0rem 7rem rgba(0, 0, 0, 0.5) !important;
}
.service-content-wrapper {
	padding: 65px 0;
}
.service-content-left {
	background-image: url(../images/service-left-content.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 501px;
}
.service-content-right{
	font-family: 'ProximaNova-Regular';
}
.service-content-right .inner-content {
	margin: 135px 53px;
}
.service-content-right h3 {
	font-family: "ProximaNova-Bold";
}
.service-content-right h3, .service-content-right h4 {
	color: #214592;
}

.service-content-right hr {
	border-top: 4px solid rgba(0, 0, 0, 1);
	width: 1.5em;
	margin-left: 0;
}

@media (max-width: 767.9px) {
	.service-content-row {
		background-image: unset;
	}
	.service-content-left {
		height: 301px;
		background-position: top;
	}
	.service-content-right .inner-content {
		margin: 50px 53px;
	}

}
/*END SERVICE CONTENT ROW*/
/*END SERVICE PAGE*/

/*AFTERSALES PAGE*/
.aftersales-content-row {
	background-image: url(../images/aftersales-middle-bg.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 150px;
	box-shadow: 0 0rem 7rem rgba(0, 0, 0, 0.5) !important;
}
.aftersales-content-wrapper {
	padding: 65px 0;
}
.aftersales-content-left {
	background-image: url(../images/aftersales-left-content.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 501px;
}
.aftersales-content-right{
	font-family: 'ProximaNova-Regular';
}
.aftersales-content-right .inner-content {
	margin: 135px 53px;
}
.aftersales-content-right h3 {
	font-family: "ProximaNova-Bold";
}
.aftersales-content-right h3, .aftersales-content-right h4 {
	color: #214592;
}

.aftersales-content-right hr {
	border-top: 4px solid rgba(0, 0, 0, 1);
	width: 1.5em;
	margin-left: 0;
}

@media (max-width: 767.9px) {
	.aftersales-content-row {
		background-image: unset;
	}
	.aftersales-content-left {
		height: 301px;
		background-position: center;
	}
	.aftersales-content-right .inner-content {
		margin: 50px 53px;
	}

}
@media (min-width:768px) and (max-width:987px) {
	.aftersales-slider-caption {
		font-size: 1.4vw;
	}
}
/*END AFTERSALES PAGE*/
/*CONTACT PAGE*/
.contact-content-row {
	box-shadow: 0 0rem 7rem rgba(0, 0, 0, 0.5);
	padding: 40px 0;
	text-align: center;
}
.contact-content-row h4, .contact-form-wrapper h4 {
	color: #214592;
}
.contact-content-row hr, .contact-form-wrapper hr {
	border-top: 4px solid rgba(0, 0, 0, 1);
	width: 1.5em;
}
.address-row {
	height: 270px;
	position: relative;
}
.address-wrapper {
	position: absolute;
	background-color: #252525;
	color: white;
	font-family: 'ProximaNova-Regular';
	top: -150px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 70px;
	padding-right: 70px;
}
.address-wrapper .fas {
	color: #FAE50A;
}
.address-wrapper .dropdown-toggle {
	color: white;
}
.address-wrapper hr {
	border-top: 4px solid white;
	width: 1.5em;
	margin-left: 0;
}
.address-col-2 {
	max-width: 7.666667%;
}
.bandung-row {
  margin-top: 33px;
}
.address-text {
	font-size: 0.9em;
}
.contact-socmed-row {
	margin-top: 20px;
}
.contact-form-row {
	background-image: url('../images/contact-send-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
	text-align: center;
	margin-top: 6em;
}
@media(max-width: 767.9px) {
	.contact-form-row {
		margin-top: 12em;
	}
}
.contact-form-2, .contact-form-3, .contact-form-5 {
	margin-top: 20px;
}
.contact-form-4 {
	margin-top: 10px;
}
.contact-form-4 {
	text-align: right;
}
.btn-contact-form {
	border-radius: 0;
	background-color: transparent;
	border: 2px solid #FBE60A;
	font-family: 'ProximaNova-Regular';
}
.btn-contact-form:hover {
	cursor: pointer;
}
.contact-form-wrapper input, .contact-form-wrapper textarea, .contact-form-wrapper select {
	background-color: #F0F0F0;
	color: darkslategray;
	border: none;
	box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus, .contact-form-wrapper select:focus {
	border: none;
}
@media (max-width: 767.9px) {
	.jakarta-row {
		margin-top: 33px;
	}
	.address-row {
		height: 470px;
	}
	.address-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*END CONTACT PAGE*/
/*PRODUCT PAGE*/
.product-banner {
	background-image: url(../images/product-right-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'ProximaNova-Regular';
	color: white;
	width: 1024px;
	height: 564px;
	background-position: center;
	filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.8));
	z-index: 1;
}

.product-left-banner {
	position: absolute;
	left: -160px;
	top: 0;
	z-index: -1;
}

.product-left-banner img {
	width: 740px;
	height: 600px;
}

.product-banner h2 {
	font-family: 'ProximaNova-Bold';
	letter-spacing: 7px;
}

.product-banner .top-header-caption {
	width: 95%;
}

.product-arrow-nav {
	text-align: center;
	top: -97px;
	z-index: 1;
}

.products-row {
	margin-top: 50px;
	margin-bottom: 200px;
}

.product-col {
	text-align: center;
	margin-top: 50px;
	margin-bottom: -18px;
}

.product-content {
	position: relative;
}

.product-col img {
	width: 100%;
}

.product-image-caption {
	font-family: 'ProximaNova-Regular';
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0.94em;
	font-weight: 700;
	padding: 0px 15px;
	background-color: rgba(0,0,0,0.6);
	margin: auto;
	height: 50px;
	line-height: 14px;
}
.product-image-caption.search-prd {
	line-height: 45px;
}

.prd-caption-div {
	margin: 12px;
}

.product-image-caption-hover {
	display: none;
	font-family: 'ProximaNova-Regular';
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.2em;
	padding: 40% 2px;
	background-color: rgba(0,0,150,0.6);
	margin: auto;
	height: 100%;
	opacity: 0.5;
}

.product-image-caption-hover:hover {
	opacity: 1;
	transition: .5s ease;
}

.product-list-detail-col.active .product-image-caption-hover{
	opacity: 1;
}

@media (min-width: 768px) {
	.product-banner .top-header-caption {
		padding: 180px 257px;
	}
}

@media (min-width: 768px) and (max-width: 883px) {
	.product-banner .top-header-caption {
		width: 100%;
		padding: 150px;
	}
}

@media (max-width: 767.9px) {
	.product-banner {
		height: 450px;
		background-size: cover !important;
		padding: 20px;
	}

	.product-image-caption-hover {
		padding: 30% 0;
	}

	.product-banner .top-header-caption {
		padding: auto;
	}

	.products-row {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.product-left-banner {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.product-left-banner img {
		width: 68%;
		height: 475px;
	}
}
/*END PRODUCT PAGE*/
/*PRODUCT DETAIL PAGE*/
.product-title-row {
	max-width: 1024px;
	margin: 100px auto 50px;
	margin-bottom: 0;
}
.product-title-col {
	text-align: center;
	color: #244793;
	margin-bottom: 30px;
	position: relative;
}
.product-title-col hr {
	width: 2em;
	border-top: 7px solid rgba(0, 0, 0, 1);
}
.product-desc-row {
	text-align: left;
	padding: 0 10px;
	max-width: 1024px;
}
.product-detail-row {
	margin-bottom: 25px;
	margin-top: 75px;
}
.prd-wrapper {
	margin-bottom: -75px;
}
@media(max-width: 769.9px) {
	.product-detail-row {
		margin-bottom: 50px;
		margin-top: auto;
	}
	.prd-wrapper {
		margin-bottom: auto;
	}
}

.detail-row-close {
    position: absolute;
    top: 2px;
    right: 15px;
}

.detail-row-close:hover {
	cursor: pointer;
}

.product-detail-col {
	padding: 30px;
	max-width: 939px;
}
.prd-hover {
	padding: 29% 2px;
}
.pd-text-content h3 {
	color: #244793;
}
.shop-our-catalog {
	border: 4px solid #FBE60A;
    margin-top: 20px;
    color: #7d7d7d;
    flex: 0 0 54.333333%;
    max-width: 54.333333%;
    text-align: center;
}
.shop-our-catalog:hover {
	cursor: default;
	color: #7d7d7d;
}
/* .product-detail-col-tr {
	max-height: 255px;
	overflow-y: auto;
} */
.pd-img-content {
	position: relative;
}
.pd-nav {
	position: absolute;
	color: black;
	bottom: -1px;
	background-image: url(../images/pic-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	background-position-x: -40px;
}
.prd-h2 {
	max-width: 60%;
	margin: auto;
}
#share-prd-span {
	margin-left: 10px;
}
.prd-thumbnail-col {
	margin: 10px 0;
}
.prd-share-col {
	margin: 20px 0;
}
.prd-share-col span:hover {
	cursor: default;
}
.prd-thumbnail-col img:hover {
	cursor: pointer;
}
.prd-thumbnail {
	width: 100px;
	height: 100px;
	margin: 10px;
	border-bottom: 4px solid #FBE60A;
}
.product-list-detail-col {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-list-detail-col:hover,.fa-angle-left:hover, .fa-angle-right:hover   {
	cursor: pointer;
}
.product-detail-row {
	display: none;
}
.product-list-col {
	max-width: 939px;
	margin-bottom: 40px;
}
.back-to-button {
	border: 4px solid #FBE71B;
	margin: auto;
}
.back-to-button:hover {
	cursor: pointer;
}
.back-to-button-col {
	text-align: center;
	position: absolute;
	min-width: 160px;
}
.back-to-button-left {
	padding: 15px;
	line-height: 7px;
}
.back-to-button-right {
	padding: 2px;
	line-height: 15px;
	padding-top: 6px;
}
.back-to-button-right a {
	color: black;
}
.product-list-row {
	margin-bottom : 200px;
}
@media (max-width: 767.9px) {
	.product-list-detail-col img {
	    width: 100%;
	    height: auto;
	}

	.shop-our-catalog  {
		max-width: 100%;
	}

	.product-title-row {
		margin-top: 50px;
	}
	.product-desc-row {
		padding: 0 20px;
	}
	.prd-h2 {
		max-width: 100%;
		margin: auto;
	}
	.prd-thumbnail {
		width: 75px;
		height: 75px;
	}
	.back-to-button-col {
		margin-bottom: 30px;
		position: relative;
	}
	.back-to-button {
		width: 228px;
	}
	.product-detail-col-tr {
		margin-top: 15px;
	}
}
@media (max-width: 320px) {
	.prd-thumbnail {
		width: 50px;
		height: 50px;
	}
}
/*END PRODUCT DETAIL PAGE*/
/*SEARCH PRODUCT PAGE*/
.search-title-row {
	margin: 50px 0;
}

.search-products-row {
	min-height: 510px;
	padding: 20px 0;
	margin-top: 50px;
	margin-bottom: 200px;
}


/*END SEARCH PRODUCT PAGE*/
/*CAROUSEL ARROW*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 40px;
	width: 40px;
	outline: black;
	background-size: 100%, 100%;
	border-radius: 50%;
	background-image: none;
	background-color: #BAB4A8;
}

.carousel-control-next-icon:after
{
	content: '>';
	font-size: 1.8em;
	color: black;
	font-weight: 700;
	font-family: "Font Awesome\ 5 Free";
	content: "\f105";
}

.carousel-control-prev-icon:after {
	font-size: 1.8em;
	color: black;
	font-weight: 700;
	font-family: "Font Awesome\ 5 Free";
	content: "\f104";
}

.carousel-control-prev, .carousel-control-next {
	width: 20%;
	opacity: 0.8;
}

/* .carousel-inner {
	max-height:564px;
} */

.carousel-inner {
	margin-top: -2em;
}

@media(max-width: 767.9px) {
	.carousel-inner {
		margin-top: 0em;
	}
}

.carousel-item img {
	max-width:100%;
	max-height:100%;
}

.arrowhide .carousel-control-prev, .arrowhide .carousel-control-next {
	display: none;
}

#nav-item-aftersales {
	text-align: center;
}

@media(max-width:991px) {
	#nav-item-aftersales {
		text-align: left;
	}
	.navbar-second ul {
	    margin: 0;
	}
}
/*END CAROUSEL ARROW*/

/*VERTICAL CAROUSEL*/
/* .vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
} */
/*END VERTICAL CAROUSEL*/
.nav-wrapper {
	z-index:2031;
}
.nav-wrapper-2 {
	z-index:2030;
}
.email-help2 {
    background-color: rgba(33, 69, 146, 0.5);
    padding: 10px;
    margin: 15px 0;
}
#colmailnotif {
	line-height: 38px;
	text-align: left;
}
@media (max-width: 767.9px){
	#colmailnotif {
		line-height: inherit;
		max-width: 320px;
	}
}
.form-control:focus {
	box-shadow: none;
}

#demo .alt-label {
	display: none;
}
@media (max-width: 767.9px) {
	#demo{
		margin-bottom: 100px;
	}
}

.refreshcapctha:hover {
	cursor: pointer;
}

.notextdec:hover {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
