html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	font-family: Helvetica, sans-serif;
	/* background-color:#dedede; */
	/* padding-top:86px; */
}

.bg-mobile {
	display: block;
}

.bg-dekstop {
	display: none;
}

.custom-link {
	color: #008600 !important;
}

.custom-link:hover {
	color: #004d40 !important;
}

.error {
	color: red;
}

.php-email-form {
	/* background: #fafbff; */
	background: #ebeded;
	padding: 30px;
}

.php-email-form .loading {
	/* display: none; */
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.php-email-form .sent-message {
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.php-email-form .error-message {
	/* display: none; */
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.bg-pos-top {
	background-position: top !important;
}

.btn-outline-custom {
	color: #008600;
	border-color: #008600;
}

.btn-outline-custom:hover {
	color: #fff;
	background-color: #008600;
	border-color: #008600;
}

.hero-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}

.nav-link-subpage {
	font-weight: 600 !important;
	color: #a9a9a9 !important;
}

.subpage-active {
	color: #008600 !important;
}

.nav-link-subpage:focus,
.nav-link-subpage:hover {
	color: #008600 !important;
}

.hjf-bg-color {
	background-color: #008600 !important;
}

.box-shadow {
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
}

.card-border-white {
	border-top: 1px solid #fff !important;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pdf-img {
	height: 150px;
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	background: white;
	border-radius: 50px;
	padding: 2px 15px;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px 10px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #444444;
	margin: 0 4px 8px 4px;
	transition: 0.3s;
	border-radius: 50px;
	border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #4154f1;
	border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(255, 255, 255, 0.85);
}
.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}
.portfolio .portfolio-wrap img {
	transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  } */
.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	/* color: #012970; */
	color: #008600;
	font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
	/* color: #012970; */
	color: #008600;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	background: #4154f1;
	margin: 10px 2px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
	font-size: 24px;
	line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
	background: #5969f3;
}
/* .portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
  } */
.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
}
.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: #4154f1;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# End Portfolio
--------------------------------------------------------------*/

.img-rounded {
	border-radius: 0.9rem !important;
}

.social-links a {
	font-size: 20px;
	display: inline-block;
	/* color: rgba(1, 41, 112, 0.5); */
	color: #f4f4f4;
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.social-links a:hover {
	/* color: #bfa34b; */
	color: #80ff00;
	transform: scale(0.8);
}

.date {
	float: left;
	width: 50px;
	height: 50px;
	background: #008600;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 700;
	margin: 0 25px 0 0;
}

.btn-custom {
	color: #008600;
	background-color: #fff;
	font-weight: bold;
}

.btn-custom:hover {
	color: #fff;
	background-color: #008600;
}

.btn-custom-invert {
	color: #fff;
	/* background-color: rgba(1, 41, 112, 0.5); */
	background-color: #008600;
	font-weight: bold;
}

.btn-custom-invert:hover {
	color: #fff;
	background-color: #004d40;
}

.card {
	display: block;
	text-align: center;
}

/* .card-custom > img{
    max-width: 70%;
} */

.fixed-top {
	/* background-color: #fff!important; */
	/* border-bottom: 1px solid #b5b6b7; */
	box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
	background-color: rgba(255, 255, 255, 0.8);
}

/* .carousel-item{
    Position:relative;
}

.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
} */

.ui-to-top.active {
	transform: translateY(0);
}

.ui-to-top:hover {
	color: #fff;
	background: #008600;
	box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.4);
}

.ui-to-top {
	color: #fff;
	background: #2a2b2b;
}

a:hover,
a:focus {
	/* color: #36997f; */
	text-decoration: none;
}

/* a, a:active, a:focus {
    color: #58c4a7;
} */

.lang-active {
	/* color: #e76b23; */
	color: #008600;
	text-decoration: none;
	pointer-events: none;
}

.ui-to-top {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: 0.3s all ease;
	box-shadow: 0 0 1px 0px rgba(159, 159, 159, 0.3);
	transform: translateY(100px);
}

.fa {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* .sec-carousel{
    margin-top: 86px;
} */

.card-custom {
	padding: 30px;
	box-shadow: 0px 0 5px rgb(1 41 112 / 8%);
	text-align: center;
	transition: 0.3s;
	height: 100%;
	color: #004d40;
	background: #f1f3f2;
}

.card-custom img {
	/* padding: 30px 50px; */
	transition: 0.5s;
	transform: scale(1.1);
}

.card-custom:hover {
	box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

/* html {
    scroll-padding-top: 86px; height of sticky header
} */

/* .bg-image-1 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
} */

.bg-image-overlay-orange {
	position: relative;
}

.bg-image {
	-webkit-background-size: cover;
	background-size: cover;
	/* background-position: 50% 50%; */
	background-repeat: no-repeat;

	/* background-image: url(../img/fitur_2_1.jpg); */
	min-height: 700px;
	background-attachment: fixed;
	/* background-position: center; */
}

.bg-image-overlay-orange::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: #ffc107;
	opacity: 0.5;
}

.bg-image-overlay-green {
	position: relative;
}

.bg-image-overlay-green::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: #417b84;
	opacity: 0.9;
}

.bg-image-overlay-grey {
	position: relative;
}

.bg-image-overlay-grey::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: #000;
	opacity: 0.6;
}

.bg-default {
	/* background-color:#D4F1F4!important; */
	background-color: #dedede !important;
}

.divider {
	display: inline-block;
	width: 2px;
	/* background-color: #36997f; */
	background-color: #b4b5b7;
	margin: 0 5px;
	height: 1em;
	top: 2px;
	position: relative;
}

p.firstltr::first-letter {
	font-size: 150%;
	font-weight: 600;
	/* color: #d4af37; */
	color: #dcbb07;
	padding-left: 3px;
	padding-right: 2px;
	/* font-family: Georgia; */
}

.lead {
	font-size: 1.1rem !important;
}

.img-height {
	width: 100%;
	max-height: 700px;
}

.mh-700 {
	width: 100%;
	max-height: 700px;
}

/* temp */
/* body{
    font-weight:300!important;
} */

.color-hijau {
	color: #07c79a;
}
/* temp */

/* .nav-link{
    color:#000!important;
    font-weight:600!important;
}

.nav-link.active { 
    
    color:#008600!important;
} */

.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-weight: 600;
}

.navbar-light .navbar-nav .active > .nav-link {
	color: #008600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #008600;
}

.fw-6 {
	font-weight: 600 !important;
}

.custom-h4 {
	font-size: 1rem;
}

.hpal-color {
	color: #288088;
}

.hpal-bg-color {
	background-color: #288088;
}

.black-bg-color {
	background-color: #004d40;
}

.hpal-orange-color {
	/*color:#e76b23!important;*/
	color: #e86b24 !important;
}

.card {
	border: 0;
}

.fs-8 {
	font-size: 0.8rem;
}
/* .card-body {
    padding-top: 10px;
    padding-left: 0;
} */

.btn-hpal-default {
	color: #fff;
	background-color: #b5b6b7;
	border-color: #b5b6b7;
}

.text-over-img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 10%;
	padding-left: 15px;
	padding-right: 15px;
}

.overline-white {
	text-decoration: none;
	position: relative;
}

.overline-white:after {
	position: absolute;
	content: "";
	height: 2px;
	/* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
	bottom: -4px;

	/****** 
    optional values below 
    ******/

	/* center - (optional) use with adjusting width   */
	margin: -20 auto;
	left: 0;
	right: 0;
	width: 30%;
	background: #fff;

	/* optional animation */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* optional hover classes used with anmiation */
.overline-white:hover:after {
	width: 80%;
	background: #008600;
}

.underline-white {
	text-decoration: none;
	position: relative;
}

.underline-white:after {
	position: absolute;
	content: "";
	height: 2px;
	/* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
	bottom: -4px;

	/****** 
    optional values below 
    ******/

	/* center - (optional) use with adjusting width   */
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 30%;
	background: #fff;

	/* optional animation */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* optional hover classes used with anmiation */
.underline-white:hover:after {
	width: 80%;
	background: #e76b23;
}

.underline-green {
	text-decoration: none;
	position: relative;
}

.underline-green:after {
	position: absolute;
	content: "";
	height: 2px;
	/* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
	bottom: -4px;

	/****** 
    optional values below 
    ******/

	/* center - (optional) use with adjusting width   */
	margin: 0 auto;
	left: 0;
	/* right: 0; */
	width: 30%;
	background: #288088;

	/* optional animation */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* optional hover classes used with anmiation */
.underline-green:hover:after {
	width: 80%;
	background: #e76b23;
}

.module {
	width: 100%;
	margin: 0 0 1em 0;
	overflow: hidden;
}

.module p {
	margin: 0;
}

.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.show-ellipsis {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	/* height: 120px; */
	height: 141px;
	/* margin: 0 auto;
    font-size: 14px;
    line-height: 1; */
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.show-ellipsis-laporan {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 77px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sus-detail {
	position: relative;
	top: -70px;
	font-size: 1.2rem;
}

.custom-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bg-image-vision {
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/visi.png);
	/* background-attachment: fixed; */
	/* background-position: center; */
	background-position: center bottom;
}

.bg-image-mission {
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/misi2.png);
	/* background-attachment: fixed; */
	/* background-position: center; */
	background-position: center top;
}

/* .container-fluid, .sec-content-1,.sec-content-2{
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
} */

/* .sec-content-1,.sec-content-2{
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
} */

.navbar-brand {
	font-size: 2.3rem !important;
}

.fs-11 {
	/* font-size:1.3rem; */
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5 !important;
}

.owl-stage {
	right: -5px;
}

.vision-img {
	max-height: 500px;
	width: 100%;
}

.carouselheight {
	height: 300px;
}

.cover {
	position: relative;
	object-fit: fill;
	width: 100%;
	height: 450px;
	filter: brightness(60%);
	/*height: 300px;  optional, you can remove it, but in my case it was good */
}

.sec-footer {
	/* background-color: #ebeded; */
	background-color: #004d40;
	color: #e0e0e0;
}

.header {
	transition: all 0.5s;
	z-index: 997;
	/* padding: 5px 0; */
	padding-top: 5px !important;
}

.header-title {
	position: relative;
	top: 4px;
}

.header.header-scrolled {
	padding-top: 0 !important;
	box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

.navbar.header-scrolled {
	background: #fff;
}

.core-value-padding {
	padding-left: 50px;
}

.caption-bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	width: 100%;
	/* background-color: rgba( 255,255,255, 0.7 ); */
	background-color: rgba(255, 255, 255, 1);
}

.img-container {
	position: relative;
	text-align: right;
}

.text-dark {
	color: #000 !important;
}

.custom-vision-mission {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-sustain-title {
	font-size: 1.75rem;
}

.employee-empty-height {
	height: 176px;
}

.border-top-custom {
	border-top: 1px solid #fff !important;
}

.text-small {
	font-size: 0.8rem;
}

.px-1-custom {
	padding-left: 0.8rem !important;
	padding-right: 0.35rem !important;
}

.bg-white {
	background-color: #ffffff;
}

.text-over-img-media {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	height: 150px;
	bottom: 0;
	background-color: rgba(40, 128, 136, 0.5);
}

.btn-dl-media {
	font-size: 10px;
}

.media-title {
	font-size: 18px;
}

.media-carousel-img {
	max-width: 100%;
	width: 58%;
}

.media-carousel-caption {
	max-width: 100%;
	width: 58%;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	color: #444242;
	padding: 2px 2px;
}

.carousel-div {
	padding-top: 5px;
}

.test {
	display: block;
}

.carousel-control-top {
	top: 0;
}

.carousel-control-bottom {
	bottom: 0;
}

.carousel-control-top,
.carousel-control-bottom {
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

.media-text {
	font-size: 10px;
}
.media-history-post {
	font-size: 9px;
}
.media-title {
	font-size: 12px;
}
.underline-orange {
	display: inline-block;
	margin: 0;
	border-bottom: 1px solid #e86b24;
	transform: translateY(2px);
	max-width: 100%;
}

#container {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
}

#leftSide {
	height: 120px;
	background-color: darkgrey;
}

#rightSide {
	height: 120px;
	background-color: white;
}

#circle {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-left: 30px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

#circle-en {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-left: 25px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

.custom-vision {
	margin-left: 100px;
	font-size: 18px;
}

.custom-mission {
	margin-left: 100px;
	font-size: 18px;
}

.container-med {
	padding-top: 0px;
}

.carousel-med {
	padding-top: 0px;
	padding-bottom: 0px;
}

.carousel-inner-med {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
}

@media (max-width: 414px) {
	.custom-vision {
		margin-left: 80px;
		font-size: 15px;
	}

	.custom-mission {
		margin-left: 80px;
		font-size: 15px;
	}

	.media-carousel-img {
		max-width: 100%;
		width: 80%;
	}

	.media-carousel-caption {
		max-width: 100%;
		width: 80%;
		background-color: #ffffff;
		font-weight: bold;
		font-size: 12px;
	}

	.text-over-img-media {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		color: #ffffff;
		height: 130px;
		bottom: 0;
		background-color: rgba(40, 128, 136, 0.5);
	}
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
	.text-over-img-media {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		color: #ffffff;
		height: 150px;
		bottom: 0;
		background-color: rgba(40, 128, 136, 0.5);
	}
	.media-text {
		font-size: 12px;
	}
	.media-history-post {
		font-size: 10px;
	}
	.media-title {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.blog-sidebar {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	/* .vision-img{
        height:400px;
    } */

	.bg-mobile {
		display: none;
	}

	.bg-dekstop {
		display: block;
	}

	/* .card-custom > img{
        max-width: 50%;
    } */

	.carouselheight {
		height: 500px;
	}

	.cover {
		height: 600px;
		/*height: 300px;  optional, you can remove it, but in my case it was good */
	}

	/* temp req andry 20210121 */
	.core-value-padding {
		padding-left: 300px;
	}
	/* temp req andry 20210121 */

	.text-over-img-media {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		color: #ffffff;
		height: 150px;
		bottom: 0;
		background-color: rgba(40, 128, 136, 0.5);
	}
}

@media (min-width: 992px) {
	/* .card-custom > img{
        max-width: 70%;
    } */

	.emp-mid {
		position: absolute;
		/* top: 0; */
		top: 150px;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex; /* add */
		justify-content: center; /* add to align horizontal */
		align-items: center; /* add to align vertical */
	}

	.custom-h4 {
		font-size: 1.5rem;
	}

	.card-title {
		min-height: 80px;
	}

	.show-ellipsis {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		height: 181px;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.carouselheight {
		height: 700px;
	}

	/* .vision-img{
        height:500px;
    } */

	.cover {
		height: 500px;
	}

	/* temp req andry 20210121 */
	.nav-link {
		font-size: 0.8rem;
	}

	/* .vision-img{
        height:450px;
    } */

	.custom-vision-mission {
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.custom-sustain-title {
		font-size: 1.5rem;
	}

	.core-value-padding {
		padding-left: 15px;
	}

	.cover {
		height: 450px;
	}

	.employee-empty-height {
		height: 154px;
	}

	.fs-11 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	/* temp req andry 20210121 */
}

@media (min-width: 1200px) {
	.custom-container {
		max-width: 1370px !important;
		padding-left: 0px;
		padding-right: 0px;
	}

	.center-div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* temp req andry 20210121 */
	.nav-link {
		font-size: 1rem;
	}

	.carouselheight {
		height: 970px;
	}

	/* .vision-img{
        height:400px;
    } */

	.custom-vision-mission {
		height: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.custom-sustain-title {
		font-size: 1.75rem;
	}

	.cover {
		height: 500px;
	}

	.employee-empty-height {
		height: 176px;
	}

	.core-value-padding {
		padding-left: 50px;
	}

	.core-value {
		font-weight: 600;
		line-height: 28px;
		font-size: 18px;
	}

	.fs-11 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	/* temp req andry 20210121 */
	.media-text {
		font-size: 11px;
	}
	.media-history-post {
		font-size: 11px;
	}
	.media-title {
		font-size: 16px;
	}
	.text-over-img-media {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		color: #ffffff;
		height: 150px;
		bottom: 0;
		background-color: rgba(40, 128, 136, 0.5);
	}

	.container-med {
		padding-top: 0px;
	}
}

.blog-post img {
	max-width: 100%;
}

.show-ellipsis-news {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.loader {
	display: inline-block;
	border: 5px dotted lightgray;
	border-radius: 50%;
	border-top: 5px solid gray;
	border-bottom: 5px solid gray;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.loader-symbol {
	text-align: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
