p {
	text-align: justify;
}
.row-header {
    position: relative;
    height: 400px;
}
.row-header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(62,62,62,0.7);
}
.row-header > img {
    width: 100%;
    object-fit: cover;
    height: 400px;
 }
.header-words {
	position: absolute;
	left: 20%;
	bottom: 20%;
	max-width: 400px;
	width: 100%;
}
.header-words p {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.header-words h1 {
	font-weight: 700;
	font-size: 52px;
	color: #FFFFFF;
}
.nav-pills > li > a {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #2b2b2b;
	border-radius: 0;
	background-color: #FFF;
	transition: all 0.3s;
	/* padding: 0 36px !important; */
	height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-pills>li>a:hover {
	background-color: #F4CC12;
	color: #18365F;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(244,204,18,0.5); 
	box-shadow: 0px 6px 15px 0px rgba(244,204,18,0.5);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:active {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #18365F;
	background-color: #F6F6F6;
	border-bottom: 1px solid #F4CC12;
	transition: all 0.3s;
	
}
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #F4CC12;
}

#exTab3 .tab-content {
	color : white;
	background-color: #FFF;
	padding : 5px 15px;
	color: black;
}
.custom-pills {
    display: flex;
    justify-content: space-between;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
    background-color: #FFF;
    overflow-x: scroll;
}

.flex-service {
	display: flex;
    gap: 100px;
    margin-bottom: 50px;
}
.flex-service > div {
	width: 100%;
}
.flex-service img {
	border-radius: 15px;
	
}
.papa-jenggo img {
	height: 400px;
	object-fit: cover;
}
.service-pager h3 {
	font-weight: 700;
	font-size: 40px;
	color: #18365F;
	line-height: 50px;
	margin-bottom: 20px;
}
.service-pager h4 {
	font-weight: 700;
	font-size: 32px;
	color: #18365F;
	line-height: 50px;
}
.service-pager h6 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #18365F;
}
.service-pager p {
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.19943px;
    color: #2B2B2B;
}
.align-center {
	align-items: center;
}
.hospitality-div {
	width: 50%;
}
.tab-pane {
	margin: 50px auto 200px auto;
}
.flex-image {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 50px auto;
}
.flex-image > div {

}
.flex-gray {
	background-color: #F6F6F6;
	display: flex;
	align-items: top;
	padding: 20px;
	margin: 30px auto;
}
.flex-gray > div {
	width: 100%;
	padding: 30px;
}
.flex-gray li {
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 34px;
	color: #1BAEDB;
	text-align: justify;
}
.bullet-blue li {
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 34px;
	color: #1BAEDB;
	text-align: justify;
}
ol.lower-roman{
	list-style-type: lower-roman;
}
ol.lower-roman li{
	font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.19943px;
    color: #2B2B2B !important;
}
.flex-last {
	display: flex;
	gap: 30px;
}
.flex-last > div {
	width: 100%;
}
.flex-last ul {
	margin: 10px auto;
}
.flex-last li {
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: #1BAEDB;
}
.row-3 {
	background-color: #F1F1EE;
}
.container-3 {
	background-image: url('/images/backgrounds/bg-blue-city.jpg');
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 30px;
	border-radius: 25px;
	position: relative;
	top: -130px;
}
.container-3 > h4 {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
}
.container-3 > p {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	max-width: 500px;
	margin: 10px auto;
}
.btn-contact-us {
	background-color: #F4CC12;
	border-radius: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #18365F;
	width: 180px;
	height: 50px;
	text-align: left;
	background-image: url('/images/icon/circle-blue.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 24px;
}
.construction-2 > h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: #18365F;
}
.construction-2 > h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.174501px;
    color: #1EAEDA;
}
.construction-2 > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.174501px;
    color: #2B2B2B;
}
.engineer-flex-image {
    display: flex;
    gap: 10px;
}
.engineer-flex-image > img {
    width: 50%;
    height: 316px;
    object-fit: cover;
    border-radius: 15px;
}
.offshore-flex-image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.offshore-flex-image > img {
    flex: 1;
    height: 316px;
    object-fit: cover;
    border-radius: 15px;
}
.img-catering > img {
    height: 39%;
    margin-bottom: 20px;
    object-fit: cover;
}
.certified-flex {
    display: flex;
    align-items: center;
}
.certified-flex > img {
    width: 97px;
    height: 97px;
    margin-right: 20px;
}
.certified-flex h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.19943px;
    color: #18365F;
}
.certified-flex p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.174501px;
    color: #9B9B9B;
}
.row-header {
    position: relative;
}

@media screen and (max-width: 480px ) {
    .row-header {
        width: 100%;
        overflow: hidden;
        height: 300px;
    }
    .row-header > img {
        object-fit: cover;
        object-position: center;
        width: auto;
    }
    .header-words {
        left: 0;
        bottom: 0;
        top: 30%;
        padding: 10px;
    }
    .flex-service {
        gap: 10px; 
        flex-wrap: wrap;
    }
    .hospitality-div {
        width: 100%;
    }
    .flex-gray, .flex-last {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .custom-pills{
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-around;
    }
    .custom-pills > li {
        flex: 0 0 49%;
        padding: 0 !important;
    }
}