section{
    padding: 100px;
    background-color: white;
}

#career-title {
  position: relative;
  width: 100%;
  height: 500px;
  background: rgb(50, 50, 50);
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.99)) , url(../../image/career/job-bg.png) no-repeat 50% 50% fixed;
  background-size: cover;
  overflow: hidden;
}

#career-title h1{
    padding-top: 250px;
    
}

.button-askus{
    background-color: #5EABDF;
text-align: center;
transition-duration: 0.4s;
cursor: pointer;
    color: #FFFFFF;
    width: 90px;
        font-weight: bold;
    text-align: center;
}

.button-askus:hover{
     background-color: #FFFFFF;
  color: #5EABDF;
}


        .navbar-header img{
    width: 20%;
  height: 20%;
  margin-bottom: -7%;
}
        
.material-icons {vertical-align:-14%}



.navbar-header img{
    width: 20%;
  height: 20%;
  margin-bottom: -7%;
}

.display-6 {
    font-family: 'Tahoma',sans-serif;
    font-size: 1rem;
    margin : 1.5rem;
  }

#myFooter {
			background-color: #5EABDF;
			color: white;
			padding-top: 20px;
		}

		#map-container {
			height: 240px;
			width: 100%;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		#myFooter .row {
			margin: 0 85px;
		}

		#myFooter .footer-copyright {
			background-color: #10222e;
			padding-top: 3px;
			padding-bottom: 3px;
			text-align: center;
		}

		#myFooter .footer-copyright p {
			margin: 10px;
			color: #ccc;
		}

		#myFooter .container {
			width: auto;
		}

		#myFooter ul {
			list-style-type: none;
			padding-left: 0;
			line-height: 1.7;
		}

		#myFooter h5 {
			font-size: 20px;
			color: white;
			font-weight: bold;
			margin-top: 30px;
		}

		#myFooter a {
			color: black;
			text-decoration: none;
			font-size:16px;
		}

		#myFooter a:hover,
		#myFooter a:focus {
			text-decoration: none;
			color: white;
		}

		#myFooter .social-networks {
			text-align: center;
			padding-top: 30px;
			padding-bottom: 38px;
		}

		#myFooter .fa {
			font-size: 30px;
			margin-right: 15px;
			margin-left: 20px;
			background-color: white;
			color: #182c39;
			border-radius: 51%;
			padding: 10px;
			height: 50px;
			width: 50px;
			text-align: center;
			line-height: 31px;
			text-decoration: none;
			transition: color 0.2s;
		}

		#myFooter .fa-facebook:hover {
			color: #2b55ff;
		}

		#myFooter .fa-facebook:focus {
			color: #2b55ff;
		}

		#myFooter .fa-youtube:hover {
			color: red;
		}

		#myFooter .fa-youtube:focus {
			color: red;
		}

		#myFooter .fa-instagram:hover {
			color: #00aced;
		}

		#myFooter .fa-instagram:focus {
			color: #00aced;
		}
		
		
	    #myFooter .career-footer{
	        margin: auto;
	        width: 200px;
	        padding: 10px;
	    }

    .fa-whatsapp:hover {
      color: red;
    }

    .fa-whatsapp:focus {
      color: red;
    }

		@media screen and (max-width: 767px) {
			#myFooter {
				text-align: center;
			}
			#myFooter .row {
				margin: 0;
			}
            
            #myFooter button{
                text-align: center;
               width: 100%;
            }
		}
		
		/* Set a style for buttons */
        .button-footer {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

.button-footer {
	width: 150px;
	height: 50px;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #7f5a83;
	background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
	background-size: 200% 100%;
	background-position: left;
	background-repeat: no-repeat;
	transition: 500ms;
}

.button-footer:before {
	
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background-color: #1b2845;
	background-image: linear-gradient(315deg, #1b2845 0%, #274060 74%);
	transition: 500ms;
}

.button-footer b{
    color: #FFFFFF;
}

.button-footer:hover {
	background-position: right;
}

.button-footer:hover:before {
	color: rgba(255,255,255,0.8);
}

.button-footer:focus {
	outline: none;
}


   
  	.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#ffffff 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #ffffff;
	}
  .hoverTable th{
		background: #000000;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #8bc7df;
    }
    


    
  
.navbar
{
    background-color: white;
}
.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

/* Code Circle*/
:root {
  --surface-color: #fff;
  --curve: 40;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fef8f8;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none;
}

.card {
  position: relative;
  display: block;
  height: 100%;  
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {      
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(var(--curve) * 1px);    
  background-color: var(--surface-color);      
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;    
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;      
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       

.card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}

.card__title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 .3em;
  color: #6A515E;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";  
  font-size: .8em; 
  color: #D7BDCA;  
}

.card__status {
  font-size: .8em;
  color: #D7BDCA;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #D7BDCA;
  font-family: "MockFlowFont";   
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}    