@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

::selection {
	color: #f28b00;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #999999;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	background: #636d7f;
	border-radius: 8px;
}

.button-old::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #f28b00;
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-moz-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-ms-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-o-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	transition: all 400ms cubic-bezier(.33, .68, .59, .99);
}

.button a {
	display: block;
	position: relative;
	line-height: 40px;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}

.button:hover::after {
	height: 100%;
}

.button:hover a {
	color: #FFFFFF !important;
}

.section_title {
	padding-top: 50px;
	margin-bottom: 30px;
}

.section_title h2 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
}

.section_title_about h2 {
	font-size: 36px;
	font-weight: 600;
	color: #636d7f;
}

.section_title2::before {
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 54px;
	height: 3px;
	background: #f28b00;
	content: '';
}

.section_title_light h2 {
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #6ba9cd !important;
	z-index: 100;
	color: #fff;
}

.header.scrolled {
	background: #6ba9cd !important;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	background: #000f9f;
}

.top_bar_content {
	width: 100%;
	height: 48px;
	padding-left: 214px;
}

.top_bar_item {
	margin-left: 33px;
}

.top_bar_item a {
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_item:first-child {
	margin-left: 37px;
}

.emergencies {
	height: 100%;
	background: #f28b00;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 38px;
	padding-right: 38px;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
	width: 100%;
}

.header_content {
	width: 100%;
	height: 80px;
}

.header.scrolled .header_content {
	height: 80px;
}

.main_nav ul li {
	display: inline-block;
}

.main_nav ul li:not(:first-child) {
	margin-left: 15px;
}

.main_nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.main_nav .dropdown-item {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 24px;
	color: #626d7f;
}

.search {
	display: none;
	cursor: pointer;
}

.search i {
	font-size: 24px;
	color: #626d7f;
}

.icon-button {
	background: none;
	border: none;
	margin-left: 10px;
}

.icon-button i {
	color: white;
	font-size: 1.5rem;
}

.search-input {
	max-width: 250px;
	border-radius: 50px 0px 0px 50px !important;
	height: 39px;
}

.search-btn {
	border-radius: 0px 50px 50px 0px !important;
	border-bottom: solid 1px #262d38;
	overflow: hidden;
	color: #fff;
	padding: 6px 14px 11px 8px;
	height: 39px;
}

.nav-link {
	padding: 6px;
}

.blur-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(78, 194, 240, 0.5);
	backdrop-filter: blur(4px);
	z-index: 1;
	display: none;
}


/*********************************
3.3 Logo
*********************************/

.logo_container_outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.logo_container {
	position: absolute;
	top: 0;
	left: 15px;
	width: 250px;
	height: 177px;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header .logo_container {
	top: -10px;
	height: 120px;
}

.logo_container a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.logo_content {
	width: 100%;
	padding-left: 0px;
}

.logo_line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #f28b00;
}

.logo {
	margin-top: 33px;
}

.logo span {
	color: #f28b00;
}

.logo_container a .logo:hover {
	color: #000f9f;
}

.logo_text {
	font-size: 30px;
	font-weight: 500;
	color: #000f9f;
	line-height: 0.75;
}

.logo_box {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #f28b00;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}

.logo_sub {
	font-size: 14px;
	font-weight: 400;
	color: #8f8e8e;
	padding-left: 3px;
	margin-top: 2px;
}

/*********************************
4. Menu
*********************************/

.menu_container {
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.menu_container.active {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.menu {
	position: absolute;
	top: 150px;
	left: 0;
	padding-left: 15%;
}

.menu_inner {
	width: 100%;
	height: 100%;
}

.menu_list {
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}

.menu_container.active .menu_list {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.menu_item {
	margin-bottom: 5px;
}

.menu_item a {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #626d7f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_item a:hover {
	color: #ffb606;
}

.menu_close_container {
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #f28b00;
}

.menu_extra {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
	padding-bottom: 25px;
}

.menu_appointment a {
	font-size: 13px;
	color: #000f9f;
}

.menu_emergencies {
	font-size: 13px;
	color: #272727;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 800px;
}

.home_slider_container {
	width: 100%;
	height: 100%;
}

.home_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_slider_progress {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #f28b00;
	z-index: 1;
}

.home_content {
	position: absolute;
	top: 39.8%;
	left: 0;
	width: 100%;
}

.home_content_inner {
	width: 550px;
}

.home_title h1 {
	font-size: 59.24px;
	font-weight: 900;
	color: #272727;
	line-height: 1.0398;
}

.home_text {
	padding-right: 20px;
	margin-top: 10px;
	padding-left: 3px;
}

.home_text p {
	font-size: 16px;
	font-weight: 500;
	color: #747474;
	line-height: 1.75;
}

.home_button {
	margin-top: 34px;
	margin-left: 3px;
}

.border-carousel {
	background: #145a6e;
	background: linear-gradient(90deg, rgba(20, 90, 110, 1) 0%, rgba(112, 212, 255, 1) 100%, rgba(237, 221, 83, 1) 100%);
	/*border-bottom: 20px solid rgba(255, 255, 255, 0.3);*/
	;
}


.carousel-indicators {
	bottom: 16px;
}

.slick-dots{
	margin-bottom: 5px !important;
}

.carousel-indicators [data-target] {
	background-color: #ffffff;
	border-radius: 10px;
	border:none;
	width: 40px;
	height: 5px;
	margin: 0 4px;
	opacity: 1;
}

.backgroundGey {
	background-color: #9a9b9d;
	height: 473px;
}

.backgroundGey .fa-long-arrow-right {
	font-size: 20px;
	color: #fff !important;
}

.backgroundGey .fa-long-arrow-left {
	font-size: 20px;
	color: #fff !important;
}

.carousel-indicators .active {
	background-color: #3eb3cc;
	opacity: 2;
}

.carousel-inner-product {
	margin-top: 100px;
	bottom: 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.carousel-inner-product img {
	max-height: 400px;
	object-fit: cover;
	border-radius: 10px;
	height: 294px;
}

.btn-produk {
	background-color: #262d38;
	color: white;
	padding: 8px 30px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}

.stylePrev,
.styleNext {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 50%;
	top: auto;
	bottom: 0;
}

.stylePrev {
	left: 21px;
}

.styleNext {
	right: 21px;
}


/* rekomendasi product */
.rekomendasi-produk {
	background-color: #cfeffc !important;
}

.product-carousel .card {
	border-radius: 12px;
	border: 1px solid #00bcd4;
	overflow: hidden;
	margin: 10px;
}

.product-carousel .card img {
	height: 200px;
	object-fit: cover;
}

.product-carousel .card {
	background-color: #76bbe3;
	color: white;
	height: 21rem;
}

.product-carousel .card-title {
	font-weight: bold;
}

.card-title{
	margin-bottom:10px !important;
}

.product-carousel .btn {
	background-color: #ffffff;
	color: #03a9f4;
	border: none;
	font-weight: 600;
}

.slick-slider {
	position: relative !important;
	padding-bottom: 60px !important;
	/* ruang untuk tombol dan dots */
}

.slick-dots {
	position: absolute !important;
	bottom: 10px !important;
	width: 100% !important;
	display: flex !important;
	padding: 16px !important;
	margin: -10px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 27px !important;
}

.slick-dots li {
	display: inline-block !important;
	padding: 0 !important;
}

.slick-dots li button {
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	width: 40px !important;
	height: 5px !important;
	padding: 0px !important;
	cursor: pointer !important;
	color: red !important;

}

/* Tombol prev dan next di kiri dan kanan dots */
.slick-prev,
.slick-next {
	position: absolute !important;
	bottom: 0 !important;
	top: auto !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	border: 1px solid #6d6d6d !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10 !important;
}

.slick-prev {
	left: 20% !important;
}

.slick-next {
	right: 20% !important;
}

.slick-prev::before,
.slick-next::before {
	color: #555 !important;
	font-size: 20px !important;
	content: '' !important;
}

.slick-dots li button:before {
	/* color: #bbb; */
	opacity: 1 !important;
	width: 40px !important;
	height: 4px !important;
	border-radius: 10px !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
	color: transparent !important;
	background-color: #03a9f4 !important;
}

.slick-dots li button:before {
	font-family: 'slick' !important;
	font-size: 6px !important;
	line-height: 20px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	text-align: center !important;
	color: transparent !important;
	background-color: #9a9b9d !important;
	-webkit-font-smoothing: antialiased !important;
}

/*********************************
Berita
*********************************/

.berita-carousel .card {
	overflow: hidden;
	margin: 10px;
	background-color: #4e5665;
	color: white;
	height: 405px;
	border: 1px solid #ddd;
}

.berita-carousel .card .card-date {
	font-size: 13px;
	margin: 0;
	font-weight: 100;
	color: #fff;

}

.berita-carousel .card .card-title {
	font-size: 16px;
	color: #333;
	color: #fff;
	line-height: 1.25;

}

.berita-carousel .card .card-text {
	font-weight: 400;
	color: #fff;
}

.berita-carousel .slick-prev::before,
.berita-carousel .slick-next::before {
	color: red !important;
	font-size: 20px !important;
	content: '' !important;
}

.fa-long-arrow-left {
	font-size: 20px;
	color: #8e8e8e !important;
}

.fa-long-arrow-right {
	font-size: 20px;
	color: #8e8e8e !important;
}

.berita-carousel .card .card-img {
	width: 100%;
	object-fit: cover;
	height: 140px;
}


/*********************************
 Logos
*********************************/
.logos {
	background-color: #262d38;
}

.logos .img-fluid {
	max-width: 210px;
	height: 100%;
	/* filter: brightness(0) invert(1); */
	/* agar logo putih, jika hitam transparan */
	padding: 15px;
}

.logos .images-logos {
	float: none;
	flex-wrap: wrap;
}

/*********************************
6. Boxes
*********************************/

.boxes {
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 25px;
	padding-top: 25px;
}

.box_col {
	margin-top: 20px;
}

.box {
	width: 100%;
	height: 287px;
	background: #fff;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box-old::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #f28b00;
	content: '';
}

.box-old:hover {
	box-shadow: 0px 15px 49px rgba(0, 0, 0, 0.59);
}

.box_title {
	font-size: 28px;
	font-weight: 900;
	color: #636d7f;
	margin-top: 11px;
	text-align: center;
}

.working_hours {
	padding-top: 29px;
	padding-right: 60px;
}

.working_hours_list {
	margin-top: 10px;
}

.working_hours_list p {
	color: #999999;
}

.box_appointments p {
	color: #fff;
}

.working_hours_list ul li {
	font-size: 14px;
	color: #999999;
}

.working_hours_list ul li:not(:last-child) {
	margin-bottom: 10px;
}

.box_icon {
	width: 50px;
	height: 50px;
	background-color: #98a4b4;
	color: #fff;
	font-size: 35px;
	margin-top: 10px;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 25px;

}

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

.box_text {
	font-size: 13px;
	line-height: 1.5;
	color: #999999;
	font-weight: 400;
	margin-top: 5px;
	text-align: center;
}

.box_phone {
	font-size: 30px;
	font-weight: 400;
	color: #f28b00;
	margin-top: 20px;
}

.box_appointments {
	padding-right: 30px;
}

.box_emergency {
	padding-right: 30px;
}

.box_emergency_text {
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}

/*********************************
7. About
*********************************/

.about {
	width: 100%;
	background-color: #d2f0fb;
}

.about_text {
	/* margin-top: 34px; */
	margin-bottom: 34px;
}

.carrier-carousel img {
	padding: 25px;
	width: 100% !important;
}

.carrier-carousel .slick-slider {
	padding-top: 43px !important;
}

.about .judul-karir {
	padding-top: 15px;
}


.about_button {
	margin-top: 45px;
}

.about_image {
	position: absolute;
	right: 0;
	bottom: 0;
}

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

.about .styleBrosour {
	background-color: #9edbff;
}

.btn-success-custom {
	background-color: #69d357;
	color: #fff;
	cursor: pointer;
	border-color: #69d357;
}

button {
	cursor: pointer;
}





/*********************************
7. About
*********************************/

.carrier {
	width: 100%;
	padding-top: 45px;
	background-color: #fff;
}

.carrier_text {
	margin-top: 34px;
	margin-bottom: 34px;
}

.carrier_button {
	margin-top: 45px;
}

.carrier_image {
	position: absolute;
	right: 0;
	bottom: 0;
}

.carrier .about_images {
	margin-top: 26px;
	margin-bottom: 10px;
}

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

.carrier .styleBrosour {
	background-color: #9edbff;
}

.detail-karir {
	padding-top: 105px;
	padding-bottom: 85px;
}

.carrier-carousel {
	overflow: hidden;
}

.carrier-carousel .images {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*********************************
8. Departments
*********************************/

.departments {
	width: 100%;
	background: transparent;
	padding-top: 60px;
	padding-bottom: 55px;
}

.departments_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #262d38;
}

.departments_row {
	margin-top: 79px;
}

.dept_col {
	margin-bottom: 30px;
}

.dept {
	width: 100%;
	height: 100%;
}

.dept_image {
	width: 100%;
}

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

.dept_content {
	padding-top: 48px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 55px;
	background: #FFFFFF;
}

.dept_content::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f28b00;
	content: '';
}

.dept_title {
	font-size: 28px;
	font-weight: 700;
	color: #636d7f;
}

.dept_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #afafaf;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 40px;
}

.dept_text p {
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}

.dept_button {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}

.dept_button a {
	color: #272727;
}

/*********************************
9. Services
*********************************/

.services {
	width: 100%;
	background: #afd9fc;
	padding-top: 45px;
	padding-bottom: 45px;
}

.services2 {
	width: 100%;
	background: white;
	padding-top: 45px;
	padding-bottom: 45px;
}

.services_row {
	margin-top: 50px;
}

.service_col {
	margin-bottom: 30px;
}

.service {
	width: 100%;
	height: 100%;
	background: #4e5665;
	padding-bottom: 35px;
}

.service2::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #f28b00;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service:hover::after {
	visibility: visible;
	opacity: 1;
}

.service_icon {
	height: 300px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.service_icon svg {
	width: 61px;
	height: 61px;
}

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

.svg path,
.svg rect,
.svg polygon {
	fill: #f28b00;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon {
	fill: #FFFFFF;
}

.service_text {
	margin-top: 16px;
}

.service_text p {
	color: #696969;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service_title {
	font-size: 16px;
	font-weight: 800;
	color: #232323;
	margin: 15px 15px 5px 20px;
}

.service_title2::before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #f28b00;
	content: '';
}

.service_title {
	color: #FFFFFF;
}

.service_text p {
	color: rgba(255, 255, 255, 0.65);
}

/*********************************
10. CTA
*********************************/

.cta {
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}

.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta_content {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.cta_content h2 {
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}

.cta_content p {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}

.cta_button {
	margin-top: 38px;
}

/*********************************
11. Footer
*********************************/

.footer {
	width: 100%;
}

.footer_container {
	width: 100%;
	color: #262d38;
	background-color: #fff;
	padding-bottom: 77px;
}

.footer_logo_container {
	width: 100%;
	height: 145px;
}

.footer_logo_container2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #f28b00;
	content: '';
}

.footer_logo_container a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer_logo_container .logo_content {
	display: inline-block;
	padding-left: 0;
	width: auto;
	height: auto;
	padding-top: 75px;
}

.footer_logo_container .logo {
	margin-top: 10px;
}

.footer_about_text {
	margin-top: 0px;
}

.footer_about_text p {
	color: #262d38;
}

.footer_about_list {
	margin-top: 32px;
}

.footer_about_list li:not(:last-child) {
	margin-bottom: 9px;
}

.footer_about_icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #262d38;
	color: #fff;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
}

.sosmed-icon {
	width: 50px;
	height: 50px;
}

.sosmed-icon i {
	align-items: center;
	font-size: 16px;
}

.footer_about_icon img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer_about_list li span {
	font-size: 14px;
	font-weight: 500;
	color: #262d38;
	padding-left: 10px;
}

.footer_column {
	padding-top: 75px;
}

.footer_title {
	font-size: 22px;
	font-weight: 800;
	color: #262d38;
}

.footer_links ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 25px;
}

.footer_links ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer_links ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #262d38;
}

.footer_news ul {
	margin-top: 35px;
}

.footer_news_title a {
	font-size: 15px;
	font-weight: 500;
	color: #b2b2b2;
}

.footer_news_date {
	font-size: 14px;
	font-weight: 500;
	color: #f28b00;
	margin-top: 7px;
}

.footer_news ul li:not(:last-child) {
	margin-bottom: 15px;
}

.copyright {
	width: 100%;
	background: #262d38;
}

.copyright_content {
	width: 100%;
}

.cr {
	font-size: 14px;
	font-weight: 500;
	color: #636d7f;
}

.footer_social ul {
	margin-right: -5px;
}

.footer_social ul li {
	display: inline-block;
}

.footer_social ul li:not(:last-child) {
	margin-right: 19px;
}

.footer_social ul li a i {
	color: white;
	padding: 6px 5px 5px 5px;
	font-size: 26px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li a i:hover {
	color: #FFFFFF;
}


.features {
	width: 100%;
	background: #283290;
	padding-top: 95px;
	padding-left: 62px;
	padding-right: 63px;
	padding-bottom: 95px;
}

.features .container {
	max-width: 100%;
}

.features .container .row .col {
	padding-left: 0;
	padding-right: 0;
}

.feature {
	width: calc((100% - 64px) / 3);
}

.feature:not(:last-child) {
	margin-bottom: 30px;
}

.feature_image {
	width: 100%;
}

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

.feature_content {
	width: 100%;
	background: #FFFFFF;
	padding-left: 54px;
	padding-top: 63px;
	padding-bottom: 89px;
	padding-right: 40px;
}

.feature_text {
	margin-top: 34px;
}

.carousel-caption2 {
	max-width: 33%;
	background-color: rgb(255, 255, 255, 0.6);
	top: 0% !important;
	height: 100%;
	font-size: 1em !important;
	color: #636d7f !important;
	padding-top: 25% !important;
	padding-left: 25px;
	padding-right: 25px;
}

.carousel-caption2 h1 {
	font-size: 45px;
	font-weight: 500;
}

.footer_about_text h3 {
	font-size: 28px;
	color: #cccccc;
}

.footer_about_text p {
	font-size: 12px;
}

.services .owl-theme .owl-dots .owl-dot.active span {
	background: #999999;
}

.services .owl-theme .owl-dots .owl-dot span {
	background: #4e5665;
}

.button_ecom {
	display: inline-block;
	background: #636d7f;
	border-radius: 3px;
}

.button_ecom a {
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	z-index: 10;
}

.littlecaption {
	display: none;
	font-weight: bold;
	font-size: 24px;
}

@media only screen and (max-width: 900px) {
	.carousel-caption2 {
		max-width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.littlecaption {
		display: none;
	}

	.header .logo_container {
		top: 0;
	}

	.bigcaption {
		display: block;
	}

	.carousel-caption2 h1 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 445px) {
	.littlecaption {
		display: none;
	}



	.bigcaption {
		display: block;
	}

	.carousel-caption2 {
		font-size: 0.6em !important;
	}

	.btn-caption {
		margin-top: 5px !important;
		width: 150px !important;
		height: 25px !important;
	}

	.button a {
		line-height: 25px !important;
	}
}

@media only screen and (max-width: 768px) {

	/* styles for browsers larger than 960px; */
	.service_icon {
		height: auto;
	}

	.section_title h2 {
		font-size: 28px;
	}
}


/* KONTAK */
a:hover {
	color: #f28b00;
}

.contact_button {
	color: #d4d9dd;
}

.input_container::after {
	background: none;
}

.contact_input {
	border-radius: 5px;
	background: #f1f1f1;
}

.team,
.testimonials,
.team_row {
	padding-top: 45px;
}

/* karir*/
.box-karir {
	width: 100%;
	height: 200px;
	background: #37aee2;
	padding: 15px 35px 25px 35px;
	margin-bottom: 30px;
	border-bottom: solid 5px #20627f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box-karir .box_title {
	color: #fff;
	font-size: 1.2em;
}

.box-karir .working_hours_list {
	color: #ccc;
	text-align: center;
	font-size: 0.8em;
}

.box-karir2 {
	width: 100%;
	height: auto;
	background: #262c37;
	padding: 15px 35px 25px 35px;
	margin-bottom: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box-karir2 .box_title {
	color: #fff;
	font-size: 1.2em;
}

/* produk */
.btn-sc {
	margin-top: -4px;
}

.serviceprod {
	width: 100%;
	height: 100%;
	background: #d4d9dd;
	padding-bottom: 35px;
	border-radius: 12px;
	color: #636d7f;
}

.serviceprod_title {
	font-size: 16px;
	font-weight: 800;
	margin: 15px 15px 5px 20px;
}

.kategoriinfo {
	font-size: 14px;
	margin: 0px 15px 0px 20px;
}

.kategoriinfohome {
	font-size: 12px;
	margin: 0px 15px 0px 20px;
	color: #fff;
}

.serviceprod:hover {
	background: #75bde9;
	color: #ffffff;
}



.sidebar_title a {
	color: #636d7f;
}

.sidebar_title_active a {
	color: #ffd426;
}

.sidebar_title a:hover,
.sidebar_section ul li a:hover {
	color: #ffd426;
}

.sidebar_title {
	margin: 10px 0 10px 20px;
}

.sidebar_section ul li a {
	color: #636d7f;
}

.sidebar_section ul li {
	margin: 10px 0 10px 35px;
}

.title_acc {
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.title_acc_border {
	border-bottom: solid 1px #d4d9dd;
}

.title_acc:hover {
	color: #636d7f;
	font-weight: 400;
}

.news_text h2 {
	font-size: 2em;
}

.news_text h3 {
	font-size: 18px;
}

.news_body,
.news_page_nav {
	margin-bottom: 40px;
}

/* galeri video */
.team_member {

	margin-bottom: 35px;
}

.team_member p {

	padding: 0 15px 15px 15px;
}

/*partner*/
.service_logo {
	padding: 40px 10px 30px 10px;
	position: relative;
	justify-content: center;
	align-items: center;
}

.service_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

/*all*/
@media only screen and (max-width: 575px) {
	.home {
		height: 35vh !important;
	}

	.home_background {
		background-size: contain !important;
		background-position: top !important;
	}
}


.form-login {
	background-color: #cfeffc !important;
	padding-top: 47px;
}

.form-login .login {
	height: 100vh;
}

.login .card {
	border-radius: 23px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.login-card{
	width: 29rem;
}

.login .form-control {
	border-radius: 10px;
}

.form-check-label {
	font-size: 14px;
}

.login .btn-login {
	background-color: #4e5665;
	color: white;
	padding: 8px 30px;
	border-radius: 5px;
	border: none;
}

.register-link {
	font-size: 14px;
	display: block;
	float: right;
	margin-top: 15px;
	text-align: center;
}

.alert-danger,
.alert-error {
	color: #E9EDEF;
	background-color: rgba(231, 76, 60, 0.88);
	border-color: rgba(231, 76, 60, 0.88);
}


.profile {
	padding-top: 120px;
	padding-bottom: 40px;
	height: 100vh;
}

.tokopedia-button {
	display: inline-flex;
	align-items: center;
	background-color: #d1d7dc;
	border-radius: 30px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	padding-right: 15px;
}

.tokopedia-logo-circle {
	background-color: #0f3f36;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-left: 0;
}

.tokopedia-logo-circle img {
	width: 20px;
	height: 20px;
}

.tokopedia-button:hover {
	text-decoration: none;
	opacity: 0.9;
}

.modal-dialog {
	max-width: 753px;
	margin: 30px auto;
}

.btn-detail-pesanan {
	background-color: #262d38;
	color: white;
	padding: 8px 30px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}

.responsive-pengaturan {
	display: none;
}

/* DROPDONW MENU  */

.dropdown-menu {
	margin-top: 0;
	/* Remove gap */
	box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
	border-top: 0.1875rem solid #377dff;
	min-width: 18rem;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.dropdown-submenu>a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 80%;
	font-weight: 900;
	float: right;
	content: "\f105";
	margin-left: auto;
	margin-right: 0.04rem;
	transition: 0.3s ease;
}

.dropdown-toggle::after {
	display: inline-block;
	font-family: FontAwesome;
	/* margin-left: .255em; */
	/* vertical-align: .255em; */
	content: "";
	border-top: 0 solid;
	border-right: 0 solid transparent;
	border-bottom: 0;
	border-left: 0 solid transparent;
}

.dropdown-menu .mega-menu {
	min-width: 284px;
	z-index: 1050;
	transform: translate3d(0px, 50px, 0px) !important;
}

.dropdown-submenu>a:hover,
.dropdown-submenu>a:focus,
.dropdown-submenu>a.active {
	color: orange;
	background: transparent;
}

.dropdown-submenu .hover-menu>a:hover,
.dropdown-submenu .hover-menu>a:focus,
.dropdown-submenu .hover-menu>a.active {
	color: orange;
	background: transparent;
}

.cart-badge {
	position: absolute;
	top: 19px;
	right: 31px;
	background-color: red;
	color: white;
	border-radius: 50%;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	min-width: 20px;
	text-align: center;
}

.select-bahasa{
	margin-top: 15px;
}