/*
  BangHV- Front-End Developer
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, .wp-resource .wp-blog-view .blog-content b, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear-fix {
  clear: both; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  line-height: 12px; }

h1,
h2 {
  font-family: "Droid Serif", serif;
  font-weight: bold; }

h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 16px; }

a, p, input, select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

p {
  font-size: 16px;
  color: #333;
  line-height: 23px; }

a {
  color: #FFF; }

a:hover {
  text-decoration: none;
  color: #333; }

.active-nsw {
  background-color: #007bbe;
  color: #fff; }

::-webkit-input-placeholder {
  color: #333; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  color: #333; }

.btn-default-nsw {
  border: 0px; }

.btn-default-nsw:hover {
  background-color: #02669c !important; }

.bd-bt {
  border-bottom: 0px; }

.link-btn-nsw {
  color: #007bbe; }
  .link-btn-nsw i {
    font-size: 14px !important; }

.no-pd {
  padding: 0; }

.no-pd-left {
  padding-left: 0; }

.no-pd-right {
  padding-right: 0; }

.pd-l-60 {
  padding-left: 60px; }

.pd-r-60 {
  padding-right: 60px; }

.no-br-bt {
  border-bottom: 0 !important; }

.fw-bold {
  font-weight: 600; }

.flr {
  float: right; }

.ie9 .flr {
  float: right !important; }

@media all and (max-width: 1024px) {
  h1 {
    font-size: 37px !important;
    line-height: 37px; }

  h2 {
    font-size: 25px !important; } }
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px !important;
    line-height: 33px; } }
select::-ms-expand {
  display: none; }

#recaptcha_area #recaptcha_response_field {
  border: 1px solid #d9d9d9 !important;
  height: 27px; }
#recaptcha_area #recaptcha_privacy {
  display: none; }
#recaptcha_area #recaptcha_image {
  border: 0px !important; }
#recaptcha_area .recaptchatable a {
  font-size: 14px; }

header {
  width: 100%; }
  header .header-top {
    background: #FFF;
    padding: 20px 65px 12px 50px; }
    header .header-top .img-logo {
      margin-left: -15px; }
    header .header-top ul {
      margin-top: 70px;
      float: right; }
      header .header-top ul li {
        float: left;
        line-height: 20px; }
        header .header-top ul li a {
          color: #333;
          margin-right: 10px;
          border-right: 1px solid #333;
          padding-right: 10px; }
          header .header-top ul li a i {
            color: #007bbe;
            margin-right: 5px; }
        header .header-top ul li:last-child a {
          border-right: 0px; }
  header nav.navbar-nsw {
    background-color: #333333;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0; }
    header nav.navbar-nsw ul li a {
      color: #FFF;
      -webkit-transition: .2s;
      -khtml-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    header nav.navbar-nsw ul li a:hover {
      background-color: #007bbe;
      color: #FFF; }
  header nav.navbar-nsw2 {
    padding-left: 15px; }
  header h4.txt-ip {
    color: #333;
    position: absolute;
    bottom: 22px;
    right: 82px;
    font-size: 15px;
    display: none; }
  header h4.txt-cl {
    display: none;
    color: #333;
    position: absolute;
    bottom: 10px;
    right: 82px;
    font-size: 15px; }

body.mnopen header h4.txt-ip {
  display: none; }

/*Menu mobile*/
.off-canvas-toggle {
  float: right;
  margin-left: 0;
  cursor: pointer; }

.off-canvas-toggle .icon-bar {
  background-color: #333333;
  height: 4px; }

#off-canvas {
  width: 250px !important;
  z-index: 999;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -250px;
  box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.1);
  background: #333333;
  overflow-x: hidden; }

body.mnopen {
  overflow: hidden;
  position: relative; }
  body.mnopen .show-menu {
    display: none; }
  body.mnopen .close-menu {
    display: block !important;
    float: right;
    margin-right: 20px;
    margin-top: -5px; }
    body.mnopen .close-menu i {
      font-size: 30px;
      color: #333;
      margin-top: 10px; }

/*Sub-Menu*/
.navbar-nsw ul li > a:focus {
  background-color: #007bbe; }

.navbar-nsw ul li:hover > .sub-menu {
  display: block;
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.3s ease, opacity 0.2s ease .1s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s; }

.navbar-nsw ul li .sub-menu {
  background: #333333;
  min-width: 250px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: transform 0.5s ease, opacity 0.2s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease; }

.navbar-nsw ul li .sub-menu li {
  height: auto;
  line-height: 50px;
  margin: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1); }

/*.navbar-nsw  ul li .sub-menu li:focus{background:rgba(0,0,0,.1);}
.navbar-nsw  ul li .sub-menu li:focus a{color: #fff}
.navbar-nsw  ul li .sub-menu li:focus:after{border-top-color: transparent}
.navbar-nsw  ul li .sub-menu li a:focus{background: $bg-blue-color;}*/
.navbar-nsw ul li .sub-menu li:hover {
  background: rgba(0, 0, 0, 0.1); }

.navbar-nsw ul li .sub-menu li:hover a {
  color: #fff; }

.navbar-nsw ul li .sub-menu li:hover:after {
  border-top-color: transparent; }

.navbar-nsw ul li .sub-menu li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

.navbar-nsw ul li .sub-menu li a:hover {
  background: #007bbe; }

.navbar-nsw ul li .sub-menu ul {
  left: 250px;
  margin-top: -50px; }

.off-canvas-inner {
  width: 100%;
  background: #3c3c3c;
  color: #FFF; }

.off-canvas-inner ul {
  float: left;
  width: 250px; }

.off-canvas-inner ul li {
  float: left;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.5); }

.off-canvas-inner ul li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }

.off-canvas-inner ul li.menu-item-has-children:hover {
  border-color: rgba(255, 255, 255, 0.5); }

.off-canvas-inner ul li a {
  line-height: 20px;
  padding: 27px 30px;
  margin: 0 auto;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: normal; }

.off-canvas-inner ul li:hover {
  background: #212327;
  color: #FFF; }

.off-canvas-inner ul li a .fa-times-circle {
  opacity: .3;
  color: #01b7f2;
  font-family: "FontAwesome";
  font-size: 28px;
  margin-right: 0 !important; }

.off-canvas-inner ul li a:hover .fa-times-circle {
  opacity: 1; }

.off-canvas-inner ul li i.fa {
  margin-right: 10px; }

.off-canvas-inner ul li .sub-menu li {
  line-height: normal; }

.off-canvas-inner ul li .sub-menu li:last-child {
  border-bottom: 0px; }

.off-canvas-inner ul li .sub-menu li a {
  padding-left: 60px; }

.off-canvas-inner ul li .sub-menu li .sub-menu li {
  padding-left: 80px; }

.off-canvas-inner ul li .sub-menu li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: Fontawesome;
  color: #999;
  margin: 0 5px 0 0; }

.off-canvas-inner .close-menu {
  text-align: center; }

.off-canvas-inner ul.sub-menu {
  display: none; }

.off-canvas-inner ul li i.fa-chevron-down {
  display: inline-block;
  float: right; }

@media all and (max-width: 1024px) {
  html, body {
    overflow-x: hidden; }

  .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  header .header-top {
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px; }
    header .header-top .img-logo img {
      width: 140px; }
    header .header-top ul {
      display: none; }
  header .navbar-nsw {
    display: none; }
  header h4.txt-ip {
    display: block; }

  .navbar-toggle {
    display: block; }

  .show-menu {
    margin-top: 20px; }

  body.mnopen header h4.txt-cl {
    display: block; }

  .off-canvas-inner ul li a {
    padding: 49px 30px;
    display: inline-block;
    max-width: 220px; }

  body.mnopen .close-menu {
    margin-top: 15px; }

  .off-canvas-inner ul li i.fa-chevron-down {
    margin-top: 50px; } }
@media all and (max-width: 767px) {
  header .header-top {
    padding-bottom: 20px;
    padding-top: 20px; }
    header .header-top .img-logo img {
      width: 76px; }

  .show-menu {
    margin: 0;
    margin-right: 20px; }

  .off-canvas-inner ul li a {
    padding: 27px 30px;
    max-width: 220px; }

  body.mnopen .close-menu {
    margin-top: 0; }

  .off-canvas-inner ul li i.fa-chevron-down {
    margin-top: 30px; } }
.sec-jobsearch {
  position: relative;
  width: 100%;
  background: url(../images/banner-search-home.png) no-repeat;
  -ms-behavior: url("/Scripts/backgroundsize.min.htc");
  /** End of Hack */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 170px; }
  .sec-jobsearch .wp-form-jobsearch {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 280px; }
    .sec-jobsearch .wp-form-jobsearch input.keyword {
      background-color: #FFF;
      height: 65px;
      width: 100%;
      color: #333;
      font-size: 20px;
      line-height: 65px;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 0px;
      margin-bottom: 20px;
      padding-left: 20px; }
    .sec-jobsearch .wp-form-jobsearch select {
      width: 100%;
      height: 40px;
      line-height: 40px;
      border: 0px;
      color: #333;
      padding-left: 20px;
      background-color: #FFF !important;
      margin-bottom: 20px; }
    .sec-jobsearch .wp-form-jobsearch .frm-sm {
      padding-left: 49px; }
      .sec-jobsearch .wp-form-jobsearch .frm-sm ul {
        margin-left: 43px; }
        .sec-jobsearch .wp-form-jobsearch .frm-sm ul li {
          float: left; }
          .sec-jobsearch .wp-form-jobsearch .frm-sm ul li a.link-av-search {
            font-weight: bold;
            line-height: 60px;
            margin-right: 15px;
            -webkit-transition: .2s;
            -khtml-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
      .sec-jobsearch .wp-form-jobsearch .frm-sm .btn-default-nsw {
        padding: 20px 36px;
        background-color: #007bbe;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: .2s;
        -khtml-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .sec-jobsearch .wp-form-jobsearch .frm-sm .btn-default-nsw i {
          margin-right: 8px; }
    .sec-jobsearch .wp-form-jobsearch .text-img {
      position: absolute;
      bottom: 55px;
      right: 160px; }
    .sec-jobsearch .wp-form-jobsearch select {
      background: url(../images/ic-JobSeach-3.png) no-repeat;
      background-position: 98% 55%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      appearance: none;
      text-indent: 0.01px;
      text-overflow: ""; }
      .sec-jobsearch .wp-form-jobsearch select::-ms-expand {
        display: none; }

.accessibility {
  position: fixed;
  right: 0;
  top: 40px;
  width: 42px;
  background-color: #FFF; }
  .accessibility ul li {
    height: 28px;
    line-height: 26px;
    border: 1px solid #ddd;
    text-align: center; }
    .accessibility ul li a {
      color: #007bbe;
      font-weight: 700;
      font-size: 11px; }
      .accessibility ul li a i {
        color: #007bbe;
        font-size: 13px; }
        .accessibility ul li a i.fa-print {
          color: #333; }
    .accessibility ul li.fz-big a {
      font-size: 14px; }

.wp-form-jobsearch .internal-job-check {
  color: white !important; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .sec-jobsearch .wp-form-jobsearch {
    width: 85%;
    padding-top: 190px; }
    .sec-jobsearch .wp-form-jobsearch .frm-sm {
      padding-left: 0; }
      .sec-jobsearch .wp-form-jobsearch .frm-sm ul {
        margin-left: 12px;
        float: right; }
        .sec-jobsearch .wp-form-jobsearch .frm-sm ul li a.link-av-search {
          margin-right: 10px;
          font-size: 13px; }
      .sec-jobsearch .wp-form-jobsearch .frm-sm .btn-default-nsw {
        padding: 20px 27px;
        background-color: #007bbe; } }
@media all and (max-width: 1024px) {
  .accessibility {
    display: none; } }
@media all and (max-width: 768px) {
  .sec-jobsearch {
    background: url(../images/banner-search-home-mb768.jpg) center top no-repeat; } }
@media all and (max-width: 767px) {
  .sec-jobsearch {
    background: url(../images/banner-search-home-mb.jpg) center top no-repeat;
    padding-bottom: 16px; }
    .sec-jobsearch .wp-form-jobsearch {
      width: 85%;
      padding-top: 80px; }
      .sec-jobsearch .wp-form-jobsearch .text-img {
        display: none; }
      .sec-jobsearch .wp-form-jobsearch input.keyword {
        font-size: 14px; }
      .sec-jobsearch .wp-form-jobsearch .frm-sm {
        margin-top: -24px; }
        .sec-jobsearch .wp-form-jobsearch .frm-sm ul li {
          float: none; }
          .sec-jobsearch .wp-form-jobsearch .frm-sm ul li a.link-av-search {
            float: right;
            margin-right: 0;
            line-height: 50px;
            font-size: 13px; }
        .sec-jobsearch .wp-form-jobsearch .frm-sm .btn-default-nsw {
          float: right;
          padding: 15px 28px; } }
@media all and (max-width: 320px) {
  .sec-jobsearch {
    background: url(../images/banner-search-home-mb320.jpg) center top no-repeat; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .sec-jobsearch .wp-form-jobsearch .frm-sm ul {
    margin-top: 20px;
    float: right; }
    .sec-jobsearch .wp-form-jobsearch .frm-sm ul li {
      float: left; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .sec-jobsearch .wp-form-jobsearch .frm-sm ul {
    margin-left: 54px; } }
.infomation .wp-looking {
  padding-top: 110px;
  text-align: center;
  /*background: url(../images/bg-Information-for.png) center repeat-x;*/
  padding-bottom: 103px; }
  .infomation .wp-looking .btn-default-nsw {
    padding: 15px 20px;
    background-color: #007bbe;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: inline-block; }
.infomation h1 {
  color: #007bbe;
  font-weight: bold; }
.infomation .box-looking {
  text-align: center;
  margin-top: 60px; }
  .infomation .box-looking h4 {
    line-height: 30px; }
  .infomation .box-looking p {
    min-height: 120px; }
.infomation h6 {
  font-size: 18px; }
.infomation i {
  font-size: 45px;
  color: #007bbe; }
.infomation h4 {
  color: #007bbe;
  font-weight: bold;
  line-height: 25px; }
.infomation p {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px; }
.infomation .other-way {
  text-align: center;
  padding: 60px 0 70px 0;
  background-color: #FFF; }
  .infomation .other-way h3 {
    color: #007bbe;
    font-weight: bold; }
  .infomation .other-way h6 {
    color: #333;
    font-weight: bold;
    margin-bottom: 9px; }
  .infomation .other-way a.link-btn-nsw {
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600; }

.infomation-graduate .wp-looking {
  background-color: #f5f5f5 !important;
  padding-bottom: 90px !important; }

.infomation-graduate .wp-looking, .banner-news .wp-looking {
  background: none;
  background-color: #FFF;
  padding: 30px 60px;
  padding-bottom: 40px; }

.banner-news {
  background-color: #FFF; }
  .banner-news .wp-looking {
    padding-top: 75px;
    padding-bottom: 70px;
    background: none !important; }
    .banner-news .wp-looking p {
      width: 150px; }

.infomation-apply .wp-looking {
  padding-top: 80px; }
  .infomation-apply .wp-looking h1 {
    max-width: 625px;
    line-height: 48px;
    margin: auto;
    margin-bottom: 30px; }
  .infomation-apply .wp-looking .box-looking {
    max-width: 350px;
    margin: auto; }
    .infomation-apply .wp-looking .box-looking h4 {
      line-height: 30px; }

@media all and (max-width: 1024px) {
  .infomation .wp-looking {
    padding: 50px 20px 115px 20px; }
  .infomation .other-way {
    padding: 60px 20px 40px; }
  .infomation h1 {
    font-size: 37px; }

  .banner-news .wp-looking p {
    width: 80%; } }
@media all and (max-width: 767px) {
  .infomation h1 {
    max-width: 195px;
    line-height: 35px;
    margin: auto; }
  .infomation .wp-looking {
    padding-top: 50px;
    background-repeat: repeat-y;
    padding-bottom: 80px;
    background: url(../images/bg-Information-for-mb.png) repeat-x; }
    .infomation .wp-looking .btn-default-nsw {
      margin-top: 15px; }
  .infomation .box-looking {
    margin-top: 50px; }
    .infomation .box-looking p {
      min-height: 90px; }
  .infomation p {
    max-width: 300px; }
  .infomation .other-way a.link-btn-nsw {
    margin-top: 15px; }
  .infomation .other-way h3 {
    max-width: 250px;
    line-height: 28px;
    margin: auto; }

  .infomation-apply .wp-looking {
    background: url(../images/bg-i-mb2.jpg) repeat-x;
    padding-bottom: 0; }
    .infomation-apply .wp-looking h1 {
      line-height: 33px; }
    .infomation-apply .wp-looking .box-looking {
      padding-bottom: 40px; }
    .infomation-apply .wp-looking .btn-default-nsw {
      margin-top: 10px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .infomation p {
    width: 80% !important; } }
.profiles .box-profile {
  position: relative; }
  .profiles .box-profile .wp-img-profiles {
    overflow: hidden;
    height: 101%;
    width: auto; }
    .profiles .box-profile .wp-img-profiles img {
      width: 100%;
      height: 508px; }
  .profiles .box-profile .meta-profile {
    position: absolute;
    bottom: 0;
    background: url(/Content/Images/bg-meta-Profiles2.png) center no-repeat;
    height: 143px;
    padding-left: 40px;
    width: 100%;
    text-align: left; }
    .profiles .box-profile .meta-profile h2 {
      font-weight: bold;
      line-height: 37px;
      max-width: 246px;
      color: #FFF; }
    .profiles .box-profile .meta-profile p {
      font-size: 20px;
      margin-top: 5px;
      color: #FFF; }
  .profiles .box-profile .overlay-profile {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 123, 189, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007bbd', endColorstr='#007bbd');
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .profiles .box-profile .overlay-profile .text-overlay-profile {
      max-width: 200px;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -70px;
      left: 50%;
      margin-left: -100px; }
      .profiles .box-profile .overlay-profile .text-overlay-profile h3 {
        line-height: 30px;
        color: #FFF; }
      .profiles .box-profile .overlay-profile .text-overlay-profile h5 {
        margin-top: 30px;
        font-weight: bold;
        color: #FFF;
        line-height: 20px; }
    .profiles .box-profile .overlay-profile .view-profiles {
      position: absolute;
      bottom: 30px;
      right: 20px;
      font-weight: bold;
      color: #FFF; }
  .profiles .box-profile:hover .overlay-profile {
    display: block; }
  .profiles .box-profile:hover .meta-profile {
    display: none; }
.profiles .col-md-4 {
  padding: 0; }
.profiles .row {
  margin: 0; }

@media all and (max-width: 767px) {
  .profiles .box-profile {
    position: relative; }
    .profiles .box-profile .wp-img-profiles {
      height: auto;
      width: auto;
      overflow: hidden; }
      .profiles .box-profile .wp-img-profiles img {
        width: 100%;
        height: auto; } }
.breakout {
  background: url("/Content/Images/breakout-bg.png") repeat-y; }
  .breakout .wp-content-breakout {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 190px;
    padding-bottom: 190px; }
    .breakout .wp-content-breakout h1 {
      margin-bottom: 35px;
      font-weight: bold;
      color: #FFF; }
    .breakout .wp-content-breakout p {
      font-size: 16px;
      line-height: 27px;
      color: #FFF; }

@media all and (max-width: 1024px) {
  .breakout .wp-content-breakout {
    padding-top: 150px;
    padding-bottom: 150px; } }
@media all and (max-width: 767px) {
  .breakout .wp-content-breakout {
    padding: 78px 30px; }
    .breakout .wp-content-breakout h1 {
      line-height: 35px; } }
.campaign {
  position: relative;
  background-color: #FFF; }
  .campaign .wp-campaign-right {
    position: relative;
    padding-left: 60px;
    z-index: 10; }
    .campaign .wp-campaign-right .item .content-campaing h1 {
      color: #007bbe;
      font-weight: bold;
      margin-top: 90px;
      margin-bottom: 30px;
      font-size: 35px;
      line-height: 33px; }
    .campaign .wp-campaign-right .item .content-campaing p {
      color: #333;
      font-size: 18px;
      margin-bottom: 30px;
      line-height: 25px; }
    .campaign .wp-campaign-right .item .content-campaing .btn-default-nsw {
      padding: 15px 15px;
      background-color: #007bbe;
      -webkit-transition: .2s;
      -khtml-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      color: #FFF;
      font-weight: bold; }
    .campaign .wp-campaign-right .item .wp-img-campaign {
      float: right;
      height: 410px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top right; }
      .campaign .wp-campaign-right .item .wp-img-campaign img {
        width: 100%;
        height: 410px; }
  .campaign .linkedin {
    text-align: center;
    padding-bottom: 125px;
    padding-top: 135px;
    background: url(../images/bg-i.jpg) repeat; }
    .campaign .linkedin h4 {
      color: #007bbe;
      font-weight: bold;
      margin-bottom: 40px; }
    .campaign .linkedin h5 {
      color: #333; }
    .campaign .linkedin i {
      color: #00a6e3;
      font-size: 66px;
      margin-top: 20px; }
  .campaign .owl-theme .owl-controls {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    margin-top: 220px; }
    .campaign .owl-theme .owl-controls .owl-buttons div {
      background: transparent;
      opacity: .2;
      color: #333;
      font-size: 22px;
      /*update 22/12*/
      width: 40px;
      height: 410px;
      top: -222px;
      /*end update 22/12*/ }
      .campaign .owl-theme .owl-controls .owl-buttons div.owl-prev {
        position: absolute;
        left: -20px; }
      .campaign .owl-theme .owl-controls .owl-buttons div.owl-next {
        position: absolute;
        right: 0px; }
      .campaign .owl-theme .owl-controls .owl-buttons div i {
        color: #333;
        /* text color */
        font-size: 22px;
        /*update 22/12*/
        line-height: 400px;
        /*end update 22/12*/ }
  .campaign .img-tran {
    height: 450px;
    position: absolute;
    width: 50%;
    top: 0;
    left: -2px;
    z-index: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%); }
  .campaign .img-tran2 {
    display: none; }

.img-tran {
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%); }

.ie9 .no-pd-left {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ie9 .no-pd-right {
  padding-right: 0 !important; }

.ie9 .campaign .row {
  margin-left: 0;
  margin-right: 0; }

.ie9 .box-whyworkfor .pd-l-60 {
  padding-left: 60px !important; }

.ie9 .box-whyworkfor .pd-r-60 {
  padding-right: 60px !important; }

.ie9 .campaign .wp-campaign-right {
  padding-left: 73px; }

.ie9 .campaign .wp-campaign-right .item .wp-img-campaign img {
  width: 100%;
  height: 442px; }

.ie9 .campaign .linkedin {
  padding-bottom: 93px; }

@media all and (max-width: 1024px) {
  .campaign .wp-campaign-right .item .content-campaing {
    padding-top: 110px; }
    .campaign .wp-campaign-right .item .content-campaing h1 {
      margin-top: -30px; }
  .campaign .linkedin {
    padding-bottom: 100px;
    padding-top: 130px;
    height: 410px; } }
@media all and (max-width: 768px) {
  .campaign .col-sm-8, .campaign .col-sm-4 {
    width: 100%; }

  .campaign .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -25px; } }
@media all and (max-width: 767px) {
  .campaign .owl-theme .owl-controls .owl-buttons div {
    display: none; }

  .campaign .wp-campaign-right {
    padding-left: 20px;
    padding-bottom: 40px; }
    .campaign .wp-campaign-right .item .content-campaing {
      padding-left: 40px;
      padding-right: 60px; }
      .campaign .wp-campaign-right .item .content-campaing h1 {
        margin-top: 0; }
    .campaign .wp-campaign-right .wp-img-campaign {
      width: 100%; }
      .campaign .wp-campaign-right .wp-img-campaign img {
        margin-bottom: 25px;
        height: auto !important; }
  .campaign .linkedin {
    text-align: center;
    padding-bottom: 110px;
    padding-top: 130px;
    background: url(../images/bg-i-mb.jpg) repeat; }
  .campaign .img-tran {
    display: none; }
  .campaign .img-tran2 {
    display: block !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    height: 115px !important; } }
.wp-photo-jacqueline {
  background: #FFF;
  padding-bottom: 10px; }
  .wp-photo-jacqueline img {
    width: 100%; }

.owl-theme .owl-controls .owl-page.active span {
  background: #FFF !important; }

.owl-theme .owl-controls .owl-page span {
  background: transparent !important;
  border: 2px solid #FFF;
  opacity: 1 !important; }

.content-graduate, .content-applying {
  padding-left: 60px;
  background-color: #FFF;
  padding-bottom: 20px; }
  .content-graduate ul, .content-applying ul {
    list-style: initial;
    padding-left: 15px;
    margin-bottom: 30px; }
    .content-graduate ul li, .content-applying ul li {
      line-height: 30px; }
  .content-graduate h1, .content-applying h1 {
    color: #007bbe;
    margin-top: 65px;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 37px; }
  .content-graduate p, .content-applying p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding-right: 40px;
    margin-bottom: 30px; }
  .content-graduate .wp-box-content-graduate, .content-applying .wp-box-content-graduate {
    margin-top: -10px; }
    .content-graduate .wp-box-content-graduate .box-content-graduate, .content-applying .wp-box-content-graduate .box-content-graduate {
      background-color: #007bbe;
      min-height: 300px;
      margin-top: 2px;
      padding: 55px 35px 50px 35px; }
      .content-graduate .wp-box-content-graduate .box-content-graduate h4, .content-applying .wp-box-content-graduate .box-content-graduate h4 {
        color: #FFF;
        margin-bottom: 25px;
        line-height: 25px; }
      .content-graduate .wp-box-content-graduate .box-content-graduate p, .content-applying .wp-box-content-graduate .box-content-graduate p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 35px;
        color: #FFF;
        height: 70px;
        overflow: hidden; }
      .content-graduate .wp-box-content-graduate .box-content-graduate a.btn-default-nsw, .content-applying .wp-box-content-graduate .box-content-graduate a.btn-default-nsw {
        padding: 10px 15px;
        background-color: #FFF;
        -webkit-transition: .2s;
        -khtml-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        color: #007bbe;
        font-weight: bold;
        font-size: 16px; }
        .content-graduate .wp-box-content-graduate .box-content-graduate a.btn-default-nsw:hover, .content-applying .wp-box-content-graduate .box-content-graduate a.btn-default-nsw:hover {
          color: #8569a9;
          background-color: #FFF !important; }
  .content-graduate .bt-content-graduate, .content-applying .bt-content-graduate {
    text-align: center;
    margin-top: 60px; }

@media all and (max-width: 1024px) {
  .bt-content-graduate {
    display: none; }

  .content-graduate, .content-applying {
    line-height: 35px;
    padding-left: 20px; }
    .content-graduate .wp-box-content-graduate .box-content-graduate, .content-applying .wp-box-content-graduate .box-content-graduate {
      padding: 29px 20px 50px 35px; } }
@media all and (max-width: 767px) {
  .content-graduate, .content-applying, .content-applying {
    padding-left: 0px; }

  .content-graduate, .content-applying {
    max-width: 100%;
    margin: auto;
    padding-bottom: 0; }
    .content-graduate .wp-box-content-graduate .box-content-graduate, .content-applying .wp-box-content-graduate .box-content-graduate {
      padding: 55px 60px 50px 20px; }
      .content-graduate .wp-box-content-graduate .box-content-graduate p, .content-applying .wp-box-content-graduate .box-content-graduate p {
        max-width: 100%; }
    .content-graduate h1, .content-applying h1 {
      margin: auto;
      margin-top: 20px;
      margin-bottom: 30px;
      max-width: 80%; }
    .content-graduate h4, .content-applying h4 {
      line-height: 24px; }
    .content-graduate p, .content-applying p {
      max-width: 80%;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; }
    .content-graduate ul, .content-applying ul {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
.graduate-profile {
  background-color: #FFF; }
  .graduate-profile .left-graduate-profile {
    height: 317px;
    z-index: 0; }
    .graduate-profile .left-graduate-profile .content-left-graduate-profile {
      max-width: 200px;
      padding-top: 35px;
      position: absolute;
      z-index: 3; }
      .graduate-profile .left-graduate-profile .content-left-graduate-profile h2 {
        color: #007bbe;
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 30px; }
      .graduate-profile .left-graduate-profile .content-left-graduate-profile p {
        color: #333;
        line-height: 22px;
        font-size: 16px;
        margin-left: 5px;
        margin-bottom: 30px;
        font-weight: 700; }
      .graduate-profile .left-graduate-profile .content-left-graduate-profile .btn-default-nsw {
        padding: 10px 15px;
        background-color: #007bbe;
        -webkit-transition: .2s;
        -khtml-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer;
        font-weight: bold;
        color: #FFF; }
        .graduate-profile .left-graduate-profile .content-left-graduate-profile .btn-default-nsw:hover {
          color: #333; }
    .graduate-profile .left-graduate-profile .img-tran {
      height: 336px;
      position: absolute;
      width: 100%;
      top: 0;
      right: 15px;
      z-index: 1;
      background: -moz-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
      background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%);
      background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.02) 59%, rgba(255, 255, 255, 0) 60%); }
    .graduate-profile .left-graduate-profile .img-tran2 {
      display: none; }
  .graduate-profile .wp-img-app-profile img {
    height: 336px; }
  .graduate-profile .graduate-profile-z {
    position: relative;
    z-index: 1; }

.app-profile {
  /*.wp-img-app-profile-right{
      margin-left:-140px;
  }*/ }
  .app-profile .left-graduate-profile .content-left-graduate-profile {
    float: left;
    max-width: 300px;
    padding-left: 40px;
    z-index: 1;
    position: relative; }
    .app-profile .left-graduate-profile .content-left-graduate-profile h2 {
      margin-bottom: 20px; }
  .app-profile .wp-img-app-profile {
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    height: 336px;
    clear: both; }
    .app-profile .wp-img-app-profile img {
      height: 315px; }
    .app-profile .wp-img-app-profile .img-tran {
      height: 336px; }
  .app-profile .wp-left-graduate-profile {
    position: absolute;
    top: 0;
    z-index: 999; }
  .app-profile .graduate-profile-right-bg {
    height: 336px;
    background-position: top right;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover; }
  .app-profile .img-tran {
    height: 336px;
    position: absolute;
    width: 100%;
    top: 0;
    left: -2px;
    z-index: 1; }
  .app-profile .img-tran2 {
    display: none; }

.app-profile-2 {
  height: 336px;
  background: #fff; }

.graduate-profile-2 {
  background: #fff;
  height: 336px; }

.wp-img-app-profile-right {
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 336px;
  position: relative;
  z-index: 0; }

@media all and (max-width: 1024px) {
  .app-profile {
    margin-bottom: 0 !important; }
    .app-profile .wp-img-app-profile img {
      width: 100%; }
    .app-profile .wp-img-app-profile-right {
      margin-left: 0;
      margin-bottom: 36px; }
    .app-profile .graduate-profile-right-bg {
      /*background-size: 100%;
      -moz-background-size: 100%;
      -webkit-background-size: 100%;*/ }

  .graduate-profile {
    margin-bottom: 0 !important; }
    .graduate-profile .left-graduate-profile .content-left-graduate-profile {
      max-width: 100%;
      margin-right: 20px; }
      .graduate-profile .left-graduate-profile .content-left-graduate-profile h2 {
        font-size: 28px; }

  .graduate-profile1 .left-graduate-profile .content-left-graduate-profile {
    max-width: 90%;
    margin-right: 20px; }

  .graduate-profile-img-r {
    width: 100%; }

  .infomation p {
    max-width: 310px; } }
@media all and (max-width: 768px) {
  .graduate-profile .left-graduate-profile {
    background-color: #fff;
    height: 336px; }
    .graduate-profile .left-graduate-profile .content-left-graduate-profile {
      padding-top: 60px; }
    .graduate-profile .left-graduate-profile .img-tran {
      left: -383px; }

  .wp-img-app-profile-right {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; } }
@media all and (max-width: 767px) {
  .graduate-profile .left-graduate-profile .content-left-graduate-profile {
    max-width: 80%;
    float: none;
    left: 50px; }
  .graduate-profile .left-graduate-profile .img-tran {
    display: none; }
  .graduate-profile .left-graduate-profile .img-tran2 {
    bottom: 330px; }
  .graduate-profile .wp-img-app-profile img {
    height: 314px; }
  .graduate-profile .wp-img-app-profile-right {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -70px; }

  .app-profile .left-graduate-profile .content-left-graduate-profile {
    padding-left: 30px;
    padding-bottom: 20px; }
    .app-profile .left-graduate-profile .content-left-graduate-profile h2 {
      margin-bottom: 0; }
  .app-profile .wp-left-graduate-profile {
    position: inherit; }
  .app-profile .graduate-profile-right-bg {
    background-position: center;
    margin-right: 8px; }
    .app-profile .graduate-profile-right-bg .img-tran {
      display: none; }
    .app-profile .graduate-profile-right-bg .img-tran2 {
      bottom: 0; }
  .app-profile .wp-img-app-profile-right {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -70px; }
  .app-profile .graduate-profile-right-bg {
    /*background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;*/ }

  .wp-img-app-profile-right {
    width: 100%;
    margin-top: 70px;
    border-top: 1px solid #ddd;
    margin-left: 0;
    margin-bottom: 50px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }

  .graduate-profile .wp-img-app-profile .img-tran {
    height: 100px; }

  .img-tran2 {
    display: block !important;
    position: absolute;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(bottom, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, white 22%, rgba(255, 255, 255, 0) 100%);
    height: 115px !important; } }
@media all and (max-width: 767px) and (orientation: landscape) {
  .wp-img-app-profile-right {
    margin-top: 0px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .app-profile .left-graduate-profile .content-left-graduate-profile {
    max-width: 100%; } }
@media only screen and (min-device-width: 450px) and (max-device-width: 766px) {
  .app-profile .graduate-profile-right-bg {
    height: 580px; }

  .app-profile .img-tran {
    height: 580px; } }
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .graduate-profile .left-graduate-profile .img-tran {
    right: 15px; }

  .wp-img-app-profile-right {
    background-position: right; } }
.wp-photo-darrell {
  background: none;
  padding-bottom: 0; }
  .wp-photo-darrell img {
    width: 100%; }

.wrap-content-apply {
  background-color: #FFF; }

.content-applying {
  text-align: center; }
  .content-applying p {
    max-width: 865px;
    margin: auto;
    padding-bottom: 20px; }

.login-application {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  background-color: #FFF; }
  .login-application h4 {
    color: #007bbe;
    padding-bottom: 40px;
    padding-top: 40px;
    font-weight: bold;
    line-height: 20px; }
  .login-application ul li {
    margin-bottom: 30px; }
    .login-application ul li a.btn-default-nsw {
      padding: 10px 24px;
      background-color: #007bbe;
      -webkit-transition: .2s;
      -khtml-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      color: #FFF;
      font-weight: bold;
      font-size: 16px; }
      .login-application ul li a.btn-default-nsw i {
        margin-right: 10px; }
    .login-application ul li .register-application {
      color: #333;
      text-decoration: underline;
      clear: bold; }
      .login-application ul li .register-application:hover {
        color: #007bbe; }
  .login-application .img-login-application {
    position: absolute;
    right: 140px;
    top: 40px; }

@media all and (max-width: 1024px) {
  .content-applying p {
    max-width: 750px; }

  .img-login-application {
    display: none; } }
@media all and (max-width: 767px) {
  .content-applying {
    max-width: 80%;
    margin: auto;
    padding-bottom: 30px; }
    .content-applying h1 {
      margin: auto;
      margin-top: 58px;
      margin-bottom: 40px;
      max-width: 220px; }
    .content-applying h4 {
      line-height: 24px; }
    .content-applying p {
      padding-right: 0; }

  .login-application {
    padding: 0 10px 40px 10px; }
    .login-application h4 {
      line-height: 25px; } }
.wp-ourpeople {
  background: #FFF;
  padding-bottom: 0; }
  .wp-ourpeople .ourpeople-top {
    text-align: center;
    padding-top: 50px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px; }
    .wp-ourpeople .ourpeople-top h1 {
      color: #007bbe;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 50px; }
    .wp-ourpeople .ourpeople-top p {
      color: #333;
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 22px; }

.ourpeople-bottom .row {
  margin: 0; }
  .ourpeople-bottom .row .col-md-4 {
    padding: 0; }
.ourpeople-bottom h1 {
  color: #007bbe;
  font-weight: bold;
  margin-bottom: 80px; }
.ourpeople-bottom .box-ourpeople {
  position: relative; }
  .ourpeople-bottom .box-ourpeople img {
    width: 100%;
    height: 507px; }
  .ourpeople-bottom .box-ourpeople .meta-ourpeople {
    width: 100%;
    background: url(../images/bg-meta-Profiles.png) no-repeat;
    position: absolute;
    bottom: 0; }
    .ourpeople-bottom .box-ourpeople .meta-ourpeople h2 {
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 15px;
      max-width: 288px;
      padding-left: 40px;
      text-align: left; }
    .ourpeople-bottom .box-ourpeople .meta-ourpeople h4 {
      max-width: 200px;
      padding-left: 40px;
      margin-bottom: 40px; }

.intro-ourpeople {
  padding: 55px 80px 90px 70px;
  background-color: #FFF; }
  .intro-ourpeople h1 {
    color: #007bbe;
    font-weight: bold;
    margin-bottom: 30px; }
  .intro-ourpeople h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 100;
    line-height: 25px; }
  .intro-ourpeople p {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px; }

.ourpeople-profile-bottom {
  text-align: center;
  background: #fff; }

@media all and (max-width: 1024px) {
  .wp-ourpeople .ourpeople-top {
    padding-top: 30px; }
    .wp-ourpeople .ourpeople-top h1 {
      margin-bottom: 40px; }
    .wp-ourpeople .ourpeople-top p {
      max-width: 80%;
      margin: auto;
      line-height: 26px; }

  .intro-ourpeople h4 {
    line-height: 30px; } }
@media all and (max-width: 767px) {
  .intro-ourpeople {
    padding: 15px 20px 40px 20px; }

  .ourpeople-bottom h1 {
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px; } }
.ie9 .ourpeople-profile-bottom {
  margin-top: -20px; }

.job-listing {
  position: relative;
  padding: 80px 90px 40px 90px;
  background: #f5f5f5; }
  .job-listing h1 {
    color: #007bbe;
    font-weight: bold;
    text-align: center;
    margin-bottom: 82px; }
  .job-listing h3 {
    color: #007bbe;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 30px;
    display: inherit; }
  .job-listing p {
    font-size: 16px;
    color: #333;
    line-height: 22px; }
  .job-listing p.meta-job-listing {
    margin-bottom: 30px; }
  .job-listing h5 {
    font-weight: bold;
    color: #333;
    line-height: 24px;
    max-width: 410px; }
  .job-listing p.add-job-listing {
    margin-top: 10px; }
  .job-listing p.content-job-listing {
    margin-top: 30px;
    max-width: 410px; }
  .job-listing .share-job-listing {
    margin-top: 25px; }
    .job-listing .share-job-listing ul li {
      float: left;
      color: #333;
      font-size: 17px;
      margin-right: 6px; }
      .job-listing .share-job-listing ul li a {
        color: #333; }
        .job-listing .share-job-listing ul li a i {
          font-size: 17px; }
  .job-listing .box-job-listing-right {
    max-width: 315px;
    min-height: 315px;
    background-color: #eaeaea;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 100px; }
    .job-listing .box-job-listing-right h4 {
      color: #007bbe;
      font-weight: bold;
      margin-bottom: 15px;
      line-height: 25px;
      display: inherit; }
    .job-listing .box-job-listing-right p {
      color: #333;
      font-size: 16px;
      margin-bottom: 10px; }
    .job-listing .box-job-listing-right h5 {
      font-size: 25px;
      color: #333;
      font-weight: bold;
      margin-top: -10px;
      margin-bottom: 35px; }
    .job-listing .box-job-listing-right a.btn-default-nsw {
      padding: 10px 15px;
      background-color: #007bbe;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      -webkit-transition: .2s;
      -khtml-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .job-listing .box-job-listing-right a.btn-default-nsw:hover {
        color: #333; }
  .job-listing .explore-img {
    position: absolute;
    right: 50px;
    top: 20px; }
  .job-listing .row .sec #TotalJob {
    padding-bottom: 32px;
    margin-top: -10px; }

.seemore {
  text-align: center;
  margin-top: 10px; }
  .seemore .btn-default-nsw {
    padding: 15px 40px;
    background-color: #007bbe;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .seemore .btn-default-nsw:hover {
      color: #FFF; }

.wp-box-job-listing {
  background-color: #FFF;
  min-height: 425px;
  padding-top: 40px;
  margin-bottom: 30px; }
  .wp-box-job-listing h1 {
    margin-bottom: 100px; }

.ourpeople-profile .job-listing {
  margin-top: 15px;
  padding-bottom: 40px; }

@media all and (max-width: 1024px) {
  .job-listing {
    padding: 80px 40px 110px 40px; }
    .job-listing .box-job-listing-right h4 {
      line-height: 20px;
      max-width: 80%;
      margin: auto;
      margin-bottom: 20px; }
    .job-listing .wp-box-job-listing {
      padding-top: 0 !important;
      min-height: 430px !important; }
      .job-listing .wp-box-job-listing h3 {
        margin-top: 36px;
        line-height: 30px; }
      .job-listing .wp-box-job-listing .col-sm-5 {
        padding-right: 0; }
    .job-listing .box-job-listing-right {
      height: 430px;
      padding-top: 100px;
      margin-bottom: 0; }

  .seemore {
    display: none; }

  .ourpeople-profile .job-listing {
    margin-top: 0; } }
@media all and (max-width: 767px) {
  .job-listing {
    padding: 40px 40px 110px 40px; }
    .job-listing h1 {
      margin-bottom: 40px; }
    .job-listing .box-job-listing-right h5 {
      max-width: 100%; }
    .job-listing .wp-box-job-listing {
      padding-top: 30px !important; }
      .job-listing .wp-box-job-listing h3 {
        margin-top: 0; }
      .job-listing .wp-box-job-listing .col-sm-5 {
        padding-left: 0; }
    .job-listing .box-job-listing-right {
      height: 274px;
      padding-top: 40px;
      max-width: 100%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .job-listing h5 {
    max-width: 100%;
    margin-top: 10px; } }
.seemore {
  text-align: center;
  margin-top: 10px; }
  .seemore .btn-default-nsw {
    padding: 15px 40px;
    background-color: #007bbe;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .seemore .btn-default-nsw:hover {
      color: #FFF; }

.wp-box-job-listing {
  background-color: #FFF;
  min-height: 390px;
  padding-top: 40px;
  margin-bottom: 30px; }
  .wp-box-job-listing h1 {
    margin-bottom: 100px; }

.ourpeople-profile .job-listing {
  margin-top: 15px;
  padding-bottom: 40px; }

@media all and (max-width: 1024px) {
  .job-listing {
    padding: 80px 40px 110px 40px; }
    .job-listing .box-job-listing-right h4 {
      line-height: 20px;
      max-width: 80%;
      margin: auto;
      margin-bottom: 20px; }
    .job-listing .wp-box-job-listing {
      padding-top: 0 !important;
      min-height: 430px !important; }
      .job-listing .wp-box-job-listing h3 {
        margin-top: 36px;
        line-height: 30px; }
      .job-listing .wp-box-job-listing .col-sm-5 {
        padding-right: 0; }
    .job-listing .box-job-listing-right {
      height: 430px;
      padding-top: 100px;
      margin-bottom: 0; }

  .seemore {
    display: none; }

  .ourpeople-profile .job-listing {
    margin-top: 0; } }
@media all and (max-width: 767px) {
  .job-listing {
    padding: 40px 40px 110px 40px; }
    .job-listing h1 {
      margin-bottom: 40px;
      line-height: 33px; }
    .job-listing .box-job-listing-right h5 {
      max-width: 100%; }
    .job-listing .wp-box-job-listing {
      padding-top: 30px !important; }
      .job-listing .wp-box-job-listing h3 {
        margin-top: 0; }
      .job-listing .wp-box-job-listing .col-sm-5 {
        padding-left: 0; }
    .job-listing .box-job-listing-right {
      height: 274px;
      padding-top: 40px;
      max-width: 100%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .job-listing h5 {
    max-width: 100%;
    margin-top: 10px; } }
.wp-ourpeople-executives .ourpeople-executives {
  background: #FFF;
  min-height: 510px;
  padding-bottom: 0; }
  .wp-ourpeople-executives .ourpeople-executives .wp-content-executives {
    padding-left: 30px; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives h1 {
      font-weight: bold;
      color: #007bbe;
      margin-bottom: 50px;
      margin-top: 60px; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives h4 {
      line-height: 24px; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives p {
      color: #333;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 35px; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives img {
      width: 100%;
      height: 508px; }
  .wp-ourpeople-executives .ourpeople-executives .img-ourpeople-executives img {
    width: 100%; }
.wp-ourpeople-executives .job-listing {
  padding-top: 80px;
  padding-bottom: 0;
  background: #f5f5f5; }
  .wp-ourpeople-executives .job-listing .wp-box-job-listing {
    background-color: #FFF;
    min-height: 390px;
    padding-top: 40px;
    margin-bottom: 30px; }
    .wp-ourpeople-executives .job-listing .wp-box-job-listing h1 {
      margin-bottom: 100px; }

@media all and (max-width: 1024px) {
  .wp-ourpeople-executives .ourpeople-executives .wp-content-executives img {
    height: auto; } }
@media all and (max-width: 768px) {
  .wp-ourpeople-executives .ourpeople-executives .img-ourpeople-executives img {
    width: auto; } }
@media all and (max-width: 767px) {
  .wp-ourpeople-executives .ourpeople-executives .wp-content-executives {
    margin-bottom: 55px; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives h1 {
      margin: auto;
      margin-top: 10px;
      margin-bottom: 20px;
      max-width: 90%; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives h4 {
      margin: auto;
      width: 90%; }
    .wp-ourpeople-executives .ourpeople-executives .wp-content-executives p {
      max-width: 90%;
      margin: auto;
      margin-bottom: 20px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .wp-ourpeople-executives .ourpeople-executives .img-ourpeople-executives img {
    width: 100%; } }
.whyworkfor {
  padding-top: 60px;
  /*margin-bottom: 10px;*/
  background-color: #FFF; }
  .whyworkfor h1 {
    color: #007bbe;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center; }
  .whyworkfor .box-whyworkfor {
    clear: both; }
    .whyworkfor .box-whyworkfor h2 {
      font-size: 30px;
      font-weight: bold;
      color: #007bbe;
      line-height: 33px;
      padding-top: 95px;
      margin-bottom: 10px; }
    .whyworkfor .box-whyworkfor p {
      color: #333;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
    .whyworkfor .box-whyworkfor img {
      width: 100%;
      height: 570px; }
    .whyworkfor .box-whyworkfor .flr {
      float: right !important; }

@media all and (max-width: 1024px) {
  .whyworkfor {
    padding-top: 30px; }
    .whyworkfor .box-whyworkfor img {
      height: auto; }
    .whyworkfor .box-whyworkfor h2 {
      padding-top: 30px; } }
@media all and (max-width: 767px) {
  .whyworkfor {
    padding-top: 30px; }
    .whyworkfor h1 {
      margin-bottom: 0;
      max-width: 70%;
      margin: auto; }
    .whyworkfor .box-whyworkfor h2 {
      padding-top: 60px;
      max-width: 100%;
      margin-bottom: 20px; }
    .whyworkfor .box-whyworkfor p {
      margin-bottom: 50px; }
    .whyworkfor .box-whyworkfor .pd-l-60 {
      padding-left: 40px;
      padding-right: 40px; } }
.ie9 .whyworkfor {
  margin-bottom: 0; }
  .ie9 .whyworkfor .box-whyworkfor img {
    width: auto; }

.tcl ul {
  padding-left: 50px;
  margin-top: 15px; }
  .tcl ul li {
    border-bottom: 1px solid #333;
    padding: 27px 0 27px 10px; }
    .tcl ul li a {
      color: #333;
      font-size: 16px;
      line-height: 20px; }
      .tcl ul li a:hover {
        color: #007bbe; }
      .tcl ul li a.active {
        color: #007bbe; }
    .tcl ul li ul {
      padding-left: 0; }
      .tcl ul li ul li {
        border-bottom: 0px;
        padding-bottom: 0; }
        .tcl ul li ul li a {
          font-weight: 600;
          -webkit-transition: .2s;
          -khtml-transition: .2s;
          -moz-transition: .2s;
          -ms-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .tcl ul li ul li a i {
            color: #333;
            margin-right: 5px; }
          .tcl ul li ul li a:hover {
            color: #007bbe; }
            .tcl ul li ul li a:hover i {
              color: #007bbe; }
    .tcl ul li.no-br-bt {
      padding-top: 30px;
      padding-bottom: 0; }
    .tcl ul li:last-child {
      border-bottom: 0px; }
.tcl .content-tcl {
  min-height: 650px;
  padding: 37px 30px 90px 30px; }
  .tcl .content-tcl h1 {
    padding-bottom: 20px;
    line-height: 40px; }
  .tcl .content-tcl h2 {
    line-height: 28px;
    margin: 10px 0px 5px 0px; }
  .tcl .content-tcl h3 {
    line-height: 24px;
    margin-bottom: 5px; }
  .tcl .content-tcl h4 {
    line-height: 20px;
    margin-bottom: 5px; }
  .tcl .content-tcl h1 {
    color: #007bbe; }
  .tcl .content-tcl h1, .tcl .content-tcl h2, .tcl .content-tcl h3, .tcl .content-tcl h4, .tcl .content-tcl h5 {
    font-weight: bold; }
  .tcl .content-tcl h5 {
    color: #333;
    margin-bottom: 5px;
    line-height: 16px; }
  .tcl .content-tcl p {
    line-height: 30px;
    margin-bottom: 30px; }
  .tcl .content-tcl iframe {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%; }
  .tcl .content-tcl .page-content ul li {
    font-size: 16px; }
    .tcl .content-tcl .page-content ul li a {
      font-size: 16px; }

@media all and (max-width: 1024px) {
  .tcl .content-tcl {
    max-width: 90%;
    margin: auto; }
  .tcl ul {
    padding-left: 30px; } }
@media all and (max-width: 767px) {
  .tcl .content-tcl {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 80px;
    /*h1, h2, h5, h3, p{
    	max-width: 80%;
    	margin: auto;
    }*/ }
    .tcl .content-tcl .page-content {
      max-width: 80%;
      margin: 20px auto 0px auto; }
    .tcl .content-tcl h1 {
      padding-bottom: 30px; }
    .tcl .content-tcl h3 {
      line-height: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
      color: #333; }
    .tcl .content-tcl h5 {
      margin-bottom: 20px;
      margin-top: 30px; }
    .tcl .content-tcl iframe {
      margin-bottom: 20px;
      height: 200px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .tcl .content-tcl iframe {
    margin-bottom: 20px;
    height: 400px; } }
footer {
  clear: both;
  background: #fff;
  float: left;
  width: 100%;
  background-image: url("/Content/Images/Banner/footer-banners.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 121px !important; }
  footer .footer-top {
    background-color: #333333;
    padding: 50px 0px 80px 40px; }
    footer .footer-top h5 {
      max-width: 150px;
      text-transform: uppercase;
      line-height: 19px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #ccc;
      height: 30px; }
    footer .footer-top ul li {
      margin-bottom: 10px; }
      footer .footer-top ul li a {
        font-size: 14px;
        color: #cccccc; }
        footer .footer-top ul li a:hover {
          color: #FFF; }
  footer .footer-bt {
    min-height: 105px;
    background-color: #292929;
    padding-left: 40px;
    line-height: 80px; }
    footer .footer-bt a img {
      float: left;
      margin-top: 20px;
      margin-right: 40px; }
    footer .footer-bt ul li {
      float: left;
      padding-top: 15px; }
      footer .footer-bt ul li a {
        color: #cccccc;
        margin-right: 10px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
        font-size: 14px; }
        footer .footer-bt ul li a:hover {
          color: #fff; }
      footer .footer-bt ul li:last-child a {
        border-right: 0; }
  footer .copy-right {
    float: right;
    color: #333;
    height: 119px;
    line-height: 55px;
    padding-right: 40px;
    padding-top: 55px; }
    footer .copy-right p {
      font-size: 12px;
      line-height: 44px; }
      footer .copy-right p a {
        text-decoration: underline;
        color: #333;
        font-size: 12px; }

@media all and (max-width: 1024px) {
  footer .footer-top {
    display: none; }
  footer .footer-bt {
    padding-left: 30px; }
    footer .footer-bt .logo-ft {
      display: inline-block;
      max-width: 75px; }
    footer .footer-bt ul {
      padding-top: 16px;
      float: right;
      width: 67%; }
      footer .footer-bt ul li {
        line-height: 10px; }
        footer .footer-bt ul li:last-child a {
          border-right: 0px; } }
@media all and (max-width: 767px) {
  footer {
    background-size: 90% auto !important;
    background-position: center 200px; }
    footer .footer-bt {
      padding-left: 30px;
      min-height: inherit;
      overflow: hidden;
      padding-bottom: 20px; }
      footer .footer-bt .logo-ft {
        display: inline-block;
        max-width: 50px; }
      footer .footer-bt ul {
        max-width: 190px;
        float: right;
        margin-right: 30px;
        margin-top: 18px;
        padding-top: 0; }
        footer .footer-bt ul li {
          text-align: right;
          float: none;
          padding-top: 0;
          clear: both;
          line-height: 21px; }
          footer .footer-bt ul li a {
            border-right: 0px;
            height: 15px;
            padding: 0;
            margin: 0; }
    footer .copy-right {
      font-size: 14px;
      padding-right: 0;
      padding-top: 120px;
      padding-bottom: 10px;
      height: auto; }
      footer .copy-right p {
        background-color: white;
        max-width: 200px;
        text-align: right;
        margin-right: 30px;
        line-height: 20px;
        margin-top: 5px;
        font-size: 13px; } }
@media all and (max-width: 460px) {
  footer .copy-right {
    padding-top: 100px; } }
@media all and (max-width: 320px) {
  footer .copy-right {
    padding-top: 80px; } }
.ie9 footer .footer-bt {
  margin-top: -10px; }

.ip-form {
  background-color: #FFF;
  border: 0px;
  height: 39px;
  padding-left: 10px;
  color: #333;
  font-size: 13px; }

.ip-form:hover {
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.label-frm {
  position: relative;
  color: #fff;
  /* text color */
  /*/*font-family: "Open Sans", sans-serif;*/
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 1, 0.75);
  /* drop shadow */
  margin-bottom: 6px; }

.feature {
  background-size: cover;
  min-height: 300px;
  padding-top: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://jobsnswadmin.applydirect.com.au:8086/Images/Banner/eb7f8348-2d56-474a-a5be-45351ee58649.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://jobsnswadmin.applydirect.com.au:8086/Images/Banner/eb7f8348-2d56-474a-a5be-45351ee58649.jpg', sizingMethod='scale');*/
  padding-bottom: 20px;
  position: relative; }

.feature .lbl-apply-driect {
  padding-top: 7px;
  padding-right: 4px;
  text-align: right; }

.feature .wp-text strong, .feature .wp-text .wp-resource .wp-blog-view .blog-content b, .wp-resource .wp-blog-view .blog-content .feature .wp-text b {
  font-weight: 700; }

/* hunghv add to format li, p ..*/
.feature .wp-text li,
.wp-page-stt .page-content li {
  list-style-type: disc;
  margin-left: 30px;
  line-height: 30px;
  border: 0;
  padding: 0; }

.feature .wp-text p,
.feature .wp-text ul,
.wp-page-stt .page-content ul {
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 0; }

.feature .wp-text a,
.wp-page-stt .page-content a {
  text-decoration: underline; }

.graduate-job .feature .wp-text div,
.graduate-job .feature .wp-text div p {
  color: black; }

.page-content em {
  font-style: italic; }

.page-content strong, .page-content .wp-resource .wp-blog-view .blog-content b, .wp-resource .wp-blog-view .blog-content .page-content b, b {
  font-weight: bold; }

.page-content {
  margin-top: 20px; }

#RenderSearchControl {
  position: relative; }

.overlay-load-search, .ajax-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997; }

.overlay-load-search i, .ajax-loading i {
  font-size: 30px;
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -25px; }

.ajax-loading i {
  top: 100px;
  color: #333; }

.graduate-job .feature {
  background: url(/Content/Images/graduate-bg.jpg) no-repeat 100%;
  height: auto;
  padding-top: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 35px;
  height: 307px; }

.graduate-job .feature h3.title {
  color: white;
  /* text color */
  font-size: 38px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 600px;
  line-height: 33px; }

.graduate-job .feature div {
  font-size: 13px;
  max-width: 650px;
  color: #666666; }

.graduate-job .feature div p {
  font-size: 13px;
  max-width: 650px;
  color: #666666;
  text-shadow: none;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  margin: 0px 0px 5px 0px; }

.wp-graduate-pana .top-sec2 h4 {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #292929;
  text-transform: uppercase; }

.graduate-job #TotalJob {
  margin-bottom: 25px;
  margin-top: 20px; }

.wp-graduate-pana {
  margin-bottom: 10px; }

.wp-graduate-pana .top-sec2 h4 i {
  font-size: 19.54px;
  color: #c91625;
  margin-right: 10px; }

.wp-graduate-pana #GraduateSortBy, .GraduatePageSize {
  background-color: #FFF;
  box-shadow: 0px 0px;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 40px;
  width: 150px; }

.GraduatePageSize {
  margin-left: 10px;
  border: 1px solid #ccc;
  height: 25px !important; }

.wp-btn-graduate {
  margin-right: 0px;
  width: 350px;
  float: right; }

.wp-btn-graduate input {
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 25px; }

.wp-btn-graduate .btn-default {
  background-image: none;
  background-color: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px;
  padding-bottom: 4px; }

.feature h3.title {
  color: rgba(255, 255, 255, 0.4);
  /* text color */
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 25px; }

.feature .feature-search input.keyw {
  width: 100%;
  background-color: #FFF;
  height: 65px;
  width: 100%;
  color: #333;
  font-size: 20px;
  line-height: 65px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0px;
  padding-left: 20px; }

.feature .feature-search .box-tb-form {
  width: 100%; }

/*fix*/
.feature .ddl-form {
  height: 40px;
  line-height: 39px;
  background-color: #fff;
  border: 0;
  padding-left: 10px;
  color: #333;
  font-size: 13px; }

.feature .feature-search .form-left-bt {
  margin-top: 15px; }

.feature .feature-search .internal-job-check {
  margin-top: 15px;
  color: white; }

.feature .av-search {
  color: #fff;
  /* text color */
  font-size: 13px;
  font-weight: bold;
  margin-top: 40px;
  display: block; }

.feature .av-search:hover,
.txtmore:hover {
  cursor: pointer; }

.feature .av-search i {
  margin-left: 2px; }

.feature .btn-pl {
  float: right;
  padding: 20px 36px;
  margin-top: 5px;
  background-color: #007bbe;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .2s;
  -khtml-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.feature .btn-pl i {
  font-size: 18px; }

.feature p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 1, 0.75);
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -14px;
  padding-right: 2px;
  clear: both;
  margin-bottom: 2px; }

.feature p a {
  color: #fff;
  text-decoration: none; }

select {
  background: url(/Content/Images/ic-JobSeach-3.png) no-repeat;
  background-position: 98% 55%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: ""; }

/********************************
		TAG SEARCH CSS
********************************/
.tag-search {
  background-color: #f5f5f5;
  min-height: 50px;
  padding: 20px 10px; }

.tag-search ul li {
  margin-bottom: 10px;
  float: left;
  color: #292929;
  /* text color */
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px; }

.box-tag {
  margin-bottom: 10px; }

.tag-search ul li:first-child {
  margin-left: 0; }

.tag-search ul li a {
  color: #333;
  /* text color */
  font-size: 12px;
  border: 1px solid #bdbdbd;
  /* stroke */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxNS44NDkzNjQ5MDUzODkxJSIgeTE9Ii05LjE1MDYzNTA5NDYxMSUiIHgyPSI4NC4xNTA2MzUwOTQ2MTA5JSIgeTI9IjEwOS4xNTA2MzUwOTQ2MTElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* color overlay + gradient overlay */
  background-image: -moz-linear-gradient(300deg, #d5d5d5 0%, #d5d5d5 100%);
  /* color overlay + gradient overlay */
  background-image: -o-linear-gradient(300deg, #d5d5d5 0%, #d5d5d5 100%);
  /* color overlay + gradient overlay */
  background-image: -webkit-linear-gradient(300deg, #d5d5d5 0%, #d5d5d5 100%);
  /* color overlay + gradient overlay */
  background-image: linear-gradient(150deg, #d5d5d5 0%, #d5d5d5 100%);
  /* color overlay + gradient overlay */
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding-right: 20px; }

.tag-search ul li a i {
  color: #9a9a9a;
  /* text color */
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 8px;
  margin-left: 9px; }

.clear-tag {
  float: right;
  margin-right: 30px; }

.clear-tag a {
  color: #535353;
  font-size: 12px; }

.clear-tag i {
  color: #999;
  font-size: 12px;
  margin-right: 5px; }

/********************************
		SEC-SEARCH CSS
********************************/
.sec1 #TotalJob {
  color: #555;
  /* text color */
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  line-height: 22px;
  padding-left: 10px; }

.sec1 #TotalJob span {
  color: #292929;
  /* text color */
  font-size: 30px;
  margin-right: 10px; }

.sec2 {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 40px 50px; }

.sec2 .top-sec2 {
  margin-top: 15px;
  margin-bottom: 10px; }

.sec2 .top-sec2 h4 {
  color: #292929;
  /* text color */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px; }

.sec2 .top-sec2 h4 i {
  color: #007bbe;
  /* text color */
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 10px; }

.pana-bottom-right {
  margin-top: 20px;
  float: right;
  padding-right: 15px; }

.pana ul li {
  display: inline-block; }

.pana ul li a {
  color: #333;
  /* text color */
  font-size: 12px;
  padding: 0px 5px; }

.pana ul li a i {
  color: #9e9e9e;
  /* text color */
  font-size: 12px; }

.pana ul li.active a {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  /* drop shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  /* drop shadow */
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  /* drop shadow */
  padding: 0px 5px;
  text-decoration: none; }

.box-sec2 {
  height: auto;
  min-height: 133px;
  background-color: #fff;
  padding-top: 27px;
  padding-left: 20px;
  padding-bottom: 25px;
  margin-top: 20px; }

.box-sec2 .box-sec2-left h4 a {
  font-size: 24px;
  color: #007bbe;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 28px; }

.box-sec2 .box-sec2-left span {
  color: #333;
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  line-height: 22px; }

.box-sec2 .box-sec2-left p {
  color: #333;
  /* text color */
  /*font-family: opensansregular;*/
  font-size: 16px;
  margin-top: 10px; }

.box-sec2 .box-sec2-right {
  padding-right: 20px;
  text-align: right;
  max-width: 320px;
  background-color: #eaeaea;
  margin: auto;
  text-align: center;
  padding: 44px 15px 50px 15px; }

.box-sec2 .box-sec2-right h5 {
  color: #007bbe;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 20px; }

.box-sec2 .box-sec2-right p {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px; }

.job-detail-share {
  float: right;
  margin-bottom: 20px;
  margin-top: -20px; }

.job-detail-share li {
  vertical-align: text-bottom; }

.box-sec2 .box-sec2-right ul li, .job-detail-share ul li, .wraper-sc li {
  display: inline-block;
  color: #999;
  /* text color */
  /*/*font-family: "Open Sans", sans-serif;*/
  font-size: 12px;
  padding-left: 4px;
  text-transform: capitalize;
  margin-top: 30px; }

.wraper-sc {
  margin-top: -11px;
  float: left;
  clear: both; }

.wraper-sc li {
  margin-top: 20px;
  vertical-align: text-bottom; }

.wraper-sc li {
  float: left;
  color: #333;
  font-size: 17px;
  margin-right: 6px; }
  .wraper-sc li a {
    color: #333; }
    .wraper-sc li a i {
      font-size: 17px;
      color: #333; }

.app-left {
  float: left;
  margin-top: 25px; }

.app-left li a {
  color: #999;
  /* text color */
  /*/*font-family: "Open Sans", sans-serif;*/
  font-size: 12px;
  color: #c91625; }

.box-sec2-no-bg {
  background-color: #FFF; }

.top-sidebar {
  background-color: #c91625;
  padding: 5px 0px 5px 20px;
  position: relative; }

.wp-side-bar .top-sidebar h3 {
  color: #fff;
  /* text color */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 30px; }

.wp-side-bar .top-sidebar i {
  color: #fff;
  /* text color + color overlay */
  font-family: "FontAwesome";
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /* drop shadow */
  margin-right: 7px;
  position: absolute;
  left: 20px;
  top: 7px; }

.content-side-bar {
  height: auto;
  background-color: #f3f3f3;
  padding-top: 24px;
  padding-left: 13px;
  padding-right: 8px; }

.box-sidebar {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 6px;
  margin-bottom: 20px; }

.box-sidebar:last-child {
  border-bottom: 0px; }

.content-side-bar .title a {
  color: #1f59b3;
  /* text color */
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: capitalize; }

.content-side-bar p {
  color: #333;
  /* text color */
  font-size: 12px;
  margin-bottom: 14px;
  margin-top: 10px; }

.content-side-bar span {
  color: #999;
  /* text color */
  /*/*font-family: "Open Sans", sans-serif;*/
  font-size: 12px; }

/********************************
		MENU SEARCH CSS
********************************/
.menu-search {
  background-color: #292929;
  line-height: 57px;
  position: relative;
  display: -webkit-flex;
  display: flex; }

.menu-search ul li {
  float: left;
  position: relative; }

.menu-search ul li ul.ul-nav-filter li {
  float: none; }

.menu-search ul li a {
  color: #fff;
  /* text color */
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  display: block; }

.menu-search ul li i {
  color: #999;
  /* text color */
  font-size: 22px; }

.menu-search ul li i.fa-times-circle {
  display: none;
  float: right;
  margin: -25px 10px 0 0; }

.menu-search ul li ul.ul-nav-filter li {
  text-align: center;
  line-height: 37px;
  padding: 15px 20px 5px; }

.menu-search ul li ul.ul-nav-filter li:first-child {
  line-height: 30px; }

.menu-search ul li ul.ul-nav-filter li i {
  position: inherit; }

.menu-search #RenderSearchControl {
  position: inherit;
  width: 100%;
  min-height: inherit;
  padding-bottom: 0; }

.menu-search #RenderSearchControl ul {
  width: 100%; }

.menu-search #RenderSearchControl li.job-search {
  float: right; }

.ui-state-default {
  width: 175px; }

.ui-state-default:hover {
  background-color: #707070;
  border: 1px solid #5f5f5f;
  border-right: 0px; }

.wp-smtc .ui-state-default:hover {
  background-color: transparent;
  border: 0px; }

.wp-smtc .ui-dropdownchecklist-text {
  font-size: 13px;
  /*font-family: "Open Sans", sans-serif;*/ }

/******************************
         MENU TABS
******************************/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.tags li {
  float: left; }

.tag {
  font-size: 15px;
  background: #eee;
  border: 1px solid #7f8c8d;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s; }

.tag:hover {
  background-color: #c91625;
  color: white; }

.tag:hover::after {
  border-left-color: crimson; }

.filter-content {
  visibility: hidden;
  min-width: 350px;
  width: auto;
  background: transparent;
  position: absolute;
  z-index: 9999;
  top: 72px;
  left: -1px;
  color: #fff; }

.ui-widget-header {
  background: #7a7a7a;
  padding-left: 26px;
  border: 0;
  border: 1px solid #5f5f5f;
  overflow-x: hidden; }

.ui-widget-content {
  background: #707070;
  border: 0; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
  padding-top: 15px !important;
  display: block;
  padding-bottom: 20px !important;
  padding-right: 71px; }

.ui-tabs-anchor {
  padding: 0 !important; }

.filter-content2 {
  background-color: #707070 !important;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: 360px; }

.filter-content2 .wrap-btn-done {
  padding-top: 12px; }

.filter-content2 .tree-content {
  height: 400px; }

.filter-content2 .tree-content ul li {
  float: none;
  height: auto;
  line-height: 17px; }

.filter-content2 .tree-expan i {
  color: #c91625 !important;
  margin-right: 6px !important;
  cursor: pointer;
  top: inherit !important;
  left: inherit !important;
  position: inherit !important;
  font-size: 16px !important;
  padding-right: 0px !important; }

.filter-content2 .ip-form, .filter-content3 .ip-form {
  margin-bottom: 20px; }

.filter-content2 .dropdown-tree .dropdown-input {
  clear: both;
  padding: 0;
  padding-left: 15px;
  line-height: 40px; }

.filter-content2 .dropdown-tree:before {
  top: -6px; }

.filter-content label {
  padding-left: 15px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  /*/*font-family: "Open Sans", sans-serif;*/ }

.filter-content3 {
  background-color: #707070 !important;
  min-width: 266px !important;
  padding-bottom: 40px;
  padding-bottom: 6px !important; }

.filter-content3 ul {
  max-height: 225px !important;
  overflow-y: auto; }

.ui-corner-left {
  float: none !important; }

.filter-content3 ul li {
  width: 100%;
  border-bottom: 1px solid #5E5B5B;
  line-height: 30px; }

.filter-content3 ul li:hover {
  background-color: #5C5C5C;
  cursor: pointer; }

.wrap-btn-done {
  height: 200px;
  background-color: #707070;
  text-align: right;
  padding-right: 16px; }

.wrap-filter-input {
  padding: 10px 10px 0 10px; }

.wrap-filter-input .ip-form {
  margin-bottom: 0px; }

.job-result .ip-form {
  border: 1px solid #ddd;
  padding-right: 25px;
  background-position: 95% 50%; }

.title-results {
  color: #333; }

.jobResultPaging {
  text-align: right; }

/********************************
		 SEC CSS
********************************/
.sec .title h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-top: 25px; }

.sec .title h3 i {
  color: #c91625;
  margin-right: 10px; }

.sec-box ul {
  clear: both; }

.sec-box ul li {
  margin-bottom: 21px; }

.sec-box .col-md-4 {
  padding-left: 30px; }

.sec-box .col-md-4:first-child {
  padding-left: 15px; }

.sec-box ul li a {
  color: #656565;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer; }

.sec-box ul li span {
  color: #1eabe6;
  /* text color */
  font-size: 14px; }

.sec-box .txt-bold ul li {
  font-weight: bold; }

.sec-box ul li {
  position: relative;
  padding-right: 50px;
  line-height: 20px; }

.sec-box ul li a.number-job {
  position: absolute;
  top: 0;
  right: 0; }

.sec-box .txt-bold ul li span {
  font-weight: normal; }

/********************************
	  Search Filter Tab
********************************/
.filter-panel {
  position: absolute;
  color: #fff;
  display: block;
  visibility: hidden;
  width: 615px;
  z-index: 9998;
  max-height: 384px;
  background-color: #707070;
  left: 0; }

.panel-body-left {
  display: block;
  max-height: 300px;
  float: left;
  width: 241px;
  background-color: #7b7b7b;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 10px; }

.panel-body-left .panel-filter-tab li {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 8px 0px 8px 14px;
  line-height: 15px;
  width: 216px;
  margin-left: 13px;
  position: relative; }

.panel-body-left .panel-filter-tab li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  right: 10px; }

.panel-body-left .panel-filter-tab li:hover, .panel-body-left .panel-filter-tab li.tab-selected {
  border: 1px solid #5f5f5f;
  background-color: #707070;
  border-right: 0px; }

.panel-body-left .panel-filter-tab li span, .panel-body-right label {
  color: #fff; }

.panel-body-right {
  display: block;
  float: left;
  max-height: 300px;
  width: 360px;
  background-color: #707070;
  padding: 25px;
  padding-top: 0;
  overflow-y: auto;
  padding-top: 10px; }

.show-tab span {
  display: block;
  color: #333;
  font-size: 13px;
  width: 90%; }

.panel-body-right label {
  font-size: 13px;
  color: #fff;
  padding-right: 10px;
  font-weight: normal; }

.filter-panel-title {
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-left: 25px;
  background-color: #606060;
  display: block;
  line-height: 33px; }

.filter-panel-title label {
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-left: 25px;
  display: block;
  line-height: 33px; }

.filter-panel-footer {
  clear: both; }

.wrap-btn-done {
  height: auto;
  background-color: #707070;
  text-align: right;
  padding-right: 16px;
  float: right;
  padding-top: 6px; }

.filter-panel-footer label {
  font-size: 15px;
  /*/*font-family: "Open Sans", sans-serif;*/
  float: left;
  padding-left: 27px;
  padding-right: 19px; }

.panel-checkbox-filter-parent li {
  float: none !important;
  border-bottom: 1px solid #514f4f;
  line-height: 26px; }

.panel-checkbox-filter-child li {
  float: none !important;
  line-height: 25px; }

.panel-checkbox-filter-child {
  position: relative;
  margin-left: 30px; }

    /********************************
		 CONTENT CSS
********************************/
.content {
  padding-top: 10px;
  padding-bottom: 10px; }

.content .news-top {
  margin-left: 15px; }

.content .news-top-left {
  margin-bottom: 25px;
  overflow-y: hidden; }

.content .news-top-left .img {
  background-color: #c91625;
  position: relative;
  width: 100%;
  /*height: 345px;*/
  height: 283px;
  overflow: hidden; }

.content .news-top-left .img img {
  position: absolute;
  width: 100%;
  /*width: 100%;*/
  /*height:100%;*/ }

.content .news-top-left .meta {
  /*padding: 60px 0px 22px 33px;*/
  padding: 50px 0px 22px 33px;
  background: url(/Content/Images/Overlay-trans.png);
  position: absolute;
  width: 100%;
  /*top: 140px;*/
  top: 80px;
  height: 205px; }

.content .news-top-left .meta h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.content .news-top-left .meta p {
  color: #fff;
  /* text color */
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px; }

.content .news-top-right {
  /*height: 345px;*/
  height: 283px;
  background-color: #dcddde;
  overflow-y: scroll;
  overflow-x: hidden; }

.content .news-top-right .box {
  position: relative;
  clear: both;
  padding-left: 25px;
  margin-bottom: -3px;
  min-height: 73px;
  cursor: pointer; }

.content .news-top-right .box:hover {
  background-color: #bfbfbf;
  border-bottom: 2px solid #c91625; }

.content .news-top-right .activeSlide {
  background-color: #bfbfbf;
  border-bottom: 2px solid #c91625; }

.content .news-top-right .img:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 425px;
  bottom: 0px;
  background-color: #b6b6b6; }

.content .news-top-right .box:hover .img:before {
  width: 0px; }

.content .news-top-right img {
  float: left;
  padding-top: 7px;
  width: 115px;
  height: 67px;
  margin-top: 2px; }

.content .news-top-right .txt {
  padding-left: 13px;
  padding-top: 6px;
  margin-left: 115px; }

.content .news-top-right .txt h3.title {
  color: #333;
  /* text color */
  font-size: 12px;
  font-weight: bold; }

.content .news-top-right .txt p {
  color: #333;
  /* text color */
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 12px; }

.done-search {
  background: #007bbe; }

.tab-job-result {
  position: relative;
  background-color: #FFF; }

.ajax-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.7) !important;
  top: 0; }

.tab-job-result #BreadCrumb {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 10px; }

.tab-job-result #BreadCrumb ul li {
  display: inline-flex;
  display: -webkit-inline-flex;
  float: left;
  margin-left: 0;
  padding-left: 10px;
  line-height: 20px; }

.tab-job-result #BreadCrumb ul li span {
  margin: 5px 5px 0 -5px; }

.tab-job-result #BreadCrumb ul li a {
  color: #007bbe;
  margin-top: 2px; }

.tab-job-result #SeoSearchDescription p {
  padding-left: 10px; }

.tab-auto-suggest {
  width: 200px;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 10px;
  border-radius: 0px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 10px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif; }

.feature #btnSearchNow {
  padding: 9px 36px;
  margin-top: 13px !important;
  color: #FFF; }

#DivisionSearchPage li.arrow-down {
  position: relative; }

#DivisionSearchPage #DivisionID_clone {
  height: auto; }

#DivisionSearchPage .wp-division-panel ul li {
  padding-left: 5px; }

/*********************************
        RESPONSIVE
**********************************/
@media all and (max-width: 1024px) {
  .sec2 {
    padding: 40px 10px; } }
@media all and (max-width: 767px) {
  .feature .btn-pl {
    padding: 10px 20px; }

  .feature-search {
    margin: auto;
    max-width: 100%;
    padding: 44px 19px;
    margin-top: 20px; }

  #SortBy {
    display: none; }

  .box-sec2 .box-sec2-right {
    max-width: 100%; }

  .sec1 #TotalJob, .sec2 .top-sec2 h4 {
    padding-left: 20px;
    padding-right: 20px; }

  .tag-search {
    padding: 20px 20px; }

  .title-results {
    padding-left: 20px; }

  .jobResultPaging {
    padding-right: 20px;
    margin-top: 20px; }

  #ListJobResult .box-sec2-left {
    padding-right: 20px; }

  .feature .feature-search input.keyw {
    font-size: 13px;
    padding-left: 14px; } }
@media only screen and (max-width: 768px) {
  .container .job-result {
    padding: 0px 10px; } }
@media only screen and (max-width: 767px) {
  #ListFilterControl > li {
    display: block;
    width: 33.33%;
    text-align: left; }

  .menu-search ul li ul.ul-nav-filter li {
    text-align: left; }

  .menu-search ul li ul.ul-nav-filter li i {
    float: left;
    margin: 5px 10px 0 0; }

  .panel-body-left .panel-filter-tab li {
    width: 100%;
    margin-left: 0; }

  .leftContentRegister {
    margin: 0;
    padding: 0; }

  .menu-search, #RenderSearchControl, .menu-search ul li {
    position: static; }

  .filter-panel, filter-content, .filter-panel .panel-body-left, .filter-panel .panel-body-right {
    float: none;
    max-height: 100%;
    width: 100%;
    height: auto; }

  .filter-panel,
  .filter-content {
    width: auto !important;
    min-width: 300px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed; }

  .panel-body-left, .panel-filter-tab {
    float: none;
    width: 100%;
    padding-top: 12px; }

  .wrap-btn-done {
    padding: 10px 15px; }

  .panel-body-right {
    padding: 10px 0 0; }

  .wrap-btn-done {
    float: none; }

  .filter-panel-title, .wrap-btn-done {
    background-color: #333; }

  .filter-panel-title {
    overflow: hidden; }

  .filter-panel-title span {
    float: left; }

  .panel-body-left {
    background-color: #444; }

  .panel-checkbox-filter-parent {
    margin-left: 10px; }

  .filter-content3 ul {
    max-height: 100% !important; }

  .menu-search ul li i.fa-times-circle {
    display: block; }

  .overlay-load-search, .ajax-loading {
    position: fixed; }

  .content.job-result .col-md-9 {
    position: static; }

  .ajax-loading i {
    top: 25%; }

  .wrapper-video {
    max-width: 100%; }

  #RenderSearchControl .ddl-display-content ul li label {
    min-height: 35px; }

  /*hunghv: zoon expand/collapse*/
  #RenderSearchControl .fa-plus:before {
    font-size: 23px; }

  #RenderSearchControl .fa-minus:before {
    font-size: 23px; }

  .ddcl-display-content ul li label {
    margin-left: 25px !important; }

  .ddl-expan i {
    margin-right: 0px;
    margin-left: -6px;
    margin-top: -5px; }

  .content .news-top {
    margin-left: 0px; }

  .content .news-top-left .meta {
    top: 80px; }

  /*search result*/
  #search-tags .box-tag {
    padding-bottom: 10px; }

  /*job detail*/
  .banner-top, .banner-bottom, .banner-right {
    display: none; }

  /*create profile*/
  .sll-text-value {
    font-size: 12px; }

  /*job alert*/
  .wrapper-no-profile > img {
    width: 100%; }

  /*menu*/
  .fa-question {
    line-height: 33px; }

  /*bottom label apply direct*/
  .lbl-apply-driect-desktop {
    display: none; }

  /*label applydirect on mobile*/
  .lbl-apply-driect {
    display: block;
    text-align: center !important; }

  /*Hide sort by in search result page on mobile device*/
  #SortBy {
    display: none; }

  #GraduateSortBy {
    display: none; }

  .feature {
    z-index: 998; }

  .tab-auto-suggest {
    width: 100%;
    top: 33px;
    z-index: 9999;
    padding-left: 15px; } }
.hk-sl {
  position: relative;
  display: inline-block;
  z-index: 0;
  height: 39px; }

.hk-sl select {
  z-index: 1; }

.hk-sl:before {
  display: block;
  position: absolute;
  content: '';
  right: 24px;
  top: 0;
  height: 37px;
  width: 20px;
  margin: 1px;
  background: #FFF;
  z-index: 5; }

.hk-sl1 {
  width: 100%;
  height: 40px; }

.hk-sl1:before {
  right: 0px;
  margin: 0;
  height: 40px; }

select#DivisionID {
  background-position: 95% 55%; }

.wrap-content-jobdetail {
  padding-left: 25px;
  padding-right: 18px; }

.ie8 select#DivisionID, .ie9 select#DivisionID {
  background-position: 95% 55%; }

.ie8 .feature .feature-search .box-tb-form, ie9 .feature .feature-search .box-tb-form {
  width: 100%; }

.ie8 #DivisionSearchPage ul.form-left-bt li {
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  #ListFilterControl > li {
    width: 50%; }

  .menu-search ul li ul.ul-nav-filter li {
    padding: 15px 5px 5px 20px; } }
@media only screen and (max-width: 320px) {
  .menu-search ul li a {
    margin-top: 23px; }

  .menu-search ul li ul.ul-nav-filter li i {
    margin-top: 0px; }

  .menu-search ul li i.fa-times-circle {
    display: block;
    margin-top: -50px; } }
.box-sec2-reference {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 35px;
  display: block;
  margin-top: 10px; }

.ie9 #BreadCrumb {
  margin-bottom: 60px; }

.ie9 #TotalJob {
  clear: both; }

.ie9 .location-bottom h4 img {
  top: 0; }

/******************************
       Job Details
******************************/
.job-detail-menu {
  width: 100%;
  height: 50px;
  background-color: #efefef;
  margin-top: 20px;
  margin-bottom: 20px; }

.job-detail-menu li {
  min-height: 50px;
  float: left;
  border-right: 1px solid #8D8888;
  padding-top: 10px; }

.job-detail-menu li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.job-detail-menu li a.applyLink:hover {
  background-color: #02669c !important; }

.job-detail-menu li a.applyLink {
  background-color: #007bbe;
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-top: -10px;
  color: #fff; }

.lbl-relative-job {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  /*/*font-family: "Open Sans", sans-serif;*/
  font-size: 16px;
  color: #333; }

.job-detail-title {
  color: #333;
  font-size: 18px !important;
  line-height: 20px !important;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  padding-top: 15px;
  /*/*font-family: "Open Sans", sans-serif;*/ }

.wrap-jobdetail {
  background-color: #FFF; }

.wrap-jobdetail .well {
  background-image: none;
  clear: both; }

.wrap-jobdetail .table > tbody > tr:last-child > td, .wrap-jobdetail .table > tbody > tr:last-child > th {
  border-bottom: 1px solid #ddd; }

.wrap-jobdetail .table th {
  width: 30%; }

.wrap-jobdetail .job-detail-info {
  display: block;
  float: left;
  width: 50%; }

.wrap-jobdetail .job-detail-field {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0px 6px 10px;
  border-top: 1px solid #d8d8d8;
  width: 45%; }

.wrap-jobdetail .job-detail-value {
  display: inline-block;
  background: #f6f6f6;
  padding: 3px 8px 6px 10px;
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
  width: 50%; }

.wp-job-info tr {
  background-color: #FFF !important; }

.wp-job-info th, .wp-job-info td {
  color: #656565;
  font-size: 16px; }

.wp-job-info td {
  background-color: #efefef; }

.wrap-jobdetail .badge {
  background-color: #007bbe;
  margin-left: 10px;
  margin-right: 10px; }

.wp-job-info .table > tbody > tr > td,
.wp-job-info .table > tbody > tr > th,
.wp-job-info .table > tfoot > tr > td,
.wp-job-info .table > tfoot > tr > th,
.wp-job-info .table > thead > tr > td,
.wp-job-info .table > thead > tr > th {
  padding: 8px; }

.job-detail-des {
  font-size: 16px;
  line-height: 25px;
  float: left !important;
  width: 100%;
  word-wrap: break-word;
  padding: 0px 20px 0px 10px; }

.job-detail-des b, .job-detail-des strong, .job-detail-des .wp-resource .wp-blog-view .blog-content b, .wp-resource .wp-blog-view .blog-content .job-detail-des b {
  font-weight: bold; }

.job-detail-des ul {
  list-style-type: disc;
  list-style-position: inside; }

.job-detail-des ol {
  list-style-type: decimal;
  list-style-position: inside; }

.job-detail-des ul ul, .job-detail-des ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.job-detail-des ol ol, .job-detail-des ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }

.sec-box {
  clear: both;
  overflow: hidden; }

.feature-search {
  max-width: 700px;
  margin: auto;
  padding-top: 60px; }

.job-detail-share a i {
  color: #333; }

.job-detail-des div {
  font-size: 16px;
  line-height: 25px; }

.job-detail-des ul li, .job-detail-des ol li {
  font-size: 16px;
  line-height: 25px; }

job-detail-des p {
  line-height: 25px; }

.job-detail-des a {
  color: #007bbe; }

.wrap-jobdetail .job-detail-share ul li {
  font-size: 17px; }

@media (max-width: 1024px) {
  .wrap-jobdetail {
    padding-left: 20px;
    padding-right: 20px; }

  footer .copy-right {
    padding-top: 120px; } }
@media (max-width: 767px) {
  .wrap-jobdetail {
    padding: 0; }

  .job-detail-menu {
    height: auto;
    clear: both; }

  .job-detail-menu li {
    display: block;
    float: none;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    border-right: none; }

  .job-detail-menu li a {
    font-size: 13px;
    text-align: left; }

  .lbl-relative-job {
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 16px; }

  .job-detail-title {
    padding-left: 20px; }

  .job-detail-des {
    padding: 0px 15px; } }
/********************************
	  PAGE STATIC CSS
********************************/
.wp-container-page {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff; }

.wp-page-stt {
  min-height: 445px; }

.wp-page-stt .page-title h3 {
  color: #333;
  font-size: 30px;
  /*hunghv changed*/
  text-transform: capitalize;
  font-weight: bold;
  margin: 4px 0px 0px 0px;
  line-height: 40px; }

.wp-page-stt .page-content {
  color: #333;
  font-size: 13px !important; }
  .wp-page-stt .page-content img {
    max-width: 100%; }
  .wp-page-stt .page-content ol {
    list-style: decimal; }
    .wp-page-stt .page-content ol li {
      list-style: inherit; }

.wp-page-stt .page-content a.btn-default-nsw {
  padding: 15px 15px;
  background-color: #007bbe;
  -webkit-transition: .2s;
  -khtml-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #fff;
  font-weight: bold;
  text-decoration: blink; }

.wp-page-stt .page-content a.btn-default-nsw:hover {
  background-color: #02669c !important; }

.wp-page-stt .page-content a {
  color: #337ab7; }

.wp-page-stt .page-content p {
  padding-bottom: 8px;
  line-height: 30px;
  margin-bottom: 0; }

.banner-right {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden; }

.banner-top a, .banner-bottom a {
  position: relative;
  display: block;
  width: 100%;
  /*#101
      height: 150px;*/
  overflow: hidden; }

.banner-top img, .banner-bottom img {
  /*#101
position: absolute;  
top: -50%;
      */
  width: 100%; }

.banner-top {
  margin-top: 0px; }

.link-wrapper ul {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  list-style-type: none;
  margin-left: -20px; }

@media all and (max-width: 767px) {
  .wp-page-stt .page-title {
    max-width: 80%;
    margin: auto; }
    .wp-page-stt .page-title h3 {
      max-width: 80%;
      margin: auto;
      line-height: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
      color: #333; } }
/********************************
			apply form css
********************************/
.applyJobform {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f1f1;
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 20px; }

.applyJobform .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px; }

.applyJobform .title {
  color: #007bbe;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.applyJobform .form-horizontal h3 {
  color: #333;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px; }

.applyJobform .form-horizontal span.message {
  font-size: 16px;
  margin-bottom: 10px;
  display: block; }

.applyJobform .email-to-agency {
  font-size: 16px;
  margin-bottom: 10px;
  display: block; }

.applyJobform .email-to-agency span {
  color: #007bbe; }

.applyJobform .ip-form, #CaptchaInputText {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: inline-block;
  height: 29px;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px; }

.applyJobform .ip-form:hover, #CaptchaInputText:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.applyJobform label.titleBl {
  position: relative;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 6px; }

.applyJobform label.titleB2 {
  margin-top: 5px; }

.customfile-button {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background: #007bbe !important; }

.customfile {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 11px; }

.applyJobform .note {
  margin-bottom: 10px; }

#note {
  font-size: 16px; }

.applyJobform a {
  color: #007bbe; }

.browse_jobs {
  color: black;
  background-color: white;
  padding: 15px; }

.browse_jobs h2 {
  padding: 15px; }

.browse_jobs a {
  color: #007bbe; }

.browse_jobs .hide {
  display: none; }

.browse_jobs .browse_jobs_body {
  line-height: normal;
  overflow-y: scroll;
  height: 250px;
  padding-left: 20px; }

.browse_jobs .level1 {
  padding-left: 5px; }

.browse_jobs .level2 {
  padding-left: 20px; }

.browse_jobs .level3 {
  padding-left: 35px; }

.wp-resource {
  padding: 37px 30px 90px 30px;
  background-color: #FFF; }
  .wp-resource .wp-resource-left .box-resource {
    margin-bottom: 30px;
    height: 360px; }
    .wp-resource .wp-resource-left .box-resource .wp-img img {
      height: 225px;
      width: 100%; }
  .wp-resource .wp-blog-view .blog-content ul li {
    display: block;
    margin-right: 0;
    line-height: 23px;
    font-size: 16px;
    position: relative;
    padding-left: 20px !important; }
    .wp-resource .wp-blog-view .blog-content ul li:before {
      content: "\f111";
      font-family: FontAwesome;
      position: absolute;
      font-size: 7px;
      color: #007bbd;
      left: 0; }
  .wp-resource .wp-blog-view .blog-content strong, .wp-resource .wp-blog-view .blog-content b {
    font-weight: bold; }
  .wp-resource .wp-blog-view .blog-content a {
    color: #006399; }
  .wp-resource .wp-resource-right .box-resource-right {
    border-bottom: 3px solid #d1d1d3;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .wp-resource .wp-resource-right .box-resource-right .img-box-resource-right {
      position: relative;
      overflow: hidden; }
      .wp-resource .wp-resource-right .box-resource-right .img-box-resource-right img {
        height: 100px; }
      .wp-resource .wp-resource-right .box-resource-right .img-box-resource-right img.ic-play-img {
        position: absolute;
        width: 72px;
        height: 74px;
        top: 50%;
        left: 50%;
        margin-left: -37px;
        margin-top: -36px; }
    .wp-resource .wp-resource-right .box-resource-right .des-box-resource-right h5 {
      margin-bottom: 20px;
      margin-top: 0; }
    .wp-resource .wp-resource-right .box-resource-right:last-child {
      border-bottom: 0px; }
  .wp-resource ul {
    margin-bottom: 20px; }
    .wp-resource ul li {
      display: inline-block;
      margin-right: 15px; }
      .wp-resource ul li h3 a {
        color: #006399;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: bold; }
      .wp-resource ul li a {
        color: #656565;
        font-family: "Open Sans", sans-serif;
        font-size: 14px; }
  .wp-resource .wp-des h5 {
    margin-top: 24px;
    margin-bottom: 20px; }
    .wp-resource .wp-des h5 a {
      color: #007bbd;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 17px; }
  .wp-resource .wp-des p {
    color: #656565;
    font-size: 14px; }

@media all and (max-width: 767px) {
  .wp-resource .wp-resource-right .box-resource-right .img-box-resource-right img {
    width: 100%;
    height: auto; }
  .wp-resource .wp-des p {
    line-height: 18px; }
  .wp-resource ul {
    margin-bottom: 0; }
    .wp-resource ul li h3 a {
      line-height: 18px;
      font-size: 18px; }
    .wp-resource ul li.category-title {
      margin: 10px 0px 0px 0px; }
  .wp-resource ul.resouce-title {
    margin-bottom: 20px !important; }

  .wp-resource2 {
    padding-top: 30px !important; } }
@media all and (max-width: 768px) {
  .wp-resource .wp-resource-right {
    margin-top: 40px; } }
.sidebar-blog {
  padding-top: 5px; }
  .sidebar-blog ul li {
    display: block;
    margin-bottom: 20px; }
    .sidebar-blog ul li a {
      color: #007bbd;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px; }

.controlGrid-right {
  margin-top: 40px;
  text-align: center; }
  .controlGrid-right .pagingSt2 span.labelSummary {
    font-size: 14px;
    color: #333;
    display: inline-block;
    font-weight: bold; }
  .controlGrid-right .pagingSt2 ul {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0; }
    .controlGrid-right .pagingSt2 ul li {
      margin-right: 10px;
      display: inline-block; }
      .controlGrid-right .pagingSt2 ul li a {
        -webkit-transition: .2s;
        -khtml-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        color: #333;
        font-family: "Open Sans", sans-serif; }
        .controlGrid-right .pagingSt2 ul li a:hover {
          color: #007bbe; }
        .controlGrid-right .pagingSt2 ul li a.active {
          color: #ddd; }
      .controlGrid-right .pagingSt2 ul li select {
        min-height: 30px;
        border: 1px solid #ccc;
        width: 100px;
        margin-top: -6px;
        color: #007bbe;
        padding-left: 15px; }

.wp-blog-view h3 {
  color: #007bbd;
  font-weight: bold;
  margin-bottom: 30px; }
.wp-blog-view p {
  margin-bottom: 35px;
  font-size: 14px; }

.share-search {
  text-align: right; }
  .share-search li {
    margin-right: 0 !important;
    margin-left: 4px; }
    .share-search li span {
      color: #333;
      font-size: 13px;
      font-family: "Open Sans", sans-serif; }
    .share-search li i {
      -webkit-transition: .2s;
      -khtml-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      font-size: 30px; }
      .share-search li i.fa-facebook-square {
        color: #3a5795; }
        .share-search li i.fa-facebook-square:hover {
          color: rgba(58, 87, 149, 0.85); }
      .share-search li i.fa-twitter-square {
        color: #1da1f2; }
        .share-search li i.fa-twitter-square:hover {
          color: rgba(29, 161, 242, 0.88); }
      .share-search li i.fa-linkedin-square {
        color: #125688; }
        .share-search li i.fa-linkedin-square:hover {
          color: rgba(18, 86, 136, 0.84); }
      .share-search li i.fa-google-plus-square {
        color: #DB4437; }
        .share-search li i.fa-google-plus-square:hover {
          color: rgba(219, 68, 55, 0.85); }

.wp-des-blog {
  margin-bottom: 30px; }
  .wp-des-blog p {
    font-size: 14px; }

@media all and (max-width: 1024px) {
  header .navbar-nsw2 {
    display: block; } }
@media all and (max-width: 767px) {
  .container-nopd {
    padding: 0; }

  header .navbar-nsw2 ul {
    margin: 0; }
    header .navbar-nsw2 ul li {
      float: left;
      min-height: 50px; }
      header .navbar-nsw2 ul li a {
        padding-top: 20px; }

  .wp-resource {
    padding-top: 0;
    padding-bottom: 15px; }
    .wp-resource .wp-des h5 a {
      font-size: 14px;
      line-height: 18px; }

  .wp-blog {
    padding-top: 20px; }
    .wp-blog .wp-resource-left ul.blog-title {
      display: none; }

  .pagingSt-bl, .wp-blog-right {
    display: none; }

  .wp-blog-right-mobile {
    display: block;
    margin-top: 10px; }
    .wp-blog-right-mobile .wp-resource-right {
      margin-bottom: 18px; }
      .wp-blog-right-mobile .wp-resource-right h3 {
        display: block !important; }
        .wp-blog-right-mobile .wp-resource-right h3 a {
          color: #333;
          font-size: 16px;
          font-weight: bold;
          display: block;
          border-bottom: 1px solid #a8a8a8;
          padding-bottom: 15px;
          cursor: pointer; }
          .wp-blog-right-mobile .wp-resource-right h3 a i {
            float: right;
            margin-top: -6px;
            margin-right: 15px; }

  .wp-resource .pagingSt-mobile {
    display: block !important;
    margin-bottom: 15px; }
    .wp-resource .pagingSt-mobile li a {
      font-size: 20px; }
    .wp-resource .pagingSt-mobile li i {
      font-size: 25px; }
  .wp-resource .pagingSt-mobile2 {
    text-align: center; }

  .sidebar-blog2 {
    display: block !important;
    border-bottom: 1px solid #9f9c9c;
    margin-bottom: 20px; }

  .wp-resource-left .box-resource .wp-img img {
    width: 100%;
    height: auto !important; }

  .wp-blog-view {
    margin-top: 30px; }
    .wp-blog-view h3 {
      line-height: 24px;
      font-size: 20px; } }
.wp-video .wp-des p {
  min-height: 70px; }

.wp-video-view iframe {
  margin-top: 20px; }
.wp-video-view .share-search {
  margin-top: 15px;
  margin-bottom: 30px; }
.wp-video-view .share-search2 {
  text-align: left; }

.wp-video-view .col-md-9 {
  width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 640px; }

iframe[src*=youtube], iframe[src*=vimeo] {
  width: 100%;
  max-width: 640px; }

@media all and (max-width: 767px) {
  .wp-video {
    padding-top: 30px; }
    .wp-video ul li h3 {
      margin-top: 15px;
      display: block;
      margin-bottom: 10px; } }
.wp-category .location-top {
  background-color: #76777b; }

.location-top {
  min-height: 70px;
  background-color: #54565b;
  line-height: 70px;
  padding-left: 40px;
  padding-right: 40px; }
  .location-top h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin-left: 15px; }
  .location-top .add-toggle {
    position: relative;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.28);
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #54565b;
    width: 44px;
    height: 44px;
    display: block;
    margin-top: 12px; }
    .location-top .add-toggle img {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 50%;
      margin-left: -13px; }
    .location-top .add-toggle img.img-ic-tg2 {
      margin-top: -2px; }
    .location-top .add-toggle:focus {
      outline: none; }

.location-bottom {
  padding: 30px 0 25px 45px;
  background-color: #FFF; }
  .location-bottom h4 {
    color: #006399;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px; }
    .location-bottom h4 img {
      margin-right: 0;
      position: absolute;
      left: 0;
      top: -4px; }
  .location-bottom .tree {
    margin-top: 40px;
    height: 330px;
    overflow: hidden; }
    .location-bottom .tree ul li {
      margin-bottom: 25px;
      width: 30%;
      float: left; }
      .location-bottom .tree ul li span i {
        color: #007bbe; }
      .location-bottom .tree ul li a {
        color: #007bbd;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 18px; }
        .location-bottom .tree ul li a span {
          color: #666666; }
        .location-bottom .tree ul li a:focus {
          outline: none; }
      .location-bottom .tree ul li ul {
        margin-left: 30px;
        margin-top: 20px; }
  .location-bottom .tree2 {
    height: auto; }
    .location-bottom .tree2 ul li {
      width: 50%; }
      .location-bottom .tree2 ul li ul li {
        width: 100%; }
  .location-bottom .tree3 {
    height: auto; }
    .location-bottom .tree3 ul li {
      width: 100%;
      float: none; }
  .location-bottom .tree4 ul li {
    width: initial;
    float: none; }
    .location-bottom .tree4 ul li a {
      padding-right: 4px; }
  .location-bottom .tree-more {
    height: auto;
    overflow: initial; }

.bd-agency {
  border-left: 1px solid #c1c1c1;
  padding-left: 40px; }

.wp-category .tree {
  margin-top: 20px; }
.wp-category .tree-bt {
  margin-left: 20px; }
.wp-category .viewmore-category {
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  color: #878787;
  /* text color */
  font-size: 14px;
  padding: 10px 40px;
  margin-top: 20px;
  display: inline-block; }
  .wp-category .viewmore-category:hover {
    border: 1px solid #aaa; }

.wp-location-top-length {
  background-color: #292929;
  width: 100%;
  min-height: 55px;
  clear: both; }
  .wp-location-top-length .location-top-length {
    padding-top: 15px !important; }

@media all and (max-width: 768px) {
  .location-bottom {
    padding: 30px 45px; }
    .location-bottom h4 {
      line-height: 22px;
      margin-bottom: 28px; }
      .location-bottom h4 img {
        top: 2px; }
    .location-bottom .tree {
      margin-top: 0; }
      .location-bottom .tree ul li {
        width: 50%; }
    .location-bottom .tree3 ul li {
      width: 100%; }
    .location-bottom .tree4 {
      margin-bottom: 20px; }
      .location-bottom .tree4 ul li {
        width: 100%; }
    .location-bottom .tree-more ul li {
      padding-left: 15px; }
    .location-bottom #BrowseJobsByAgency {
      border-bottom: 1px solid #ddd;
      margin-bottom: 25px; }
    .location-bottom .bd-bt-related {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px; }
      .location-bottom .bd-bt-related:last-child {
        border-bottom: 0; } }
@media all and (max-width: 767px) {
  .location-top {
    padding-left: 15px;
    padding-right: 10px; }
    .location-top h3 {
      font-size: 14px;
      margin-left: 10px; }

  .location-bottom {
    padding-left: 30px;
    padding-right: 15px; }
    .location-bottom h4 {
      line-height: 22px;
      margin-bottom: 28px; }
    .location-bottom .tree {
      margin-top: 0; }
      .location-bottom .tree ul li {
        width: 100%; }
    .location-bottom .tree-bt {
      margin-left: 10px; }

  .bd-agency {
    border-left: 0px;
    padding-left: 14px; } }
.wp-searchpage .location-top {
  min-height: 72px;
  background-color: transparent;
  padding: 32px 15px 0 0;
  line-height: inherit;
  float: right;
  border: 0px; }
  .wp-searchpage .location-top li {
    display: inline-block; }
    .wp-searchpage .location-top li a {
      background-color: #007bbe;
      color: #f4f4f4;
      font-family: "OpenSans", sans-serif;
      font-size: 13px;
      border: 0px;
      padding: 12px 25px 10px 16px;
      cursor: pointer;
      margin-right: 8px; }
      .wp-searchpage .location-top li a:hover {
        background-color: #034c74; }
      .wp-searchpage .location-top li a:focus {
        outline: none; }
    .wp-searchpage .location-top li:before {
      content: "\f078";
      position: absolute;
      font-family: FontAwesome;
      right: 12px;
      z-index: 9;
      top: -9px;
      font-size: 12px;
      color: #fff; }
  .wp-searchpage .location-top li.wp-jobs-nav2 a, .wp-searchpage .location-top li.wp-jelated-nav2 a {
    background-color: #006680;
    border: 0px;
    color: #f4f4f4; }
    .wp-searchpage .location-top li.wp-jobs-nav2 a:hover, .wp-searchpage .location-top li.wp-jelated-nav2 a:hover {
      border: 0px; }
  .wp-searchpage .location-top li.wp-jobs-nav2:before, .wp-searchpage .location-top li.wp-jelated-nav2:before {
    content: "\f077"; }
  .wp-searchpage .location-top h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin-left: 15px; }
  .wp-searchpage .location-top .add-toggle {
    position: relative;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.28);
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #54565b;
    width: 44px;
    height: 44px;
    display: block;
    margin-top: 12px; }
    .wp-searchpage .location-top .add-toggle img {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 50%;
      margin-left: -13px; }
.wp-searchpage .location-bottom {
  padding: inherit; }
  .wp-searchpage .location-bottom #RelatedJobs {
    max-height: 295px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 0 15px 25px;
    padding-right: 12px;
    position: relative; }
    .wp-searchpage .location-bottom #RelatedJobs .tree {
      height: auto; }
      .wp-searchpage .location-bottom #RelatedJobs .tree ul li {
        width: 100% !important; }
  .wp-searchpage .location-bottom #JobsOfTheWeek {
    max-height: 295px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    margin: 10px 0 10px 45px; }
    .wp-searchpage .location-bottom #JobsOfTheWeek ul li {
      display: inline-block; }
      .wp-searchpage .location-bottom #JobsOfTheWeek ul li a {
        color: #007cbc;
        font-size: 20px;
        font-weight: bold; }
    .wp-searchpage .location-bottom #JobsOfTheWeek p {
      color: #333;
      font-size: 13px;
      margin-top: 20px;
      padding-left: 0;
      padding-right: 20px; }

.wp-searchpage2 {
  border-bottom: 1px solid #f5f5f5; }
  .wp-searchpage2 .wp-location-bottom-left {
    padding-top: 10px; }

#RelatedJobs::-webkit-scrollbar {
  width: 13px; }

#RelatedJobs::-webkit-scrollbar-track-piece {
  background-color: #ededed;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#RelatedJobs::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #007bbd; }

#JobsOfTheWeek::-webkit-scrollbar {
  width: 13px; }

#JobsOfTheWeek::-webkit-scrollbar-track-piece {
  background-color: #ededed;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#JobsOfTheWeek::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #007bbd; }

#ListFilterControl {
  float: left;
  background-color: #292929; }

.jobs-content2, .jelated-content2 {
  display: block !important; }

@media all and (max-width: 768px) {
  .wp-searchpage .location-top {
    float: none;
    clear: both;
    margin-left: 16px;
    padding: 0;
    padding-top: 30px !important; }
  .wp-searchpage .location-bottom #RelatedJobs {
    margin-left: 20px; }

  .tag-search {
    margin-top: -7px; }

  .container .job-result {
    padding: 0; } }
@media all and (max-width: 767px) {
  #ListFilterControl {
    background-color: #292929; }

  .wp-searchpage .location-top {
    float: none;
    clear: both;
    margin-left: 16px;
    padding: 0;
    padding-top: 22px !important; }
    .wp-searchpage .location-top li {
      position: relative; }
  .wp-searchpage .location-bottom #RelatedJobs {
    margin-left: 20px; }
  .wp-searchpage .location-bottom #JobsOfTheWeek {
    margin-left: 25px;
    margin-top: 5px; }

  .tag-search {
    margin-top: -7px; }

  .container .job-result {
    padding: 0; }

  .job-search {
    width: 100% !important;
    margin-bottom: -10px !important; } }
@media all and (max-width: 320px) {
  .menu-search ul li a {
    margin-top: 0;
    font-size: 11px; } }
