/* Copyright: Kano Technology Limited
* License:	Commercial
*/
/* theme-style */
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Quicksand', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
}

h2 {font-size: 1.8rem;text-transform: uppercase;}

h3 {font-size: 1.3rem;padding-top: 1.3rem;}
h4 {font-size: 1.2rem;}
h5 {font-size: 1.1rem;}
h6 {font-size: 1.0rem;}

p {
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
}

hr {
  border: 2px solid #00b8e6;
  width: 60px;
  margin: 1rem auto;
}

a {
  color: #9e9e9e;
}

a:hover {
  color: #616161;
  transition: 1s;
  text-decoration: none;
}

table {
  width: 100%;
  border: 1px solid #d8d8d8;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

table tr {
  border-bottom: 1px solid #000000;
}

.desktop-job-row:hover {
  transition: .5s;
  border-left: 4px solid #155d98;
  background-color: #c8e9f4;
}

table tr th {
  padding: 1.1rem 1.2rem 1.1rem 1.2rem;
  background-color: #f5f5f5;
  color: #808080;
  font-size: 13px;
}

table tr td {
  padding: 1.2rem;
  font-size: 14px;
  line-height: 1.3;
}

td.table-title {
  width: 150px;
}

th#location {
  width: 180px;
}

th#employmentType {
  width: 50px;
}

th#education {
  width: 160px;
}

table.selected-jobs td tr:hover {
  background-color: #c8e9f4;
}

#desktop-job-list-title {
  width: 350px;
}

a.edit-nicepage-button{display:none !important;}
main .icons > .btn-group.pull-right { display: none; }

/* NOTE - Convertforms */
.convertforms{margin: 0px auto;}
#jobs_selected_area{max-width: 590px;margin: 0 auto;}

/* NOTE - social-icon */
.social-icon{padding: 0px 15px 0px 20px;}
.social-icon .fa-facebook{color: #415E9B;}
.social-icon .fa-linkedin{color: #0077B5;}
.social-icon .fa-whatsapp{color: #2AB318;}
.social-icon .fa-envelope{color: #919191;}

.mb-social-icon{display:none;}
@media (max-width: 993px) {
  .mb-social-icon{display:block;position: absolute; right: 75px; font-size: 21px; top: 23px;}
  .mb-social-icon .fa-facebook{color: #415E9B;}
  .mb-social-icon .fa-linkedin{color: #0077B5;}
  .mb-social-icon .fa-whatsapp{color: #2AB318;}
  .mb-social-icon .fa-envelope{color: #919191;}
}

/* NOTE - blog - testimonial */
.blog .page-header h2{
  text-transform: capitalize;
}
.blog .page-header h2,
.blog dd.published {
  text-align: left;
}
.blog .page-header h2[itemprop=headline]{text-align: center;}
.blog .items-leading,
.blog .items-row {
  margin: 0px 0px 50px 0px;
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 50px 0px;
}
.blog .items-leading img,
.blog .items-row img{
  max-width: 100% !important;
}
.blog .items-more{display:none;}
.blog .pagination-list{box-shadow: none;}
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 48px 0 20px;
  text-align: center;
}
.blog-pagination .counter {
  margin: 0;
  color: #202020;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.blog-pagination .pagination__wrapper,
.blog-pagination .pagination-pages {
  flex: 0 0 auto;
  margin: 0;
}
.blog-pagination .pagination {
  justify-content: center;
  margin: 0;
}
.blog-pagination .pagination-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
.blog-pagination .pagination-list > li {
  display: flex;
}
.blog-pagination .pagination-list > li > a,
.blog-pagination .pagination-list > li > span {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 46px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid #d9d9d9;
  background: #fff;
  color: #979797;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.blog-pagination .pagination-list > li:first-child > a,
.blog-pagination .pagination-list > li:first-child > span {
  border-left: 0;
  border-radius: 0;
}
.blog-pagination .pagination-list > li:last-child > a,
.blog-pagination .pagination-list > li:last-child > span {
  border-radius: 0;
}
.blog-pagination .pagination-list > li > a:hover,
.blog-pagination .pagination-list > li > a:focus {
  background: #f7f7f7;
  color: #5f5f5f;
}
.blog-pagination .pagination-list > .active > a,
.blog-pagination .pagination-list > .active > span,
.blog-pagination .pagination-list > .active > .page-link {
  background: #f7f7f7;
  color: #5f5f5f;
  font-weight: 600;
}
.blog-pagination .pagination-list > .disabled > a,
.blog-pagination .pagination-list > .disabled > span,
.blog-pagination .pagination-list > .disabled > .page-link {
  background: #fff;
  color: #c3c3c3;
}
.blog-pagination .pagination-list i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .blog-pagination {
    align-items: center;
  }

  .blog-pagination .pagination__wrapper,
  .blog-pagination .pagination-pages {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .blog-pagination .counter {
    font-size: 20px;
  }

  .blog-pagination .pagination-list > li > a,
  .blog-pagination .pagination-list > li > span {
    min-width: 46px;
    height: 42px;
    padding: 0 12px;
    font-size: 16px;
  }

  .blog-pagination .pagination-list i {
    font-size: 18px;
  }
}


.card {
  border-radius: 0;
  border: 0;
  margin: 0 -0.5rem 0 -0.5rem;
  cursor: pointer;
}

.card-body {
  text-align: center;
  background-color: #155d98;
  height: 80px;
  display: table;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.card-body p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
}

p.card-text {
  vertical-align: middle;
}

.card:hover
.card-img-top {
  transition: .5s;
  filter: brightness(50%);
}

.card:hover
.card-body {
  transition: .5s;
  background-color: #0c3252;
}

/* Go-back link */
.small-link {
  font-size: 16px;
}

.form-control {
  border: 0;
  border-radius: 0;
  padding: .5rem 1rem .5rem 1rem;
  font-size: 18px;
}

.form-contol,
::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
}

.normal-form .form-control {
  border: 1px solid #d8d8d8;
}

.banner-form {
  background-color: #0098d498;
  border-radius: 1rem;
  color: #ffffff;
  padding: 2rem;
}

.banner-form h2 {
  padding-bottom: 1.5rem;
}

.banner-form .btn {
  width: 100%;
}

/* Job List */
#job-title a {
  font-size: 16px;
  font-weight: bold;
  color: #f45900;
  line-height: 1.3;
}

#job-title a:hover {
  color: #9e3a00;
}

.mobile-job-list {
  display: none;
}

.mobile-job-col {
  border: 1px solid #d8d8d8;
  font-size: 14px;
}

.mobile-job-col:hover {
  background-color: #d8d8d8;
}

.mobile-job-col a {
  color: #f45900;
  font-size: 16px;
  font-weight: bold;
}

.mobile-job-col p {
  font-size: 14px;
}

.mobile-job-col-head {
  color: #808080;
}

/* Job details preview */
.job-box {
  border: 0.5px solid #d8d8d8;
  color: #000000;
}

.job-box h2 {
  padding: 1.5rem 0 1rem 0;
  font-size: 16px;
  color: #f45900;
  text-align: left;
  text-transform: none;
  line-height: 1.5;
}

.job-box table {
  border: 0;
}

.job-box table tr {
  border-bottom: 0;
}

.job-box table tr td {
  padding: 0.25rem 0 0.25rem 0;
  color: #808080;
}

.job-box hr {
  border: 0.5px solid #d8d8d8;
  width: 100%;
}

.job-box .table-content {
  color: #000000;
}

.about-box {
  border: 0.5px solid #d8d8d8;
}

.about-box h2 {
  font-size: 20px;
  color: #155d98;
  padding: 1.5rem 0 1rem 0;
  text-align: left;
}

/********** Joomla Pagination - Start **********/
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}

.vacancyCol {
  border: 1px solid #d8d8d8;
  padding: 1rem;
  color: #000000;
  font-size: 14px;
}

.vacancyCol b {
  font-weight: normal;
  color: #808080;
}

.vacancyCol a {
  color: #f45900;
  font-weight: bold;
  font-size: 16px;
}

.vacancyCol a:hover {
  color: #9e3a00;
  transition: .5s;
}
/********** Joomla Pagination - End **********/

#newbanner .carousel-item {height:fit-content;/*height:500px;*/}
#newbanner .carousel-control-prev, #newbanner .carousel-control-next {width: 130px;font-size:42px;}

dd.published {
  text-align: center;
  color: #9e9e9e;
}

.selected-jobs-row {
  background-color: #c8e9f4;
}
/* style-min-1200 */
@media (min-width: 993px) {
  #vacancyListMobile {
    display: none;
  }
  
  .selected-jobs-lg {
    display: table;
  }
  
  .selected-jobs-md {
    display: none;
  }
}



  .navbar-expand-lg .navbar-nav .dropdown-menu {
      margin: 0px;
  }


/* style-max-992 */
@media (max-width: 992px) {
  p {
    text-align: left;
  }
  
  hr {
    border: 1px solid #00b8e6;
  }

  .card,
  .card-body {
    margin: 0;
  }

  /* Job list */
  .desktop-job-list,
  #vacancyList {
    display: none;
  }

  #vacancyListMobile {
    display: block;
  }

  .mobile-job-list {
    display: block;
  }
  
  .selected-jobs-md {
    display: block;
  }
  
  .selected-jobs-lg {
    display: none;
  }
}
/* theme-style */
/* theme-button*/
.btn {
  padding: 0.25rem 3rem 0.25rem 3rem;
  font-size: 18px;
  border-radius: 0.9rem;
}

.btn-primary {
  background-color: #f45900;
  border-color: #f45900;
}

.btn-primary:hover {
  transition: 1s;
  background-color: #ce4b00;
  border-color: #ce4b00;
}

.btn-form {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0.65rem 0 0.65rem 1rem;
  text-align: left;
  color: #838383;
  font-size: 17px;
}

.btn-form:hover {
  transition: 1s;
  background-color: #e0e0e0;
  color: #000000;
}
/* theme-button */
/* theme-menu */
.navbar {
  background-color: #ffffff;
}

.navbar-light .navbar-brand {
  padding-left: 15px;
}

.navbar-nav {
  margin-right: 4px;
}

ul.navbar-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  /* font-family: 16px; */
  font-size: 16px;
  color: #474747;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
  transition: .5s;
  color: #0C6DBE;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover{color: #EAB300;}

img#navbar-logo {
  /* padding-top: 0.25rem; */
  height: 80px;
}
.navbar{
  padding: 11px 16px 8px 16px !important;
  height: 73px;
  display: flex;
  align-items: flex-start;
}
footer .navbar{
  padding: 0px 16px 8px 16px !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../../../images/icon/hamburger.png);
  font-size: 20px !important;
}
.navbar-brand{padding: 0px !important;}
.navbar-light .navbar-toggler {
  border: 0;
  padding: 8px 2px 9px 2px;
  line-height: 33px;
}

#navbarNav{
  margin: 5px 0 0 0;
}
#navbarNav ul.navbar-nav{
  background: #fff;
  z-index: 10;
  position: relative;
}



@media (max-width: 1200px) {
  img#navbar-logo {
    /* padding-top: 0.25rem; */
    height: 35px;
  }
}
/* menu-max-992 */
@media (max-width: 992px) {
  a.nav-link {
    margin-left: 15px;
  }

  img#navbar-logo {
    height: 50px;
  }
  .social-icon{display:none;}
  #navbarNav ul.navbar-nav{
    background: rgba(255, 255, 255, 0.7);
  }
  #navbarNav .dropdown-menu{
    background: unset;
  }
}
/* theme-menu */
/* theme-header */
.banner {
  width: 100%;
  /* background-image: url(../../../images/banner.jpg); */
  background-size: cover;
  background-position: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.carousel-control-prev i{color:#FF9301;}
.carousel-control-next i{color:#FF9301;}

h2.page-header {
  text-align: center;
  text-transform: uppercase;
  margin-top: -0.5rem;
}
/* theme-header */
/* theme-content */
#content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* 100% view height minus the height of navbar, banner and footer */
  min-height: calc(100vh - 488px);
}
/* theme-content */
/* theme-footer */
.footer {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  background-color: #0170C9;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer .row {
  margin-left: 0;
  margin-right: 0;
}

#footerRight {
  text-align: right;
}

/* NOTE - Footer nav - Sitemap*/
footer .navbar {
  background-color: unset;
  padding: 0px 0px 0px 0px;
}
footer .navbar li.pl-md-3 {
  padding: 0px !important;
}
footer .navbar li a {
  padding: 0px !important;
  margin: 0px 30px 0px 0px;
  width: 100%;
  display:flex;
}
footer .navbar li:hover a {
  color: #ffffff !important;
}
footer .navbar li a:hover {
  color: #EAB300 !important;
}
footer a.navbar-brand {
  display: none;
}
footer a.dropdown-toggle::after {
  display: none;
}
footer .navbar-toggler-icon {
  display: none;
}
footer .navbar-expand-lg .navbar-nav .dropdown-menu,
footer .dropdown-menu {
  position: static;
  display: block;
  background: unset;
  border: unset;
  min-width: unset;
}
footer .navbar-light .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
footer ul.navbar-nav.ml-md-auto {
  margin: 0px !important;
}
footer .navbar-light .navbar-nav .nav-link,
footer .navbar-light .navbar-nav .nav-link:hover,
footer .navbar-light .navbar-nav .active>.nav-link {
  color: #ffffff;
  font-size: 15px;
}
footer .navbar a {
  color: #ffffff;
}
footer .navbar a:hover {
  color: #909090;
}
footer .navbar-expand-lg .navbar-nav .dropdown-menu a {
  padding: 0px 0px 0px 9px;
  font-size: 13px;
}
footer .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
  background-color: unset;
}
footer .social-icon, footer .mb-social-icon{
  display: none;
}
#footer_navbarNav{
  /* margin-top: 30px; */
}
footer .dropdown-footer_menu a{
  font-size: 12px;
}
footer .navbar-nav > li > a{
  font-size: 16px;
  margin-bottom: 8px;
}
footer li.item-538, footer li.item-539{
  display:none;
}

#adminForm ::placeholder{color: #0170C9;}

/* footer-max-992 */
@media (max-width: 768px) {
  #footerRight {
    text-align: left;
  }
}
/* theme-footer */




/* NOTE - Bottom Logo */
footer .col-md-4{padding: 0 3px 0 17px;}
@media (max-width: 768px) {
  footer .col-md-4{padding: 0;}
  .bottom_logo{padding: 0px 17px;}
}
.bottom_logo{flex-wrap: nowrap;margin: 0 0 20px 0px;}
.bottom_logo > div:nth-child(1){padding: 0px;height: 100%; row-gap: 3px; display: flex; flex-direction: column;}
  .bottom_logo > div:nth-child(1) > div{height: 50%;}
.bottom_logo > div:nth-child(2){padding: 0 0 0 3px;} 
  .bottom_logo > div:nth-child(2) > div{height: 100%;} 
.bottom_logo img{width: 100%;height: 100%;}
.footer ul.navbar-nav.ml-md-auto{padding:0px;}
footer a{color:#ffffff;}
footer a:hover{color:#EEB005;}

/* NOTE - Contact Us */
#contact_text{margin: 5px 0px 0px 0px;}
.contact_subtitle{font-weight:700;margin:5px 0;}
#googlemap{height:390px;margin:15px 0 0 0;}
iframe,
svg {
	max-width: 100%;
}
#newbanner img{
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  #newbanner img{
    height: 250px;
  }
}

/* NOTE - Fix nicepage css */
.dropdown-menu{
  font-size: 16px !important;
  border: unset !important;
}

/* End of stylesheet */
