/*screen under 600px*/
@media (max-width: 450px) {
	#grid-custom-template {
		display: flex !important;
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
    #wrapped-career-header-master {
        margin-top:30px !important;
    }
    .margin-top-gridtech-header {
        margin-top:30px !important;
    }
	#grid-custom-template > #form-filter {
		justify-content: center !important;
		width: 80% !important;
	}

	#select-career {
		margin-left: -15% !important;
	}

	.set-order-2-mobile {
		order: 2;
	}
	.testimonial-desc-mobile {
		width: 90% !important;
		margin-left: 5%;
	}
	.right-col-career > .title {
		margin-left: 5%;
		width: 90%;
		padding-bottom: 20px;
	}
	.responsive-mt-150px {
		margin-top: 10px !important;
	}

	#grid-custom-template {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	#job-container {
		width: 90% !important;
	}

	.container-master > .box {
		background-color: #f0f0f0;
		border: 1px solid #ddd;
		border-radius: 8px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		padding: 40px 10px;
		text-align: center;
		flex: 1 1 100%; /* 2 kotak per baris */
		max-width: 100%; 
	  }
	  #job_title {
		font-size: 30px !important;
		width: 100% !important;
	  }
	  
	  .container-master > .box2 {
		width: 100vw !important;
		max-width: 100vw !important;
	  }
	  .container-master {
		padding: 0 !important;
	  }

	  .container-master > .box-custom {
		/* min-width: 95vw; */
		max-width: 100vw;
		padding: 20px 0px;
	  }
	  #career-form-master  > .form-group > input,  #career-form-master  > .form-group > label {
		font-size: 13px;
	  }

	  .remove-pad-mobile {
		padding-left: 5px !important;
	  }

	:focus {
		outline: none !important;
	}

	#secion-career-master {
		/* margin-top: 10px; */
		color: #6ab3cc !important;
		font-size: 35px !important;
		margin-bottom: 0px !important
	}

	#paragraph-be-part {
		margin-top: 60px !important;
	}

	#technology-main-sub-title {
		font-size: 15px !important;
	}
    #about-text-banner {
		top: 28%;
	}

	#homeSlideshow > video {
		height: 500px !important;
		width: auto !important;
	}

	.techonology-environment-section {
		font-size: 15px !important;
	}

	.video-container {
		transform: scale(2.5);
		width: 100% !important;             /* Makes the container take up the full width of the parent element */
		height: 500px !important;           /* Set the desired height */
		overflow: hidden;        /* Prevents video overflow */
		display: flex;           /* Use Flexbox to center the video */
		justify-content: center; /* Centers the video horizontally */
		align-items: center;     /* Centers the video vertically */
		position: relative;      /* Optional: for better control over positioning */
	}
	
	.centered-video {
		width: 100%;        
		height: 100%;          
		object-fit: cover;     
	}

	#about-banner-mobile {
		min-height: 270px;
		width: 100%;        
		object-fit: cover;  
	}

	.mh-400px {
		min-height: 400px !important;
	}
	.h-400px {
		height: 400px !important;
	}

	.image-container {
	    display: flex;             
		justify-content: center;  
		align-items: center;      
		height: 270px;            
		width: 100%;             
		overflow: hidden;
	}

	#career-text-banner {
		top: 14% !important;
	}

	.about-us-text-banner {
		top: 30% !important;
	}
	
	.py-2 {
		padding: 2rem 0;
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.row {
		max-width: 100%;
		overflow: hidden;
		margin: auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.column {
		overflow: hidden;
		margin: auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mm-ocd__content {
		max-width: 300px;
	}

	.mm-spn li:after {
		margin-left: 0;
	}

	#main-nav {
		padding: 1rem 0;
		margin: 0;
	}

	#mobileMenuIcon {
		display: inline-block;
		font-size: 1.5rem;
		text-align: right;
	}

	#center-nav ul {
		display: none;
	}

	#center-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/*align-items: center;*/
	}

	#logo img {
		width: 100%;
		position: relative;
		top: 5px;
	}

	#accountIcons {
		display: none;
	}

	#accountMobile {
		display: grid;
		grid-template-columns: 50% 50%;
		align-items: center;
	}
	#accountMobile a {
		width: 100%;
	}

	/*--home banners--*/
	#homeBanners {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0rem;
		overflow: hidden;
		min-height: 270px;
	}
	.mh-auto {
		min-height: auto !important;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.sectionTitle {
		font-size: 1.5rem;
	}

	/* section slider */

	.textSlider h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.textSlider p {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.textSlider {
		top: 31%;
	}

	.slideDown {
		/* top: 87%; */
		display: none;
	}

	.slideDown a > i {
		font-size: 35px;
		font-weight: 900;
	}

	/* section about */
	.about {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
		height: auto;
	}

	.text-bout {
		padding: 0.5rem;
	}

	/* section teaser */

	.we-teaser .desc-wrapper {
		top: 30%;
	}
	.teaser-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}

	.btn-link {
		padding: 7px 18px;
		margin: 10px 0 20px 0;
	}

	.slider-about {
		padding-left: 0;
	}

	.icon-wrapper img {
		width: 43px;
	}

	/* section counter */

	.number-counter .numscroller {
		font-size: 20px;
		font-weight: 600;
		padding: 10px 0;
		margin: 10px 0;
	}

	.number-counter h3 {
		text-transform: uppercase;
		font-size: 15px;
	}
	#plus {
		top: 17%;
		right: 20%;
		font-size: 25px;
	}

	/* section form */
	.grid-inquiry {
		display: grid;
		grid-template-columns: 1fr;
		padding: 30px 0;
	}

	.desc {
		padding: 1rem 0;
		color: #fff;
	}

	.form-inquiry {
		padding: 10px 0px;
	}

	.form-inquiry textarea {
		height: 180px;
	}

	/* -- halaman about-- */
	.textBanner {
		position: absolute;
		top: 40%;
		left: 4.7%;
	}

	.slideStatic {
		top: 43%;
	}

	.textBanner h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.textgrid {
		display: grid;
		grid-template-columns: 100%;
		height: auto;
		align-items: center;
	}

	.imgwrap {
		padding: 100px 0;
		background-repeat: no-repeat;
	}

	.padding-60 {
		padding: 1rem;
	}

	.textIntro {
		display: grid;
		grid-template-columns: 100%;
	}

	.textIntro p {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}

	#timeline {
		display: flex;
		flex-direction: column;
		background-color: #fff;
	}

	#timeline:hover .tl-item {
		width: 100%;
	}

	.tl-item:hover {
		width: 100% !important;
	}

	.tl-item {
		width: 100%;
	}

	/* -- halaman businees */
	.grid-2 {
		display: grid;
		grid-template-columns: 1fr;
	}

	.we-teaser .title-wrapper h3 {
		font-size: 24px;
		line-height: 27px;
	}

	/* --halaman tech & envi-- */

	.grid-tech {
		grid-template-columns: 1fr !important;
	}

	#form-filter {
		justify-content: center !important;
		margin-top: 10px;
	}
	
	.main-con{
        margin-bottom : 20px;
    }
	
	.h2-desc{
	    width:100% !important;
	}

	.order-1 {
		order: 1;
	}

	.order-2 {
		order: 2;
	}

	.desc-tech {
		padding-top: 30px;
	}
	.desc-width {
		width: 100%;
	}

	.grid-envi {
        grid-template-columns: 1fr; /* Switch to single column */
        row-gap: 30px; /* Add space between items */
		justify-items: center;
    }

	.grid-envi.even{
        grid-template-columns: 1fr; /* Switch to single column */
        row-gap: 30px; /* Add space between items */
		justify-items: center;
    }

    .grid-envi img {
        order: 1; /* Image always comes first */
        width: 100%; /* Image takes full width */
    }

    .grid-envi .desc-envi {
        order: 2; /* Text comes below the image */
        text-align: center; /* Center-align text for mobile */
        margin: 0 10px; /* Add padding for readability */
    }

	.desc-envi{
	max-width: 90%; /* Ensure description stays within bounds */
    margin: auto;
    text-align: justify;
    text-justify: inter-word;
    text-justify: inter-word;
	
	}

	#master-parent {
		/* background-color: var(--secondary-color); */
		/* min-height: 400px ; */
		max-height: 100% !important;
	}

	.wrap-img {
		
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0px !important;
	}

	
	.right-col-career {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 0px !important;
	}

	.grid-envi.even img {
		order: 1; /* Place image first */
	}
	
	.grid-envi.even .desc-envi {
		order: 2; /* Place text second */
	}
    .desc-envi h3 {
        font-size: 24px; /* Adjust heading size for mobile */
    }

    .desc-envi p {
        font-size: 16px; /* Adjust paragraph size for mobile */
		text-align: justify;
    	text-justify: inter-word;
   	 	text-justify: inter-word;
    }

	/* halaman news */
	.grid-news {
		display: grid;
		grid-template-columns: 1fr;
	}

	.img-desc {
		width: 100%;
	}

	/* halaman career */

	.textBannerCareer h1 {
		font-size: 25px;
		font-weight: 700;
	}

	.width-80 {
		width: 100%;
	}

	.title {
		font-size: 20px;
	}

	.jobs-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.grid-container {
		padding-left: 2rem;
		padding-right: 2rem;
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}

	.grid-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.centerTitle {
		font-size: 36px;
		color: #fff;
	}

	.grid-benefit {
		display: grid;
		grid-template-columns: 1fr;
	}

	.grid-testi {
		display: grid;
		grid-template-columns: 1fr;
	}

	.grid-opening {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}

	.openingTitle span {
		display: none;
	}

	.openingTitle {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
		justify-items: start;
	}
	.titleCareer h1 {
		font-size: 30px;
	}

	/* halaman contact */

	.grid-contact {
		grid-template-columns: 1fr;
		padding: 0 1rem;
	}

	/*--footer--*/
	.foot-con{
	    padding-left: 2rem;
	    padding-right: 2rem;
	}
	footer {
		display: grid;
		grid-template-columns: 1fr;
	}
	footer.container {
		margin: 0;
	}
	footer #Gridcontainer {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	footer .container .footerCol {
		padding: 0 0rem;
		padding-bottom: 1rem;
	}

	#footerLogo {
		justify-content: center;
		align-items: flex-start;
	}

	.footer-info {
		padding: 1rem 0 1rem 0;
	}

	#footerSection {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.5rem;
	}

	.footer-contact {
		display: flex;
		flex-direction: column;
	}

	.footerBottom {
		display: flex;
		justify-content: flex-start;
		margin-top: 1rem;
		flex-direction: column;
		grid-gap: 1rem;
	}

	.sosialmedia {
		text-align: left;
	}

	footer p,
	footer a {
		font-size: 0.8rem;
		color: #000;
	}
	td {
		padding: 0 8px;
	}
	.sub-title{
	    font-family: Poppins, sans-serif;
	    font-weight:500;
	}
	
	.new-h1{
	    font-weight:600 !important;
	}
	
	.h2-desc{
	    max-width:80%;
	}
}

/*screen between 601px and 920px*/
@media (min-width: 601px) and (max-width: 865px) {
    .sub-title{
	    font-family: Poppins, sans-serif;
	    font-weight:500;
	}
	
	.h2-desc{
	    max-width:80%;
	}
	
	.new-h1{
	    font-weight:600 !important;
	}
	
	.py-2 {
		padding: 2rem 0;
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.column {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mm-ocd__content {
		max-width: 300px;
	}

	#main-nav {
		margin: 0;
		padding: 1rem 0;
	}

	#mobileMenuIcon {
		display: inline-block;
		text-align: right;
		font-size: 1.5rem;
	}

	#center-nav ul {
		display: none;
	}

	#center-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	#accountIcons {
		display: none;
	}

	#logo img {
		width: 250px;
		position: relative;
		top: 5px;
	}

	.sectionTitle {
		font-size: 1.5rem;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 25px;
	}

	#accountMobile {
		display: grid;
		grid-template-columns: 50% 50%;
		align-items: center;
	}

	#accountMobile a {
		width: 100%;
	}

	/* section slider */
	.textSlider h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.textSlider p {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	.textSlider {
		position: absolute;
		top: 25%;
		left: 3%;
	}

	.slideDown {
		top: 45%;
		left: 3%;
	}

	.slideDown a > i {
		font-size: 30px;
		font-weight: 900;
	}
	.btn-link {
		padding: 7px 18px;
		margin: 0 0 30px 0;
	}

	/* section about */
	.about {
		height: auto;
	}
	.img-bout img {
		width: 160px;
		border-radius: 50%;
	}
	.text-bout {
		padding: 1rem;
	}

	#timeline {
		display: flex;
		background-color: #fff;
		flex-wrap: wrap;
	}

	#timeline:hover .tl-item {
		width: 50%;
	}

	.tl-item {
		width: 50%;
	}

	.tl-item:hover {
		width: 50% !important;
	}

	.desc-width {
		width: 100%;
	}

	/* section teaser */
	.we-teaser .desc-wrapper {
		position: absolute;
		top: 20%;
		left: 10%;
		right: 10%;
	}

	.we-teaser .desc-wrapper img {
		width: 50px;
		padding-bottom: 10px;
	}

	.we-teaser .desc-wrapper h3,
	.we-teaser .title-wrapper h3 {
		color: var(--light-color);
		text-transform: uppercase;
		font-size: 19px;
		line-height: 20px;
		margin-bottom: 0.5rem;
	}

	.we-teaser .desc-wrapper ul,
	.we-teaser .desc-wrapper p,
	.we-teaser .title-wrapper ul,
	.we-teaser .title-wrapper p {
		color: var(--light-color);
		font-size: 15px;
	}

	.we-teaser .icon-wrapper i {
		font-size: 25px;
		color: var(--light-color);
	}

	.we-teaser .icon-wrapper img {
		width: 43px;
	}

	/* section counter */
	.number-counter .numscroller {
		font-size: 37px;
		font-weight: 900;
	}

	#plus {
		right: 25%;
		font-size: 37px;
	}

	/* section inquiry */
	.grid-inquiry {
		padding: 0;
	}

	.form-inquiry {
		padding: 30px 10px;
	}

	.form-inquiry textarea {
		height: 150px;
	}

	/* -- halaman about -- */
	.textBanner {
		top: 25%;
	}

	.textBanner h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.textgrid {
		grid-template-columns: 100%;
		height: 300px;
	}

	.textIntro {
		display: grid;
		grid-template-columns: 100%;
	}

	.textIntro p {
		font-size: 20px;
		line-height: 25px;
	}

	.imgwrap {
		padding: 100px 0 100px 10%;
		background-repeat: no-repeat;
	}

	.padding-60 {
		padding: 30px;
		margin: 0 0 30px 0;
	}

	/* -- halaman businees */
	.grid-2 {
		display: grid;
		grid-template-columns: 1fr;
	}

	.desc-tech {
		padding: 15px;
	}

	/* halaman news */
	.grid-news {
		display: grid;
		grid-template-columns: 1fr;
	}

	/* halaman contact */

	.grid-contact {
		grid-template-columns: 47% 50%;
	}

	/* halaman career */
	.textBannerCareer h1 {
		font-size: 45px;
		font-weight: 700;
	}

	.title {
		font-size: 30px;
	}

	.width-80 {
		width: 90%;
	}

	.jobs-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.grid-container {
		padding-left: 2rem;
		padding-right: 2rem;
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}

	.column-small {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.centerTitle {
		font-size: 35px;
		color: #fff;
	}

	/*--footer--*/
	footer {
		grid-template-columns: 1fr;
	}

	#footerLogo {
		justify-content: center;
	}

	footer #Gridcontainer {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	#footerSection {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1rem;
	}

	.sosialmedia {
		text-align: left;
	}
}

@media (min-width: 866px) and (max-width: 920px) {
	.py-2 {
		padding: 2rem 0;
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.column {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mm-ocd__content {
		max-width: 300px;
	}

	#main-nav {
		margin: 0;
		padding: 1rem 0;
	}

	#mobileMenuIcon {
		display: inline-block;
		text-align: right;
		font-size: 1.5rem;
	}

	#center-nav ul {
		display: none;
	}

	#center-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	#accountIcons {
		display: none;
	}

	#logo img {
		width: 250px;
		position: relative;
		top: 5px;
	}

	.sectionTitle {
		font-size: 1.5rem;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 25px;
	}

	#accountMobile {
		display: grid;
		grid-template-columns: 50% 50%;
		align-items: center;
	}

	#accountMobile a {
		width: 100%;
	}

	/* sectio slider */
	.textSlider {
		position: absolute;
		top: 25%;
		left: 3%;
	}
	.btn-link {
		padding: 7px 18px;
		margin: 0 0 30px 0;
	}
	.textSlider h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.textSlider p {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.slideDown {
		top: 65%;
		left: 3%;
	}

	.slideDown a > i {
		font-size: 35px;
		font-weight: 900;
	}

	/* section about */
	.about {
		height: auto;
	}

	.img-bout img {
		width: 180px;
		border-radius: 50%;
	}

	/* section teaser */
	.we-teaser .desc-wrapper img {
		width: 65px;
		padding-bottom: 20px;
	}

	.we-teaser .desc-wrapper h3 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 0.5rem;
	}

	.we-teaser .desc-wrapper ul,
	.we-teaser .desc-wrapper p {
		color: var(--light-color);
		font-size: 16px;
	}

	.we-teaser .desc-wrapper {
		position: absolute;
		top: 20%;
		left: 10%;
		right: 10%;
	}

	.we-teaser .icon-wrapper i {
		font-size: 35px;
		color: var(--light-color);
	}

	.we-teaser .icon-wrapper img {
		width: 50px;
	}

	#timeline {
		display: flex;
		background-color: #031625;
		flex-wrap: wrap;
	}

	#timeline:hover .tl-item {
		width: 33.3333%;
	}

	.tl-item:hover {
		width: 33.333% !important;
	}

	.tl-item {
		width: 33.333%;
	}

	/* section counter */
	.number-counter .numscroller {
		font-size: 40px;
	}

	#plus {
		right: 32%;
		font-size: 40px;
	}

	/* section inquiry */
	.form-inquiry textarea {
		height: 160px;
	}

	/* -- halaman about -- */

	.textBanner {
		position: absolute;
		top: 25%;
		left: 10%;
	}

	.textBanner h1 {
		font-size: 45px;
		line-height: 50px;
		color: #000;
	}

	.textgrid {
		grid-template-columns: 100%;
	}

	.imgwrap {
		padding: 100px 0 100px 10%;
		background-repeat: no-repeat;
	}
	.padding-60 {
		padding: 30px;
	}

	.textIntro p {
		font-size: 1.4rem;
	}

	.desc-width {
		width: 100%;
	}

	/* halaman career */
	.grid-container {
		padding-left: 6rem;
		padding-right: 6rem;
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}

	.jobs-inner {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.centerTitle {
		font-size: 41px;
		color: #fff;
	}

	/* halaman contact */

	.grid-contact {
		grid-template-columns: 45% 53%;
	}

	/*--footer--*/
	footer {
		grid-template-columns: 1fr;
	}

	#footerLogo {
		justify-content: center;
	}

	footer #Gridcontainer {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	#footerSection {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1rem;
	}

	.sosialmedia {
		text-align: left;
	}
	.desc-tech {
		padding: 15px;
	}
}

@media (min-width: 921px) and (max-width: 1268px) {
	#bottom-nav > ul > li {
		margin-right: 2.5rem;
	}

	#center-nav {
		display: grid;
		grid-template-columns: 15% 55% 25%;
		align-items: center;
		padding: 0;
		grid-gap: 1rem;
	}

	#center-nav ul {
		padding: 0;
	}

	#center-nav ul li {
		margin-right: 0.75rem;
	}

	#center-nav ul li a {
		font-size: 0.68rem;
		letter-spacing: 1.5px;
	}

	.fa-chevron-down {
		font-size: 0.6rem;
	}

	#center-nav ul.topMegaMenu li {
		padding: 0.4rem;
	}

	#center-nav ul.topMegaMenu a {
		font-size: 0.8rem;
	}

	#center-nav > ul > li:hover > ul.topMegaMenu {
		min-width: 150px;
	}

	#accountIcons > ul > li:hover > ul.topMegaMenu {
		min-width: 110px;
	}

	#accountIcons {
		padding: 0;
	}

	.textSlider {
		position: absolute;
		top: 30%;
		left: 6.3%;
	}

	.textSlider h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.textSlider p {
		font-size: 20px;
		line-height: 25px;
	}

	.slideDown {
		position: absolute;
		top: 75%;
		left: 6.3%;
	}

	.slideDown a > i {
		font-size: 35px;
		font-weight: 900;
	}

	/* section about */
	.about {
		height: auto;
	}

	#timeline {
		display: flex;
		background-color: #031625;
		flex-wrap: wrap;
	}

	#timeline:hover .tl-item {
		width: 33.3333%;
	}

	.tl-item:hover {
		width: 33.333% !important;
	}

	.tl-item {
		width: 33.333%;
	}

	/* section teaser */
	.we-teaser .desc-wrapper img {
		width: 80px;
		padding-bottom: 15px;
	}

	.we-teaser .desc-wrapper h3 {
		font-size: 20px;
		line-height: 20px;
	}

	.we-teaser .desc-wrapper {
		position: absolute;
		top: 20%;
		left: 10%;
		right: 10%;
	}

	.we-teaser .icon-wrapper i {
		font-size: 35px;
		color: var(--light-color);
	}

	.form-inquiry textarea {
		height: 190px;
	}
	/* section counter */
	#plus {
		right: 27%;
	}

	/* -- halaman about */
	.textBanner {
		position: absolute;
		top: 45%;
		left: 10%;
	}

	.desc-width {
		width: 100%;
	}

	/* halaman career */
	.jobs-inner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.grid-container {
		padding-left: 6rem;
		padding-right: 6rem;
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}

	.centerTitle {
		font-size: 48px;
		color: #fff;
	}
	/* footer */
	footer #Gridcontainer {
		display: grid;
		grid-template-columns: 30% 66%;
		grid-gap: 2rem;
	}

	#footerSection {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1rem;
	}

	.footerBottom {
		display: grid;
		justify-content: center;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}

	.sosialmedia {
		text-align: left;
	}
	.desc-tech {
		padding: 30px;
	}
}
@media (min-width: 1269px) and (max-width: 1359px) {
	.textSlider {
		position: absolute;
		top: 30%;
		left: 6.5%;
	}

	.slideDown {
		position: absolute;
		top: 82%;
		left: 6.3%;
	}
	#center-nav {
		display: grid;
		grid-template-columns: 15% 50% 2fr;
		align-items: center;
		grid-gap: 2rem;
	}

	#center-nav ul {
		padding: 0;
	}
	#center-nav ul li a {
		font-family: Poppins, sans-serif;
		font-size: 0.75rem;
		font-weight: 400;
	}

	#center-nav ul.topMegaMenu a {
		font-size: 0.75rem;
	}

	#center-nav ul li {
		margin-right: 1rem;
	}

	#accountIcons {
		padding: 0;
	}

	#accountIcons ul.topMegaMenu a {
		font-size: 0.75rem;
	}

	/* -- halaman about -- */

	.textBanner {
		position: absolute;
		top: 45%;
		left: 10%;
	}

	.desc-width {
		width: 1070px;
	}

	/* section teaser */
	.we-teaser .desc-wrapper {
		top: 20%;
	}

	.form-inquiry textarea {
		height: 200px;
	}

	/* footer */
	footer #Gridcontainer {
		display: grid;
		grid-template-columns: 25% 73%;
		grid-gap: 2rem;
	}

	#footerSection {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
}

.mobileMenu1 {
	font-weight:800;
}
