
* {
	/* margin: 0;
	padding: 0;
	box-sizing: border-box; */
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    color: #333;
    background: #ffffff;
    /* font-family: 'Lato', sans-serif; */
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.my-require {
	color: red;
}
#my-alert {
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 1050;
}
#my-alert .my-block {
	display: flex !important; /* karena parent #my-alert pakai d-flex */
}
.my-hide {
	display: none !important;
}
.my-block {
	display: block;
}
.my-panel-alert {
	box-shadow: 0px 11px 16px -3px rgba(0,0,0,0.63);
	-webkit-box-shadow: 0px 11px 16px -3px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 11px 16px -3px rgba(0,0,0,0.63);
}
.my-panel-alert .message {
	max-height: 300px;
	overflow: auto;
}

.my-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.s-icon-r {
	padding-right: 10px;
}

.my-text-justify {
	text-align: justify;
}

.my-float-icon-wa {
    position:fixed;
	width:80px;
	height:80px;
	bottom:70px;
	right: 15px;
	color:#FFF;
	text-align:center;
	font-size:30px;
	z-index:100;
	
	-webkit-animation: mover-wa 1s infinite  alternate;
    animation: mover-wa 1s infinite  alternate;
}
@-webkit-keyframes mover-wa {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover-wa {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

/* .my-float-icon-to-top {
    position: fixed;
    display: none;
    background: #38bdf8;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
} */

/* topbar */
.my-topbar {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
    z-index: 999;
}
.my-topbar .contact {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #38bdf8, #1a5388);
	color: white;
	font-size: 14px;
}
.my-topbar .contact .my-topbar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.my-topbar .contact .my-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.my-topbar .contact .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}
.my-topbar .contact .text p {
    font-size: 14px;
    font-weight: 400;
    margin: -4px 0 0 5px;
}
.my-topbar .contact a {
	color: white;
    transition: .3s;
}
.my-topbar .contact a:hover {
    letter-spacing: 1px;
    transition: .3s;
}

/* nav */
.navbar {
    background: #1a5388 !important;
}
.navbar .navbar-brand {
    margin: 0;
    line-height: 0px;
}
.navbar .navbar-brand .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar .navbar-brand img {
    width: 65px;
}
@media (max-width: 767px) {
    .navbar .navbar-brand .title {
        font-size: 18px;
    }
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #AFEFC7;
    transition: none;
}
.navbar .navbar-nav .nav-link.active {
    color: #AFEFC7;
}
.navbar .navbar-nav .nav-link.active::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #AFEFC7;
}

/* content */
.my-inner-content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.my-content-part {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .my-content-part {
        padding-top: 50px;
    }
}
.section-header {
    color: #1a5388;
}
.section-header h1 {
    font-size: 28px;
}
.section-header h1::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: 0px;
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}
.section-header h2 {
    font-size: 36px;
}

.section-item {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}
.section-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
/* home */
/* :root {
    --topbar-height: 0px;
} */
/* CAROUSEL FULLSCREEN */
#carouselHome {
    position: relative;
    width: 100%;
    /* height: calc(100vh - var(--topbar-height)); */
    height: 100vh;
}
/* ITEM & INNER FULL HEIGHT */
#carouselHome .carousel-inner,
#carouselHome .carousel-item {
    height: 100%;
}
/* OVERLAY */
#carouselHome .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 42, 73, 0.7);
    z-index: 1;
}
/* IMAGE FULL COVER */
#carouselHome .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* CAPTION CENTER */
#carouselHome .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 700px;
    width: 100%;
    padding: 15px;
}
/* TEXT */
#carouselHome .carousel-caption h1 {
    font-size: clamp(28px, 5vw, 56px);
}
#carouselHome .carousel-caption p {
    font-size: clamp(16px, 3vw, 20px);
}
/* BUTTON */
#carouselHome .carousel-caption .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: .3s;
}
@media (max-width: 767px) {
    #carouselHome .carousel-caption h1 {
        font-size: 24px;
    }
    #carouselHome .carousel-caption p {
        font-size: 14px;
    }
    #carouselHome .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.my-vision-mision .title {
    color: #1a5388;
}
.my-vision-mision .vm-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    min-height: 220px;
}

@media (min-width: 768px) {
    .my-quality-policy {
        padding-left: 15%;
        padding-right: 15%;
    }
}

/* activity */
.my-blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.my-blog .blog-img img {
    width: 100%;
}
.my-blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}
@media (max-width: 767px) {
    .my-blog .blog-content {
        left: 10px;
        width: calc(100% - 20px);
    }
}
.my-blog .blog-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.my-gradation-left {
	background: linear-gradient(135deg, #fff 50%, #f4f7f8 50% 55%, #fff 55% 60%, #eaeeef 60% 65%, #fff 65% 70%, #e1e5e6 70% 75%, #fff 75%); 
}
.my-gradation-right {
	background: linear-gradient(225deg, #fff 50%, #f4f7f8 50% 55%, #fff 55% 60%, #eaeeef 60% 65%, #fff 65% 70%, #e1e5e6 70% 75%, #fff 75%); 
}

.my-service .blog-content {
    min-height: 650px;
}


/* hse */
.my-blog-owl-carousel {
    position: relative;
    width: 100%;
    padding: 45px 0;
}
.my-blog-owl-carousel .section-header {
    margin-bottom: 75px;
}
.my-blog-owl-carousel .blog-owl-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}
.my-blog-owl-carousel .blog-item {
    position: relative;
    margin: 0 15px;
}
.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}
.my-blog-owl-carousel .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.my-blog-owl-carousel .blog-img img {
    width: 100%;
}
.my-blog-owl-carousel .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}
.my-blog-owl-carousel .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}
.my-blog-owl-carousel .owl-nav .owl-prev,
.my-blog-owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 25px;
    transition: .3s;
}
.my-blog-owl-carousel .owl-nav .owl-prev::after,
.my-blog-owl-carousel .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #38bdf8;
    transition: .3s;
} 

/* contact */
.my-contact .contact-info {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 30px;
    transition: .3s;
}
.my-contact .contact-icon i {
    font-size: 18px;
    color: #1a5388;
}
.my-contact .contact-info-left {
    padding-top: 40px;
}
.my-contact .contact-info-left a {
    color: #454545;
    transition: .3s;
}
.my-contact .contact-info-left a:hover {
    letter-spacing: 1px;
    transition: .3s;
}
.my-contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.my-contact .contact-text {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.my-contact .contact-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1a5388;
    letter-spacing: 1px;
}
.my-contact .contact-text p {
    margin: 0;
    font-size: 16px;
}
.my-contact .contact-form {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}
.my-contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.my-contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}
.my-contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

/* career */
.my-career .career-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.my-career .my-career-title {
    display: flex;
    justify-content: space-between;
}
.my-career h4 {
    color: #1a5388;
}
.my-career .btn-applicant-form {
    text-align: center;
}
.my-career .my-timestamp {
    font-size: 10px;
    font-style: italic;
    color: #888686;
    padding-bottom: 10px;
}

/* commitment-to-impartiality */
.my-commitment-to-impartiality .section-headerx {
    color: #1a5388;
}
.my-commitment-to-impartiality .sign {
    padding-top: 50px;
    text-align: center;
}

/* footer */
.my-footer {
    margin-top: 45px;
    padding-top: 90px;
    background: #1a5388;
}
.my-footer .my-footer-item {
    margin-bottom: 45px;
    color: #ffffff;
}
.my-footer .my-footer-item h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}
.my-footer .my-footer-item h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    margin-top: 40px;
    margin-left: 15px;
    left: 0;
    background: #38bdf8;
}
.my-footer .my-footer-item a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}
.my-footer .my-footer-item .active {
    color: #AFEFC7;
    letter-spacing: 1px;
}
.my-footer .my-footer-item .active::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 38px;
    background: #AFEFC7;
}
.my-footer .my-footer-item a:hover {
    color: #AFEFC7;
    letter-spacing: 1px;
}

.my-footer .my-footer-cr .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.my-footer .my-footer-cr,
.my-footer .my-footer-cr a {
    color: #ffffff;
	text-align: center;
}

/* 404 */
.my-container-404 {
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	color: #333;
}

.my-container-404 .my-container {
	text-align: center;
	padding: 20px;
}

.my-container-404 .error-code {
	font-size: 120px;
	font-weight: 900;
	color: #007bff;
	line-height: 1;
	margin-bottom: 20px;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}

.my-container-404 h1 {
	font-size: 2rem;
	margin-bottom: 15px;
	color: #2c3e50;
}

.my-container-404 p {
	font-size: 1.1rem;
	color: #6c757d;
	margin-bottom: 30px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.my-container-404 .btn-back-home {
	display: inline-block;
	padding: 12px 30px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.my-container-404 .btn-back-home:hover {
	background-color: #0056b3;
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
	color: white;
}

.my-container-congrats {
    text-align: center;
    color: #0056b3;
}