/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* 1. base */
body {
  font-size: var(--jobtex-main-font-size);
}

img {
  max-width: 100%;
  height: auto;
}

input {
  text-align: right;
}

figcaption {
  margin-top: 15px;
}

button, .btn,
a {
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mfp-container {
  overflow-x: hidden;
}

.form-control {
  background: #F5F5F5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form-control:focus {
  background: #fff;
}

fieldset {
  clear: both;
  overflow: hidden;
}

.logo-theme img {
  max-width: 155px;
}

a:hover, a:focus {
  color: var(--jobtex-theme-color);
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
}

.post-password-form input[type="submit"] {
  background: var(--jobtex-theme-color);
  color: #fff;
  border: none;
  padding: 5px 25px;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active {
  color: #fff;
  background: var(--jobtex-theme-hover-color);
}

.btn-search-top {
  cursor: pointer;
  display: inline-block;
}

.input-group .btn {
  border-width: 1px;
}

a:focus, .btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

.btn, button {
  outline: none !important;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}

.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.apus-mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.apus-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.apus-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.apus-mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.apus-mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.title-wrapper > * {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0 !important;
  margin-right: 7px;
}

.title-wrapper > *:first-child {
  margin-right: 0;
}

.title-wrapper .featured-text {
  background-color: transparent;
  padding: 0;
}

.apus-mfp-zoom-in .mfp-content {
  padding: 15px;
  background: #fff;
  width: 550px;
  max-width: 85%;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .apus-mfp-zoom-in .mfp-content {
    padding: 30px;
    border-radius: 8px;
  }
}

.apus-mfp-zoom-in .mfp-content .msg-inner {
  padding: 15px;
}

@media (min-width: 1200px) {
  .apus-mfp-zoom-in .mfp-content .msg-inner {
    padding: 30px;
  }
}

.apus-mfp-zoom-in .mfp-content .send-private-message-wrapper {
  padding: 0;
}

.apus-mfp-zoom-in .title-wrapper {
  margin-bottom: 25px;
}

.apus-mfp-zoom-in .widget-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .apus-mfp-zoom-in .widget-title {
    font-size: 24px;
  }
}

.apus-mfp-zoom-in .close-magnific-popup:hover, .apus-mfp-zoom-in .close-magnific-popup:focus {
  color: #dc3545;
}

.apus-mfp-zoom-in.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-mfp-zoom-in .mfp-close {
  display: none !important;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.apus-quickview .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 1200px) {
  .apus-quickview .mfp-inline-holder .mfp-content {
    width: 1200px;
    min-height: 400px;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .details-product {
  padding: 35px 20px 20px;
  overflow: hidden;
  margin: 0 !important;
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 0;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
  overflow: auto;
}

.apus-quickview .mfp-inline-holder .mfp-content .information-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 30px 30px 30px 0;
  }
  .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product .information {
    padding-top: 10px;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
  background: transparent !important;
  color: var(--jobtex-text-color);
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
  color: #dc3545;
}

.apus-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
  margin-top: 16px;
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel {
  margin-right: -8px;
  margin-left: -8px;
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
  padding-right: 8px;
  padding-left: 8px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}

.action[aria-expanded="true"] b {
  border: none;
}

.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}

ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: var(--jobtex-theme-color);
}

ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: var(--jobtex-theme-color);
}

ul.list-square > li > a {
  display: block;
  padding-right: 20px;
  position: relative;
}

ul.list-square > li > a:before {
  content: '';
  background: var(--jobtex-link-color);
  width: 8px;
  height: 8px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B1B1B1;
  margin: 0 8px;
  vertical-align: middle;
}

.apus-breadscrumb {
  background: #F5F5F5;
  margin: 0 0 30px;
}

@media (min-width: 1200px) {
  .apus-breadscrumb {
    margin: 0 0 60px;
  }
}

.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: var(--jobtex-link-color);
}

.apus-breadscrumb .breadcrumb .active {
  color: var(--jobtex-link-color);
}

.apus-breadscrumb .breadcrumb a {
  color: var(--jobtex-text-color);
  font-weight: 500;
}

.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
  color: var(--jobtex-link-color);
}

.apus-breadscrumb .wrapper-breads {
  position: relative;
  padding: 20px 0;
}

.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  font-size: 22px;
  margin: 0 0 5px;
}

@media (min-width: 1200px) {
  .apus-breadscrumb .bread-title {
    font-size: 30px;
  }
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--jobtex-link-color);
}

.search-form .btn {
  padding: 0.68rem 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  width: 293px !important;
  background: #fff;
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.ui-autocomplete.ui-widget-content li img {
  width: 60px;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 9;
  bottom: 15px;
  left: 15px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  background-color: var(--jobtex-theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 1200px) {
  .add-fix-top {
    left: 60px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.add-fix-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.add-fix-top.active:focus, .add-fix-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: var(--jobtex-theme-hover-color);
  color: #fff;
}

.menu {
  padding: 0;
  margin: 0;
}

.menu li {
  list-style: none;
  margin-bottom: 8px;
}

.menu li:last-child {
  margin-bottom: 0;
}

.menu ul {
  padding-right: 20px;
  margin: 0;
}

.apus-body-loading {
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.apus-page-loading {
  top: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: right;
  margin-right: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.apus-loader-inner .loader1 {
  background-color: #e39505;
}

.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.tab-v1 .tabs-list {
  border: none;
  text-align: center;
  padding: 30px 0 50px;
}

.tab-v1 .tabs-list li {
  padding: 0 22px;
  margin: 0;
  display: inline-block;
  float: none;
}

.tab-v1 .tabs-list li a {
  padding: 5px 0;
  color: #777777;
  border-width: 0 0 1px !important;
  border-color: #cccccc;
  border-style: dashed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
}

.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
  border-color: transparent;
  color: var(--jobtex-theme-color);
  background: transparent;
}

.tab-v1.style1 .tabs-list {
  padding: 10px 0 70px;
  text-align: left;
}

.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
  color: var(--jobtex-link-color);
}

@media (min-width: 992px) {
  .tab-v1.style1 {
    padding: 0 70px;
  }
}

.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center;
}

.tab-product-center .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 !important;
}

.tab-product-center .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: var(--jobtex-link-color);
  outline: none !important;
}

.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
  color: var(--jobtex-theme-color);
}

.tab-product-center .tab-content {
  position: relative;
}

.tab-product-center .tab-content.loading:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}

.page-links .page-links-title {
  font-weight: normal;
  color: var(--jobtex-heading-color);
}

.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 9px 15px;
  border: 1px solid #E5E5E5;
  color: var(--jobtex-link-color);
}

.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

option {
  padding: 5px;
}

@media (min-width: 992px) {
  .space-padding-left-30 {
    padding-right: 30px !important;
  }
}

.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
  position: relative;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  color: #fff;
  background: #dc3545;
  text-transform: capitalize;
  font-size: 14px;
  width: 80px;
  height: 36px;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
  background: #d32535;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}

.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}

.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}

.show-search:hover, .show-search:active, .show-search:focus {
  color: var(--jobtex-theme-color);
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 0 6px 25px;
  background: transparent !important;
  color: #707070 !important;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #E5E5E5;
  min-width: 114px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #E5E5E5;
  padding: 9px 10px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: var(--jobtex-link-color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: var(--jobtex-link_hover_color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}

.apus-header .wpml-ls-legacy-dropdown {
  width: auto;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #E5E5E5;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: var(--jobtex-theme-color);
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px;
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible;
}

.apus_socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apus_socials li {
  display: inline-block;
  margin-left: 30px;
}

.apus_socials li:last-child {
  margin: 0;
}

.select2-container {
  outline: none !important;
}

.select2-container.select2-container--default .select2-search--dropdown {
  padding: 20px 20px 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 5px 20px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--jobtex-theme-color);
}

.select2-container.select2-container--default .select2-dropdown {
  border-radius: 4px !important;
  border: 1px solid #E5E5E5 !important;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.select2-container.select2-container--default .select2-dropdown:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #E5E5E5;
}

.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above:before {
  top: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-color: #E5E5E5 transparent transparent;
}

.select2-container.select2-container--default .select2-results {
  padding: 12px 0;
}

.select2-container.select2-container--default .select2-results .select2-results__option {
  color: var(--jobtex-text-color);
  font-size: 14px;
  padding: 5px 20px;
  background-color: transparent !important;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}

.select2-container.select2-container--default .select2-selection--multiple {
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  border: 1px solid #E5E5E5;
  border-radius: 4px !important;
  background: #fff;
  min-height: 50px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  background: #F1F1F1;
  color: var(--jobtex-link-color);
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 4px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  float: left;
  margin-right: 5px;
  line-height: 1;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover, .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:focus {
  color: #dc3545;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 15px 10px;
  display: block;
}

.select2-container.select2-container--default .select2-selection--multiple input[type="text"] {
  margin-top: 3px !important;
  height: auto;
  background: transparent !important;
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--default.select2-container--open .select2-selection--single,
.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: var(--jobtex-theme-color);
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 15px 10px 10px;
  color: var(--jobtex-link-color);
}

.select2-container--default.select2-container .select2-selection--single {
  height: 50px;
  color: var(--jobtex-link-color);
  text-transform: capitalize;
  background: #fff;
  outline: none !important;
  border-radius: 4px !important;
  border: 1px solid #E5E5E5;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 25px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--jobtex-link-color);
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
  line-height: 23px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:hover {
  color: #dc3545;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 11px;
  left: 10px;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #fff;
  color: var(--jobtex-link-color);
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #fff;
  color: var(--jobtex-theme-color);
}

.bs-glyphicons {
  padding: 0;
}

.bs-glyphicons li {
  width: 24.5%;
  height: 115px;
  padding: 10px;
  margin: 0 0 -1px -1px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e8edef;
  display: inline-block;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.icon-container {
  width: 240px;
  padding: .7em 0;
  float: right;
  position: relative;
  text-align: right;
}

.apus-results {
  margin-top: 10px;
}

.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #dc3545;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-results .apus-results-reset:hover, .apus-results .apus-results-reset:active {
  color: #fff;
  background: #bd2130;
}

.ajax-pagination {
  text-align: center;
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none;
}

.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  width: 100%;
}

.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
  display: none;
}

.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
  display: block;
  color: var(--jobtex-theme-color);
}

.style-check {
  padding: 1px;
  list-style: none;
  line-height: 2.5;
  color: var(--jobtex-text-color);
}

.style-check li:before {
  content: "\f058";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.style2-check {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2.5;
  color: var(--jobtex-link-color);
}

.style2-check li:before {
  content: "\f103";
  font-weight: normal;
  font-family: 'Flaticon';
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.list-decimal {
  padding: 0;
  list-style: none;
  margin: 0;
  color: var(--jobtex-heading-color);
  font-size: 18px;
  font-weight: 500;
}

.list-decimal li {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .list-decimal li {
    margin-bottom: 50px;
  }
}

.list-decimal li:last-child {
  margin-bottom: 0;
}

.list-decimal li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding-left: 20px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-top: -12px;
}

@media (min-width: 1200px) {
  .list-decimal li span {
    min-width: 70px;
    font-size: 40px;
  }
}

.list-circle {
  color: var(--jobtex-text-color);
  padding: 0 15px;
  line-height: 2.5;
}

.list-number {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--jobtex-link-color);
}

.list-number .number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: var(--jobtex-theme-color);
  border-radius: 50%;
  position: relative;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .list-number .number {
    margin-left: 30px;
  }
}

.list-number .number:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(52, 168, 83, 0.2);
}

.list-number li {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .list-number li {
    margin-bottom: 40px;
  }
}

.list-number li:last-child {
  margin-bottom: 0;
}

.share-blog .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 10px;
  color: var(--jobtex-link-color);
}

.share-blog a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  background: #F1F1F1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  margin-left: 10px;
}

.share-blog a:last-child {
  margin-left: 0;
}

.share-blog a:hover, .share-blog a:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.phone-wrapper.phone-hide a.phone {
  display: none;
}

.phone-wrapper.phone-hide .phone-show {
  display: inline-block;
  cursor: pointer;
}

.phone-wrapper.phone-hide .phone-show span {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
}

.phone-wrapper.phone-hide.show a.phone {
  display: inline-block;
}

.phone-wrapper.phone-hide.show .phone-show {
  display: none;
}

[class*="detail-video"] .content-bottom {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

[class*="detail-video"] .content-bottom iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
}

@media (min-width: 1200px) {
  .select2-container.select2-container--default.orderby .select2-dropdown {
    min-width: 240px;
  }
}

.bg-theme {
  background: var(--jobtex-theme-color) !important;
}

.show_hide_password_wrapper,
.show_hide_password {
  display: block;
  position: relative;
}

.show_hide_password_wrapper .toggle-password,
.show_hide_password .toggle-password {
  position: absolute;
  z-index: 1;
  line-height: 1;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  line-height: 1.65;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

dl {
  margin-bottom: 24px;
}

table {
  width: 100%;
  border: 1px solid #E5E5E5;
  margin-bottom: 24px;
}

table th, table td {
  border: 1px solid #E5E5E5;
  padding: 8px 15px;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 20px;
  position: relative;
  padding: 0px;
  background: transparent;
}

@media (min-width: 1200px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-size: 18px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

.related-candidates {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .related-candidates {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget,
  .apus-sidebar .widget {
    margin-bottom: 40px;
  }
}

/* 3. form */
.btn-action-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  color: var(--jobtex-link-color);
  background-color: #F5F5F2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

@media (min-width: 1200px) {
  .btn-action-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
  }
}

.btn-action-icon:focus, .btn-action-icon:hover {
  color: #fff;
  background-color: var(--jobtex-theme-color);
}

.btn-action-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-action-icon.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-action-icon sup {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: 3px 7px;
  border-radius: 50%;
  background: var(--jobtex-theme-color);
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  line-height: 1;
}

.tooltip-inner {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .btn-show-filter i {
    font-size: 25px !important;
    vertical-align: middle;
  }
}

.btn-candidate-alert:before,
.btn-job-alert:before {
  content: "\f142";
  font-family: "Flaticon";
  margin-left: 10px;
  font-size: 25px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-default:hover {
  color: var(--jobtex-theme-color);
  border-color: #fff;
  background: #fff;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #0d6efd;
  background: #0d6efd;
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #198754;
  color: #198754;
}

.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #198754;
  background: #198754;
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #0dcaf0;
  background: #0dcaf0;
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #dc3545;
  background: #dc3545;
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ffc107;
  background: #ffc107;
}

.btn-inverse.btn-primary:hover {
  color: #0d6efd;
  background: #FFFFFF;
}

.btn-inverse.btn-success:hover {
  color: #198754;
  background: #FFFFFF;
}

.btn-inverse.btn-info:hover {
  color: #0dcaf0;
  background: #FFFFFF;
}

.btn-inverse.btn-danger:hover {
  color: #dc3545;
  background: #FFFFFF;
}

.btn-inverse.btn-warning:hover {
  color: #ffc107;
  background: #FFFFFF;
}

.btn-inverse.btn-theme:hover {
  color: var(--jobtex-theme-color);
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: calc(1.65em + (1.36rem + 2px));
}

.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: var(--jobtex-theme-color) !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--jobtex-theme-color);
}

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  line-height: 1.42857143;
}

.btn-browse:hover, .btn-browse:focus {
  background: var(--jobtex-theme-color);
  color: #fff;
  border-color: var(--jobtex-theme-color);
}

.apus-loadmore-btn {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.apus-loadmore-btn:hover, .apus-loadmore-btn:focus {
  color: var(--jobtex-theme-color);
}

.viewmore-products-btn {
  position: relative;
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 var(--jobtex-theme-color-08);
  box-shadow: 0 0 10px 0 var(--jobtex-theme-color-08);
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--jobtex-theme-color);
}

.btn-white {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
}

.btn-white:active, .btn-white:hover {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
  text-decoration: underline;
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf;
}

.btn-purple:active, .btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7;
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f;
}

.btn-brown:focus, .btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39;
}

.btn-back:focus, .btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
}

.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--jobtex-link-color);
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-readmore {
  text-decoration: underline;
  font-size: 14px;
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.btn-pink {
  color: #e3a3a2;
  background-color: #fff;
  border-color: #e3a3a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-pink:hover {
  color: #000;
  background-color: white;
  border-color: #e6acab;
}

.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000;
  background-color: white;
  border-color: #e6acab;
  box-shadow: 0 0 0 0.25rem rgba(227, 163, 162, 0.5);
}

.btn-check:checked + .btn-pink,
.btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #e6acab;
}

.btn-check:checked + .btn-pink:focus,
.btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 163, 162, 0.5);
}

.btn-pink:disabled, .btn-pink.disabled {
  color: #000;
  background-color: #fff;
  border-color: #e3a3a2;
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-theme {
  color: #fff;
  background-color: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  color: #fff;
  background-color: var(--jobtex-theme-hover-color);
  border-color: var(--jobtex-theme-hover-color);
}

.btn-theme.btn-outline {
  color: var(--jobtex-link-color);
  border-color: var(--jobtex-theme-color);
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.more-link {
  color: var(--jobtex-theme-color);
  font-size: 14px;
}

.more-link:hover {
  text-decoration: underline;
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  line-height: 1.5;
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 1.9rem;
}

.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #999999;
  color: #cccccc;
  height: 34px;
}

.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark-outline {
  background: #fff;
  border-color: #E5E5E5;
  color: var(--jobtex-link-color);
  font-weight: 500;
  padding: 6px 15px;
}

.btn-dark-outline i {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1;
  vertical-align: text-bottom;
}

.btn-dark-outline:hover, .btn-dark-outline:focus {
  color: #fff;
  background: var(--jobtex-link-color);
  border-color: var(--jobtex-link-color);
}

.btn {
  white-space: nowrap;
}

.btn-login i, .btn-login svg {
  margin-left: 5px;
  vertical-align: bottom;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* 4. layout */
body {
  overflow-x: hidden;
}

/*------------------------------------*\
    apus-topbar
\*------------------------------------*/
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 2px;
  background: transparent !important;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 5px 10px;
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
  width: auto;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 140px;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
body.page-template-page-dashboard #apus-header-mobile,
body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header-mobile,
body.fix-header #apus-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.together-sidebar-account:hover {
  color: var(--jobtex-theme-color);
}

.top-wrapper-menu {
  position: relative;
  display: inline-block;
}

.top-wrapper-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 21px;
}

.top-wrapper-menu .inner-top-menu {
  margin-top: 21px;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 5;
  min-width: 150px;
  text-align: right;
  border-radius: 0;
  border: 1px solid #E5E5E5;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
}

.top-wrapper-menu .inner-top-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #E5E5E5;
}

.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.top-wrapper-menu.active .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9;
}

.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  background: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.top-wrapper-menu .infor-account .avatar-wrapper {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  float: right;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.top-wrapper-menu .infor-account .avatar-wrapper img {
  margin: 0;
}

.top-wrapper-menu .infor-account .name-acount {
  margin-right: 15px;
  width: calc(100%- 50px);
}

.top-wrapper-menu .infor-account .name-acount i {
  margin-right: 5px;
  font-size: 12px;
}

.header_customer_login {
  padding: 30px;
}

.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px;
}

.header-left [class*="icon"] {
  font-size: 16px;
}

.header-left .btn-search-top {
  margin-top: 4px;
}

.header-left .icon-menu-top [class*="icon"] {
  font-size: 30px;
}

.header-left > div {
  margin-left: 20px;
}

.header-left > div:last-child {
  margin-left: 0;
}

.header-right [class*="icon"] {
  font-size: 16px;
}

.header-right > div {
  margin-right: 25px;
}

.header-right > div:last-child {
  margin-right: 0;
}

.header-default {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.header-mobile {
  position: relative;
  z-index: 3;
  padding: 15px 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  border-bottom: 1px solid #E5E5E5;
}

.header-mobile .btn-menu-account {
  display: inline-block;
  line-height: 1;
  font-size: 21px;
  cursor: pointer;
}

.header-mobile .logo-theme img {
  max-width: 120px;
}

.header-mobile .message-top,
.header-mobile .btn-showmenu {
  margin-right: 20px;
}

.header-mobile .top-wrapper-menu .inner-top-menu {
  left: -30px;
}

.btn-showmenu {
  align-items: end;
  -webkit-align-items: end;
  -ms-align-items: end;
}

.btn-showmenu > * {
  background-color: #202124;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin: 3px 0;
}

.btn-showmenu .inner2 {
  width: 20px;
}

.btn-showmenu .inner3 {
  width: 20px;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.header_transparent .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header_transparent .no_keep_header section.elementor-element:not(.no-transparent) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body.header_fixed .apus-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}

.main-sticky-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.apus-header {
  z-index: 6;
  position: relative;
  font-size: 14px;
}

.apus-header .show-main-menu {
  font-size: 30px;
  line-height: 1;
  color: var(--jobtex-link-color);
}

.apus-header .show-main-menu:hover, .apus-header .show-main-menu:focus, .apus-header .show-main-menu.active {
  color: var(--jobtex-theme-color);
}

.header-button-woo > div {
  margin-right: 25px;
}

.header-button-woo > div:last-child {
  margin-right: 0;
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  right: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
}

.header-sidebar a {
  color: #fff;
}

.header-sidebar a:hover, .header-sidebar a:active {
  color: var(--jobtex-theme-color);
}

.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #E5E5E5;
  color: #fff;
  background: #000000;
}

.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}

.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  right: 100%;
}

.header-sidebar .service {
  color: #999999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  right: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 100% 11px;
}

.header-sidebar .service > * {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.header-sidebar .service p {
  margin: 0;
}

.over-dark {
  cursor: not-allowed;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  border-radius: 0;
  margin: 0 0 30px;
  text-align: right;
  font-size: 1rem;
}

.apus-breadcrumb .breadcrumb-title {
  margin: 0;
  font-weight: 300;
}

.apus-breadcrumb nav {
  text-align: right;
  line-height: 30px;
}

.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Container
\*------------------------------------*/
/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}

.apus-content::after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.pagination,
.apus-pagination {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.pagination li,
.apus-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.pagination li > span, .pagination li > a,
.apus-pagination li > span,
.apus-pagination li > a {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  float: none;
  color: var(--jobtex-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  padding: 0 5px;
  min-width: 40px;
  line-height: 38px;
  margin-left: 10px;
}

.pagination li > span:hover, .pagination li > span.current, .pagination li > a:hover, .pagination li > a.current,
.apus-pagination li > span:hover,
.apus-pagination li > span.current,
.apus-pagination li > a:hover,
.apus-pagination li > a.current {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.pagination > span, .pagination > a,
.apus-pagination > span,
.apus-pagination > a {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  float: none;
  color: var(--jobtex-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  padding: 0 5px;
  min-width: 40px;
  line-height: 38px;
  margin-left: 10px;
}

.pagination > span:hover, .pagination > span.current, .pagination > a:hover, .pagination > a.current,
.apus-pagination > span:hover,
.apus-pagination > span.current,
.apus-pagination > a:hover,
.apus-pagination > a.current {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.pagination ul.page-numbers,
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination i:before,
.apus-pagination i:before {
  font-size: 24px;
  vertical-align: sub;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer {
  position: relative;
  color: var(--jobtex-text-color);
  font-size: 14px;
  font-weight: 400;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.apus-copyright a {
  color: #888888;
}

.apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
  color: var(--jobtex-theme-color);
}

.apus-copyright .widget-social {
  text-align: left;
}

.apus-copyright .widget-social a {
  color: #888888;
}

.apus-copyright .widget-social a:hover {
  color: var(--jobtex-theme-color);
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999991;
  width: 350px;
  background: #fff;
  height: 100vh;
  max-width: 85%;
  overflow-x: auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.apus-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-offcanvas .elementor-column {
  width: 100% !important;
}

.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.apus-offcanvas + .over-dark {
  z-index: 999990;
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px;
  }
  .topbar-mobile .btn {
    margin-left: 10px;
    padding: 6px 10px;
  }
  .topbar-mobile .top-cart .dropdown-menu {
    right: 0;
    left: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
    display: none;
  }
}

.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #198754;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.open-text:hover, .open-text:active {
  color: #fff;
  background: #157147;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
}

.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: not-allowed;
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.apus-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.apus-footer-mobile > ul > li .wishlist-icon, .apus-footer-mobile > ul > li .mini-cart {
  line-height: 1.65;
}

.apus-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.apus-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: right;
}

.apus-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile .mini-cart i {
  font-size: 15px;
}

.apus-footer-mobile .mini-cart .count {
  top: 2px;
}

.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}

.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}

.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #E5E5E5;
}

.close-filter-sidebar,
.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
}

.close-filter-sidebar i,
.close-sidebar-btn i,
.mobile-sidebar-btn i {
  margin-left: 5px;
}

.mobile-sidebar-btn {
  color: var(--jobtex-theme-color);
}

.mobile-sidebar-btn:hover {
  text-decoration: underline;
}

.close-filter-sidebar,
.close-sidebar-btn {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  text-align: center;
  color: #dc3545;
}

@media (max-width: 991px) {
  .sidebar {
    overflow: auto;
    scrollbar-width: thin;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 8;
    top: 0px;
    width: 460px;
    height: 100vh;
    max-width: 85%;
    background: #F5F5F5;
    position: fixed;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
    box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  }
  .sidebar.sidebar-left {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar.sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar.sidebar-right {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar.sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.apus-topbar .wrapper-topmenu:hover > a {
  color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  left: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 30px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  cursor: pointer;
  color: #dc3545;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.wrapper-top-cart .cart_list .variation {
  margin: 0;
}

.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}

.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

.horizontal-column .elementor-widget-wrap {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /* Safari 6.1+ */
}

.horizontal-column .elementor-widget-wrap > div {
  width: auto;
  margin-left: 20px;
}

@media (min-width: 1500px) {
  .horizontal-column .elementor-widget-wrap > div {
    margin-left: 30px;
  }
}

.horizontal-column .elementor-widget-wrap > div:last-child {
  margin-left: 0;
}

.header-offcanvas {
  background-color: #fff;
  padding: 15px 0;
}

.header-offcanvas .logo img {
  max-width: 120px;
}

.header-offcanvas .btn-menu-account {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: var(--jobtex-link-color) !important;
}

.header-offcanvas .btn-toggle-canvas {
  cursor: pointer;
  color: var(--jobtex-link-color) !important;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin-right: 20px;
}

.apus-offcanvas-body {
  background-color: #fff;
  color: var(--jobtex-text-color);
  height: 100%;
}

.apus-offcanvas-body .apus_socials a,
.apus-offcanvas-body a:not([class]) {
  color: var(--jobtex-link-color);
}

.apus-offcanvas-body .apus_socials a:hover, .apus-offcanvas-body .apus_socials a:focus,
.apus-offcanvas-body a:not([class]):hover,
.apus-offcanvas-body a:not([class]):focus {
  color: var(--jobtex-theme-color);
}

.offcanvas-content {
  border-top: 1px solid #E5E5E5;
  padding: 20px;
  height: calc(100% - 69px);
}

.offcanvas-content .navbar {
  border: 0;
}

.header-mobile-bottom {
  margin-top: auto;
  font-size: 14px;
}

.header-mobile-bottom > * {
  margin-bottom: 25px;
}

.header-mobile-bottom > *:last-child {
  margin-bottom: 0;
}

.header-mobile-bottom .title {
  color: #979797;
  font-size: 18px;
  margin: 0 0 10px;
}

.header-mobile-bottom .title.style-white {
  margin-bottom: 15px;
}

.header-mobile-bottom .submit-job {
  margin-bottom: 15px;
}

.sliding-menu {
  background-color: transparent;
  width: 100%;
}

.sliding-menu .sliding-menu__nav::before {
  content: "\e649";
  font-family: 'themify';
}

.sliding-menu .sliding-menu__back::before {
  margin-right: 0;
  content: "\e64a";
}

.sliding-menu .sliding-menu__panel {
  padding: 0;
}

.sliding-menu .sliding-menu__panel:first-child li.active > a {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.sliding-menu li {
  border-bottom: 1px solid #E5E5E5;
}

.sliding-menu li .sliding-menu__nav,
.sliding-menu li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  padding: 12px 0px;
  background-color: transparent !important;
  color: var(--jobtex-link-color);
}

.sliding-menu li .sliding-menu__nav:focus,
.sliding-menu li a:focus {
  color: var(--jobtex-theme-color);
}

.sliding-menu li.active > a {
  color: var(--jobtex-theme-color);
}

.sliding-menu li .sliding-menu__back {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
}

.sliding-menu__panel-root > li > a > .text-label,
.sliding-menu__panel-root > li > button > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  color: #fff;
  position: absolute;
  left: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.sliding-menu__panel-root > li > a > .text-label.label-hot,
.sliding-menu__panel-root > li > button > .text-label.label-hot {
  background: #dc3545;
}

.sliding-menu__panel-root > li > a > .text-label.label-hot:before,
.sliding-menu__panel-root > li > button > .text-label.label-hot:before {
  border-color: #dc3545 #dc3545 transparent transparent;
}

.sliding-menu__panel-root > li > a > .text-label.label-new,
.sliding-menu__panel-root > li > button > .text-label.label-new {
  background: #198754;
}

.sliding-menu__panel-root > li > a > .text-label.label-new:before,
.sliding-menu__panel-root > li > button > .text-label.label-new:before {
  border-color: #198754 #198754 transparent transparent;
}

.sliding-menu__panel-root > li > a > .text-label:before,
.sliding-menu__panel-root > li > button > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 #0dcaf0 transparent transparent;
}

@media (min-width: 1200px) {
  .footer-default {
    margin-top: 30px;
  }
}

/* 5. menu */
.navbar.apus-megamenu {
  border: none;
  border-radius: 0;
  min-height: 0;
  margin: 0;
}

.megamenu {
  padding: 0;
  float: none;
}

.megamenu .menu-item-description {
  font-size: 12px;
  text-transform: capitalize;
}

.megamenu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: none;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .megamenu > li {
    margin-left: 20px;
  }
}

@media (min-width: 1500px) {
  .megamenu > li {
    margin-left: 40px;
  }
}

.megamenu > li:last-child {
  margin: 0;
}

.megamenu > li > a {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px 0;
  background: transparent !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

@media (min-width: 1200px) {
  .megamenu > li > a {
    padding: 27px 0;
  }
}

.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-right: 3px;
}

.megamenu > li > a:after {
  display: none;
}

.megamenu > li > a:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  position: absolute;
  bottom: 20px;
  right: 0;
  background: var(--jobtex-link-color);
}

@media (min-width: 1200px) {
  .megamenu > li > a:before {
    bottom: 27px;
  }
}

.megamenu > li:hover > a, .megamenu > li.active > a {
  color: var(--jobtex-link-color);
}

.megamenu > li:hover > a:before, .megamenu > li.active > a:before {
  width: 100%;
}

.megamenu > li.aligned-left .dropdown-menu:before {
  right: 25px;
}

.megamenu > li.aligned-right > .dropdown-menu {
  right: auto;
  left: 0;
}

.megamenu > li.aligned-right > .dropdown-menu:before {
  left: 25px;
  right: auto;
}

.megamenu .caret {
  vertical-align: baseline;
  line-height: 1;
  margin-right: 3px;
}

.megamenu .caret:before {
  content: "\e64b";
  font-family: 'themify';
  font-size: 12px;
}

.megamenu .dropdown-toggle:after {
  display: none;
}

.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 30px 30px;
}

.megamenu .dropdown-menu {
  border-radius: 0 0 8px 8px !important;
  -webkit-box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border: 1px solid #E5E5E5;
  padding: 12px 0;
}

.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-right: 5px;
  color: var(--jobtex-theme-color);
  font-family: var(--jobtex-main-font);
}

.megamenu .dropdown-menu .text-label.label-hot {
  color: #dc3545;
}

.megamenu .dropdown-menu .text-label.label-new {
  color: #198754;
}

.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}

.megamenu .dropdown-menu li > a {
  background: transparent;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: var(--jobtex-link-color);
  padding: 7px 30px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.megamenu .dropdown-menu li > a:hover, .megamenu .dropdown-menu li > a:active {
  color: var(--jobtex-theme-color);
}

.megamenu .dropdown-menu li > a b {
  position: absolute;
  top: 14px;
  left: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
  background: #F5F5F2;
  color: var(--jobtex-theme-color);
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 15px 0 12px;
  font-size: 16px;
  padding: 0 30px;
}

.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 100% 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  padding: 12px 0;
  border: 1px solid #E5E5E5;
  position: absolute;
  display: block;
  right: 100%;
  top: -13px;
  background: #fff;
  min-width: 200px;
  margin: 0;
}

.megamenu .dropdown-menu .dropdown-menu:before {
  display: none;
}

.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu .dropdown-menu .widget-nav-menu .menu li {
  margin: 0;
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a {
  padding: 7px 30px;
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a:after,
.megamenu .dropdown-menu .widget-nav-menu .menu li a:before {
  display: none;
}

.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: 100%;
  right: 0 !important;
  padding: 0;
  border: 0;
}

.megamenu li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
  background-color: #fff;
}

.megamenu li.aligned-fullwidth > .dropdown-menu .elementor-section:first-child {
  border-top: 2px solid var(--jobtex-theme-color);
}

.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  color: #fff;
  position: absolute;
  left: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.megamenu > li > a > .text-label.label-hot {
  background: #dc3545;
}

.megamenu > li > a > .text-label.label-hot:before {
  border-color: #dc3545 #dc3545 transparent transparent;
}

.megamenu > li > a > .text-label.label-new {
  background: #198754;
}

.megamenu > li > a > .text-label.label-new:before {
  border-color: #198754 #198754 transparent transparent;
}

.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 #0dcaf0 transparent transparent;
}

.megamenu.effect1 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 100% 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
}

.megamenu.effect1 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 100% 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
  margin-top: 10px;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}

.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.megamenu.effect2 > li > .dropdown-menu > li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.megamenu.effect2 > li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li:hover > .dropdown-menu > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.megamenu.effect3 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  -webkit-animation: fadeleft 0.3s ease-in-out 0s;
  animation: fadeleft 0.3s ease-in-out 0s;
}

.megamenu.effect3 > li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: faderight 0.3s ease-in-out 0s;
  animation: faderight 0.3s ease-in-out 0s;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #E5E5E5;
}

.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}

.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}

.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-right: 5px;
  color: var(--jobtex-theme-color);
  font-family: var(--jobtex-main-font);
}

.mobile-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.mobile-vertical-menu .text-label.label-new {
  color: #198754;
}

.main-mobile-menu {
  float: none;
}

.main-mobile-menu > li {
  float: none;
}

.main-mobile-menu .has-submenu > .sub-menu {
  padding-right: 30px;
  list-style: none;
  display: none;
}

.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
  top: 8px;
}

.main-mobile-menu .has-submenu > .sub-menu li a {
  font-size: 14px;
  padding: 2px 0;
}

.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}

.main-mobile-menu .sub-menu {
  max-width: 100%;
}

.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}

.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-right: 5px;
  color: var(--jobtex-theme-color);
}

.main-mobile-menu .text-label.label-hot {
  color: #dc3545;
}

.main-mobile-menu .text-label.label-new {
  color: #198754;
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}

.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%;
}

.menu-setting-menu-container .apus-menu-top ul {
  padding-right: 15px;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu i {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .topmenu-menu i {
    font-size: 22px;
    margin-left: 15px;
  }
}

.topmenu-menu > li {
  float: none;
  white-space: nowrap;
}

.topmenu-menu > li > a {
  background: transparent;
  padding: 5px 10px;
  font-size: 1rem;
  color: var(--jobtex-link-color);
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) {
  .topmenu-menu > li > a {
    padding: 10px 20px;
  }
}

.topmenu-menu > li:hover > a, .topmenu-menu > li.active > a {
  color: var(--jobtex-theme-color);
}

.top-menu > li > a {
  padding: 0 15px;
  text-transform: capitalize;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-left: 5px;
  min-width: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: var(--jobtex-theme-color);
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-right: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}

.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

/* 6. pages */
@media (min-width: 1501px) {
  .col-md-cl-5 {
    width: 20%;
  }
  .col-md-cl-5.first {
    clear: both;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .col-md-cl-5 {
    width: 25%;
  }
  .col-md-cl-5.first:nth-child(4n + 1) {
    clear: both;
  }
  div.product.col-md-cl-5:nth-child(4n + 1) {
    clear: both;
  }
}

.page-job-board,
.page-blog,
.archive-shop {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .page-job-board,
  .page-blog,
  .archive-shop {
    padding-bottom: 60px;
  }
}

.page-job-board .page-title,
.page-blog .page-title,
.archive-shop .page-title {
  display: none;
}

.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  margin: 0;
}

.main-page #respond .comment-reply-title {
  margin: 0 !important;
}

.main-page #comments {
  margin-top: 30px;
  clear: both;
}

@media (min-width: 1200px) {
  .main-page #comments {
    margin-top: 60px;
  }
}

body.no-footer #apus-footer {
  display: none !important;
}

.home-page-default {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .home-page-default {
    padding-top: 60px;
  }
}

.wrapper-80 {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 1200px) {
  .wrapper-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .wrapper-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px;
}

.contact-form-content .rounded {
  margin-left: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}

.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}

body.page-template-404 #apus-header,
body.page-template-404 #apus-footer,
body.error404 #apus-header,
body.error404 #apus-footer {
  display: none !important;
}

.page-404 .not-found {
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .page-404 .not-found {
    padding: 170px 0 115px;
  }
}

.page-404 .top-image {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .page-404 .top-image {
    margin-bottom: 50px;
  }
}

.page-404 .top-image img {
  max-width: 80%;
}

.page-404 .description {
  margin-bottom: 30px;
  font-size: 17px;
}

.page-404 .title-big {
  font-size: 30px;
  margin: 10px 0;
}

@media (min-width: 1200px) {
  .page-404 .title-big {
    font-size: 60px;
    margin: 20px 0;
  }
}

.page-404 .page-content {
  max-width: 870px;
  margin: auto;
}

.box-relative .elementor-row {
  position: relative;
}

.box-relative .elementor-row .elementor-widget,
.box-relative .elementor-row .elementor-column,
.box-relative .elementor-row .elementor-column-wrap, .box-relative .elementor-row .elementor-widget-wrap {
  position: static;
}

body.elementor-editor-active .box-relative .elementor-row .elementor-widget,
body.elementor-editor-active .box-relative .elementor-row .elementor-column,
body.elementor-editor-active .box-relative .elementor-row .elementor-column-wrap, body.elementor-editor-active .box-relative .elementor-row .elementor-widget-wrap {
  position: relative;
}

body.page-template-page-dashboard {
  background-color: #F5F5F5;
}

body.page-template-page-dashboard .apus-footer {
  background-color: transparent;
}

@media (min-width: 992px) {
  body.page-template-page-dashboard .apus-footer {
    padding-right: 290px;
  }
}

.inner-dashboard.container-fluid {
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 992px) {
  .inner-dashboard.container-fluid.main-right {
    padding-left: 290px;
  }
  .inner-dashboard.container-fluid.left-main {
    padding-right: 290px;
  }
  .inner-dashboard.container-fluid.active.main-right {
    padding-left: 0;
  }
  .inner-dashboard.container-fluid.active.left-main {
    padding-right: 0;
  }
  .inner-dashboard.container-fluid.active .sidebar-left {
    right: -290px;
  }
  .inner-dashboard.container-fluid.active .sidebar-right {
    left: -290px;
  }
  .inner-dashboard.container-fluid .sidebar {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 0 15px;
    top: 60px;
    width: 290px;
    height: 100vh;
    z-index: 1;
    position: fixed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .inner-dashboard.container-fluid .sidebar-left {
    right: 0;
  }
  .inner-dashboard.container-fluid .sidebar-right {
    left: 0;
  }
  .inner-dashboard.container-fluid aside.sidebar {
    height: 100%;
  }
}

.inner-dashboard.container-fluid .main-page {
  width: 100%;
}

.inner-dashboard.container-fluid .elementor-section .elementor-container {
  max-width: 100%;
}

.inner-dashboard.container-fluid .sidebar {
  background: #fff;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .inner-dashboard.container-fluid .sidebar {
    padding: 25px;
  }
}

.inner-dashboard .widget_apus_user_short_profile {
  border: 0 !important;
  padding: 0 !important;
}

.inner-dashboard .widget_apus_user_short_profile .user_short_profile {
  padding: 0 !important;
}

.inner-dashboard .close-sidebar-btn {
  padding: 15px;
}

.menu_short_profile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_short_profile li {
  margin-bottom: 1px;
}

.menu_short_profile li a {
  color: var(--jobtex-link-color);
  background-color: #fff;
  padding: 12px 15px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}

.menu_short_profile li a i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .menu_short_profile li a i {
    font-size: 21px;
    margin-left: 12px;
  }
}

.menu_short_profile li a:hover, .menu_short_profile li a:focus {
  font-weight: 700;
  color: var(--jobtex-link-color);
  background-color: #F5F5F2;
}

.menu_short_profile li a:hover i, .menu_short_profile li a:focus i {
  color: var(--jobtex-theme-color);
}

.menu_short_profile li:hover > a, .menu_short_profile li.active > a {
  font-weight: 700;
  color: var(--jobtex-link-color);
  background-color: #F5F5F2;
}

.menu_short_profile li:hover > a i, .menu_short_profile li.active > a i {
  color: var(--jobtex-theme-color);
}

@media (min-width: 1200px) {
  .height-lg-full {
    height: 100vh;
  }
  .height-lg-full > .elementor-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
  text-align: center;
}

.post.no-results .widget-search {
  margin-top: 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.post.no-results .widget-search .form-control {
  border-color: var(--jobtex-theme-color);
}

@media (min-width: 768px) {
  .post.no-results .title-no-results {
    margin: 25px 0 50px;
  }
}

.post.no-results .no-results-description {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .post.no-results .no-results-description {
    margin-bottom: 30px;
  }
}

.entry-title {
  font-size: 25px;
  margin: 0 0 15px;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  .entry-title {
    font-size: 36px;
  }
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px;
}

.entry-create > * {
  margin-left: 5px;
}

.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.list-categories {
  margin-bottom: 15px;
}

.list-categories a {
  display: inline-block;
  line-height: 34px;
  padding: 0 18px;
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-01);
  border-radius: 34px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.list-categories a:hover, .list-categories a:focus {
  background: var(--jobtex-theme-color);
  color: #fff;
}

.list-categories a + a {
  margin-right: 10px;
}

.entry-thumb-detail {
  margin-bottom: 30px;
}

.entry-thumb-detail-v1 {
  min-height: 100px;
  background: #E5E5E5;
}

.entry-thumb-detail-v1 + .wrapper-single-post {
  padding-top: 0;
}

.entry-blog-header-v1 {
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 15px 15px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .entry-blog-header-v1 {
    padding: 30px 30px 0;
    margin-top: -60px;
  }
}

.comment-form-cookies-consent [type="checkbox"] {
  margin-left: 5px;
}

.entry-link {
  margin-top: 20px;
}

.entry-link .readmore {
  color: var(--jobtex-theme-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: -1rem;
}

.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}

.entry-meta .fa, .entry-meta .icon {
  margin-left: 3px;
}

blockquote {
  background-color: #F0F5F7;
  border-radius: 4px;
  color: var(--jobtex-link-color);
  font-size: 1rem;
  font-style: italic;
  border: 0;
  padding: 10px 15px;
  font-style: italic;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  blockquote {
    margin-bottom: 40px;
    padding: 40px 60px;
  }
}

blockquote cite {
  color: var(--jobtex-text-color);
  font-style: normal;
  font-size: 1rem;
  margin-top: 5px;
  display: inline-block;
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  left: 20px;
}

.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}

.entry-vote.vote-perfect .entry-vote-inner {
  color: #dc3545;
}

.entry-vote.vote-good .entry-vote-inner {
  color: #ffc107;
}

.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}

.entry-vote.vote-bad .entry-vote-inner {
  color: #fd7e14;
}

.entry-vote.vote-poor .entry-vote-inner {
  color: #198754;
}

#commentform {
  margin-bottom: 30px;
}

#commentform label {
  font-weight: 400;
  color: var(--jobtex-link-color);
  margin: 0 0 10px;
}

#commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #commentform .form-control {
    height: 56px;
  }
}

#commentform textarea.form-control {
  height: 120px !important;
  resize: none;
}

#commentform .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  #commentform .form-group {
    margin-bottom: 25px;
  }
}

#commentform .form-group.yourview {
  margin-bottom: 15px;
}

#commentform .form-group.yourview .your-rating {
  display: none;
}

#commentform .form-group.yourview .review-stars {
  line-height: 1;
  font-size: 20px;
  margin: 0;
  letter-spacing: 3px;
}

@media (min-width: 1200px) {
  #commentform .form-group.yourview .review-stars {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  #commentform .space-comment {
    margin: 0 0 30px;
  }
}

#commentform .form-submit {
  margin-bottom: 0;
}

#commentform #cancel-comment-reply-link {
  color: #dc3545;
}

.post-layout {
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .post-layout {
    margin-bottom: 30px;
  }
}

.post-layout[class*="format-gallery"] .top-image {
  overflow: inherit;
}

.post-layout iframe {
  max-width: 100%;
}

.post-layout figure {
  margin: 0;
}

.post-layout .post-thumbnail {
  overflow: hidden;
  display: block;
  position: relative;
}

.post-layout .post-thumbnail img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
}

.post-layout .entry-title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .post-layout .entry-title {
    font-size: 24px;
  }
}

.post-layout .entry-title .stick-icon {
  display: inline-block;
  line-height: 1;
  margin-left: 7px;
}

.post-layout .list-categories {
  margin-bottom: 10px;
}

.post-layout .list-categories a {
  line-height: 24px;
  font-size: 12px;
}

.post-layout:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.post-layout:hover .post-thumbnail img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.post-grid {
  border: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .post-grid {
    border-radius: 8px;
  }
}

.post-grid .inner-bottom {
  padding: 15px;
}

@media (min-width: 1200px) {
  .post-grid .inner-bottom {
    padding: 25px;
  }
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.posts-list li {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .posts-list li {
    margin-bottom: 25px;
  }
}

.posts-list li:last-child {
  margin: 0;
}

.post-list .image-left {
  width: 80px;
}

.post-list .image-left > a {
  display: block;
  width: 80px;
  overflow: hidden;
}

.post-list .image-left + .content-info {
  padding-right: 15px;
}

.post-list .entry-title {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.65;
}

.post-list .list-categories {
  margin-bottom: 7px;
}

.post-list .list-categories a {
  line-height: 24px;
  font-size: 12px;
}

.post-list-item {
  border: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .post-list-item {
    border-radius: 8px;
    margin-bottom: 40px;
  }
}

.post-list-item .inner-bottom {
  padding: 20px 30px;
}

@media (max-width: 1199px) {
  .post-list-item .inner-bottom {
    padding: 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .post-list-item .top-image {
    width: 300px;
  }
}

.post-list-item .readmore,
.post-list-item .description {
  margin-top: 15px;
}

/*------------------------------------*\
    Post Detail
\*------------------------------------*/
.top-detail-blog-info {
  margin-bottom: 30px;
}

.top-detail-blog-info > div {
  margin-left: 20px;
}

.top-detail-blog-info > div:last-child {
  margin-left: 0;
}

.top-detail-blog-info i {
  margin-left: 5px;
}

.author-post img.avatar,
.author-post img {
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: top;
}

.wrapper-single-post {
  padding-top: 30px;
}

@media (min-width: 1440px) {
  .wrapper-single-post {
    padding-top: 60px;
  }
  .wrapper-single-post.left-main .detail-post {
    padding-right: 120px;
  }
  .wrapper-single-post.main-right .detail-post {
    padding-left: 120px;
  }
}

.wrapper-single-post.main .detail-post {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-single-post.main .mobile-sidebar-btn {
  display: none !important;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.woo-commentlist,
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woo-commentlist #cancel-comment-reply-link,
.comment-list #cancel-comment-reply-link {
  color: #dc3545;
}

.woo-commentlist .children,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 75px;
}

.woo-commentlist .comment-edit-link,
.comment-list .comment-edit-link {
  color: #dc3545;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
}

.woo-commentlist strong,
.comment-list strong {
  line-height: 1;
  font-size: 18px;
  color: var(--jobtex-heading-color);
  text-transform: capitalize;
}

.woo-commentlist .date,
.comment-list .date {
  font-size: 14px;
}

.woo-commentlist .respond-bottom,
.comment-list .respond-bottom {
  margin-top: 5px;
}

.woo-commentlist .comment-reply-link,
.comment-list .comment-reply-link {
  color: #14A077;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 700;
  font-size: 14px;
}

.woo-commentlist .comment-reply-link:hover, .woo-commentlist .comment-reply-link:active,
.comment-list .comment-reply-link:hover,
.comment-list .comment-reply-link:active {
  color: #0c5c44;
}

.woo-commentlist .comment-box,
.comment-list .comment-box {
  overflow: hidden;
}

.woo-commentlist .comment-text,
.comment-list .comment-text {
  margin: 12px 0 0;
}

.woo-commentlist .comment-text p:last-child,
.comment-list .comment-text p:last-child {
  margin: 0;
}

.woo-commentlist div.avatar,
.comment-list div.avatar {
  width: 80px;
  padding-left: 20px;
  float: right;
}

.woo-commentlist img.avatar,
.comment-list img.avatar {
  width: 60px;
  height: auto;
  border-radius: 50%;
  margin: 0;
}

.woo-commentlist .the-comment,
.comment-list .the-comment {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .woo-commentlist .the-comment,
  .comment-list .the-comment {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}

.woo-commentlist > li:last-child > .the-comment:last-child,
.comment-list > li:last-child > .the-comment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.comment-respond .title {
  margin: 0 0 15px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .comment-respond .title {
    font-size: 20px;
  }
}

.comment-respond .title small {
  margin-right: 5px;
  font-size: 14px;
}

.reset-button-default #commentform {
  margin-bottom: 0;
}

.reset-button-default #respond {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .reset-button-default #respond {
    padding: 40px;
    margin-top: 60px;
    border-radius: 10px;
  }
}

.top-content-detail-blog {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .top-content-detail-blog {
    padding-bottom: 80px;
  }
}

.box-comment {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .box-comment {
    padding-top: 35px;
  }
}

.comments-title {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .comments-title {
    margin-bottom: 25px;
  }
}

.logged-in-as {
  margin-bottom: 25px;
}

.logged-in-as a + a {
  color: #dc3545;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.post-navigation {
  position: relative;
}

.post-navigation .screen-reader-text {
  display: none;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.post-navigation .nav-links > * {
  width: 50%;
  padding: 0 0 0 30px;
}

.post-navigation .nav-links > *.nav-next {
  text-align: left;
  padding: 0 30px 0 0;
  margin-right: auto;
}

.post-navigation .nav-links .nav-previous + .nav-next {
  border-right: 1px solid #E5E5E5;
}

.post-navigation .nav-links .inner {
  overflow: hidden;
  display: block;
}

.post-navigation .nav-links .navi {
  display: block;
  color: var(--jobtex-theme-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-navigation .nav-links .title-direct {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-navigation .inner {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.post-navigation .inner:hover, .post-navigation .inner:hover a {
  color: var(--jobtex-theme-color);
}

.author-info {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 992px) {
  .author-info {
    padding: 40px 0;
  }
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}

.author-info .avatar-img {
  padding-left: 20px;
}

.author-info .avatar-img .avatar {
  overflow: hidden;
  max-width: none;
}

.related-posts {
  padding: 0 0 15px;
}

@media (min-width: 1200px) {
  .related-posts {
    padding: 0 0 60px;
  }
}

.related-posts .title {
  font-size: 25px;
  position: relative;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .related-posts .title {
    font-size: 36px;
  }
}

.related-posts .top-related {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .related-posts .top-related {
    margin-bottom: 40px;
  }
}

.related-posts .des {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .related-posts .des {
    font-size: 18px;
  }
}

.gallery {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}

.gallery .gallery-item {
  float: right;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery .gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}

.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}

.comment-navigation .nav-links > div {
  display: inline-block;
}

.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  border-right: 2px solid #E5E5E5;
  padding-right: 15px;
  margin-right: 15px;
}

.detail-post .top-image {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.detail-post .top-info {
  margin-bottom: 20px;
}

.detail-post .top-info > * {
  display: inline-block;
  vertical-align: middle;
}

.detail-post .top-info strong {
  font-weight: 400;
}

.detail-post .top-info .space {
  margin: 0 4px;
  font-size: 13px;
}

.detail-post .top-info a {
  color: var(--jobtex-text-color);
}

.detail-post .top-info a:hover, .detail-post .top-info a:focus {
  color: var(--jobtex-theme-color);
}

.detail-post iframe {
  max-width: 100%;
}

.detail-post .font-second {
  font-family: var(--jobtex-main-font);
  font-size: 24px;
  margin: 0 0 20px;
}

.detail-post .bottom-info {
  font-family: var(--jobtex-main-font);
  margin-bottom: 20px;
}

.detail-post .bottom-info .suffix {
  font-style: italic;
}

.detail-post .bottom-info .author {
  text-transform: uppercase;
}

.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}

.detail-post .bottom-info a {
  color: var(--jobtex-text-color);
}

.detail-post .bottom-info a:hover, .detail-post .bottom-info a:active {
  color: var(--jobtex-theme-color);
}

.detail-post .tag-social strong {
  font-weight: 600;
  color: var(--jobtex-link-color);
  padding-left: 10px;
  font-size: 14px;
}

.detail-post .post-navigation {
  margin-top: -1px;
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .detail-post .post-navigation {
    padding: 30px 0;
  }
}

.tagcloud a,
.entry-tags-list a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  margin-left: 10px;
  line-height: 32px;
  font-size: 13px !important;
  font-weight: 500;
  padding: 0 18px;
  border-radius: 32px;
  background-color: #F1F1F1;
  color: var(--jobtex-link-color);
}

.tagcloud a:last-child,
.entry-tags-list a:last-child {
  margin-left: 0 !important;
}

.tagcloud a:hover, .tagcloud a:focus,
.entry-tags-list a:hover,
.entry-tags-list a:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.tagcloud a {
  margin-left: 8px;
  margin-bottom: 10px;
}

.tag-social {
  padding: 0 0 20px 0;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .tag-social {
    padding: 0 0 30px 0;
    margin-top: 30px;
  }
}

/* 8. effect */
.effect-1 {
  position: relative;
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  margin: auto;
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: var(--jobtex-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.filter-grayscale {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-grayscale:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.close:hover .fa {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-overlay-1:after {
  top: -100%;
}

.image-overlay-1:before {
  bottom: -100%;
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-plus-1 {
  position: relative;
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-plus-2 {
  position: relative;
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
  position: relative;
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

@keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(-20deg);
    -moz-transform: translateY(110px) rotateY(-20deg);
    -ms-transform: translateY(110px) rotateY(-20deg);
    -o-transform: translateY(110px) rotateY(-20deg);
    transform: translateY(110px) rotateY(-20deg);
    transform-origin: right;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(-20deg);
    -moz-transform: translateY(110px) rotateY(-20deg);
    -ms-transform: translateY(110px) rotateY(-20deg);
    -o-transform: translateY(110px) rotateY(-20deg);
    transform: translateY(110px) rotateY(-20deg);
    transform-origin: right;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.scale {
  animation-name: scale;
}

.fancy {
  animation-name: fancy;
}

.slide-up {
  animation-name: slide-up;
}

.slide-left {
  animation-name: slide-left;
}

.slide-right {
  animation-name: slide-right;
}

.slide-down {
  animation-name: slide-down;
}

.delay-1 {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* 10. widgets layout */
.vertical-wrapper {
  position: relative;
}

.vertical-wrapper .action-vertical {
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.vertical-wrapper .action-vertical i {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  font-size: 22px;
}

.vertical-wrapper .content-vertical {
  padding: 0;
  border: 1px solid #E5E5E5;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100% !important;
  z-index: 3;
  min-width: 290px;
  margin-top: 30px;
  background: #fff;
}

.vertical-wrapper .content-vertical:before {
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #E5E5E5;
  content: '';
  position: absolute;
  bottom: 100%;
  right: 15px;
}

@media (min-width: 1200px) {
  .vertical-wrapper .content-vertical:before {
    right: 25px;
  }
}

.apus-vertical-menu {
  padding: 15px !important;
  margin: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .apus-vertical-menu {
    padding: 25px;
  }
}

.apus-vertical-menu > li {
  display: block;
  width: 100%;
}

.apus-vertical-menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 50px;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li > a:after {
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
  font-size: 22px;
  margin-left: 10px;
  width: 22px;
  display: inline-block;
  color: #64666C;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li .apus-container {
  padding: 10px 35px;
}

.apus-vertical-menu > li:hover > a, .apus-vertical-menu > li.active > a {
  color: var(--jobtex-link-color);
  background: #F5F5F2;
}

.apus-vertical-menu > li:hover > a > i, .apus-vertical-menu > li.active > a > i {
  color: var(--jobtex-theme-color);
}

.apus-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-right: 5px;
  color: var(--jobtex-theme-color);
  font-family: var(--jobtex-main-font);
}

.apus-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.apus-vertical-menu .text-label.label-new {
  color: #198754;
}

.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  min-height: 100%;
  visibility: hidden;
  padding: 15px;
  font-size: 14px;
  border-radius: 2px;
  display: block;
  border: 1px solid #E5E5E5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .apus-vertical-menu .dropdown-menu {
    padding: 30px;
  }
}

.apus-vertical-menu .dropdown-menu li {
  margin: 0 0 15px;
}

.apus-vertical-menu .dropdown-menu li > a {
  color: var(--jobtex-link-color);
}

.apus-vertical-menu .dropdown-menu li > a > i,
.apus-vertical-menu .dropdown-menu li > a > img {
  font-size: 20px;
  margin-left: 10px;
  width: 15px;
  display: inline-block;
}

.apus-vertical-menu .dropdown-menu li > a:before {
  display: none;
}

.apus-vertical-menu .dropdown-menu li:hover > a, .apus-vertical-menu .dropdown-menu li.active > a, .apus-vertical-menu .dropdown-menu li:active > a {
  color: var(--jobtex-theme-color);
}

.apus-vertical-menu .dropdown-menu .widget-title {
  font-size: 14px;
}

.apus-vertical-menu .aligned-left:hover > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.apus-vertical-menu .aligned-left > .dropdown-menu {
  min-height: calc(100% + 2px);
  top: -1px;
  right: 100%;
  margin: 0 -1px 0 0;
}

.apus-vertical-menu .aligned-right:hover > a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.apus-vertical-menu .aligned-right > .dropdown-menu {
  min-height: calc(100% + 2px);
  top: -1px;
  left: 100%;
  right: inherit;
  margin: 0 0 0 -1px;
}

.apus_custom_menu.center {
  text-align: center;
}

.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}

.apus_custom_menu.left {
  text-align: right;
}

.apus_custom_menu.right {
  text-align: left;
}

.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .apus_custom_menu.inline li {
    margin-left: 40px;
  }
}

.apus_custom_menu.inline li:last-child {
  margin: 0;
}

.slick-carousel {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.slick-carousel .slick-arrow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
  box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  text-align: center;
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: var(--jobtex-link-color);
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  border: none;
  border-radius: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 1200px) {
  .slick-carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.slick-carousel .slick-arrow .textnav {
  display: none;
}

.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
  background-color: var(--jobtex-theme-color);
  color: #fff;
}

.slick-carousel .slick-prev {
  right: 10px;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-prev {
    right: 30px;
  }
}

.slick-carousel .slick-next {
  left: 10px;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-next {
    left: 30px;
  }
}

.slick-carousel .slick-slide {
  outline: none !important;
  padding-right: 15px;
  padding-left: 15px;
  cursor: ew-resize;
}

.slick-carousel .slick-track {
  margin: inherit;
}

.slick-carousel:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel .slick-dots {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}

.slick-carousel .slick-dots li {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #121212;
  background: transparent;
  text-indent: -9999em;
  border-radius: 50%;
}

.slick-carousel .slick-dots li.slick-active {
  border-color: #121212;
}

.slick-carousel .slick-dots li.slick-active button {
  background: #121212;
  border-color: #121212;
}

.slick-carousel.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.slick-carousel.row-20 .slick-list {
  padding: 0;
}

.slick-carousel.row-20 .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

.widget-banner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.widget-banner .banner-image {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-banner .banner-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-banner .banner-image + .banner-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .widget-banner .banner-image + .banner-content {
    padding: 0 40px;
  }
}

.widget-banner .title {
  font-size: 24px;
  margin: 0;
}

.widget-banner .link-bottom {
  margin-top: 18px;
}

.widget-banner:hover .banner-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget-banner-account {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 20px 30px;
}

@media (min-width: 1200px) {
  .widget-banner-account {
    padding: 50px 60px;
  }
}

.widget-banner-account .title-account {
  font-size: 26px;
  margin: 0 0 10px;
}

.widget-banner-account .description {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .widget-banner-account .btn {
    min-width: 240px;
    text-align: center;
  }
}

.widget-banner-account .link-bottom {
  margin-top: 20px;
}

.widget-banner-account .image-account {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-banner-account:hover .image-account {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.social > li {
  padding: 0;
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .social > li {
    margin-left: 35px;
    font-size: 18px;
  }
}

.social > li:last-child {
  margin-left: 0 !important;
}

.social > li a {
  color: var(--jobtex-text-color);
}

.social > li a:hover, .social > li a:focus {
  color: var(--jobtex-theme-color);
}

.social.st_circle > li {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .social.st_circle > li {
    margin-left: 12px;
  }
}

.social.st_circle > li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
  background: #fff;
  color: var(--jobtex-link-color);
}

.social.st_circle > li a:hover, .social.st_circle > li a:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.language-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.language-wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 5px;
}

.language-wrapper .selected .language-current > img {
  margin: 0 0 0 10px;
  vertical-align: sub;
}

.language-wrapper .selected .language-current > i {
  margin-right: 10px;
}

.language-wrapper .dropdown-menu {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 12px;
  margin-top: 5px;
  border-radius: 0;
  padding: 13px 18px;
  min-width: 130px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}

.language-wrapper:hover .dropdown-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.language-wrapper .list-language {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-wrapper .list-language li {
  margin-bottom: 10px;
}

.language-wrapper .list-language li:last-child {
  margin-bottom: 0;
}

.language-wrapper .list-language a:hover, .language-wrapper .list-language a:focus {
  color: var(--jobtex-theme-color);
}

.language-wrapper .list-language img {
  margin-left: 6px;
  margin-bottom: 0;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.social-link li {
  display: inline-block;
  margin: 0 5px;
}

.social-link li a {
  background: #f4f4f4 none repeat scroll 100% 0;
  border-radius: 100%;
  color: var(--jobtex-text-color);
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #E5E5E5;
}

.social-link.lighten li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.widget-features-box .title {
  margin: 0 0 8px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .widget-features-box .title {
    font-size: 20px;
  }
}

.widget-features-box .features-box-image {
  display: inline-block;
  color: var(--jobtex-theme-color);
  font-size: 35px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .widget-features-box .features-box-image {
    font-size: 40px;
  }
}

.widget-features-box .features-box-image a {
  display: inline-block;
  line-height: 1;
  max-width: 70%;
}

.widget-features-box .features-box-image a img {
  vertical-align: top;
}

.widget-features-box .description {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-features-box.style1 .item {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style1 .item {
    margin-bottom: 25px;
  }
}

.widget-features-box.style1 .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.widget-features-box.style1 .top-inner {
  line-height: 1;
  flex-shrink: 0;
}

.widget-features-box.style1 .top-inner + .features-box-content {
  flex-grow: 1;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style1 .top-inner + .features-box-content {
    padding-right: 30px;
  }
}

.widget-features-box.style2 .item {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style2 .item {
    margin-bottom: 25px;
  }
}

.widget-features-box.style2 .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-features-box.style2 .top-inner {
  flex-shrink: 0;
}

.widget-features-box.style2 .top-inner + .features-box-content {
  flex-grow: 1;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style2 .top-inner + .features-box-content {
    padding-right: 30px;
  }
}

.widget-features-box.style3 {
  text-align: center;
}

.widget-features-box.style3 .item {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style3 .item {
    margin-bottom: 25px;
  }
}

.widget-features-box.style3 .features-box-image {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 1200px) {
  .widget-features-box.style3 .features-box-image {
    width: 100px;
    height: 100px;
  }
}

.widget-features-box.style3 .features-box-content {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .widget-features-box.style3 .features-box-content {
    margin-top: 25px;
  }
}

.widget-features-box.style4 .item {
  margin-bottom: 15px;
  padding-right: 30px;
  position: relative;
}

@media (min-width: 1200px) {
  .widget-features-box.style4 .item {
    padding-right: 50px;
    margin-bottom: 30px;
  }
}

.widget-features-box.style4 .item:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 8px;
  height: 100%;
  border-radius: 8px;
  background: #E5E5E5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-features-box.style4 .item:hover:before {
  background: var(--jobtex-theme-color);
}

@media (max-width: 1199px) {
  .widget-testimonials .slick-carousel .slick-dots {
    padding-top: 0;
  }
}

.testimonials-item {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .testimonials-item {
    padding: 40px;
    border-radius: 20px;
  }
}

.testimonials-item .title {
  font-size: 18px;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .testimonials-item .title {
    margin: 0 0 20px;
  }
}

.testimonials-item .name-client {
  font-size: 16px;
  margin: 0;
}

.testimonials-item .job {
  font-size: 14px;
  margin: 0;
}

.testimonials-item .description {
  color: var(--jobtex-link-color);
}

@media (min-width: 1200px) {
  .testimonials-item .description {
    font-size: 18px;
  }
}

.testimonials-item .star .inner {
  width: 84px;
  position: relative;
  font-size: 12px;
  color: #E5E5E5;
  letter-spacing: 4px;
}

.testimonials-item .star .inner:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonials-item .star .text {
  font-size: 14px;
  font-weight: 500;
}

.testimonials-item .w-percent {
  color: #FFB321;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.testimonials-item .w-percent:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonials-item .avarta {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-item .avarta + .info-testimonials {
  padding-right: 18px;
}

.testimonials-item .bottom-info {
  margin-top: 20px;
}

.wrapper-testimonial-thumbnail .avarta {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.wrapper-testimonial-thumbnail .name-client {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.wrapper-testimonial-thumbnail .job {
  font-size: 14px;
}

.wrapper-testimonial-thumbnail .bottom-info {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ECEDF2;
  border-radius: 100px;
  padding: 10px;
}

.wrapper-testimonial-thumbnail .info-testimonials {
  padding-right: 20px;
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  -webkit-box-flex: 1;
}

.widget-nav-menu .widget-title {
  font-size: 1rem;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .widget-nav-menu .widget-title {
    margin-bottom: 20px;
  }
}

.menu li {
  margin: 0 0 10px;
}

.menu li:last-child {
  margin: 0;
}

.menu li a {
  display: inline-block;
  position: relative;
  color: var(--jobtex-text-color);
}

.menu li a:before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--jobtex-theme-color);
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu li a:hover, .menu li a:focus {
  color: var(--jobtex-theme-color);
}

.menu li a:hover:before, .menu li a:focus:before {
  right: 0;
  width: 100%;
}

.menu li.active > a {
  color: var(--jobtex-theme-color);
}

.menu li.active > a:before {
  width: 100%;
}

.menu.st_line li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #E5E5E5;
}

.menu.st_line li:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .list-check {
    font-size: 20px;
  }
}

.list-check i {
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  text-align: center;
  color: #fff;
  background: var(--jobtex-theme-color);
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .list-check i {
    margin-left: 15px;
  }
}

.list-check li {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .list-check li {
    margin-bottom: 15px;
  }
}

.list-check li:last-child {
  margin-bottom: 0;
}

.widget-brand {
  text-align: center;
}

.widget-brand .slick-slide img {
  display: inline-block;
}

.widget-brand .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.widget-brand.default .brand-item {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.widget-brand.default .brand-item:hover, .widget-brand.default .brand-item:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-brand.style2 .brand-item {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.widget-brand.style2 .brand-item:hover, .widget-brand.style2 .brand-item:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

form.wpcf7-form .form-control {
  margin-bottom: 20px;
}

form.wpcf7-form textarea.form-control {
  height: 120px;
}

@media (min-width: 1200px) {
  form.wpcf7-form textarea.form-control {
    height: 160px;
  }
}

form.wpcf7-form p:last-child {
  margin-bottom: 0;
}

.list_icon {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .list_icon {
    margin-bottom: 30px;
  }
}

.list_icon:last-child {
  margin-bottom: 0;
}

.list_icon .inner {
  border-right: 1px solid rgba(18, 18, 18, 0.3);
  padding-right: 15px;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .list_icon .inner {
    padding-right: 25px;
    margin-right: 25px;
  }
}

.list_icon .text {
  line-height: 1;
  font-size: 20px;
  margin: 0;
}

@media (min-width: 1200px) {
  .list_icon .text {
    font-size: 24px;
  }
}

.list_icon .des {
  color: var(--jobtex-text-color);
  margin-top: 10px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .list_icon .des {
    font-size: 20px;
  }
}

.skew-light {
  position: relative;
}

.skew-light:before {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari */
  transform: skewX(-20deg);
  /* Standard syntax */
}

.skew-theme-right {
  position: relative;
  background: var(--jobtex-theme-color);
}

.skew-theme-right > * {
  position: relative;
  z-index: 2;
}

.skew-theme-right:before {
  content: '';
  background: var(--jobtex-theme-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari */
  transform: skewX(-20deg);
  /* Standard syntax */
}

.skew-theme-left {
  position: relative;
  background: var(--jobtex-theme-color);
}

.skew-theme-left > * {
  position: relative;
  z-index: 2;
}

.skew-theme-left:before {
  content: '';
  background: var(--jobtex-theme-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
}

.text-theme {
  color: var(--jobtex-theme-color) !important;
}

.deleted_wpb_single_image {
  position: relative;
  overflow: hidden;
}

.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--jobtex-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  right: 0;
}

.deleted_wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.deleted_wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget_apus_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 30px 0;
}

.widget_apus_vertical_menu .apus-vertical-menu {
  border: none;
}

.widget_apus_vertical_menu .apus-vertical-menu > li > a {
  font-size: 16px;
  padding: 0 30px;
}

.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
  border-color: var(--jobtex-theme-color);
}

.widget_apus_vertical_menu.darken .apus-vertical-menu {
  background: transparent;
}

.widget_apus_vertical_menu.darken .apus-vertical-menu > li > a {
  color: #eeeae2;
  padding: 0 20px;
}

.widget_apus_vertical_menu.darken .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu.darken .apus-vertical-menu > li:hover > a {
  color: var(--jobtex-theme-color);
}

.widget_apus_vertical_menu.darken .widget-title {
  color: #eeeae2;
  border: none;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget_apus_vertical_menu.darken .widget-title:before {
  display: none;
}

.tabs-v1 {
  margin: 0 auto;
  max-width: 930px;
}

.tabs-v1 .nav-tabs {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E5E5E5;
}

@media (min-width: 1200px) {
  .tabs-v1 .nav-tabs {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .tabs-v1 .nav-tabs {
    width: 100%;
  }
}

.tabs-v1 .nav-tabs > li {
  margin: 0 0 -2px 15px;
}

@media (min-width: 1200px) {
  .tabs-v1 .nav-tabs > li {
    margin-left: 30px;
  }
}

.tabs-v1 .nav-tabs > li:last-child {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .tabs-v1 .nav-tabs > li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.tabs-v1 .nav-tabs > li > a {
  display: inline-block;
  padding: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  background: transparent !important;
  white-space: nowrap;
  color: #B1B1B1;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  text-transform: capitalize;
}

.tabs-v1 .nav-tabs > li > a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  background: var(--jobtex-theme-color);
  bottom: 0;
  right: 0;
}

.tabs-v1 .nav-tabs > li > a.active {
  color: var(--jobtex-link-color);
}

.tabs-v1 .nav-tabs > li > a.active:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.tabs-v1 .tab-content {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .tabs-v1 .tab-content {
    margin-top: 30px;
  }
}

.tabs-v1 .tab-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .tabs-v1 .tab-content h2 {
    font-size: 20px;
  }
}

.custom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu li {
  padding-right: 20px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.4;
}

.custom-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #221f1f;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.custom-menu li:last-child {
  margin: 0;
}

.custom-menu li i {
  margin-left: 15px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .custom-menu li i {
    font-size: 23px;
  }
}

.custom-menu li a {
  color: var(--jobtex-text-color);
}

.custom-menu li a:focus, .custom-menu li a:hover {
  color: var(--jobtex-link-color);
}

.custom-menu li:hover:before, .custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #E5E5E5 !important;
}

@media (min-width: 1200px) {
  .elementor-accordion .elementor-accordion-item {
    padding: 0 30px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
    width: auto;
  }
  .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
    width: auto;
    height: auto;
  }
}

.hidden {
  display: none !important;
}

.elementor-button i {
  font-size: 80%;
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > * {
  padding-right: 10px;
  padding-left: 10px;
}

.sb-20 {
  margin-bottom: 20px;
}

.list-dot {
  padding: 0 15px 0 0;
}

.list-dot li {
  margin-bottom: 10px;
}

.blog-text {
  color: var(--jobtex-link-color);
  padding: 0 15px 0 0;
}

.blog-text li {
  margin-bottom: 12px;
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget label {
  font-weight: 400;
}

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.widget.widget_text img {
  margin: 15px 0;
  height: auto;
}

.widget.widget_rss .widget-title {
  background: none;
}

.widget.widget_rss .widget-title img {
  vertical-align: middle;
}

.widget.widget_rss ul li {
  background: none;
  margin: 0 0 18px;
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_comments ul li {
  background: none;
}

.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}

.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: right;
  margin-left: 10px;
}

.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}

.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-right: 15px;
}

.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-left: 15px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden;
}

.widget.widget_recent_entries ul li a {
  display: block;
}

.widget.widget_mc4wp_widget .mc4wp-form {
  padding: 20px;
}

.widget.widget-timework strong {
  color: #000;
  font-weight: 500;
}

.widget.widget_calendar table {
  margin: 0;
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px;
}

.calendar_wrap td, .calendar_wrap th {
  text-align: center;
}

.calendar_wrap tfoot {
  display: none;
}

.calendar_wrap #today {
  font-weight: normal;
  color: var(--jobtex-theme-color);
}

@media (min-width: 1280px) {
  .widget-blogs .slick-carousel .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-blogs .slick-carousel .slick-arrow.slick-prev {
    right: -65px;
  }
  .widget-blogs .slick-carousel .slick-arrow.slick-next {
    left: -65px;
  }
}

.widget-blogs.inner-grid-v4 .slick-carousel .slick-dots li {
  width: 20px;
  height: 5px;
  background: #c5c5c5;
  border: none;
  border-radius: 5px;
}

.widget-blogs.inner-grid-v4 .slick-carousel .slick-dots li button {
  display: none;
}

.widget-blogs.inner-grid-v4 .slick-carousel .slick-dots li.slick-active {
  background-color: var(--jobtex-theme-color);
  width: 40px;
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}

.form-contact input:not(.btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: var(--jobtex-text-color);
}

.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-left: 30px;
}

.contact-topbar > *:last-child {
  margin: 0;
}

.contact-topbar > * i {
  margin-left: 6px;
}

.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-right: 25px;
  padding-top: 10px;
}

.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 0 0 10px;
}

.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  padding-bottom: 0;
}

.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  padding: 0;
  position: relative;
  font-weight: 500;
}

.widget_meta ul li:hover > a, .widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  color: var(--jobtex-theme-color);
}

.special .post-info {
  position: relative;
}

.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -10px;
  z-index: 2;
}

.special .special-items > div:nth-child(2n) .post-info {
  position: relative;
}

.special .special-items > div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}

.contact::after {
  display: block;
  clear: both;
  content: "";
}

.contact dt {
  float: right;
  width: 30px;
  height: auto;
}

.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}

.contact .contact-icon {
  display: block;
  text-align: center;
  background: var(--jobtex-theme-color);
  float: right;
  border-radius: 2px;
}

.contact .contact-icon .fa {
  color: #fff;
  margin: 0 4px 0 0;
}

/*------------------------------------*\
    Widget mailchip
\*------------------------------------*/
.widget-mailchimp .btn {
  padding: 9px 16px;
}

.widget-mailchimp .form-control {
  background: #fff;
  border-color: #fff;
  font-size: 14px;
  padding: 11px 16px;
}

.widget-mailchimp .form-control:focus {
  border-color: var(--jobtex-theme-color);
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}

.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  height: 40px;
  overflow: hidden;
  font-family: var(--bs-font-sans-serif);
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form .select-category {
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-left: 10px;
  outline: none !important;
}

.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #dddddd;
  width: 1px;
  height: 20px;
}

.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}

.apus-search-form .title-top-search {
  font-size: 24px;
  color: var(--jobtex-link-color);
}

.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #dc3545;
  cursor: pointer;
}

.apus-search-form .close-search-fix:hover, .apus-search-form .close-search-fix:active {
  color: #bd2130;
}

.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: var(--jobtex-link-color);
  outline: none !important;
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
}

.apus-search-form form {
  border: 1px solid #E5E5E5;
  display: table;
  width: 100%;
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form > .select-category {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}

.apus-search-form form .btn {
  height: 50px;
  line-height: 1;
}

.apus-search-form form .btn i {
  font-size: 18px;
}

.apus-search-form form .btn i + span {
  margin-right: 5px;
}

.apus-search-form form .form-control {
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0;
}

.apus-search-form form .form-control {
  height: 48px;
}

.apus-search-form form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
}

.apus-search-form form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

.apus-search-form form .form-control:focus {
  color: var(--jobtex-link-color);
}

.apus-search-form .hidden-search {
  cursor: pointer;
  float: left;
  font-size: 35px;
  line-height: 1.4;
  color: #dc3545;
  display: inline-block;
  margin-right: 30px;
}

.apus-search-form .main-search {
  width: 100%;
  position: relative;
}

.apus-search-form .main-search .autocomplete-list {
  text-align: right;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}

.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}

.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 18px;
  height: 100%;
  background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}

.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}

.apus-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}

.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}

.apus-search-form .tt-menu a.media img {
  max-width: 60px;
}

.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}

.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: var(--jobtex-theme-color);
}

.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}

.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}

.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
  padding-left: 40px;
}

.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}

.apus-search-form.style2 form .form-control:focus {
  color: #fff;
}

.apus-search-form.style2 form .btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
}

.apus-search-form.style2 form .btn i {
  font-size: 16px;
}

.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list {
    padding: 20px;
  }
}

.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: var(--jobtex-link-color);
}

.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}

.apus-search-form .autocomplete-list-item .price {
  color: var(--jobtex-text-color);
}

.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: normal;
  color: var(--jobtex-text-color);
  text-transform: capitalize;
}

.apus-search-form .autocomplete-list-item .name-product strong {
  color: #dc3545;
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-right: 12px;
  padding-left: 12px;
  background: transparent;
  color: var(--jobtex-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-right: 12px;
  padding-left: 12px;
  background: transparent;
  color: var(--jobtex-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.widget-search form .btn {
  border: 0;
  background-color: transparent !important;
  color: var(--jobtex-text-color);
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 15px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-search form .btn:hover, .widget-search form .btn:focus {
  color: var(--jobtex-theme-color);
}

.widget-brand-logo {
  padding: 30px;
}

.widget-brand-logo .item-brand > a {
  display: block;
}

.widget-brand-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget-brand-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-----------------------------*\
        Widget Contact 
\*-----------------------------*/
.widget-infor .heding {
  font-family: var(--jobtex-main-font);
  font-weight: 400;
}

.widget-infor .infor-inner {
  margin: 0 0 20px;
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: var(--jobtex-text-color);
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}

.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: var(--jobtex-theme-color);
}

.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
@-webkit-keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  }
}

/* Standard syntax */
@keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  }
}

.video-wrapper-inner {
  position: relative;
}

.video-wrapper-inner .popup-video {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) scale(0.9);
  -moz-transform: translate(50%, -50%) scale(0.9);
  -ms-transform: translate(50%, -50%) scale(0.9);
  -o-transform: translate(50%, -50%) scale(0.9);
  transform: translate(50%, -50%) scale(0.9);
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--jobtex-link-color);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-animation: boxscale 1.2s linear 0s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: boxscale 1.2s linear 0s infinite alternate;
}

@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
  }
}

.video-wrapper-inner .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.video-wrapper-inner .image-wrapper img {
  width: 100%;
}

.video-wrapper-inner:hover .popup-video {
  color: var(--jobtex-theme-color);
  -webkit-transform: translate(50%, -50%) scale(1);
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  -o-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

/*-----------------------------*\
    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999;
}

.vertical-menu > .nav {
  position: relative;
  width: 100%;
  height: auto;
}

.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
  color: var(--jobtex-theme-color);
}

.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #E5E5E5;
}

.vertical-menu > .nav > li.active > a {
  color: var(--jobtex-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vertical-menu > .nav > li > a:hover {
  color: var(--jobtex-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-left: 12px;
}

.vertical-menu > .nav > li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
}

.vertical-menu > .nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block;
}

.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 30px;
  border: none;
  top: 0;
}

.vertical-menu .dropdown-menu::after {
  display: block;
  clear: both;
  content: "";
}

.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

.vertical-menu .dropdown-menu ul li {
  line-height: 34px;
}

.vertical-menu .dropdown-menu ul li a {
  color: #414141;
}

.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
  color: var(--jobtex-theme-color);
}

.vertical-menu .dropdown-menu ul ul {
  padding-right: 15px;
}

.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: var(--jobtex-heading-color);
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.vertical-menu.menu-left .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}

.vertical-menu.menu-right .dropdown-menu {
  right: auto !important;
  left: 100% !important;
}

.vertical-menu .icon-ver {
  margin-left: 10px;
}

#recentcomments > li {
  margin: 0 0 7px;
  padding: 0 0 7px;
}

#recentcomments > li:last-child {
  margin: 0;
  padding: 0;
}

.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.widget_pages ul li,
.widget_nav_menu ul li {
  padding-bottom: 5px;
  margin: 0 0 5px;
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_pages ul ul,
.widget_nav_menu ul ul {
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 25px;
}

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px;
}

.widget-quicklink-menu .quicklink-heading {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 20px;
  padding: 12px 25px 12px 15px;
  position: relative;
  text-transform: uppercase;
}

.widget-quicklink-menu a {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

.widget-quicklink-menu a:hover {
  color: var(--jobtex-theme-color);
}

.woo-onsale .onsale {
  display: none;
}

.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
}

.widget-tabs .widget-title {
  display: inline-block;
}

.widget-tabs .nav-tabs {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 7px;
}

.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0 0 15px;
}

.widget-tabs .carousel-controls {
  top: -42px;
}

.widget-infor .media .fa, .widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--jobtex-theme-color);
  background: #252525;
}

.widget_text select,
.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px 15px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #E5E5E5;
  background: url("../images/select.png") #fff left 15px center no-repeat;
  height: 50px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .widget_text select,
  .widget_categories select,
  .widget_archive select {
    height: 60px;
  }
}

.textwidget select {
  padding: 8px;
  max-width: 100%;
  color: var(--jobtex-link-color);
}

.widget-twitter .twitter-timeline {
  display: block !important;
}

.widget-twitter .timeline-Tweet-media {
  display: none;
}

.widget_apus_instagram {
  margin: 0;
}

.widget_apus_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}

.widget_apus_instagram .widget-title a {
  font-weight: 400;
  color: var(--jobtex-theme-color);
}

.widget_apus_instagram .instagram-pics a {
  display: block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
  outline: 8px solid var(--jobtex-theme-color);
  outline-offset: -8px;
}

.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget_apus_instagram .instagram-pics a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #E5E5E5;
  border-radius: 50px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}

.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #E5E5E5;
  border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important;
}

.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0;
}

.widget-ticket-pricing.style-style2 {
  border: 1px solid #E5E5E5;
  overflow: visible;
}

.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #E5E5E5;
  margin: -1px 0;
}

.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none;
}

.widget-ticket-pricing.style-style2 .column:hover {
  border-color: var(--jobtex-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid var(--jobtex-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid var(--jobtex-theme-color);
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #E5E5E5;
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #E5E5E5;
}

.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible;
}

.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0;
}

.popupnewsletter-wrapper .mfp-content {
  width: 590px;
  max-width: 90%;
}

.popupnewsletter-wrapper .apus-mfp-close {
  background: #dc3545;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
  line-height: 47px;
  border-radius: 50%;
  -webkit-transform: translate(-22px, -22px);
  -ms-transform: translate(-22px, -22px);
  -o-transform: translate(-22px, -22px);
  transform: translate(-22px, -22px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:focus {
  background: #d32535;
}

.popupnewsletter-wrapper .modal-content {
  border-radius: 0;
  padding: 260px 60px 40px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content h3 {
    font-size: 30px;
  }
}

.popupnewsletter-wrapper .modal-content .description {
  font-family: var(--jobtex-main-font);
  font-size: 16px;
  margin: 0 0 20px;
}

.popupnewsletter-wrapper .modal-content form {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E5E5E5;
  width: 325px;
  background: #f5f6f7;
  clear: both;
  margin: 0 auto 20px;
  border-radius: 46px;
  position: relative;
  padding-left: 45px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content form {
    margin: 0 auto 40px;
  }
}

.popupnewsletter-wrapper .modal-content form:hover {
  border-color: #cccccc;
}

.popupnewsletter-wrapper .modal-content form .form-control {
  background: #f5f6f7;
  width: 100%;
  border: none;
  border-radius: 46px;
  height: 44px;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group {
  position: static;
  width: 100%;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group > * {
  display: block;
  float: none;
  position: static;
}

.popupnewsletter-wrapper .modal-content form [type="submit"] {
  position: absolute;
  border: none;
  padding: 0;
  z-index: 2 !important;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  display: inline-block;
  color: transparent;
  background: var(--jobtex-theme-color);
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 45px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:hover, .popupnewsletter-wrapper .modal-content form [type="submit"]:focus {
  background-color: var(--jobtex-theme-hover-color);
}

.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
  color: #dc3545;
}

.form-login-register-inner .title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .form-login-register-inner .title {
    font-size: 24px;
  }
}

.form-login-register-inner .title-wrapper {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .form-login-register-inner .title-wrapper {
    margin-bottom: 25px;
  }
}

.nav-tabs-login {
  border-bottom: 2px solid #E5E5E5;
}

.nav-tabs-login li {
  float: right;
  width: 50%;
  text-align: center;
  margin: 0 0 -2px !important;
}

.nav-tabs-login li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  margin: 0 !important;
  border-radius: 0;
  color: var(--jobtex-link-color) !important;
  background-color: transparent !important;
}

.nav-tabs-login li.active {
  background-color: var(--jobtex-theme-color) !important;
}

.nav-tabs-login li.active a {
  color: #fff !important;
}

.register-form-wrapper .role-tabs,
.login-form-wrapper .role-tabs {
  border: 0;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .register-form-wrapper .role-tabs,
  .login-form-wrapper .role-tabs {
    margin-bottom: 30px;
  }
}

.register-form-wrapper .role-tabs li,
.login-form-wrapper .role-tabs li {
  display: block;
  width: calc(50% - 10px);
}

.register-form-wrapper .role-tabs li + li,
.login-form-wrapper .role-tabs li + li {
  margin-right: 20px;
}

.register-form-wrapper .role-tabs li > a,
.login-form-wrapper .role-tabs li > a {
  font-weight: 700;
  display: inline-block;
  text-align: center;
  border: 0 !important;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: var(--jobtex-link-color);
  background: #F5F5F2;
  padding: 12px 20px;
  margin: 0;
}

.register-form-wrapper .role-tabs li > a.active,
.login-form-wrapper .role-tabs li > a.active {
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-01);
}

.register-form-wrapper .wp_job_board_pro_candidate_show,
.login-form-wrapper .wp_job_board_pro_candidate_show {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.register-form-wrapper .form-group,
.login-form-wrapper .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .register-form-wrapper .form-group,
  .login-form-wrapper .form-group {
    margin-bottom: 20px;
  }
}

.register-form-wrapper .info,
.login-form-wrapper .info {
  font-size: 14px;
}

.register-form-wrapper .info label,
.login-form-wrapper .info label {
  margin-bottom: 0;
  font-weight: 400;
}

.register-form-wrapper .back-link,
.login-form-wrapper .back-link {
  color: var(--jobtex-link-color);
}

@media (min-width: 768px) {
  .register-form-wrapper .link-right,
  .login-form-wrapper .link-right {
    text-align: left;
  }
}

.register-form-wrapper .remember,
.login-form-wrapper .remember {
  font-weight: 400;
  color: var(--jobtex-text-color);
}

.register-form-wrapper [type="checkbox"],
.login-form-wrapper [type="checkbox"] {
  margin-left: 5px;
}

.register-form-wrapper form.cmb-form .cmb2-wrap,
.login-form-wrapper form.cmb-form .cmb2-wrap {
  margin: 0;
}

.register-form-wrapper [type="submit"] {
  width: 100%;
  text-transform: capitalize;
}

.register-form-wrapper .login-info {
  margin-top: 20px;
}

.register-form-wrapper form.cmb-form .cmb-th,
.register-form-wrapper form.cmb-form .cmb-td {
  width: 100%;
  font-size: 1rem;
}

.register-form-wrapper form.cmb-form .cmb-th {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--jobtex-link-color);
}

.register-form-wrapper form.cmb-form .cmb-th label {
  margin-bottom: 0;
}

.register-info,
.login-info {
  text-align: center;
}

.register-info a,
.login-info a {
  color: var(--jobtex-theme-color);
  font-weight: 600;
  margin-right: 2px;
}

.register-info a:hover, .register-info a:focus,
.login-info a:hover,
.login-info a:focus {
  text-decoration: underline;
}

[for="register-terms-and-conditions"] {
  margin-bottom: 0 !important;
  font-weight: 400;
}

[for="register-terms-and-conditions"] a {
  color: var(--jobtex-theme-color);
}

[for="register-terms-and-conditions"] a:hover, [for="register-terms-and-conditions"] a:focus {
  text-decoration: underline;
}

.sign-in-demo-notice {
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  background: #cdf4fc;
}

.sign-in-demo-notice strong {
  font-size: 16px;
  color: #0dcaf0;
  font-weight: 500;
}

form.invite-candidate-form,
.register-form-wrapper .cmb-form,
[class*="job-apply"] .cmb-form,
.reschedule-meeting-form,
.create-meeting-form,
.job-apply-internal-form,
.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
  position: relative;
}

form.invite-candidate-form:before,
.register-form-wrapper .cmb-form:before,
[class*="job-apply"] .cmb-form:before,
.reschedule-meeting-form:before,
.create-meeting-form:before,
.job-apply-internal-form:before,
.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  visibility: hidden;
}

form.invite-candidate-form.loading:before,
.register-form-wrapper .cmb-form.loading:before,
[class*="job-apply"] .cmb-form.loading:before,
.reschedule-meeting-form.loading:before,
.create-meeting-form.loading:before,
.job-apply-internal-form.loading:before,
.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.top-info-widget {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .top-info-widget {
    margin-bottom: 30px;
  }
}

.top-info-widget .title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .top-info-widget .title {
    font-size: 20px;
  }
}

[class*="job-apply"] .cmb-form .cmb-th {
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--jobtex-link-color);
}

.candidate-logo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.candidate-logo .rating-avg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #febe42;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.employer-logo {
  overflow: hidden;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

#jobs-google-maps {
  position: relative;
  z-index: 1;
  height: 250px;
}

@media (min-width: 1200px) {
  #jobs-google-maps {
    height: 400px;
  }
}

.action {
  font-weight: 700;
}

.action.finish {
  color: #ffc107;
}

.action.active {
  color: var(--jobtex-theme-color);
}

.not-allow-wrapper {
  margin-top: 28px;
}

@media (min-width: 1200px) {
  .list-content-candidate {
    padding-left: 65px;
  }
}

.list-content-candidate > div {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .list-content-candidate > div {
    margin-bottom: 40px;
  }
}

.list-content-candidate > div:last-child {
  margin-bottom: 0;
}

.list-content-candidate > div > h3, .list-content-candidate > div > .title {
  font-size: 18px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .list-content-candidate > div > h3, .list-content-candidate > div > .title {
    font-size: 20px;
  }
}

.list-content-candidate .no-comment .reset-button-default #respond {
  margin-top: 0;
}

.filled-text {
  font-size: 14px;
  font-weight: 600;
  color: #dc3545;
}

.social-share-user a {
  margin: 0 5px;
}

.social-share-user a.facebook {
  color: #3b5999;
}

.social-share-user a.twitter {
  color: #55acee;
}

.social-share-user a.linkedin {
  color: #0077B5;
}

.social-share-user a.dribbble {
  color: #ea4c89;
}

.wrapper-shortlist {
  position: relative;
}

.wrapper-shortlist .alert {
  position: absolute;
  min-width: 400px;
  bottom: 100%;
  left: 0;
  margin-bottom: 12px;
}

.wrapper-shortlist .alert-warning:before {
  content: '';
  border-width: 8px;
  border-color: #faebcc transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 15px;
}

.btn-action-job {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  position: relative;
  color: #e6edf5;
  line-height: 1;
}

.btn-action-job:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.btn-action-job:hover, .btn-action-job:focus {
  color: #c2d3e6;
}

.btn-action-job.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-follow:not(.st_text) {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  background: transparent;
}

.btn-follow:not(.st_text)[class*="btn-unfollow"], .btn-follow:not(.st_text).added, .btn-follow:not(.st_text):hover, .btn-follow:not(.st_text):focus {
  color: #eb4d4d !important;
}

.btn-follow:not(.st_text) .text {
  display: none;
}

.btn-follow.st_text {
  line-height: 1;
  padding: 12px 20px;
  border: 1px solid var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
}

.btn-follow.st_text[class*="btn-unfollow"], .btn-follow.st_text.added, .btn-follow.st_text:hover, .btn-follow.st_text:focus {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

.btn-follow.st_text.loading {
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-theme-light {
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-007);
}

.btn-theme-light.added, .btn-theme-light:hover, .btn-theme-light:focus {
  color: #fff;
  background-color: var(--jobtex-theme-color);
}

.btn-loading {
  position: relative;
}

.btn-loading:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  border-radius: 4px;
}

.btn-loading.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"] {
  text-transform: uppercase;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:hover, .widget_apus_candidate_buttons [class*="candidate-shortlist"]:focus {
  background: var(--jobtex-theme-hover-color);
  border-color: var(--jobtex-theme-hover-color);
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:before {
  content: "\e634";
  font-family: 'themify';
  display: inline-block;
  margin-left: 8px;
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"].loading:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.widget_apus_candidate_buttons .btn-added-candidate-shortlist {
  background: #ff526c !important;
  border-color: #ff526c !important;
}

.btn-download-cv {
  background: var(--jobtex-theme-color);
  border: 2px solid var(--jobtex-theme-color);
  color: #fff !important;
}

@media (min-width: 1200px) {
  .btn-download-cv {
    min-width: 220px;
    text-align: center;
  }
}

.btn-download-cv:hover, .btn-download-cv:focus {
  background-color: var(--jobtex-theme-hover-color);
  border-color: var(--jobtex-theme-hover-color);
}

.nb-job {
  display: inline-block;
  color: var(--jobtex-link-color);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--jobtex-theme-color);
  padding: 12px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.action-button a {
  margin-right: 4px;
}

@media (min-width: 1200px) {
  .action-button a {
    margin-right: 6px;
  }
}

.action-button a:first-child {
  margin-right: 0;
}

.btn-apply {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
  position: relative;
}

.btn-apply i {
  display: none !important;
}

.btn-apply:focus, .btn-apply:hover {
  border-color: var(--jobtex-theme-hover-color);
  background: var(--jobtex-theme-hover-color);
  color: #fff;
}

.btn-apply:before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-apply.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.job-tags {
  font-size: 14px;
}

.job-tags strong {
  font-weight: 600;
  margin-left: 15px;
}

.job-tags a {
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-left: 6px;
  display: inline-block;
  padding: 3px 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #fff;
  color: var(--jobtex-text-color);
  border-radius: 4px;
}

.job-tags a:hover, .job-tags a:focus, .job-tags a.active {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
}

.job-tags .count-more-tags {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  background-color: var(--jobtex-second-color);
  border-radius: 30px;
}

span.featured {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #504CFE;
  color: #fff;
}

.featured-text {
  display: inline-block;
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-01);
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
}

.urgent {
  display: inline-block;
  color: #dc3545;
  background: rgba(220, 53, 69, 0.2);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
}

.urgent.urgent-icon {
  padding: 1px 6px;
}

.type-job {
  display: inline-block;
  color: var(--jobtex-link-color);
  background: #F1F1F1;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
}

.btn-view {
  background: #e8edf1;
  border-color: transparent;
  color: var(--jobtex-link-color);
  line-height: 24px;
  position: relative;
  padding: 6px 20px;
  border-radius: 50px;
  min-width: 140px;
  text-align: center;
  text-transform: capitalize;
}

.btn-view:focus, .btn-view:hover {
  border-color: #78909C;
  background: #78909C;
  color: #fff;
}

.btn-link-candidate {
  display: inline-block;
  position: relative;
  padding: 0 1px;
}

.btn-link-candidate i {
  display: inline-block;
  margin-left: 10px;
}

.btn-link-candidate:hover, .btn-link-candidate:focus {
  color: var(--jobtex-theme-color);
}

.btn-link-candidate:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.btn-link-candidate.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.send-message-btn {
  display: block;
  position: relative;
}

.send-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.send-message-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget_apus_candidate_buttons .btn-block + .btn-block {
  margin-top: 10px;
}

.location-banner-inner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.location-banner-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #221f1f;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.location-banner-inner:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.location-banner-inner:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: var(--jobtex-theme-color);
}

.location-banner-inner .content-inner {
  position: absolute;
  padding: 18px 30px;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.location-banner-inner .title {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.location-banner-inner .number {
  color: #ffffff;
  font-size: 16px;
}

.category-banner-inner {
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
}

@media (min-width: 1200px) {
  .category-banner-inner {
    padding: 30px;
    border-radius: 8px;
  }
}

.category-banner-inner .category-icon {
  line-height: 1;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .category-banner-inner .category-icon {
    font-size: 35px;
  }
}

.category-banner-inner .title {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 0 2px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .category-banner-inner .title {
    font-size: 20px;
  }
}

.category-banner-inner .number {
  font-size: 14px;
}

.category-banner-inner .link {
  display: inline-block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--jobtex-theme-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.category-banner-inner .link i {
  margin-right: 4px;
  font-size: 20px;
  line-height: 1;
  vertical-align: text-top;
}

.category-banner-inner .category-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 auto 15px;
}

.category-banner-inner .category-icon svg {
  max-width: 40px;
}

.category-banner-inner:hover {
  background: #123841;
}

.category-banner-inner:hover,
.category-banner-inner:hover .link,
.category-banner-inner:hover .title {
  color: #fff;
}

.category-banner-inner.v2 {
  padding: 0;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.category-banner-inner.v2 .title {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.category-banner-inner.v2:hover .category-icon {
  background: #fff;
  color: var(--jobtex-theme-color);
}

.city-banner-inner {
  overflow: hidden;
  position: relative;
  background: #F5F5F2;
  min-height: 120px;
}

.city-banner-inner .title {
  font-size: 18px;
  margin: 0 0 5px;
  color: #fff;
}

@media (min-width: 1200px) {
  .city-banner-inner .title {
    font-size: 24px;
  }
}

.city-banner-inner .number {
  color: #fff;
}

.city-banner-inner .inner {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px;
}

@media (min-width: 1200px) {
  .city-banner-inner .inner {
    padding: 25px;
  }
}

.city-banner-inner img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.city-banner-inner:before {
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.city-banner-inner:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.form-jobtex-ppp .label,
.select2-wrapper .label,
.my-jobs-ordering .label,
.jobs-ordering .label {
  padding: 0;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--jobtex-link-color);
  display: inline-block;
  vertical-align: middle;
}

.form-jobtex-ppp .select2-container--default .select2-selection--single,
.select2-wrapper .select2-container--default .select2-selection--single,
.my-jobs-ordering .select2-container--default .select2-selection--single,
.jobs-ordering .select2-container--default .select2-selection--single {
  background: #F1F1F1;
  border-color: #F1F1F1;
  font-size: 14px;
}

.subwoo-inner {
  position: relative;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .subwoo-inner {
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 25px;
  }
}

.subwoo-inner .title {
  margin: 0;
  font-size: 1rem;
  color: var(--jobtex-text-color);
}

.subwoo-inner .price {
  font-size: 25px;
  color: var(--jobtex-link-color);
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1200px) {
  .subwoo-inner .price {
    font-size: 30px;
  }
}

.subwoo-inner .short-des {
  color: var(--jobtex-link-color);
  font-size: 14px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .subwoo-inner .short-des {
    margin-top: 35px;
  }
}

.subwoo-inner .short-des ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.subwoo-inner .short-des ul li {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .subwoo-inner .short-des ul li {
    margin-bottom: 18px;
  }
}

.subwoo-inner .short-des ul li:last-child {
  margin-bottom: 0;
}

.subwoo-inner .short-des .list-check i {
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .subwoo-inner .short-des .list-check i {
    margin-left: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}

.subwoo-inner .top-info {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .subwoo-inner .top-info {
    margin-bottom: 25px;
  }
}

.subwoo-inner .recommended {
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--jobtex-theme-color);
  color: #fff;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 4px;
}

.subwoo-inner .button-action {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .subwoo-inner .button-action {
    margin-top: 35px;
  }
}

.subwoo-inner .add-cart .added_to_cart {
  width: 100%;
}

.subwoo-inner .add-cart .button {
  display: block;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: var(--jobtex-link-color);
  background: #fff;
  border-color: var(--jobtex-theme-color);
}

.subwoo-inner:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  border-color: var(--jobtex-theme-color);
}

.subwoo-inner:hover .add-cart .button {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

.subwoo-inner.is_featured {
  border-color: var(--jobtex-theme-color);
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.subwoo-inner.is_featured .add-cart .button {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

.employer-title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .employer-title {
    font-size: 20px;
  }
}

.open-job {
  display: inline-block;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: capitalize;
  border: 1px solid var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  border-radius: 4px;
}

.employer-metas {
  font-size: 14px;
}

.employer-metas > div {
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .employer-metas > div {
    margin-left: 30px;
  }
}

.employer-metas > div:last-child {
  margin: 0;
}

.employer-metas i {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  margin-left: 2px;
}

.employer-metas a {
  color: var(--jobtex-text-color);
}

.employer-metas a:hover, .employer-metas a:focus {
  color: var(--jobtex-link-color);
}

.employer-category .category-employer {
  font-weight: 600;
  color: var(--jobtex-theme-color);
  font-size: 14px;
}

.employer-category .category-employer:hover, .employer-category .category-employer:focus {
  text-decoration: underline;
}

.employer-list {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .employer-list {
    padding: 25px;
    border-radius: 8px;
  }
}

.employer-list .employer-category {
  margin-bottom: 3px;
}

.employer-list .title-wrapper {
  margin-bottom: 7px;
}

.employer-list .wrapper-logo + .info-employer {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .employer-list .inner-left {
    width: 65%;
  }
  .employer-list .ali-right {
    width: 35%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .employer-list .right-inner {
    padding-top: 10px;
    width: 100%;
  }
}

.employer-list .right-inner > * {
  margin-left: 12px;
}

.employer-list .right-inner > *:last-child {
  margin: 0;
}

.employer-list:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.employer-list:hover .open-job {
  background: var(--jobtex-theme-color);
  color: #fff;
}

@media (min-width: 768px) {
  .employer-list.v1 {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.employer-list.v1:hover {
  border-color: var(--jobtex-theme-color);
}

.employer-grid {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  position: relative;
}

@media (min-width: 1200px) {
  .employer-grid {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
  }
}

.employer-grid .btn-follow {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (min-width: 1200px) {
  .employer-grid .btn-follow {
    top: 25px;
    left: 25px;
  }
}

.employer-grid .employer-logo {
  margin: 0 auto 10px;
}

.employer-grid .employer-category {
  margin-bottom: 3px;
}

.employer-grid .wrapper-open-job {
  margin-top: 15px;
}

.employer-grid .employer-metas {
  margin-top: 10px;
}

.employer-grid:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.employer-grid:hover .btn-follow {
  color: #eb4d4d;
}

@media (min-width: 1200px) {
  .candidates-pagination-wrapper,
  .employers-pagination-wrapper {
    padding-top: 10px;
  }
}

.candidates-pagination-wrapper .pagination,
.employers-pagination-wrapper .pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.list-alphabet {
  list-style: none;
  text-align: justify;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 12px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .list-alphabet {
    margin-bottom: 40px;
  }
}

.list-alphabet li {
  display: inline-block;
  margin: 0 8px;
}

@media (min-width: 1200px) {
  .list-alphabet li {
    margin: 0 14px;
  }
}

.list-alphabet a {
  text-transform: uppercase;
  color: var(--jobtex-text-color);
}

.list-alphabet a:hover, .list-alphabet a:focus {
  color: var(--jobtex-link-color);
}

.company-items {
  margin-bottom: 30px;
}

.company-items .letter-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--jobtex-main-font);
  margin: 0 0 12px;
  color: var(--jobtex-heading-color);
}

.company-items a {
  color: var(--jobtex-text-color);
}

.company-items a:hover, .company-items a:focus {
  color: var(--jobtex-link-color);
}

.job-metas {
  color: var(--jobtex-text-color);
  font-size: 14px;
}

.job-metas > div {
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .job-metas > div {
    margin-left: 15px;
  }
}

.job-metas > div:last-child {
  margin-left: 0;
}

.job-metas .deadline-closed {
  color: #dc3545;
}

.job-metas svg,
.job-metas i {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  margin-left: 2px;
}

.job-metas svg {
  vertical-align: sub;
}

.job-metas a:not([class]) {
  color: var(--jobtex-text-color);
}

.job-metas a:not([class]):hover, .job-metas a:not([class]):focus {
  color: var(--jobtex-link-color);
}

.job-metas-bottom > div {
  display: inline-block;
  margin-left: 5px;
}

.job-metas-bottom > div:last-child {
  margin-left: 0;
}

.job-title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .job-title {
    font-size: 20px;
  }
}

.job-grid {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 20px 15px 15px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .job-grid {
    padding: 40px 30px 30px;
    margin-bottom: 30px;
  }
}

.job-grid .top-left {
  top: 10px;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.job-grid .top-left > span {
  border-radius: 30px 0 0 30px !important;
  margin-bottom: 10px;
}

.job-grid .job-type {
  position: absolute;
  top: 10px;
  left: 10px;
}

.job-grid .employer-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 12px;
}

.job-grid .employer-title a {
  color: var(--jobtex-second-color);
}

.job-grid .job-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}

.job-grid .job-location {
  font-size: 14px;
}

.job-grid .job-location i {
  display: inline-block;
  margin-left: 5px;
}

.job-grid .job-location a {
  color: var(--jobtex-text-color);
}

.job-grid .job-location a:hover, .job-grid .job-location a:focus {
  color: var(--jobtex-link-color);
}

.job-grid .employer-logo {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}

.job-grid .job-tags {
  margin-top: 17px;
}

.job-grid .job-tags a {
  background-color: #F0F5F7;
  color: var(--jobtex-text-color);
  border-radius: 50px;
}

.job-grid .job-tags a:hover, .job-grid .job-tags a:focus {
  color: #fff;
  background-color: #0d6efd;
}

.job-grid:hover {
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.job-grid-v2 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .job-grid-v2 {
    margin-bottom: 30px;
  }
}

.job-grid-v2 .employer-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.job-grid-v2 .job-title {
  line-height: 1.6;
}

.job-grid-v2 .employer-title {
  font-size: 14px;
}

.job-grid-v2 .date {
  font-size: 13px;
}

.job-grid-v2 .type-job {
  background-color: transparent;
}

.job-grid-v2 .job-information {
  margin-top: 15px;
}

.job-grid-v2 .job-information > * {
  display: inline-block;
  vertical-align: top;
}

.job-grid-v2 .info-bottom {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .job-grid-v2 .info-bottom {
    margin-top: 20px;
  }
}

.job-grid-v2 .category-job {
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

@media (min-width: 1200px) {
  .job-grid-v2 .category-job {
    margin-bottom: 20px;
  }
}

.job-grid-v2 .category-job i {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-01);
  overflow: hidden;
  border-radius: 50%;
}

.job-salary i {
  font-size: 20px;
  color: var(--jobtex-link-color);
  vertical-align: text-bottom;
  margin-left: 3px;
}

.job-salary span {
  font-weight: 600;
  font-size: 1rem;
  color: var(--jobtex-link-color);
}

.layout-job .category-job a {
  font-weight: 600;
  color: var(--jobtex-theme-color);
  font-size: 14px;
}

.layout-job .category-job a:hover, .layout-job .category-job a:focus {
  text-decoration: underline;
}

.job-list {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 15px;
}

@media (min-width: 768px) {
  .job-list {
    padding: 25px;
    margin-bottom: 30px;
  }
}

.job-list .job-list-content {
  padding-right: 15px;
}

.job-list .job-metas {
  margin-top: 8px;
}

.job-list .job-metas-bottom {
  margin-top: 15px;
}

.job-list .category-job {
  margin-bottom: 3px;
}

.job-list .info-bottom {
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .job-list .info-bottom {
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .job-list .right-action {
    padding-top: 10px;
  }
}

.job-list .right-action .btn {
  padding: 6px 20px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .job-list .right-action .btn {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .job-list .right-action.v2 {
    padding-top: 10px;
  }
}

.job-list .right-action.v2 > * {
  margin: 0 0 0 10px;
}

@media (min-width: 1200px) {
  .job-list .right-action.v2 > * {
    margin-left: 20px;
  }
}

.job-list .right-action.v2 > *:last-child {
  margin-left: 0;
}

@media (max-width: 575px) {
  .job-list .right-action.v2 .job-metas-bottom {
    width: 100%;
    margin: 0 0 8px;
  }
}

.job-list:hover {
  -webkit-box-shadow: 0 10px 25px 0 #365F681A;
  box-shadow: 0 10px 25px 0 #365F681A;
  border-color: var(--jobtex-theme-color);
  z-index: 1;
}

.job-list:hover .btn-follow {
  color: #eb4d4d;
}

.job-list.v1 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.job-list.v2 {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 -1px;
}

.job-applied .employer-logo {
  float: right;
}

.job-applied .employer-logo + .job-content {
  overflow: hidden;
  padding-right: 20px;
}

.maps-popup-style {
  margin: 0;
  border: 0;
  font-size: 1rem;
  color: var(--jobtex-text-color);
  padding: 15px;
}

.maps-popup-style a {
  color: var(--jobtex-link-color);
}

.maps-popup-style a:hover, .maps-popup-style a:focus {
  color: var(--jobtex-theme-color);
}

.maps-popup-style [class*="salary"] {
  display: none;
}

.maps-popup-style .job-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.maps-popup-style .job-metas {
  margin-top: 5px;
}

.candidate-tags .count-more-tags {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--jobtex-theme-color);
  border-radius: 30px;
}

.candidate-tags .tag-candidate {
  text-transform: capitalize;
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 6px 15px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #F1F1F1;
  color: var(--jobtex-link-color);
  border-radius: 32px;
}

.candidate-tags .tag-candidate:hover, .candidate-tags .tag-candidate:focus, .candidate-tags .tag-candidate.active {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.candidate-archive-layout {
  position: relative;
}

.candidate-archive-layout .candidate-title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .candidate-archive-layout .candidate-title {
    font-size: 20px;
  }
}

.candidate-archive-layout .urgent {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.candidate-archive-layout .rating-avg-star {
  margin-top: 3px;
}

.candidate-archive-layout .rating-avg-star .rating-avg {
  font-weight: 600;
  font-size: 13px;
  margin-right: 5px;
}

.candidate-archive-layout .candidate-job {
  font-weight: 600;
  color: var(--jobtex-theme-color);
  font-size: 14px;
  margin-bottom: 3px;
}

.candidate-grid {
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}

@media (min-width: 1200px) {
  .candidate-grid {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
  }
}

.candidate-grid .candidate-logo {
  margin: 0 auto 15px;
}

.candidate-grid .job-metas {
  margin-top: 12px;
}

.candidate-grid .candidate-tags,
.candidate-grid .candidate-link {
  margin-top: 18px;
}

.candidate-grid .featured-text {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 1200px) {
  .candidate-grid .featured-text {
    top: 25px;
    right: 25px;
  }
}

.candidate-grid .btn-follow {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (min-width: 1200px) {
  .candidate-grid .btn-follow {
    top: 25px;
    left: 25px;
  }
}

.candidate-grid .candidate-logo {
  width: 80px;
  height: 80px;
}

.candidate-grid:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.candidate-grid:hover .btn-inside {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.candidate-list {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}

@media (min-width: 1200px) {
  .candidate-list {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .candidate-list .candidate-info {
    width: 70%;
  }
  .candidate-list .ms-auto {
    width: 30%;
    text-align: left;
  }
}

.candidate-list .candidate-info-content {
  padding-right: 15px;
}

.candidate-list .title-wrapper {
  margin-bottom: 5px;
}

.candidate-list .btn-inside {
  margin-top: 10px;
  font-size: 14px;
  padding: 8px 20px;
}

@media (max-width: 767px) {
  .candidate-list .btn-inside {
    margin: 0 10px 0 0;
  }
}

.candidate-list .bottom-info {
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
  margin-top: 15px;
}

.candidate-list:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.candidate-list:hover .btn-inside {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.candidates-listing-wrapper .results-count {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.trending-keywords {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .trending-keywords {
    margin-top: 25px;
  }
}

.trending-keywords .title {
  color: var(--jobtex-link-color);
  margin-left: 10px;
}

.trending-keywords li {
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .trending-keywords li {
    margin-left: 20px;
  }
}

.trending-keywords li:last-child {
  margin-left: 0;
}

.trending-keywords a:hover, .trending-keywords a:focus {
  text-decoration: underline;
}

.header-tabs-wrapper .header-tabs-nav {
  background: #f3f3f3;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .header-tabs-wrapper .header-tabs-nav {
    padding: 20px 0 0;
  }
}

.header-tabs-wrapper .header-tabs-nav:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -1000px;
  width: 10000px;
  height: 100%;
  top: 0;
  background: #f3f3f3;
}

.header-tabs-wrapper.affix {
  position: fixed;
  z-index: 5;
}

.header-tabs-nav .nav li {
  float: right;
}

.header-tabs-nav .nav li > a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 5px 15px;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 1200px) {
  .header-tabs-nav .nav li > a {
    padding: 16px 25px;
  }
}

.header-tabs-nav .nav li > a:hover, .header-tabs-nav .nav li > a:focus {
  color: var(--jobtex-link-color);
  background: transparent;
}

.header-tabs-nav .nav li.active > a {
  color: var(--jobtex-link-color);
  background: #fff;
}

.content-single-candidate {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .content-single-candidate {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.sidebar-job .widget {
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .sidebar-job .widget {
    padding: 25px;
    border-radius: 8px;
  }
}

.sidebar-job .widget.widget_apus_employer_maps,
.sidebar-job .widget.widget_apus_job_maps {
  padding: 0;
  background: transparent;
}

.sidebar-job .widget_apus_job_buttons {
  padding: 0 !important;
  background: transparent !important;
}

.sidebar-job .job-detail-buttons .deadline-time {
  width: 100%;
  clear: both;
  text-align: center;
}

.sidebar-job .job-detail-buttons .btn-apply {
  width: calc(100% - 70px);
  float: right;
}

.job-metas-detail {
  font-size: 14px;
}

.job-metas-detail > div {
  display: inline-block;
  margin-left: 15px;
}

.job-metas-detail > div:last-child {
  margin-left: 0;
}

.job-metas-detail i {
  font-size: 1rem;
  line-height: 1;
  margin-left: 3px;
}

.job-metas-detail a {
  color: var(--jobtex-text-color);
}

.job-metas-detail a:hover, .job-metas-detail a:focus {
  color: var(--jobtex-link-color);
}

.job-metas-detail-bottom > * {
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
}

.job-metas-detail-bottom > *:last-child {
  margin-left: 0;
}

.job-detail-also-viewed .item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #E5E5E5;
}

.job-detail-also-viewed .item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.job-detail-also-viewed .job-title {
  font-size: 15px;
  margin: 0 0 2px;
  font-weight: 400;
}

.job-detail-also-viewed .job-location {
  margin-top: 5px;
}

.job-detail-employer-info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.job-detail-employer-info > div.last {
  border: 0;
}

.job-detail-employer-info > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.job-detail-employer-info .title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--jobtex-text-color);
}

.job-detail-employer-info .value {
  margin-right: auto;
  color: var(--jobtex-link-color);
}

.job-detail-employer-info .job-employer-header .employer-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  flex-shrink: 0;
}

.job-detail-employer-info .job-employer-header .employer-thumbnail + .employer-links {
  padding-right: 15px;
  flex-grow: 1;
}

.job-detail-employer-info .job-employer-header .employer-title {
  font-size: 16px;
  margin: 0 0 5px;
}

.social-employer a {
  display: inline-block;
  margin-left: 10px;
  color: var(--jobtex-link-color);
  background: #E5E5E5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.social-employer a:last-child {
  margin: 0;
}

.social-employer a:hover, .social-employer a:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.job-detail-header-inner {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .job-detail-header-inner {
    padding: 40px 40px 30px;
  }
}

.job-detail-header-inner .candidate-logo,
.job-detail-header-inner .employer-logo {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .job-detail-header-inner .candidate-logo,
  .job-detail-header-inner .employer-logo {
    width: 100px;
    height: 100px;
  }
}

.job-detail-header-inner .candidate-logo + .info-detail-job,
.job-detail-header-inner .employer-logo + .info-detail-job {
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .job-detail-header-inner .candidate-logo + .info-detail-job,
  .job-detail-header-inner .employer-logo + .info-detail-job {
    padding-right: 30px;
  }
}

.job-detail-header-inner .candidate-logo {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}

.job-detail-header-inner .job-detail-title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .job-detail-header-inner .job-detail-title {
    font-size: 20px;
  }
}

.job-detail-header-inner .job-metas-detail {
  margin-top: 7px;
}

.job-detail-header-inner .job-metas-detail-bottom {
  margin-top: 12px;
}

.job-detail-header-inner .employer-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 5px;
}

.job-detail-header-inner .employer-title a {
  color: var(--jobtex-theme-color);
}

.job-detail-header-inner .employer-title a:hover, .job-detail-header-inner .employer-title a:focus {
  text-decoration: underline;
}

.job-detail-header-inner.v-candidate {
  padding: 0 0 20px;
}

@media (min-width: 1200px) {
  .job-detail-header-inner.v-candidate {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .job-detail-header-inner.v-candidate .member-detail-buttons .btn, .job-detail-header-inner.v-candidate .member-detail-buttons .btn-follow {
    min-width: 185px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .job-detail-header-inner.v-candidate .member-detail-buttons > * + * {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .job-detail-header-inner.v-candidate .member-detail-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .job-detail-header-inner.v-candidate .member-detail-buttons > * {
    margin: 0 5px;
  }
}

.candidate-single-v1 {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .candidate-single-v1 {
    padding-top: 60px;
  }
}

.job-detail-buttons {
  position: relative;
  text-align: left;
}

.job-detail-buttons .alert {
  position: absolute;
  bottom: 100%;
  min-width: 100%;
  left: 0;
  z-index: 2;
  margin-bottom: 10px;
}

.job-detail-buttons .deadline-time {
  display: none;
}

.job-detail-buttons .job-deadline {
  font-size: 14px;
  margin-top: 12px;
  color: var(--jobtex-link-color);
}

.job-detail-buttons .job-deadline strong {
  font-weight: 500;
  color: #dc3545;
}

.job-detail-buttons .job-deadline .deadline-closed {
  color: #dc3545;
}

.job-detail-buttons .job-deadline .deadline-time {
  display: inline-block;
}

.job-detail-buttons .btn-apply {
  vertical-align: middle;
  margin-right: 12px;
}

.job-detail-buttons .btn-apply:after {
  float: right;
  content: "\e99d";
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 17px;
  margin-left: 6px;
}

.job-detail-buttons .job-salary {
  margin-top: 10px;
}

.job-detail-buttons .job-salary i {
  color: var(--jobtex-theme-color);
}

.job-detail-buttons .btn-follow {
  vertical-align: middle;
  margin-right: 10px;
}

.share-listing {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.share-listing .icon-share {
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: var(--jobtex-link-color);
  display: inline-block;
  line-height: 36px;
  font-size: 1rem;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.share-listing .icon-share:hover, .share-listing .icon-share:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.share-listing .bo-social-icons {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
  padding: 5px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  position: absolute;
  z-index: 6;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  background: #fff;
  margin-bottom: 0px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
}

@media (min-width: 1200px) {
  .share-listing .bo-social-icons {
    border-radius: 8px;
  }
}

.share-listing .bo-social-icons:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: #E5E5E5 transparent transparent;
}

.share-listing .bo-social-icons a {
  margin: 0 2px;
  padding: 5px;
}

.share-listing:hover .bo-social-icons {
  margin-bottom: 10px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.share-listing:hover .icon-share {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.top-img-detail {
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  background-position: center;
  height: 200px;
}

@media (min-width: 768px) {
  .top-img-detail {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .top-img-detail {
    height: 420px;
  }
}

.job-detail-header.v1 .top-detail-job {
  z-index: 1;
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .job-detail-header.v1 .top-detail-job {
    margin-top: -70px;
  }
}

.content-job-detail {
  padding-top: 20px;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .content-job-detail {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.job-single-v2 .job-detail-header-inner {
  padding: 0 0 20px;
}

@media (min-width: 1200px) {
  .job-single-v2 .job-detail-header-inner {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-content-job {
    padding-left: 65px;
  }
}

.list-content-job > div {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .list-content-job > div {
    margin-bottom: 40px;
  }
}

.list-content-job > div:last-child {
  margin-bottom: 0;
}

.list-content-job > div > h3, .list-content-job > div > .title {
  font-size: 18px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .list-content-job > div > h3, .list-content-job > div > .title {
    font-size: 20px;
  }
}

.list-content-job .job-detail-detail {
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .list-content-job .job-detail-detail {
    padding: 25px 30px;
  }
}

.list-content-job .job-detail-detail .list {
  overflow: hidden;
  clear: both;
}

.list-content-job .job-detail-detail .list li {
  float: right;
}

@media (max-width: 767px) {
  .list-content-job .job-detail-detail .list li {
    width: 50%;
  }
  .list-content-job .job-detail-detail .list li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .list-content-job .job-detail-detail .list li {
    width: 33.33%;
  }
  .list-content-job .job-detail-detail .list li:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .list-content-job .job-detail-detail .list li {
    width: 25%;
  }
  .list-content-job .job-detail-detail .list li:nth-child(4n + 1) {
    clear: both;
  }
}

.job-detail-detail .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-detail-detail .list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.job-detail-detail .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.job-detail-detail .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.job-detail-detail .text {
  padding-left: 10px;
}

.job-detail-detail .value {
  margin-right: auto;
  font-weight: 500;
  color: var(--jobtex-link-color);
}

.job-detail-detail .social-title {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: var(--jobtex-heading-color);
}

.job-detail-detail .apus-social-share a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  margin-left: 15px;
  color: var(--jobtex-text-color);
}

.job-detail-detail .apus-social-share a:hover, .job-detail-detail .apus-social-share a:focus {
  color: #BC91E8;
}

.job-detail-detail .apus-social-share a:last-child {
  margin-left: 0;
}

.job-detail-detail .download,
.job-detail-detail .candidate-cv {
  margin-top: 30px;
}

.job-detail-detail .btn-download-cv {
  width: 100%;
}

@media (min-width: 1200px) {
  .job-detail-detail .btn-download-cv {
    border-radius: 8px;
  }
}

.candidate-detail-tags a {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #fff;
  color: var(--jobtex-text-color);
  border-radius: 4px;
}

.candidate-detail-tags a:hover, .candidate-detail-tags a:focus, .candidate-detail-tags a.active {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
}

.statistic-item {
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 13px 20px;
}

.statistic-item:last-child {
  margin-bottom: 0;
}

.statistic-item .icon {
  line-height: 1;
  font-size: 25px;
}

@media (min-width: 1200px) {
  .statistic-item .icon {
    font-size: 30px;
  }
}

.statistic-item .text {
  padding-right: 10px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .statistic-item .text {
    padding-right: 15px;
  }
}

.statistic-item .number {
  font-size: 16px;
  color: var(--jobtex-link-color);
  padding-left: 5px;
}

.social-job-detail .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 10px;
  color: var(--jobtex-link-color);
}

.social-job-detail a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  background: #F1F1F1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  margin-left: 10px;
}

.social-job-detail a:last-child {
  margin-left: 0;
}

.social-job-detail a:hover, .social-job-detail a:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.detail-wrapper {
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #eaeff5;
}

@media (min-width: 1200px) {
  .detail-wrapper {
    margin-bottom: 40px;
  }
}

.detail-wrapper .detail-wrapper-header {
  padding: 14px 20px;
  border-bottom: 1px solid #eaeff5;
}

.detail-wrapper .detail-wrapper-header h1, .detail-wrapper .detail-wrapper-header h2, .detail-wrapper .detail-wrapper-header h3, .detail-wrapper .detail-wrapper-header h4 {
  margin: 0;
}

.detail-wrapper .detail-wrapper-body {
  padding: 20px;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  width: 100%;
  margin: 0 0 12px;
  position: relative;
  line-height: 22px;
  font-size: 1rem;
  padding-right: 20px;
}

.detail-list li:before {
  position: absolute;
  right: 0;
  display: block;
  top: 13px;
  width: 10px;
  height: 1px;
  content: "";
  background: #677782;
}

@-webkit-keyframes scale_icon {
  from {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* Standard syntax */
@keyframes scale_icon {
  from {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.job_maps_sidebar #jobs-google-maps {
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .job_maps_sidebar #jobs-google-maps {
    height: 300px;
    border-radius: 8px;
  }
}

.job_maps_sidebar .map-popup .icon-wrapper:before {
  -webkit-animation: scale_icon 1s linear 0s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: scale_icon 1s linear 0s infinite alternate;
}

body.single-employer .apus-breadscrumb,
body.single-candidate .apus-breadscrumb {
  display: none;
}

.popup-image-gallery {
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-image-gallery:before {
  font-family: 'themify';
  content: "\e61a";
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--jobtex-theme-color);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(50%, -50%) scale(0.5);
  -moz-transform: translate(50%, -50%) scale(0.5);
  -ms-transform: translate(50%, -50%) scale(0.5);
  -o-transform: translate(50%, -50%) scale(0.5);
  transform: translate(50%, -50%) scale(0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .popup-image-gallery:before {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.popup-image-gallery:hover:before {
  -webkit-transform: translate(50%, -50%) scale(1);
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  -o-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.popup-image-gallery.view-more-image:before {
  display: none;
}

.candidate-detail-skill .progress-box {
  margin-bottom: 20px;
}

.candidate-detail-skill .progress-box:last-child {
  margin-bottom: 0;
}

.candidate-detail-skill .progress-box .box-title {
  margin: 0;
}

.contact-form-employer .form-control,
.contact-form-candidate .form-control {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .contact-form-employer .form-control,
  .contact-form-candidate .form-control {
    border-radius: 8px;
  }
}

.contact-form-employer textarea,
.contact-form-candidate textarea {
  height: 100px;
  resize: none;
}

.contact-form-employer .form-group,
.contact-form-candidate .form-group {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .contact-form-employer .space-30,
  .contact-form-candidate .space-30 {
    margin-bottom: 30px;
  }
}

.candidate-detail-cv {
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: var(--jobtex-link-color);
  text-transform: uppercase;
  padding: 11px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .candidate-detail-cv {
    border-radius: 8px;
  }
}

.candidate-detail-cv > * {
  display: block;
}

.candidate-detail-cv:last-child {
  margin-bottom: 0;
}

.candidate-detail-cv .icon_type {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--jobtex-theme-color);
  font-size: 32px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .candidate-detail-cv .icon_type {
    font-size: 40px;
  }
}

.candidate-detail-cv .filename {
  font-size: 12px;
  font-weight: 600;
}

.candidate-detail-cv .extension {
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}

.candidate-detail-cv:focus, .candidate-detail-cv:hover {
  background-color: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

.candidate-detail-cv:focus .icon_type, .candidate-detail-cv:hover .icon_type {
  color: #fff;
}

.list-file-cv {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .list-file-cv {
    margin-bottom: 30px;
  }
}

.list-file-cv [type="radio"] {
  display: none;
}

.list-file-cv [type="radio"]:checked + .candidate-detail-cv {
  background-color: var(--jobtex-theme-color);
  color: #fff;
}

.list-file-cv [type="radio"]:checked + .candidate-detail-cv .icon_type {
  color: #fff;
}

@media (min-width: 1200px) {
  .wrapper-file-action.has-multiply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .wrapper-file-action.has-multiply .list-file-cv {
    width: calc(50% - 15px);
  }
  .wrapper-file-action.has-multiply .list-file-cv:nth-child(2n) {
    margin-right: 30px;
  }
}

.job-apply-email-form textarea.form-control,
.job-apply-internal-form textarea.form-control {
  height: 150px;
  resize: none;
}

.job-apply-email-form label,
.job-apply-internal-form label {
  font-weight: 400;
}

.job-apply-email-form .upload-file-btn-wrapper [type="file"],
.job-apply-internal-form .upload-file-btn-wrapper [type="file"] {
  display: none;
}

.job-apply-email-form .file-or-upload,
.job-apply-internal-form .file-or-upload {
  width: 100%;
  color: var(--jobtex-heading-color);
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .job-apply-email-form .file-or-upload,
  .job-apply-internal-form .file-or-upload {
    margin-bottom: 30px;
  }
}

.job-apply-email-form .label-can-drag,
.job-apply-internal-form .label-can-drag {
  border: 2px dashed rgba(25, 103, 210, 0.15);
  text-align: center;
  padding: 30px;
  cursor: pointer;
}

.job-apply-email-form .label-can-drag .form-group,
.job-apply-internal-form .label-can-drag .form-group {
  margin: 0;
}

.job-metas-cadidate {
  margin-top: 5px;
}

.job-metas-cadidate i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 5px;
}

.job-metas-cadidate > div {
  display: inline-block;
  margin-left: 25px;
}

.job-metas-cadidate > div:last-child {
  margin-left: 0;
}

.member-detail-header .member-title {
  font-size: 20px;
  margin: 0;
}

.member-detail-header .member-detail-buttons {
  text-align: left;
}

@media (max-width: 767px) {
  .member-detail-header .member-detail-buttons {
    text-align: center;
    margin-top: 15px;
  }
}

.member-detail-header .member-detail-buttons .send-private-wrapper {
  text-align: inherit;
  margin-bottom: 12px;
}

.member-detail-header .candidate-job {
  font-weight: 600;
  color: var(--jobtex-theme-color);
  font-size: 14px;
  margin-bottom: 3px;
}

.member-detail-header.v2 .job-detail-header-inner {
  padding: 0 0 20px;
}

@media (min-width: 1200px) {
  .member-detail-header.v2 .job-detail-header-inner {
    padding-bottom: 30px;
  }
}

.member-detail-header.v2_candidate {
  background: #123841 url("../images/candidate2.jpg") no-repeat center center;
  color: #fff;
}

.member-detail-header.v2_candidate .job-detail-header-inner {
  border: 0;
  background: transparent;
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .member-detail-header.v2_candidate .job-detail-header-inner {
    padding: 40px 0;
  }
}

.member-detail-header.v2_candidate .member-detail-buttons {
  text-align: inherit;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .member-detail-header.v2_candidate .member-detail-buttons {
    margin-top: 25px;
  }
}

.member-detail-header.v2_candidate .member-detail-buttons > * + * {
  margin-right: 15px;
}

.member-detail-header.v2_candidate .candidate-job,
.member-detail-header.v2_candidate .member-title,
.member-detail-header.v2_candidate .candidate-metas {
  color: #fff;
}

.member-detail-header.v2_candidate .btn-follow,
.member-detail-header.v2_candidate .btn {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.member-detail-header.v2_candidate .btn-follow[class*="btn-unfollow"], .member-detail-header.v2_candidate .btn-follow.added, .member-detail-header.v2_candidate .btn-follow:hover, .member-detail-header.v2_candidate .btn-follow:focus,
.member-detail-header.v2_candidate .btn[class*="btn-unfollow"],
.member-detail-header.v2_candidate .btn.added,
.member-detail-header.v2_candidate .btn:hover,
.member-detail-header.v2_candidate .btn:focus {
  color: var(--jobtex-theme-color);
  background: #fff;
  border-color: #fff;
}

.member-detail-header.v2_candidate .candidate-tags .tag-candidate {
  color: #fff;
  background: rgba(241, 241, 241, 0.2);
}

.member-detail-header.v2_candidate .candidate-tags .tag-candidate:hover, .member-detail-header.v2_candidate .candidate-tags .tag-candidate:focus {
  color: var(--jobtex-theme-color);
  background: #fff;
}

@media (min-width: 992px) {
  .candidate-single-v2 .sidebar-job {
    margin-top: -130px;
  }
}

@media (min-width: 1200px) {
  .candidate-single-v2 .sidebar-job {
    margin-top: -190px;
  }
}

@media (min-width: 992px) {
  .employer-single-v2 .sidebar-job {
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .employer-single-v2 .sidebar-job {
    margin-top: -100px;
  }
}

.member-detail-buttons .send-private-wrapper {
  margin: 0;
}

.member-detail-buttons .send-private-wrapper .send-private-message-btn {
  padding: 0.68rem 1.9rem;
  border: 1px solid var(--jobtex-theme-color);
  background-color: var(--jobtex-theme-color);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.member-detail-buttons .send-private-wrapper .send-private-message-btn:hover, .member-detail-buttons .send-private-wrapper .send-private-message-btn:focus {
  border-color: var(--jobtex-theme-hover-color);
  background-color: var(--jobtex-theme-hover-color);
  color: #fff;
}

@media (min-width: 768px) {
  .member-detail-buttons .btn-link-review {
    min-width: 190px;
    text-align: center;
  }
}

.member-detail-buttons .btn-follow {
  width: auto;
  height: auto;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--jobtex-theme-color);
  border-radius: 4px;
  background: #fff;
  color: var(--jobtex-link-color);
  font-weight: 700;
  font-size: 1rem;
}

.member-detail-buttons .btn-follow:hover, .member-detail-buttons .btn-follow:focus {
  background: var(--jobtex-theme-color);
  color: #fff;
  border-color: var(--jobtex-theme-color);
}

.member-detail-buttons .btn-follow.loading {
  border-color: rgba(255, 255, 255, 0.9);
}

.member-detail-buttons .btn-follow i {
  display: none;
}

.member-detail-buttons .btn-follow .text {
  display: inline;
}

.candidate-metas {
  color: var(--jobtex-text-color);
  font-size: 14px;
}

.candidate-metas > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .candidate-metas > * {
    margin-left: 30px;
  }
}

.candidate-metas > *:last-child {
  margin-left: 0;
}

.candidate-metas i {
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 17px;
  margin-left: 3px;
}

.candidate-metas a {
  color: var(--jobtex-text-color);
}

.candidate-metas a:hover, .candidate-metas a:focus {
  color: var(--jobtex-link-color);
}

.candidate-metas .candidate-salary {
  color: var(--jobtex-link-color);
  white-space: nowrap;
}

.list-detail-candidate {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-detail-candidate i {
  display: inline-block;
  margin-left: 10px;
}

.list-detail-candidate li {
  float: right;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .list-detail-candidate li {
    width: 50%;
  }
  .list-detail-candidate li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .list-detail-candidate li {
    width: 33.33333333%;
  }
  .list-detail-candidate li:nth-child(3n + 1) {
    clear: both;
  }
}

.list-detail-candidate .type-job,
.list-detail-candidate .job-location {
  color: var(--jobtex-text-color);
  font-size: 1rem;
}

.list-detail-candidate .type-job:hover, .list-detail-candidate .type-job:focus,
.list-detail-candidate .job-location:hover,
.list-detail-candidate .job-location:focus {
  color: var(--jobtex-link-color);
}

.my_resume_eduarea .content {
  position: relative;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .my_resume_eduarea .content {
    padding-right: 40px;
    padding-bottom: 10px;
  }
}

.my_resume_eduarea .content:last-child {
  padding-bottom: 0;
}

.my_resume_eduarea .content:after {
  border-right: 1px solid #E5E5E5;
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  right: 0;
  position: absolute;
  top: 10px;
}

.my_resume_eduarea .circle {
  border-radius: 50%;
  background: rgba(217, 48, 37, 0.15);
  color: #D93025;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 0;
  position: absolute;
  top: 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}

.my_resume_eduarea .edu_center {
  font-weight: 700;
  color: var(--jobtex-link-color);
  margin-top: 2px;
}

.my_resume_eduarea .edu_stats {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: var(--jobtex-heading-color);
}

.my_resume_eduarea .mb0 {
  margin-top: 10px;
}

.my_resume_eduarea .year {
  font-weight: 500;
  font-size: 12px;
  color: var(--jobtex-link-color);
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .my_resume_eduarea .year {
    margin-right: 12px;
  }
}

.my_resume_eduarea .top-info > * {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .progress-levels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .progress-levels .progress-box {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.candidate_resume_skill .progress-box {
  margin-bottom: 25px;
  position: relative;
}

.candidate_resume_skill .progress-box:last-child {
  margin-bottom: 0;
}

.candidate_resume_skill .progress-box .box-title {
  font-size: 15px;
  color: var(--jobtex-text-color);
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.candidate_resume_skill .progress-box .inner {
  background-color: #E5E5E5;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  position: relative;
}

.candidate_resume_skill .progress-box .bar-fill {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--jobtex-theme-color);
  width: 50%;
  height: 6px;
  border-radius: 6px;
}

.candidate_resume_skill .progress-box .bar-fill:before {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--jobtex-theme-color);
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}

.candidate_resume_skill .percent {
  display: none;
}

.comment-form-rating {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clear: both;
  cursor: pointer;
}

.comment-form-rating .review-stars {
  color: #e1e1e1;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  letter-spacing: 6px;
}

.comment-form-rating .review-stars li {
  float: right;
}

.comment-form-rating .review-stars li.active {
  color: #E5E5E5;
}

.comment-form-rating .review-stars.filled {
  color: #FFB321;
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper-rating-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.wrapper-rating-form label[for="rating"] {
  margin: 0 0 0 20px !important;
  order: 1;
}

.wrapper-rating-form .comment-form-rating {
  order: 2;
}

.job-category i {
  margin-left: 5px;
}

.member-item {
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .member-item {
    margin-bottom: 30px;
  }
}

.member-item .profile-image {
  position: relative;
}

.member-item .profile-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.member-item .profile-image .social {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  z-index: 2;
}

.member-item .profile-image .social a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 6px;
  display: inline-block;
  color: #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.member-item .profile-image .social a:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}

.member-item .profile-image .social a:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

.member-item .profile-image .social a:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}

.member-item .profile-image .social a:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}

.member-item .profile-image .social a:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}

.member-item .profile-image .social a:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}

.member-item .profile-image .social a:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}

.member-item .profile-image .social a:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}

.member-item .profile-image .social a:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}

.member-item .profile-image .social a:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.member-item .title {
  font-size: 17px;
  margin: 0;
}

.member-item .designation {
  font-weight: 500;
  font-size: 14px;
}

.member-item .content {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-radius: 0 0 4px 4px;
}

.member-item .experience {
  font-size: 13px;
}

.member-item:hover .profile-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.member-item:hover .social a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.comment-list .comment-box .star-rating {
  margin-top: 3px;
}

.review-stars-rated {
  position: relative;
  overflow: hidden;
  width: 92px;
  line-height: 1;
  text-align: right;
}

.review-stars-rated .review-stars {
  font-size: 13px;
  letter-spacing: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #E5E5E5;
  white-space: nowrap;
  overflow: hidden;
}

.review-stars-rated .review-stars li {
  display: inline-block;
}

.review-stars-rated .review-stars.filled {
  color: #FFB321;
  position: absolute;
  top: 0;
  right: 0;
}

.star-rating > * {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .star-rating .review-avg {
    margin-left: 10px;
  }
}

.review-avg {
  text-align: center;
  line-height: 30px;
  min-width: 30px;
  font-size: 13px;
  font-weight: 500;
  color: var(--jobtex-link-color);
  background-color: #FFC78B;
  border-radius: 50%;
}

.filter-listing-form .advance-search-wrapper .heading-label {
  margin-bottom: 22px;
  font-size: 14px;
}

.filter-listing-form .advance-search-btn {
  white-space: nowrap;
  color: var(--jobtex-link-color);
}

.filter-listing-form .advance-search-btn i {
  display: inline-block;
  font-size: 22px;
  vertical-align: text-bottom;
}

@media (min-width: 1200px) {
  .filter-listing-form .advance-search-btn i {
    margin-left: 5px;
  }
}

.filter-listing-form .advance-search-btn:hover, .filter-listing-form .advance-search-btn:focus {
  color: var(--jobtex-theme-color);
}

.filter-listing-form .advance-link {
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .filter-listing-form .advance-link {
    margin-left: 30px;
  }
}

.filter-listing-form.horizontal {
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
  box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
}

@media (min-width: 1200px) {
  .filter-listing-form.horizontal {
    border-radius: 8px;
  }
}

.filter-listing-form.horizontal .form-control,
.filter-listing-form.horizontal .select2-container .select2-selection--single {
  border-color: transparent;
}

.filter-listing-form.horizontal .form-group {
  margin-bottom: 0;
}

.filter-listing-form.horizontal .advance-search-wrapper {
  display: none;
  padding: 15px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
  box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
}

@media (min-width: 1200px) {
  .filter-listing-form.horizontal .advance-search-wrapper {
    padding: 30px;
  }
}

.filter-listing-form.horizontal .content-main-inner > .row > div {
  border-color: #E5E5E5;
  border-width: 0 0 1px;
  border-style: solid;
}

@media (min-width: 768px) {
  .filter-listing-form.horizontal .content-main-inner > .row > div {
    border-width: 0 0 0 1px;
  }
}

.filter-listing-form.horizontal .content-main-inner > .row > div:last-child {
  border: 0;
}

@media (max-width: 767px) {
  .filter-listing-form.horizontal .wrapper-submit {
    padding: 15px 15px 0 !important;
  }
  .filter-listing-form.horizontal .content-main-inner > .row > div {
    padding-right: 0;
    padding-left: 0;
  }
  .filter-listing-form.horizontal .btn-submit {
    width: 100%;
  }
  .filter-listing-form.horizontal .mb-mobile-20 {
    margin-bottom: 20px;
  }
  .filter-listing-form.horizontal .mb-mobile-20:last-child {
    margin-bottom: 0;
  }
}

.filter-listing-form.horizontal.st1 .item-last {
  border-left: 0 !important;
}

.filter-listing-form.horizontal.st_dark {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-listing-form.horizontal.st_dark .row {
  margin-right: -4px;
  margin-left: -4px;
}

.filter-listing-form.horizontal.st_dark .row > div {
  border: 0;
  padding-right: 4px;
  padding-left: 4px;
}

@media (max-width: 1200px) {
  .filter-listing-form.horizontal.st_dark .row > div {
    margin-bottom: 8px;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .filter-listing-form.horizontal.st_dark .row > div {
    margin-bottom: 10px;
    width: 100%;
  }
  .filter-listing-form.horizontal.st_dark .row > div:last-child {
    margin-bottom: 0;
  }
}

.filter-listing-form.horizontal.st_dark .form-control {
  background: #F1F1F1;
  color: var(--jobtex-link-color);
  font-size: 14px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
}

.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container.select2-container--open .select2-selection--single,
.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container.select2-container--focus .select2-selection--single {
  border-color: var(--jobtex-theme-color);
}

.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container .select2-selection--single {
  background: #F1F1F1;
  font-size: 14px;
  height: 40px;
  border-radius: 4px !important;
}

.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--jobtex-link-color);
}

.filter-listing-form.horizontal.st_dark .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
}

.filter-listing-form.vertical {
  overflow-x: hidden;
}

.filter-listing-form.vertical .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .filter-listing-form.vertical .form-group {
    margin-bottom: 30px;
  }
}

.filter-listing-form.vertical .advance-search-wrapper {
  display: none;
}

.filter-listing-form .heading-label {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--jobtex-link-color);
}

@media (min-width: 1200px) {
  .filter-listing-form .heading-label {
    font-size: 1rem;
  }
}

.filter-listing-form .form-group-inner {
  position: relative;
}

.filter-listing-form .form-group-inner.has-icon .form-control,
.filter-listing-form .form-group-inner.has-icon .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 48px;
}

.filter-listing-form .form-group-inner > i {
  color: var(--jobtex-link-color);
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-listing-form .form-control {
  background: #fff;
}

@media (min-width: 1200px) {
  .filter-listing-form .form-control {
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .filter-listing-form .select2-container--default.select2-container .select2-selection--single {
    border-radius: 8px !important;
  }
}

.filter-listing-form .terms-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-listing-form .terms-list .more-fields {
  display: none;
}

.filter-listing-form .terms-list .more-fields.active {
  display: block;
}

.filter-listing-form .tax-viewmore-field .terms-list {
  max-height: 238px;
  overflow: hidden;
}

.filter-listing-form .tax-viewmore-field.show-more .terms-list {
  max-height: none;
}

.filter-listing-form .toggle-filter-viewmore,
.filter-listing-form .toggle-filter-list {
  margin-top: 10px;
  display: block;
  color: var(--jobtex-theme-color);
  font-size: 13px;
}

.filter-listing-form .toggle-filter-viewmore .icon-more,
.filter-listing-form .toggle-filter-list .icon-more {
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 10px;
  color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color-015);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.filter-listing-form .toggle-filter-viewmore:hover .icon-more,
.filter-listing-form .toggle-filter-list:hover .icon-more {
  background: var(--jobtex-theme-color);
  color: #fff;
}

.filter-listing-form .circle-check .list-item {
  margin-bottom: 12px;
}

.filter-listing-form .circle-check .list-item:last-child {
  margin-bottom: 0;
}

.filter-listing-form .circle-check .list-item [type="radio"],
.filter-listing-form .circle-check .list-item [type="checkbox"] {
  display: none;
}

.filter-listing-form .circle-check .list-item label {
  font-size: 14px;
  font-weight: 400;
  color: var(--jobtex-link-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-listing-form .circle-check .list-item [type="checkbox"] + label,
.filter-listing-form .circle-check .list-item [type="radio"] + label {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
}

.filter-listing-form .circle-check .list-item [type="checkbox"] + label:before,
.filter-listing-form .circle-check .list-item [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.filter-listing-form .circle-check .list-item [type="checkbox"] + label:after,
.filter-listing-form .circle-check .list-item [type="radio"] + label:after {
  content: '';
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked + label:before,
.filter-listing-form .circle-check .list-item [type="radio"]:checked + label:before {
  border-color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked + label:after,
.filter-listing-form .circle-check .list-item [type="radio"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.group-wrapper-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .group-wrapper-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.group-wrapper-filter .field-region {
  width: 100%;
}

@media (min-width: 768px) {
  .group-wrapper-filter .field-region {
    margin: 0 5px;
  }
}

.filter-job-top .select2-container .select2-selection--single {
  height: calc(1.65em + (1.36rem + 2px));
  background: #fbfdff;
  color: #6b7c8a;
  border-color: #E5E5E5;
  border-radius: 4px;
  margin: 0;
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 12px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(1.65em + (1.36rem + 2px));
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  width: 30px;
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__clear:hover, .filter-job-top .select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #dc3545;
}

.filter-job-top .select2-container--open .select2-selection--single {
  border-color: var(--jobtex-theme-color);
}

.widget-filter-job-top {
  background-color: #e7e9ef;
  padding: 15px 0;
}

@media (min-width: 1200px) {
  .widget-filter-job-top {
    padding: 30px 0;
  }
}

.widget-filter-job-top .advance-fields {
  display: none;
  width: 100% !important;
}

.widget-filter-job-top .toggle-adv {
  font-weight: 700;
}

.widget-filter-job-top .toggle-adv:hover, .widget-filter-job-top .toggle-adv:focus {
  color: var(--jobtex-theme-color);
}

@media (min-width: 992px) {
  .widget-filter-job-top .form-group-featured,
  .widget-filter-job-top .form-group-urgent {
    margin-top: 12px;
  }
}

.action-location {
  position: relative;
}

.action-location .clear-location {
  background: #fff none repeat scroll 100% 0;
  cursor: pointer;
  height: 20px;
  position: absolute;
  left: 35px;
  z-index: 2;
  top: 15px;
  width: 20px;
  color: #dc3545;
  font-size: 12px;
  text-align: center;
}

.action-location .find-me {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  left: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
  color: var(--jobtex-theme-color);
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.action-location .find-me:hover, .action-location .find-me:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.action-location .find-me:before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.action-location .find-me.loading {
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}

.action-location .find-me.loading:before {
  content: "\f110";
}

.search_distance_wrapper .search-distance-label {
  color: var(--jobtex-link-color);
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .search_distance_wrapper .search-distance-label {
    font-size: 1rem;
  }
}

.search_distance_wrapper .search-distance-label .text-distance {
  color: var(--jobtex-theme-color);
  text-transform: capitalize;
}

.ui-slider-horizontal {
  margin: 8px 0;
  width: calc(100% - 24px);
  height: 6px;
  border-radius: 6px;
  background-color: rgba(18, 18, 18, 0.1);
  position: relative;
}

.ui-slider-horizontal:before {
  content: '';
  background-color: rgba(18, 18, 18, 0.1);
  width: 24px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--jobtex-theme-color);
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 0 6px 6px 0;
  background-color: var(--jobtex-theme-color);
}

.form-group-salary .from-to-wrapper {
  color: var(--jobtex-link-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .form-group-salary .from-to-wrapper {
    font-size: 1rem;
  }
}

.form-group-salary .inner {
  margin-right: 20px;
}

.form-group-salary .space {
  margin: 0 5px;
}

.form-group-salary .to-text,
.form-group-salary .from-text {
  background: #fff;
  padding: 6px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  display: inline-block;
}

.candidate-alert-form,
.job-alert-form {
  position: relative;
}

.candidate-alert-form .form-group,
.job-alert-form .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .candidate-alert-form .form-group,
  .job-alert-form .form-group {
    margin-bottom: 30px;
  }
}

.candidate-alert-form .form-group:last-child,
.job-alert-form .form-group:last-child {
  margin-bottom: 0;
}

.candidate-alert-form .button,
.job-alert-form .button {
  border-radius: 4px;
  padding: 11px 15px;
  border: 1px solid var(--jobtex-theme-color);
  background-color: var(--jobtex-theme-color);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  font-weight: 700;
}

.candidate-alert-form .button:hover, .candidate-alert-form .button:focus,
.job-alert-form .button:hover,
.job-alert-form .button:focus {
  color: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  background: #fff;
}

@media (min-width: 1200px) {
  .candidate-alert-form .form-control,
  .candidate-alert-form .select2-container--default.select2-container .select2-selection--single,
  .job-alert-form .form-control,
  .job-alert-form .select2-container--default.select2-container .select2-selection--single {
    border-radius: 8px !important;
  }
}

.candidate-alert-form label,
.job-alert-form label {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--jobtex-link-color);
}

@media (min-width: 1200px) {
  .candidate-alert-form label,
  .job-alert-form label {
    font-size: 1rem;
  }
}

.candidate-alert-form .form-control,
.job-alert-form .form-control {
  background-color: #fff;
}

.candidate-alert-form .mfp-close,
.job-alert-form .mfp-close {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #dc3545;
}

.candidate-alert-form .mfp-close:hover, .candidate-alert-form .mfp-close:focus,
.job-alert-form .mfp-close:hover,
.job-alert-form .mfp-close:focus {
  font-size: 35px;
  color: #d32535;
}

.candidate-alert-form:before,
.job-alert-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.candidate-alert-form.loading:before,
.job-alert-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper-select {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.wrapper-select:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

.wrapper-select select.form-control {
  border: none;
  background-color: transparent;
}

.jobs-alert-ordering-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .jobs-alert-ordering-wrapper {
    margin-bottom: 30px;
  }
}

.jobs-alert-ordering-wrapper .jobs-ordering-wrapper {
  margin-right: auto;
}

.jobs-alert-ordering-wrapper .filter-in-sidebar-wrapper {
  margin-left: 20px;
}

.jobs-alert-ordering-wrapper .form-jobtex-ppp {
  margin-right: 20px;
}

.jobs-alert-ordering-wrapper .results-count {
  color: var(--jobtex-link-color);
}

@media (min-width: 992px) {
  .layout-job-sidebar-v2 .sidebar .widget,
  .layout-job-sidebar-v2 .apus-sidebar .widget {
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 25px;
  }
}

.layout-job-sidebar-v2 .widget:last-child {
  margin-bottom: 0;
}

.results-filter-wrapper {
  margin-bottom: 20px;
}

.results-filter-wrapper .title {
  font-size: 18px;
  margin: 0 0 20px;
}

.results-filter-wrapper .inner {
  padding: 10px 10px 0;
  background-color: #F5F5F5;
  border-radius: 4px;
  overflow: hidden;
  clear: both;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.results-filter-wrapper .inner > a {
  margin-top: 5px;
  display: inline-block;
  margin-right: auto;
  font-size: 14px;
  color: #dc3545;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 12px;
}

.results-filter-wrapper .inner > a:hover, .results-filter-wrapper .inner > a:focus {
  text-decoration: underline;
}

.results-filter-wrapper .results-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}

.results-filter-wrapper .results-filter li {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.results-filter-wrapper .results-filter a {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 15px;
  color: var(--jobtex-link-color);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.results-filter-wrapper .results-filter .close-value {
  padding-left: 5px;
  color: #dc3545;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-jobs-tabs .slick-dots {
  padding-top: 0;
}

.widget-jobs-tabs .widget-title {
  margin: 0 0 5px;
  font-size: 25px;
}

@media (min-width: 1200px) {
  .widget-jobs-tabs .widget-title {
    font-size: 36px;
    margin: 0 0 10px;
  }
}

@media (min-width: 1200px) {
  .widget-jobs-tabs .des {
    font-size: 18px;
  }
}

.widget-jobs-tabs .top-info {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .widget-jobs-tabs .top-info {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .widget-jobs-tabs .top-info-inner {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .widget-jobs-tabs .top-info-inner + .tabs-jobs {
    margin: 0 auto 0 0;
    width: auto;
  }
}

.tabs-jobs {
  width: 100%;
  border: 0;
  margin: 0 0 20px;
  overflow: auto;
  flex-wrap: nowrap;
}

@media (min-width: 1200px) {
  .tabs-jobs {
    margin-bottom: 30px;
  }
}

.tabs-jobs > li {
  margin: 0 0 0 10px;
}

.tabs-jobs > li:last-child {
  margin-left: 0;
}

.tabs-jobs > li > a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 25px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--jobtex-link-color);
  background: #F5F5F2;
  border-radius: 50px;
  white-space: nowrap;
}

.tabs-jobs > li > a:hover, .tabs-jobs > li > a.active {
  background-color: var(--jobtex-theme-color);
  color: #fff;
}

.offcanvas-filter-sidebar {
  position: fixed;
  width: 350px;
  height: 100vh;
  max-width: 85%;
  padding: 15px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 8;
  background: #F5F5F5;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  scrollbar-width: thin;
}

@media (min-width: 1440px) {
  .offcanvas-filter-sidebar {
    width: 460px;
    padding: 25px;
  }
}

.offcanvas-filter-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-filter-sidebar .widget:last-child {
  margin-bottom: 0;
}

.offcanvas-filter-sidebar .mobile-groups-button {
  padding-top: 0;
}

.layout-type-fullwidth .content-listing-inner {
  padding: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-type-fullwidth [class*="items-wrapper-list"] .item-job {
    width: 100%;
  }
}

.layout-type-fullwidth .filter-sidebar {
  background: #F5F5F5;
  overflow: auto;
  scrollbar-width: thin;
}

@media (max-width: 991px) {
  .layout-type-fullwidth .filter-sidebar {
    height: auto !important;
    padding: 0 !important;
  }
}

.layout-type-fullwidth .filter-sidebar .sidebar, .layout-type-fullwidth .filter-sidebar .apus-sidebar {
  padding: 15px;
}

@media (min-width: 992px) {
  .layout-type-fullwidth .filter-sidebar {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 300px;
    height: 100vh;
  }
  .layout-type-fullwidth .filter-sidebar.left-main {
    right: 0;
  }
  .layout-type-fullwidth .filter-sidebar.left-main + .content-listing {
    padding-right: 300px;
  }
  .layout-type-fullwidth .filter-sidebar.main-right {
    left: 0;
  }
  .layout-type-fullwidth .filter-sidebar.main-right + .content-listing {
    padding-left: 300px;
  }
  .layout-type-fullwidth .content-listing-inner {
    padding: 25px;
  }
}

@media (min-width: 1440px) {
  .layout-type-fullwidth .filter-sidebar {
    width: 460px;
    height: 100vh;
  }
  .layout-type-fullwidth .filter-sidebar.left-main + .content-listing {
    padding-right: 460px;
  }
  .layout-type-fullwidth .filter-sidebar.main-right + .content-listing {
    padding-left: 460px;
  }
  .layout-type-fullwidth .filter-sidebar .sidebar, .layout-type-fullwidth .filter-sidebar .apus-sidebar {
    padding: 25px;
  }
}

.layout-type-fullwidth .mobile-sidebar-btn {
  margin: 20px 15px 0;
}

.layout-type-top-map .apus-breadscrumb {
  display: none;
}

.layout-type-top-map #jobs-google-maps {
  height: 350px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .layout-type-top-map #jobs-google-maps {
    margin-bottom: 60px;
    height: 600px;
  }
}

.layout-type-top-map #jobs-google-maps + .candidates-filter-top-sidebar-wrapper,
.layout-type-top-map #jobs-google-maps + .employers-filter-top-sidebar-wrapper,
.layout-type-top-map #jobs-google-maps + .jobs-filter-top-sidebar-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .layout-type-top-map #jobs-google-maps + .candidates-filter-top-sidebar-wrapper,
  .layout-type-top-map #jobs-google-maps + .employers-filter-top-sidebar-wrapper,
  .layout-type-top-map #jobs-google-maps + .jobs-filter-top-sidebar-wrapper {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.layout-type-top-map #jobs-google-maps + .candidates-filter-top-sidebar-wrapper .widget:last-child,
.layout-type-top-map #jobs-google-maps + .employers-filter-top-sidebar-wrapper .widget:last-child,
.layout-type-top-map #jobs-google-maps + .jobs-filter-top-sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .layout-type-top-map.has-filter-top #jobs-google-maps {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .layout-type-top-map.for-employers #jobs-google-maps {
    height: 670px;
  }
}

.layout-type-top-map.has-filter-top #jobs-google-maps {
  height: 400px;
}

@media (min-width: 1200px) {
  .layout-type-top-map.has-filter-top #jobs-google-maps {
    height: 670px;
  }
}

.filter-top-sidebar-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .filter-top-sidebar-wrapper {
    margin-bottom: 60px;
  }
}

.filter-top-sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
}

.layout-type-half-map #jobs-google-maps {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .layout-type-half-map #jobs-google-maps {
    top: 0 !important;
  }
}

@media (min-width: 992px) {
  .layout-type-half-map #jobs-google-maps {
    width: 60%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.layout-type-half-map #jobs-google-maps .filter-in-sidebar {
  position: absolute;
  z-index: 801;
  top: 23px;
  right: 55px;
}

@media (min-width: 992px) {
  .layout-type-half-map #main-content {
    width: 40%;
  }
}

.layout-type-half-map .content-listing {
  padding: 15px;
}

@media (min-width: 1200px) {
  .layout-type-half-map .content-listing {
    padding: 25px;
  }
}

.leaflet-marker-icon > div > span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--jobtex-theme-color);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.leaflet-marker-icon > div > span:before {
  content: '';
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: var(--jobtex-theme-color);
  position: absolute;
  top: -12px;
  right: -12px;
  width: 68px;
  height: 68px;
  z-index: -1;
  border-radius: 50%;
  animation: scale_icon 1500ms linear 0s infinite alternate;
  -webkit-animation: scale_icon 1500ms linear 0s infinite alternate;
}

.map-popup .icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--jobtex-theme-color);
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.map-popup .icon-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 50%;
}

.map-popup .icon-wrapper:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: var(--jobtex-theme-color);
  position: absolute;
  top: -12px;
  right: -12px;
  width: 68px;
  height: 68px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.map-popup:hover .icon-wrapper:before, .map-popup.map-popup-selected .icon-wrapper:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#jobs-google-maps a.leaflet-popup-close-button {
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 17px;
  margin: 8px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: var(--jobtex-link-color);
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#jobs-google-maps a.leaflet-popup-close-button:hover, #jobs-google-maps a.leaflet-popup-close-button:focus {
  color: #dc3545;
}

#jobs-google-maps .leaflet-popup-tip-container {
  display: none;
}

#jobs-google-maps .leaflet-popup {
  margin: 0;
}

#jobs-google-maps .leaflet-popup-content-wrapper {
  -webkit-box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  padding: 0;
  overflow: hidden;
}

#jobs-google-maps .leaflet-popup-content {
  margin: 0;
}

#jobs-google-maps .job-grid-style .image-wrapper {
  margin: 0 0 15px;
}

#jobs-google-maps .job-grid-style .job-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

#jobs-google-maps .job-grid-style .job-metas > div {
  margin-left: 10px;
}

#jobs-google-maps .job-grid-style .job-metas > div:last-child {
  margin-left: 0;
}

#jobs-google-maps .job-grid-style a {
  color: var(--jobtex-link-color);
}

#jobs-google-maps .job-grid-style a:hover, #jobs-google-maps .job-grid-style a:focus {
  color: var(--jobtex-theme-color);
}

.layout-type-half-job-details {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .layout-type-half-job-details {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .layout-type-half-job-details .jobs-alert-ordering-wrapper {
    justify-content: end;
    margin-bottom: 60px;
  }
}

.layout-type-half-job-details .filter-sub-topbar-sidebar {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .layout-type-half-job-details .filter-sub-topbar-sidebar {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .layout-type-half-job-details .filter-sub-topbar-sidebar + .jobs-ordering-wrapper {
    margin-right: 0;
  }
}

.layout-type-half-job-details .jobs-alert-ordering-wrapper .select2-container--default.select2-container .select2-selection--single {
  height: 40px;
}

.layout-type-half-job-details .jobs-alert-ordering-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.layout-type-half-job-details .jobs-alert-ordering-wrapper .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 15px 5px 10px;
}

.layout-type-half-job-details .filter-topbar-sidebar {
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .layout-type-half-job-details .filter-topbar-sidebar {
    margin: 60px 0;
  }
}

.layout-type-half-job-details .layout-job {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 -1px;
}

@media (min-width: 992px) {
  .layout-type-half-job-details .layout-job {
    cursor: pointer;
  }
}

.layout-type-half-job-details .item-job.active .layout-job {
  border-color: var(--jobtex-theme-color);
  z-index: 1;
}

.layout-type-half-job-details .item-job.active .layout-job .btn-follow {
  color: #eb4d4d;
}

@media (min-width: 1200px) {
  .layout-type-half-job-details .jobs-pagination-wrapper {
    margin-top: 30px;
  }
}

#job-details-wrapper .job-detail-header-inner {
  border: 1px solid #E5E5E5;
}

#job-details-wrapper .job-content-area {
  overflow-y: auto;
  scrollbar-width: thin;
}

@media (min-width: 1200px) {
  #job-details-wrapper .list-content-job {
    padding: 0 0 0 30px;
  }
}

#job-details-wrapper .content-job-detail {
  padding: 30px 0 0;
}

#job-details-wrapper.loading:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.filter-sub-topbar-sidebar .widget:last-child {
  margin-bottom: 0;
}

.filter-topbar-sidebar {
  margin: 15px 0 30px;
}

@media (min-width: 1200px) {
  .filter-topbar-sidebar {
    margin: 30px 0 60px;
  }
}

.filter-topbar-sidebar .widget:last-child {
  margin-bottom: 0;
}

.main-items-wrapper {
  position: relative;
  z-index: 1;
}

.main-items-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: 40px auto;
}

.main-items-wrapper.loading:before {
  visibility: visible;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.statistics .inner-header {
  background: #ffffff;
  padding: 15px;
  border-radius: 4px;
  color: var(--jobtex-link-color);
}

@media (min-width: 1350px) {
  .statistics .inner-header {
    padding: 20px;
    border-radius: 8px;
  }
}

.statistics .posted-jobs .icon {
  color: #504CFE;
  background: rgba(80, 76, 254, 0.12);
}

.statistics .shortlist .icon {
  color: #FFB321;
  background: rgba(255, 179, 33, 0.12);
}

.statistics .review-count-wrapper .icon {
  color: #14A077;
  background: rgba(20, 160, 119, 0.12);
}

.statistics .views-count-wrapper .icon {
  color: #EB4D4D;
  background: rgba(235, 77, 77, 0.12);
}

.statistics .icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.statistics .icon svg {
  max-width: 25px;
}

@media (min-width: 1350px) {
  .statistics .icon {
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .statistics .icon svg {
    max-width: 45px;
  }
}

.statistics .number-count {
  font-weight: 600;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 5px;
}

@media (min-width: 1350px) {
  .statistics .number-count {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .statistics .inner-header {
    margin-bottom: 15px;
  }
}

.statistics .inner {
  padding-right: 20px;
  font-weight: 500;
  font-size: 1rem;
}

.box-dashboard-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .box-dashboard-wrapper {
    margin-top: 30px;
  }
}

.box-dashboard-wrapper > .widget-title,
.box-dashboard-wrapper > .title {
  padding-right: 15px;
  font-size: 20px;
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 1200px) {
  .box-dashboard-wrapper > .widget-title,
  .box-dashboard-wrapper > .title {
    font-size: 24px;
    padding-right: 20px;
  }
}

.box-dashboard-wrapper > .widget-title:before,
.box-dashboard-wrapper > .title:before {
  content: '';
  background: var(--jobtex-theme-color);
  width: 5px;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .box-dashboard-wrapper > .widget-title:before,
  .box-dashboard-wrapper > .title:before {
    width: 8px;
    height: 100%;
  }
}

.box-dashboard-wrapper .title-small {
  font-size: 18px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .box-dashboard-wrapper .title-small {
    font-size: 20px;
  }
}

.box-dashboard-wrapper .before-group-row {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 20px 5px;
}

@media (min-width: 1200px) {
  .box-dashboard-wrapper .before-group-row {
    padding: 30px 30px 5px;
  }
}

.box-dashboard-wrapper .message_line {
  margin-bottom: 20px;
}

.box-dashboard-wrapper .inner-list {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .box-dashboard-wrapper .inner-list {
    padding: 20px 25px 25px;
    border-radius: 8px;
  }
}

.box-dashboard-wrapper .inner-list.dashboard-notifications {
  height: 100%;
}

@media (min-width: 768px) {
  .box-dashboard-wrapper .inner-list.dashboard-notifications {
    max-height: 300px;
  }
}

@media (min-width: 1200px) {
  .box-dashboard-wrapper .inner-list.dashboard-notifications {
    max-height: 450px;
  }
}

.box-dashboard-wrapper .pagination {
  margin: 30px 0 0;
  justify-content: center;
  flex-wrap: wrap;
}

.box-white-dashboard {
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .box-white-dashboard {
    border-radius: 8px;
  }
}

.box-white-dashboard .inner {
  padding: 0 15px 15px;
}

@media (min-width: 1200px) {
  .box-white-dashboard .inner {
    padding: 0 30px 30px;
  }
}

.box-white-dashboard .title-small {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .box-white-dashboard .title-small {
    padding: 20px 30px;
  }
}

.box-white-dashboard .col-date {
  color: var(--jobtex-link-color);
  font-size: 14px;
}

@media (min-width: 768px) {
  .box-white-dashboard .col-status,
  .box-white-dashboard .col-date {
    text-align: center;
  }
}

.badge {
  font-weight: 700;
  font-size: 14px;
  padding: 9px 16px;
  border-radius: 32px;
}

.following-employer-wrapper .employer-list,
.candidate-applicant {
  border: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.following-employer-wrapper .employer-list:before,
.candidate-applicant:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  bottom: 0;
  right: 0;
}

.following-employer-wrapper .employer-list .job-title,
.candidate-applicant .job-title {
  font-size: 16px;
  margin: 0 0 8px;
}

.following-employer-wrapper .employer-list:hover,
.candidate-applicant:hover {
  background: #F5F5F5;
}

.following-employer-wrapper .employer-list:hover:before,
.candidate-applicant:hover:before {
  display: none;
}

.following-employer-wrapper .employer-list:hover .btn-action-job,
.following-employer-wrapper .employer-list:hover .btn-action-icon,
.candidate-applicant:hover .btn-action-job,
.candidate-applicant:hover .btn-action-icon {
  background: #fff;
  color: var(--jobtex-link-color);
}

.following-employer-wrapper:last-child .employer-list {
  margin-bottom: 0;
}

.following-employer-wrapper:last-child .employer-list:before,
.applicants-candidate:last-child .candidate-applicant:before {
  display: none;
}

.header-applicants {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .header-applicants {
    padding: 15px 25px;
  }
}

.applicants .job-list:last-child {
  margin-bottom: 0;
}

.before-group-row-inner {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.before-group-row-inner > div {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.before-group-row-inner:after {
  content: " ";
  display: table;
  clear: both;
}

.before-group-row-inner > .cmb-row > .cmb-th {
  width: 100%;
}

.before-group-row-inner > .cmb-row > .cmb-th + .cmb-td {
  width: 100%;
}

@media (min-width: 768px) {
  .before-group-row.columns-2 .before-group-row-inner > .cmb-row {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .before-group-row.columns-3 .before-group-row-inner > .cmb-row {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .before-group-row.columns-4 .before-group-row-inner > .cmb-row {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .before-group-row.columns-5 .before-group-row-inner > .cmb-row {
    width: 20%;
  }
}

form.cmb-form .cmb-type-title {
  width: 100% !important;
}

form.cmb-form .cmb2-metabox-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  form.cmb-form .cmb2-metabox-title {
    font-size: 20px;
  }
}

form.cmb-form .cmb2-wrap {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}

form.cmb-form .cmb-th {
  padding: 0;
  font-size: 14px;
  color: var(--jobtex-link-color);
  font-weight: 700;
  margin: 0 0 10px;
}

form.cmb-form .cmb-th label {
  padding: 0;
  margin: 0;
}

form.cmb-form .cmb-td {
  padding: 0;
  position: relative;
}

form.cmb-form .cmb-row {
  border: 0 !important;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  form.cmb-form .cmb-row {
    margin-bottom: 25px;
  }
}

form.cmb-form .cmb-row[class*="description"], form.cmb-form .cmb-row[class*="location"], form.cmb-form .cmb-row[class*="address"], form.cmb-form .cmb-row.cmb-type-multicheck, form.cmb-form .cmb-row[data-fieldtype="taxonomy_multicheck"], form.cmb-form .cmb-row[data-fieldtype="wysiwyg"], form.cmb-form .cmb-row[data-fieldtype="pw_map"] {
  width: 100% !important;
}

form.cmb-form .cmb-row[class*='cv-attachment'] .wp-job-board-pro-uploaded-file {
  padding: 0;
  margin-left: 15px;
}

form.cmb-form .cmb-ajax-search-results {
  list-style: none;
}

form.cmb-form .cmb-ajax-search-results .cmb-ajax-search-spinner {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  form.cmb-form .cmb-ajax-search-results .cmb-ajax-search-spinner {
    margin-top: 20px;
  }
}

form.cmb-form [class*="taxonomy-location-wrapper"] {
  display: flex;
  display: -webkit-flex;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  form.cmb-form [class*="taxonomy-location-wrapper"] {
    flex-wrap: nowrap;
  }
}

form.cmb-form [class*="taxonomy-location-wrapper"] > div {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  form.cmb-form [class*="taxonomy-location-wrapper"] > div {
    width: 100%;
    margin-bottom: 0;
  }
}

form.cmb-form [class*="taxonomy-location-wrapper"][class*="field-taxonomy-location-wrapper-1"] > div {
  width: 100%;
}

form.cmb-form ul.cmb-attach-list {
  padding: 0 5px;
}

form.cmb-form ul.cmb-attach-list img {
  width: 100px;
}

form.cmb-form select,
form.cmb-form textarea,
form.cmb-form input[type="email"],
form.cmb-form input[type="url"],
form.cmb-form input[type="text"],
form.cmb-form input[type="password"],
form.cmb-form input[type="number"] {
  margin: 0 !important;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  padding: 5px 15px;
  font-size: 1rem;
  background: #F5F5F5;
  width: 100% !important;
  color: var(--jobtex-text-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

form.cmb-form select:focus,
form.cmb-form textarea:focus,
form.cmb-form input[type="email"]:focus,
form.cmb-form input[type="url"]:focus,
form.cmb-form input[type="text"]:focus,
form.cmb-form input[type="password"]:focus,
form.cmb-form input[type="number"]:focus {
  border-color: var(--jobtex-theme-color);
  background: #fff;
  outline: none;
}

@media (min-width: 1200px) {
  form.cmb-form select + .cmb-ajax-search-spinner,
  form.cmb-form textarea + .cmb-ajax-search-spinner,
  form.cmb-form input[type="email"] + .cmb-ajax-search-spinner,
  form.cmb-form input[type="url"] + .cmb-ajax-search-spinner,
  form.cmb-form input[type="text"] + .cmb-ajax-search-spinner,
  form.cmb-form input[type="password"] + .cmb-ajax-search-spinner,
  form.cmb-form input[type="number"] + .cmb-ajax-search-spinner {
    margin-top: 20px;
  }
}

form.cmb-form .pw-map {
  height: 280px;
}

form.cmb-form textarea {
  resize: none;
  height: 150px;
  padding: 15px 20px;
}

form.cmb-form .cmb2-radio-list {
  list-style: none;
  padding: 0;
  list-style: none;
}

form.cmb-form .cmb2-radio-list label {
  font-weight: 400;
}

form.cmb-form .cmb2-radio-list [type="radio"]:checked + label {
  color: var(--jobtex-theme-color);
}

form.cmb-form #show_hide_password {
  width: 100%;
}

form.cmb-form #show_hide_password a#toggle-password {
  background-color: transparent;
  top: 8px;
}

@media (min-width: 1200px) {
  form.cmb-form #show_hide_password a#toggle-password {
    top: 13px;
  }
}

form.cmb-form .select2-container.select2-container--default {
  width: 100% !important;
}

form.cmb-form .select2-container.select2-container--default .select2-selection--single {
  background: #F5F5F5;
}

form.cmb-form input[type="number"],
form.cmb-form select {
  padding: 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form.cmb-form .cmb2-checkbox-list {
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  padding-right: 2px;
}

form.cmb-form .cmb2-checkbox-list li {
  margin: 0 0 10px;
  line-height: 1.65;
}

@media (min-width: 768px) and (max-width: 1199px) {
  form.cmb-form .cmb2-checkbox-list li {
    width: 50%;
    float: right;
  }
  form.cmb-form .cmb2-checkbox-list li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  form.cmb-form .cmb2-checkbox-list li {
    width: 33%;
    float: right;
  }
  form.cmb-form .cmb2-checkbox-list li:nth-child(3n + 1) {
    clear: both;
  }
}

form.cmb-form .cmb2-checkbox-list li:last-child {
  margin-bottom: 0;
}

form.cmb-form .cmb2-checkbox-list label {
  font-weight: 400;
  color: var(--jobtex-text-color);
}

form.cmb-form .cmb2-checkbox-list [type="radio"],
form.cmb-form .cmb2-checkbox-list [type="checkbox"] {
  display: none;
}

form.cmb-form .cmb2-checkbox-list [type="radio"] + label {
  font-weight: 500;
  color: var(--jobtex-link-color);
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0;
}

form.cmb-form .cmb2-checkbox-list [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 1px #dddddd;
  box-shadow: 0 0 1px 1px #dddddd;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 4px;
}

form.cmb-form .cmb2-checkbox-list [type="checkbox"] + label {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0;
}

form.cmb-form .cmb2-checkbox-list [type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 1px #dddddd;
  box-shadow: 0 0 1px 1px #dddddd;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 4px;
}

form.cmb-form .cmb2-checkbox-list [type="checkbox"] + label:after {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

form.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked + label:before {
  background: var(--jobtex-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

form.cmb-form .cmb2-checkbox-list [type="radio"]:checked + label:before {
  background-color: var(--jobtex-theme-color);
}

form.cmb-form .label-can-drag {
  display: inline-block;
}

form.cmb-form .upload-file-btn {
  cursor: pointer;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
}

form.cmb-form .upload-file-btn:hover, form.cmb-form .upload-file-btn:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

form.cmb-form .cmb-row[class*="candidate-featured-image"] .wp-job-board-pro-uploaded-files,
form.cmb-form .cmb-row[class*="employer-featured-image"] .wp-job-board-pro-uploaded-files {
  float: right;
  max-width: 140px;
}

form.cmb-form .cmb-row[class*="candidate-featured-image"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file,
form.cmb-form .cmb-row[class*="employer-featured-image"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 0;
}

form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search {
  margin-bottom: 15px !important;
}

form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    margin-bottom: 10px !important;
  }
  form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input {
    width: calc(50% - 15px) !important;
    float: right;
    margin-left: 30px !important;
  }
  form.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map ~ input.pw-map-longitude {
    margin-left: 0 !important;
  }
}

form.cmb-form .cmb-group-name {
  font-size: 18px;
  margin: 0 0 5px;
}

form.cmb-form .cmb-type-group .cmb-repeatable-group > div:last-child {
  padding: 0;
}

form.cmb-form .cmb-type-group .cmb-repeatable-group > div:last-child .cmb-add-row {
  margin: 0;
}

form.cmb-form .cmb-type-group .cmb-group-title {
  cursor: pointer;
  background: #F5F5F5;
  border-radius: 4px;
  margin: 0;
}

@media (min-width: 1200px) {
  form.cmb-form .cmb-type-group .cmb-group-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  form.cmb-form .cmb-type-group .cmbhandle {
    top: 10px;
  }
  form.cmb-form .cmb-type-group button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
    top: 18px;
  }
}

form.cmb-form .cmb-type-group .cmb-repeatable-grouping {
  border: 0;
  padding: 0;
}

form.cmb-form .cmb-type-group .cmb-remove-field-row,
form.cmb-form .cmb-type-group .cmb-repeat-group-field {
  padding: 0;
  margin: 15px 0;
  border: 0;
}

form.cmb-form .cmb-type-group .cmb-remove-group-row-button {
  padding: 10px 20px;
  margin: 0;
  border-color: #dc3545;
  color: var(--jobtex-link-color);
  font-size: 14px;
}

form.cmb-form .cmb-type-group .cmb-remove-group-row-button:hover, form.cmb-form .cmb-type-group .cmb-remove-group-row-button:focus {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}

form.cmb-form .button-secondary {
  cursor: pointer;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--jobtex-theme-color);
  background: #fff;
  color: var(--jobtex-link-color);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

form.cmb-form .button-secondary:hover, form.cmb-form .button-secondary:focus {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

form.cmb-form .button-secondary.cmb-shift-rows {
  padding: 5px 8px;
  font-size: 14px;
}

form.cmb-form .button-secondary.cmb-shift-rows .dashicons {
  margin: 0;
}

form.cmb-form .button-primary {
  cursor: pointer;
  padding: 12px 30px;
  border: none;
  color: #fff;
  font-weight: 700;
  background: var(--jobtex-theme-color);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

form.cmb-form .button-primary:hover, form.cmb-form .button-primary:focus {
  background: var(--jobtex-theme-hover-color);
  color: #fff;
}

form.cmb-form span.cmb2-metabox-description {
  font-weight: 500;
}

.box-employer {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .box-employer {
    padding: 30px;
  }
}

.box-employer .applicants-job {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .box-employer .applicants-job {
    margin-bottom: 30px;
  }
}

.my-job-employer .search-orderby-wrapper {
  margin-bottom: 30px;
}

.my-job-employer .search-orderby-wrapper .text-sort {
  margin-left: 5px;
}

.my-job-employer .search-orderby-wrapper .sort-my-jobs-form {
  margin-right: auto;
}

.wp-job-board-pro-uploaded-files {
  clear: both;
  overflow: hidden;
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
  position: relative;
  float: right;
  margin-bottom: 15px;
  width: 180px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
    padding-left: 30px;
    width: 270px;
  }
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file-preview {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-remove-uploaded-file {
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  color: #dc3545;
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-remove-uploaded-file:before {
  font-size: 13px;
  font-family: "themify";
  content: "\e646";
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-remove-uploaded-file:hover, .wp-job-board-pro-uploaded-files .wp-job-board-pro-remove-uploaded-file:focus {
  background: #dc3545;
  color: #fff;
}

[class*="job-featured-image"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
  width: 100%;
  padding: 0;
  float: none;
}

.job-table {
  border: 0;
  font-size: 14px;
  color: var(--jobtex-link-color);
  width: 100%;
}

.job-table > thead > tr > th {
  white-space: nowrap;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E5E5E5;
  color: var(--jobtex-text-color);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
}

.job-table > tbody > tr {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-bottom: 1px solid #F5F5F5;
}

.job-table > tbody > tr:last-child {
  border-bottom: 0;
}

.job-table > tbody > tr:hover {
  background: #F5F5F5;
}

.job-table > tbody > tr:hover .btn-action-icon {
  background: #fff;
  color: var(--jobtex-link-color);
}

.job-table > tbody > tr > td {
  vertical-align: middle;
  padding: 20px 15px;
  border: none;
}

.job-table th.job-title {
  min-width: 150px;
}

.job-table div.job-table-info-content {
  max-width: 120px;
}

@media (min-width: 1200px) {
  .job-table div.job-table-info-content {
    max-width: 250px;
  }
}

@media (min-width: 1440px) {
  .job-table div.job-table-info-content {
    max-width: 300px;
  }
}

.job-table .job-actions {
  width: 180px;
  text-align: left;
}

.job-table .action-button {
  text-align: left;
}

.job-table .alert-query strong {
  font-weight: 600;
}

.job-table .job-table-info-content-title {
  font-size: 18px;
  margin: 0px;
  word-wrap: break-word;
  max-width: 100%;
  font-weight: 600;
}

.job-table .title-wrapper {
  margin-bottom: 8px;
}

.job-table .nowrap {
  white-space: nowrap;
}

.job-table .name-package {
  font-weight: 700;
  text-decoration: underline;
}

.job-table .lists-info {
  padding: 0;
  list-style: none;
  margin: 0;
}

.job-table .lists-info li {
  white-space: nowrap;
}

.job-table .btn-remove-candidate-alert {
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  right: 5px;
  padding: 4px 8px;
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.2);
  border-radius: 4px;
}

.job-table .btn-remove-candidate-alert:before {
  font-size: 13px;
  font-family: "themify";
  content: "\e646";
}

.job-table .btn-remove-candidate-alert:hover, .job-table .btn-remove-candidate-alert:focus {
  color: #fff;
  background-color: #dc3545;
}

.change-password-form {
  max-width: 500px;
}

.user-job-packaged {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  width: 100%;
  clear: both;
  font-size: 14px;
}

.user-job-packaged li {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .user-job-packaged li {
    width: calc(50% - 10px);
    float: right;
    padding: 25px;
    border-radius: 8px;
  }
  .user-job-packaged li:nth-child(2n) {
    margin-right: 20px;
  }
}

.user-job-packaged [type="radio"] {
  margin-left: 5px;
}

.user-job-packaged [type="radio"]:checked + label {
  color: var(--jobtex-theme-color);
}

.user-job-packaged label {
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--jobtex-link-color);
  margin: 0;
}

.select2-wrapper .text-medium {
  color: var(--jobtex-link-color);
  font-weight: 500;
  margin-left: 15px;
}

.select2-wrapper .flex-middle {
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  justify-content: center;
}

.select2-wrapper .select2-container {
  min-width: 200px;
}

.top-info-user {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .top-info-user {
    margin-bottom: 30px;
  }
}

.top-info-user .title {
  font-size: 20px;
  margin: 0 0 5px;
}

.wrapper-social-login .inner-social {
  clear: both;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}

.wrapper-social-login .inner-social > div {
  width: 50%;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.wrapper-social-login .inner-social > div:nth-child(2n + 1) {
  clear: both;
}

.wrapper-social-login a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 14px;
  position: relative;
  border: 1px solid var(--jobtex-theme-color);
  text-transform: capitalize;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wrapper-social-login a i {
  margin-left: 10px;
  font-size: 16px;
  line-height: 1;
}

.wrapper-social-login .linkedin-login-btn {
  color: #0077B5;
  border-color: #0077B5;
}

.wrapper-social-login .linkedin-login-btn:focus, .wrapper-social-login .linkedin-login-btn:hover {
  color: #fff;
  background-color: #0077B5;
}

.wrapper-social-login .google-login-btn {
  color: #D93025;
  border-color: #D93025;
}

.wrapper-social-login .google-login-btn:focus, .wrapper-social-login .google-login-btn:hover {
  color: #fff;
  background-color: #D93025;
}

.wrapper-social-login .facebook-login-btn {
  color: #3b5998;
  border-color: #3b5998;
}

.wrapper-social-login .facebook-login-btn:focus, .wrapper-social-login .facebook-login-btn:hover {
  color: #fff;
  background-color: #3b5998;
}

.wrapper-social-login .twitter-login-btn {
  color: #55acee;
  border-color: #55acee;
}

.wrapper-social-login .twitter-login-btn:focus, .wrapper-social-login .twitter-login-btn:hover {
  color: #fff;
  background-color: #55acee;
}

.wrapper-social-login .line-header {
  text-align: center;
  width: 100% !important;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .wrapper-social-login .line-header {
    margin-bottom: 30px;
  }
}

.wrapper-social-login .line-header:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  right: 0;
  background: #E5E5E5;
}

.wrapper-social-login .line-header span {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  display: inline-block;
  background: #fff;
}

.forgotpassword-form-wrapper {
  display: none;
}

.show-filter-jobs {
  cursor: pointer;
}

.show-filter-jobs i {
  margin-left: 5px;
}

.mobile-groups-button {
  padding: 15px 0;
}

.mobile-groups-button .btn {
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
}

.mobile-groups-button .btn + .btn {
  margin-right: 5px;
}

.mobile-groups-button .btn i {
  margin-left: 3px;
}

.layout-type-half-map .p-fix-pagination {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.jobs-pagination-wrapper {
  margin-top: 10px;
  text-align: center;
}

.jobs-pagination-wrapper .pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.items-wrapper-list-v2 {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .items-wrapper-list-v2 {
    margin-bottom: 30px;
  }
}

.job-submission-form-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .job-submission-form-wrapper {
    margin-bottom: 50px;
  }
}

.job-submission-preview-form-wrapper .action-preview {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .job-submission-preview-form-wrapper .action-preview {
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) {
  .job-submission-preview-form-wrapper .action-preview .btn {
    min-width: 166px;
  }
}

@media (max-width: 768px) {
  .job-submission-preview-form-wrapper .action-preview .btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.job-submission-preview-form-wrapper .action-preview [name="continue-edit-job"] {
  margin-right: 10px;
}

.submission-form-wrapper {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #198754;
}

@media (min-width: 768px) {
  .submission-form-wrapper {
    margin: 30px 0 50px;
    font-size: 40px;
  }
}

#wp-private-message-popup-message,
#wp-job-board-pro-popup-message {
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 20px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bg-warning {
  color: #fff;
  background: #ffc107;
}

.bg-info {
  color: #fff;
  background: #0dcaf0;
}

.socials-apply .title {
  text-align: center;
  margin: 14px 0 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.socials-apply .inner {
  overflow: hidden;
  clear: both;
  margin-right: -7px;
  margin-left: -7px;
}

.socials-apply .inner > div {
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 14px;
  width: 50%;
  float: right;
}

.socials-apply .inner a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.socials-apply .inner a i {
  font-size: 18px;
  margin-left: 3px;
}

.socials-apply .facebook-apply-btn {
  background: #3b5999;
}

.socials-apply .facebook-apply-btn:hover, .socials-apply .facebook-apply-btn:focus {
  background: #344e87;
}

.socials-apply .google-apply-btn {
  background: #dd4b39;
}

.socials-apply .google-apply-btn:hover, .socials-apply .google-apply-btn:focus {
  background: #d73925;
}

.socials-apply .linkedin-apply-btn {
  background: #0077B5;
}

.socials-apply .linkedin-apply-btn:hover, .socials-apply .linkedin-apply-btn:focus {
  background: #00669c;
}

.socials-apply .twitter-apply-btn {
  background: #55acee;
}

.socials-apply .twitter-apply-btn:hover, .socials-apply .twitter-apply-btn:focus {
  background: #3ea1ec;
}

.send-private-wrapper {
  margin-top: 15px;
  text-align: center;
}

@media (min-width: 1200px) {
  .send-private-wrapper {
    margin-top: 20px;
  }
}

.send-private-wrapper .send-private-message-btn {
  font-weight: 500;
  color: var(--jobtex-link-color);
  text-decoration: underline;
  padding: 0;
  border: 0;
}

.send-private-wrapper .send-private-message-btn:hover, .send-private-wrapper .send-private-message-btn:focus {
  color: var(--jobtex-theme-color);
}

.send-private-wrapper .send-private-message-btn i {
  margin-left: 10px;
}

.send-private-message-wrapper textarea {
  resize: none;
  height: 150px;
}

.send-private-message-wrapper .form-group {
  margin-bottom: 20px;
}

.message-section-wrapper {
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .message-section-wrapper {
    border-radius: 8px;
  }
}

.message-section-wrapper .list-message-inner {
  position: relative;
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-inner {
    height: calc(100% - 144px);
  }
}

.message-section-wrapper .list-message-wrapper {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #fff;
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-wrapper {
    height: 750px;
  }
}

.message-section-wrapper .list-message-wrapper .loadmore-action {
  padding: 15px 0;
  text-align: center;
}

.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content {
    height: 750px;
    display: flex;
    -webkit-display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
    flex-direction: column;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
  }
  .message-section-wrapper .replies-content > div {
    width: 100%;
  }
  .message-section-wrapper .replies-content .recipient-info {
    margin-bottom: auto;
  }
}

.message-section-wrapper .replies-content .recipient-info .message-item {
  max-width: 55%;
}

.message-section-wrapper .content-box-white {
  padding: 15px 15px 0;
  height: calc(100% - 71px);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .message-section-wrapper .content-box-white {
    padding: 30px 30px 0;
    height: calc(100% - 91px);
  }
}

.message-section-wrapper .content-box-white .reply-message-form-wrapper {
  position: relative;
  padding: 15px 0;
}

.message-section-wrapper .content-box-white .reply-message-form-wrapper:before {
  position: absolute;
  top: 0;
  right: -30px;
  content: '';
  width: calc(100% + 60px);
  height: 1px;
  background: #E5E5E5;
}

.message-section-wrapper .content-box-white .list-replies-inner {
  height: calc(100% - 80px);
}

.message-section-wrapper .recipient-info {
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info {
    padding: 20px 30px;
  }
}

.message-section-wrapper .recipient-info .delete-message-btn {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info .delete-message-btn {
    margin-top: 12px;
  }
}

.message-section-wrapper .recipient-info .delete-message-btn:hover, .message-section-wrapper .recipient-info .delete-message-btn:focus {
  text-decoration: none;
}

.message-section-wrapper .search-message-form {
  padding: 15px;
}

@media (min-width: 1200px) {
  .message-section-wrapper .search-message-form {
    padding: 25px;
  }
}

.search-wrapper-message {
  position: relative;
  margin: 0 0 20px;
}

.search-wrapper-message .btn {
  line-height: 1;
  font-size: 20px;
  margin: 0;
  color: var(--jobtex-link-color);
  border: none !important;
  position: absolute;
  background: transparent !important;
  top: 50%;
  right: 0;
  padding: 5px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrapper-message .btn:hover, .search-wrapper-message .btn:active {
  color: var(--jobtex-theme-color);
}

.search-wrapper-message .form-control {
  padding-right: 50px;
  border: 1px solid #F5F5F5;
}

.search-wrapper-message .form-group {
  margin: 0;
}

.list-options-action {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

.list-options-action > li {
  display: inline-block;
  margin-left: 10px;
}

.list-options-action > li:last-child {
  margin-left: 0;
}

.list-options-action label {
  font-weight: 500;
  cursor: pointer;
}

.list-options-action label:hover, .list-options-action label:focus {
  color: var(--jobtex-theme-color);
}

.list-options-action [type="radio"] {
  display: none;
}

.list-options-action [type="radio"]:checked + label {
  color: var(--jobtex-theme-color);
}

.list-message {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-message li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 10px 15px;
}

@media (min-width: 1200px) {
  .list-message li {
    padding: 12px 25px;
  }
}

.list-message li:hover {
  background: #F5F5F2;
}

.list-message li.unread .user-name {
  color: #dc3545;
}

.list-message li.active .user-name {
  color: var(--jobtex-theme-color);
}

.message-item div.avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.message-item .content {
  overflow: hidden;
  padding-right: 12px;
}

.message-item .user-name {
  font-size: 14px;
  margin: 0 0 5px;
}

.message-item .message-time {
  font-weight: 500;
  font-size: 13px;
  margin-right: 5px;
  float: left;
  white-space: nowrap;
  color: #B1B1B1;
}

.message-item .message-title {
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--jobtex-text-color);
}

.reply-message-form-wrapper .form-group {
  margin-bottom: 0;
}

.reply-message-form-wrapper .reply-message-form textarea {
  border-color: #F5F5F5;
  resize: none;
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
}

.reply-message-form-wrapper .reply-message-form textarea:focus {
  border-color: var(--jobtex-theme-color);
}

.reply-message-form-wrapper .reply-message-form .reply-message-btn {
  margin-right: 15px;
  font-size: 23px;
  line-height: 1;
  padding: 12px 13px;
  font-weight: 400;
}

.list-replies {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-replies li {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}

.list-replies .name-reply {
  margin: 0;
  font-size: 16px;
}

.list-replies .post-date {
  font-weight: 500;
  font-size: 12px;
  margin-top: 7px;
}

.list-replies .post-content {
  display: inline-block;
  padding: 12px;
  border-radius: 16px 16px 0px 16px;
  font-size: 12px;
  font-weight: 500;
  background: #F5F5F5;
}

.list-replies .yourself-reply {
  text-align: left;
}

.list-replies .yourself-reply .top-reply-content {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-justify-content: end;
}

.list-replies .yourself-reply .post-content {
  background: var(--jobtex-theme-color);
  color: #fff;
  border-radius: 16px 16px 16px 0;
}

.list-replies-inner {
  position: relative;
}

.list-replies-inner .loadmore-action {
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
  width: 100%;
  z-index: 1;
}

.list-replies-inner .loadmore-replied-btn {
  color: var(--jobtex-text-color);
}

.list-replies-inner .loadmore-replied-btn:hover, .list-replies-inner .loadmore-replied-btn:focus {
  color: var(--jobtex-link-color);
}

.user-name {
  font-size: 20px;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .user-name {
    margin: 0 0 20px;
  }
}

@media (max-width: 1199px) {
  .message-section-wrapper .message-inner {
    display: block;
  }
  .message-section-wrapper .message-inner > div {
    width: 100%;
  }
  .message-section-wrapper .message-inner .list-message-wrapper {
    display: none;
    margin-bottom: 15px;
  }
  .list-message-inner {
    position: relative;
    max-height: 200px;
  }
  .list-replies-inner {
    overflow-x: auto;
    max-height: 300px;
  }
  .toggle-message-btn {
    border: none;
    padding: 0 !important;
    font-weight: 500;
    color: var(--jobtex-theme-color);
    margin: 0 0 20px;
  }
  .toggle-message-btn i {
    margin-right: 4px;
  }
}

@media (min-width: 1200px) {
  .toggle-message-btn {
    display: none;
  }
}

.replies-content,
.list-message-wrapper {
  position: relative;
}

.replies-content:before,
.list-message-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center 100px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.replies-content.loading:before,
.list-message-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.reply-message-btn {
  position: relative;
}

.reply-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}

.reply-message-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.loadmore-message-btn,
.loadmore-replied-btn {
  position: relative;
  display: inline-block;
}

.loadmore-message-btn:before,
.loadmore-replied-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/loading.gif") no-repeat center center/15px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.loadmore-message-btn.loading,
.loadmore-replied-btn.loading {
  visibility: hidden;
}

.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.message-notification {
  position: relative;
  display: inline-block;
}

.message-notification i {
  vertical-align: middle;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.message-notification .unread-count {
  display: inline-block;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--jobtex-theme-color);
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: -9px;
}

.message-top {
  position: relative;
}

.message-top .notifications-wrapper {
  min-width: 330px;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.message-top .notifications-wrapper.left {
  right: 0;
}

.message-top .notifications-wrapper.right {
  left: 0;
}

.message-top .notifications-wrapper.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.message-top .notifications-wrapper ul {
  list-style: decimal inside;
  padding: 0;
  margin: 0;
}

.message-top .notifications-wrapper ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.message-top .notifications-wrapper ul li:last-child {
  margin-bottom: 0;
}

.message-top .notifications-wrapper ul li:hover .remove-notify-btn {
  color: #fff;
  background-color: #dc3545;
}

.message-top .notifications-wrapper .remove-notify-btn {
  position: absolute;
  top: 4px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-size: 9px;
  color: #dc3545;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
}

.message-top .notifications-wrapper .remove-notify-btn:hover, .message-top .notifications-wrapper .remove-notify-btn:focus {
  color: #fff;
  background-color: #dc3545;
}

.messages {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.messages .danger {
  color: #dc3545;
}

.messages .success {
  color: #198754;
}

a.messages {
  margin-bottom: 0;
}

.widget-delete {
  max-width: 500px;
}

.widget-delete .conf-messages {
  color: var(--jobtex-link-color);
  font-size: 20px;
  font-weight: 600;
}

.widget-delete .undone-messages {
  color: var(--jobtex-link-color);
  margin-bottom: 25px;
}

.widget-delete .conf-deleted {
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--jobtex-link-color);
  font-size: 14px;
}

.widget-delete .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .widget-delete .form-group {
    margin-bottom: 20px;
  }
}

.highlight {
  color: var(--jobtex-theme-color);
}

.leaflet-geocode-container i {
  color: var(--jobtex-link-color);
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
}

.action-location .leaflet-geocode-container {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 2;
  font-size: 14px;
}

.action-location .leaflet-geocode-container ul {
  list-style: none;
  background: #fff;
  padding: 15px;
  margin: 0;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 0 1px 1px;
}

.action-location .leaflet-geocode-container ul li {
  cursor: pointer;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
}

.action-location .leaflet-geocode-container ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.action-location .leaflet-geocode-container .highlight {
  font-weight: 500;
  font-size: 14px;
}

.action-location.loading .find-me {
  color: var(--jobtex-theme-color);
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}

.action-location.loading .find-me:before {
  content: "\f110";
  font-family: "FontAwesome";
}

.search-orderby-wrapper {
  margin-bottom: 15px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (max-width: 991px) {
  .search-orderby-wrapper .sort-applicants-form {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .search-orderby-wrapper .sortby-form {
    margin-top: 15px;
  }
}

.search-orderby-wrapper .text-sort {
  margin-left: 5px;
  font-weight: 400;
  color: var(--jobtex-heading-color);
}

.job-applicants {
  padding: 20px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .job-applicants {
    margin-bottom: 30px;
  }
}

.job-applicants:last-child {
  margin-bottom: 0;
}

.job-applicants .applicants-wrapper {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E5E5E5;
}

.job-applicants .applicants-wrapper .applicants-job {
  margin-bottom: 0;
}

.job-applicants .applicants-wrapper .applicants-job + .applicants-job {
  margin-top: 20px;
}

.job-applicants .applicants-pagination-form {
  text-align: center;
  padding-top: 15px;
}

.job-applicants .applicants-pagination-form .apus-loadmore-btn {
  border: none;
  padding: 7px 20px;
  text-transform: capitalize;
  position: relative;
}

.job-applicants .applicants-pagination-form .apus-loadmore-btn:before {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.job-applicants .applicants-pagination-form.loading .apus-loadmore-btn:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.job-applicants .inner-result {
  float: left;
  border-bottom: 2px solid var(--jobtex-theme-color);
}

.job-applicants .inner-result > div {
  font-size: 14px;
  padding: 2px 15px;
  color: var(--jobtex-theme-color);
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
}

.job-applicants .inner-result > div.active {
  color: #fff !important;
  background: var(--jobtex-theme-color);
}

@media (max-width: 767px) {
  .job-applicants .inner-result {
    margin-top: 15px;
    float: none;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.search-applicants-form .form-control {
  border-color: #F5F5F5;
  padding-right: 50px;
}

@media (min-width: 1200px) {
  .search-applicants-form .form-control {
    border-radius: 8px;
  }
}

.search-applicants-form .form-control:focus {
  border-color: var(--jobtex-theme-color);
}

.search-applicants-form .select2-container {
  min-width: 230px;
}

@media (min-width: 1200px) {
  .search-applicants-form .select2-container.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
  }
}

.search-applicants-form .search-submit {
  font-size: 20px;
  line-height: 1;
  color: var(--jobtex-link-color);
  border: 0;
  background: transparent !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-applicants-form .search-submit:hover, .search-applicants-form .search-submit:focus {
  color: var(--jobtex-theme-color);
}

.profile-url-edit-wrapper {
  margin-top: 10px;
  position: relative;
  padding-left: 55px;
}

.profile-url-edit-wrapper .save-profile-slug {
  position: absolute;
  top: 0;
  border: none;
  left: 0;
  padding: 0 20px;
  height: 60px;
  line-height: 58px;
  border-radius: 0;
}

.profile-url-edit-wrapper .save-profile-slug:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.profile-url-edit-wrapper .save-profile-slug.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.employer-listing-info,
.restrict-cv-package-info {
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .employer-listing-info,
  .restrict-cv-package-info {
    margin: 50px 0;
  }
}

.employer-listing-info .widget-title,
.restrict-cv-package-info .widget-title {
  padding: 20px 0;
  margin: 0 0 30px;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 1200px) {
  .employer-listing-info .widget-title,
  .restrict-cv-package-info .widget-title {
    font-size: 35px;
  }
}

.restrict-wrapper {
  margin-top: 20px;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  .restrict-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.restrict-wrapper .restrict-content {
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  color: var(--jobtex-link-color);
}

.restrict-title {
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
  color: #dc3545;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .restrict-title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

.skill-percents {
  padding: 15px;
  margin-top: 15px;
}

.skill-percents h4 {
  font-size: 1rem;
  margin: 0 0 15px;
}

.skill-percents h4 span {
  color: #dc3545;
  font-weight: 700;
}

.skill-percents .skill-process {
  width: 100%;
  height: 7px;
  background: #E5E5E5;
  border-radius: 4px;
  position: relative;
}

.skill-percents .skill-process > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 7px;
  border-radius: 2px;
  background: var(--jobtex-theme-color);
}

.skill-percents .value-percents {
  margin-top: 20px;
}

.skill-percents .underline {
  color: #ffc107;
  font-weight: 500;
  text-decoration: underline;
}

.resume-form-wrapper .alert {
  text-align: center;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .resume-form-wrapper .alert {
    margin-bottom: 50px;
  }
}

.resume-form-wrapper .widget .widget-title {
  font-size: 30px;
}

.approved-applicants,
.total-applicants,
.rejected-applicants {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.approved-applicants:before,
.total-applicants:before,
.rejected-applicants:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.approved-applicants.loading:before,
.total-applicants.loading:before,
.rejected-applicants.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.employer-add-employees-form {
  position: relative;
}

.employer-add-employees-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.employer-add-employees-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.employer-employees-list-inner .employee-team-wrapper {
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .employer-employees-list-inner .employee-team-wrapper {
    width: 50%;
    margin-bottom: 30px;
  }
}

.employer-employees-list-inner .not-found {
  margin-bottom: 20px;
}

.employee-team {
  position: relative;
  padding: 15px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.employee-team .employee-thumbnail {
  width: 90px;
}

.employee-team .employee-information {
  padding-right: 20px;
  width: calc(100% - 90px);
}

.employee-team .entry-title {
  font-size: 16px;
  margin: 0;
}

.widget-job-search-form .widget-title {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .widget-job-search-form .widget-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

.widget-job-search-form .des {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .widget-job-search-form .des {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .widget-submit-btn .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.popup-title-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .popup-title-wrapper {
    margin-bottom: 30px;
  }
}

.popup-title-wrapper .popup-title {
  margin: 0;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .popup-title-wrapper .popup-title {
    font-size: 24px;
  }
}

.popup-title-wrapper .close-popup {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.popup-title-wrapper .close-popup:hover, .popup-title-wrapper .close-popup:focus {
  color: #dc3545;
}

.meesage-meeting {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .meesage-meeting {
    margin-bottom: 20px;
  }
}

.meesage-meeting:last-child {
  margin-bottom: 0;
}

.meesage-meeting h5 {
  margin: 0;
  color: var(--jobtex-theme-color);
}

.meesage-meeting .date {
  color: var(--jobtex-theme-color);
}

.meesage-meeting .heading {
  padding: 10px 15px;
  background-color: var(--jobtex-theme-color-01);
}

.meesage-meeting .content {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--jobtex-theme-color-01);
}

form label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--jobtex-link-color);
}

form .form-group {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  form .form-group {
    margin-bottom: 20px;
  }
}

.meetings-list-inner {
  border: 1px solid #F5F5F5;
}

.meeting-wrapper {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px;
  border-bottom: 1px solid #F5F5F5;
}

@media (min-width: 1200px) {
  .meeting-wrapper {
    padding: 15px 25px;
  }
}

.meeting-wrapper .month {
  background-color: var(--jobtex-theme-color);
  color: #fff;
  padding: 8px 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.meeting-wrapper .day {
  color: var(--jobtex-link-color);
  background: #FAF7F1;
  font-weight: 700;
  font-size: 24px;
  padding: 3px;
}

.meeting-wrapper .date {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .meeting-wrapper .date {
    width: 80px;
  }
  .meeting-wrapper .date + .righ-inner {
    padding-right: 50px;
    width: calc(100% - 80px);
  }
  .meeting-wrapper .righ-inner .information {
    width: 70%;
  }
  .meeting-wrapper .righ-inner .action-button {
    width: 30%;
    text-align: left;
  }
}

.meeting-wrapper .title {
  font-size: 16px;
  margin: 0;
}

.meeting-wrapper .title-wrapper {
  margin: 0 0 5px;
}

.meeting-wrapper .job-metas {
  margin-top: 5px;
  font-size: 12px;
  color: var(--jobtex-text-color);
}

.meeting-wrapper .meta-bottom {
  font-size: 12px;
  font-weight: 500;
}

.meeting-wrapper .meta-bottom strong {
  font-weight: 500;
  color: var(--jobtex-theme-color);
}

@media (max-width: 767px) {
  .meeting-wrapper .information {
    margin: 15px 0;
  }
}

.meeting-wrapper:hover {
  background: #F5F5F5;
}

.meeting-wrapper:hover .btn-action-icon {
  background: #fff;
  color: var(--jobtex-link-color);
}

.meeting-wrapper:hover .day {
  background: #fff;
}

.stats-graph-search-form {
  margin-top: 20px;
}

.stats-graph-search-form label {
  font-weight: 500;
  color: var(--jobtex-heading-color);
  margin-bottom: 7px;
}

.dashboard-notifications-wrapper {
  position: relative;
  max-height: calc(100% - 50px);
}

.dashboard-notifications-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dashboard-notifications-wrapper ul li {
  margin-bottom: 20px;
  padding-right: 45px;
  position: relative;
}

.dashboard-notifications-wrapper ul li:last-child {
  margin-bottom: 0;
}

.dashboard-notifications-wrapper ul i {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: var(--jobtex-theme-color);
  background-color: var(--jobtex-theme-color-015);
}

.invite-candidate-form-wrapper .widget-content {
  text-align: inherit !important;
}

.invite-candidate-form-wrapper .des {
  margin-bottom: 10px;
}

.invite-candidate-form-wrapper .checklist {
  padding: 0;
  margin: 0 0 20px;
  clear: both;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
}

.invite-candidate-form-wrapper .checklist li {
  float: right;
  list-style: none;
  color: var(--jobtex-link-color);
  margin-bottom: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .invite-candidate-form-wrapper .checklist li {
    width: 50%;
  }
  .invite-candidate-form-wrapper .checklist li:nth-child(2n) {
    padding-left: 10px;
  }
}

.invite-candidate-form-wrapper .checklist li [type="checkbox"] {
  margin-left: 3px;
}

.currencies-wrapper {
  position: relative;
}

.currencies-wrapper .dropdown-toggle {
  position: relative;
}

.currencies-wrapper .dropdown-toggle i {
  margin-right: 5px;
}

.currencies-wrapper .dropdown-toggle:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 10px;
}

.currencies-wrapper .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: inherit;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  padding: 15px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.currencies-wrapper .dropdown-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #E5E5E5;
}

.currencies-wrapper .currencies {
  padding: 0;
  margin: 0;
  list-style: none;
}

.currencies-wrapper .currencies li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 5px;
}

.currencies-wrapper .currencies li.active {
  color: var(--jobtex-theme-color);
}

.currencies-wrapper .currencies li:last-child {
  margin-bottom: 0;
}

.currencies-wrapper label {
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.currencies-wrapper:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.tt-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(28, 36, 51, 0.1);
  box-shadow: 0 6px 15px 0 rgba(28, 36, 51, 0.1);
  border-radius: 4px;
  width: 100%;
}

.tt-menu .tt-dataset {
  padding-bottom: 15px;
  max-height: 320px;
  overflow: auto;
  scrollbar-width: thin;
}

.tt-menu .tt-suggestion {
  overflow: hidden;
  display: block;
  padding: 15px 15px 0;
  margin: 0;
}

.tt-menu .tt-suggestion:first-child {
  display: none !important;
}

.tt-menu .tt-suggestion .media-object {
  display: block;
  width: 60px;
  max-width: none;
  border-radius: 4px;
}

.tt-menu .tt-suggestion .media-left {
  padding-left: 10px;
}

.tt-menu .tt-suggestion h4 {
  font-size: 13px;
  margin: 0 0 5px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.tt-menu .tt-suggestion .job-salary,
.tt-menu .tt-suggestion .job-salary span {
  font-size: 13px;
}

.tt-menu .tt-suggestion i {
  display: none;
}

.tt-menu .tt-suggestion:hover h4 {
  color: var(--jobtex-link_hover_color);
}

.tt-menu .tt-suggestion .tt-highlight {
  color: #dc3545;
}

.twitter-typeahead {
  width: 100%;
  display: block;
}

.twitter-typeahead:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  left: 7px;
  width: 22px;
  height: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center/18px auto;
}

.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.title-wrapper .badge {
  font-weight: 500;
  padding: 5px 15px;
  font-size: 13px;
}

/* 12. responsive */
/*
*  Responsive
*/
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
  .row-margin-left > .elementor-container {
    overflow: hidden;
    width: calc( 1440px + ((100% - 1440px) / 2));
    max-width: calc( 1440px + ((100% - 1440px) / 2)) !important;
    right: calc( (100% - 1440px) / 4);
    padding-left: calc( (100% - 1440px) / 2);
  }
  .fullscreen .slick-list {
    overflow: visible;
  }
  .plr-xxl-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .hidden-dots .slick-dots,
  .hidden-dot-lg .slick-dots {
    display: none;
  }
}

@media (max-width: 1199px) {
  .category-banner-inner .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box-dashboard-wrapper .space-30 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .comment-list .children {
    padding-right: 20px;
  }
  .sidebar-job {
    margin-top: 20px;
  }
  .inner-dashboard.container-fluid .mobile-sidebar-btn {
    margin: 25px 15px 0;
  }
  .job-table .job-table-applicants,
  .job-table .job-applicants {
    display: none;
  }
  .job-table .job-table-info .job-metas {
    display: none;
  }
  .job-table .job-actions {
    width: auto;
  }
  .job-table .job-title {
    font-size: 15px;
  }
  .wrapper-testimonial-thumbnail .avarta {
    width: 50px;
    height: 50px;
  }
  .wrapper-testimonial-thumbnail .name-client {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .job-detail-buttons .btn-apply {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .slick-carousel {
    margin-right: -8px;
    margin-left: -8px;
  }
  .slick-carousel .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .products.row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .products.row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .woocommerce-MyAccount-navigation > ul {
    overflow-x: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 5px;
  }
  .woocommerce-MyAccount-navigation > ul li {
    white-space: nowrap;
  }
  .row-responsive {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row-responsive [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .top-detail-job, .top-detail-job .job-detail-buttons {
    text-align: center;
  }
  .top-detail-job .job-detail-buttons {
    margin-top: 15px;
  }
  .top-detail-job .info-detail-job {
    width: 100%;
    padding: 15px 0 0 !important;
  }
  .top-detail-job .candidate-logo,
  .top-detail-job .employer-logo {
    margin: auto;
  }
  .cmb-form [class*="portfolio-photos"] .wp-job-board-pro-uploaded-files,
  .cmb-form [class*="profile-photos"] .wp-job-board-pro-uploaded-files {
    margin-right: -8px;
    margin-left: -8px;
  }
  .cmb-form [class*="portfolio-photos"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file,
  .cmb-form [class*="profile-photos"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
    padding-left: 8px;
    padding-right: 8px;
    width: 33.33%;
  }
  .cmb-form [class*="portfolio-photos"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file:nth-child(3n + 1),
  .cmb-form [class*="profile-photos"] .wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file:nth-child(3n + 1) {
    clear: both;
  }
  .applicants-job .job-title {
    display: none;
  }
  .job-table .job-table-info-content-title {
    font-size: 15px;
  }
  .cmb-form .cmb-type-group .cmb-th,
  .cmb-form .cmb-type-group .cmb-th + .cmb-td {
    width: 100%;
  }
  .job-applied-wrapper .employer-logo,
  .job-applied-wrapper .job-metas {
    display: none;
  }
  .job-applied-wrapper .employer-logo + .job-content {
    padding: 0;
  }
  .job-applied-wrapper .action-button {
    min-width: 70px;
  }
  .col-status,
  .col-date {
    margin: 10px 0;
  }
  .candidate-applicant .action-button {
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  .jobs-alert-ordering-wrapper > * {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .jobs-alert-ordering-wrapper > *:last-child {
    margin-bottom: 0 !important;
  }
  .jobs-alert-ordering-wrapper .select2-container {
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
}



[dir="rtl"] .pagination .icon-keyboard_arrow_right:before{
  content: "\e9a1";
}
[dir="rtl"] .pagination .icon-keyboard_arrow_left:before{
  content: "\e9a0";
}