/* FONT LOAD
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@300;400;600;700&display=swap');


@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'),
       url('../fonts/slick.woff') format('woff'),
       url('../fonts/slick.ttf') format('truetype'),
       url('../fonts/slick.svg#slick') format('svg');
}

/* SKELTON STRUCTURE
----------------------------------*/
.no-js {
	display: none;
}
body {
  font-family: 'Krub', sans-serif !important;
  overflow-x: hidden;
  counter-reset: my-sec-counter;
}
body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
textarea {
  resize: none;
}
audio, canvas, progress, video {
  display: inline;
  width: 100%;
}
*:focus {
  outline: 0 !important;
}
.no-bg {
  background: none !important;
}
::-webkit-input-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}
::-moz-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}
input:-moz-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  outline: 0 none;
}

[class*="dropdown-menu-tip-"]::after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-left: none;
}

.dropdown-menu-tip-n::after {
  top: calc(-.25rem - 1px);
  left: calc(50% - .25rem);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-ne::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-nw::after {
  top: calc(-.25rem - 1px);
  left: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-s::after {
  left: calc(50% - .25rem);
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dropdown-menu-tip-se::after {
  right: 1rem;
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dropdown-menu-tip-sw::after {
  left: 1rem;
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.dropdown-menu {
  margin-top: .75rem;
}
.content {
  margin: 0 !important;
  padding: 90px 0 50px 0 !important;
}




/* PADDING & MARGIN
----------------------------------*/
.no-padding {
	padding: 0 !important;
}
.no-pl {
  padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.mt-40 {
  margin-top: 40px !important;
}

/* ICON THEMES STYLE
----------------------------------*/
.icon-custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.icon-custom.dashboard {
  background-image: url(../images/icon-dashboard.png);
}
.icon-custom.dashboard-active {
  background-image: url(../images/icon-dashboard-active.png);
}
.icon-custom.my-vacancy {
  background-image: url(../images/icon-lowongan-saya.png);
}
.icon-custom.my-vacancy-active {
  background-image: url(../images/icon-lowongan-saya-active.png);
}
.icon-custom.e-learning {
  background-image: url(../images/icon-belajar.png);
}
.icon-custom.e-learning-active {
  background-image: url(../images/icon-belajar-active.png);
}
.icon-custom.account {
  background-image: url(../images/icon-akun.png);
}
.icon-custom.account-active {
  background-image: url(../images/icon-akun-active.png);
}


/* BUTTON THEMES STYLE
----------------------------------*/
.btn {
  font-size: 12px;
  line-height: 15px;
  border-radius: 25px;
  padding: 8px 24px;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.btn:focus {
  color: #fff;
}

.btn-blue {
  background: #10324a;
  color: #fff;
  border: 1px transparent solid;
}
.btn-blue:hover {
  background: #fff;
  color: #10324a;
  border: 1px solid;
}
.btn-red {
  background: #ef1214;
  color: #fff !important;
  border: 1px transparent solid;
}
.btn-red:hover {
  background: #fff;
  color: #ef1214 !important;
  border: 1px solid;
}
.btn-white {
  background: #fff;
  color: #e1e1e1;
  border: 1px #e1e1e1 solid;
}
.btn-white:hover {
  background: #e1e1e1;
  color: #fff;
  border: 1px solid;
}
.btn-white-2 {
  background: #fff;
  color: #ef1214;
  border: 1px #ef1214 solid;
}
.btn-white-2:hover {
  background: #ef1214;
  color: #fff;
  border: 1px solid;
}
.btn-payment {
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 13px;
}


/* NAVBAR
----------------------------------*/
.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  height: 60px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.navbar .navbar-brand {
  float: inherit;
  height: auto;
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand .logo {
  width: 60%;
  padding: 15px 10px;
}
.navbar .navbar-nav > li {
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px;
}
.navbar .navbar-nav > li > a {
  color: #10324a;
  padding: 20px 0;
}
.navbar .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #ef1214;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #ef1214;
  border-top: 3px solid;
  padding: 18px 0;
}
.navbar .navbar-nav > li.signin,
.navbar .navbar-nav > li.signup {
  font-size: 12px;
  text-transform: inherit;
  margin: 0 5px;
}
.navbar .navbar-nav > li.signin a,
.navbar .navbar-nav > li.signup a {
  padding: 3px 20px;
  position: relative;
  margin: 16px 0 ;
}
.navbar .navbar-nav > li.signup a {
  color: #fff;
}
.navbar .navbar-nav > li.signup a:hover,
.navbar .navbar-nav > li.signup a:focus {
  color: #ef1214 !important;
  border: 1px solid;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-toggle {
  font-weight: 600;
  font-family: "Krub", sans-serif !important;
  border-radius: 0;
  padding: 5px 3px;
  font-size: 14px;
  border: none;
  background-color: transparent;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-toggle > .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: .25rem;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 10px 50px #0000001c;
  box-shadow: 0px 10px 50px #0000001c;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-menu > li {
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-menu > li:last-child {
  border-bottom: 0 solid #d7d7d7;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-menu > li > a {
  padding: 8px 20px;
  color: #225071;
  text-transform: none;
}
.navbar .navbar-nav > li > .dropdown > .dropdown-menu > li > a:hover,
.navbar .navbar-nav > li > .dropdown > .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #225071;
}
.sub-navbar {
  background-color: #f8f8f9;
  padding-top: 65px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.sub-navbar ul.sub-navbar-menu {
  list-style: none;
  padding: 5px 10px;
  margin: 10px 0 5px 0;
  text-align: right;
}
.sub-navbar ul.sub-navbar-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}
.sub-navbar ul.sub-navbar-menu > li:last-child {
  margin: 0;
}
.sub-navbar ul.sub-navbar-menu > li a {
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #10324a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-navbar ul.sub-navbar-menu > li.active a {
  color: #ef1214;
}
.sub-navbar ul.sub-navbar-menu > li i {
  position: relative;
  margin-right: 5px;
}
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 20px #00000014;
  box-shadow: 0px 10px 20px #00000014;
}
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu > li {
  border-bottom: 1px solid #d7d7d7;
}
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu > li:last-child {
  border-bottom: none;
}
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu > li a {
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 400;
  color: #10324a;
}
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu > li a:hover,
.sub-navbar ul.sub-navbar-menu > li ul.dropdown-menu > li a:focus {
  background: #225071;
  color: #fff;
}


/* CONTAINER
----------------------------------*/
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}


/* WRAPPER
----------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
}
.wrapper h1 {
  font-family: 'Krub', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #27a59f;
  padding-bottom: 15px;
}
.wrapper h2 {
  font-family: 'Krub', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ef1214;
  padding-bottom: 15px;
}

/* Sub Section */
.wrapper.latest-job .content .list h2 {
  padding-bottom: 0;
}
.wrapper.latest-job .content .list ul,
.wrapper.list-new-job .content .list ul,
.wrapper.member-authentication .content .content-side .list ul {
  list-style: none;
}
.wrapper.latest-job .content .list  ul > li,
.wrapper.list-new-job .content .list ul > li,
.wrapper.member-authentication .content .content-side .list ul > li {
  position: relative;
  border-bottom: 1px #ebebeb solid;
  margin: 20px 0;
  padding-bottom: 20px;
}
.wrapper.latest-job .content .list  ul > li .logo,
.wrapper.list-new-job .content .list ul > li .logo,
.wrapper.member-authentication .content .content-side .list ul > li .logo {
  width: 10%;
  display: inline-block;
}
.wrapper.latest-job .content .list  ul > li .logo img,
.wrapper.list-new-job .content .list ul > li .logo img,
.wrapper.member-authentication .content .content-side .list ul > li .logo img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #f7f7f7;
}
.wrapper.latest-job .content .list  ul > li .description,
.wrapper.list-new-job .content .list ul > li .description,
.wrapper.member-authentication .content .content-side .list ul > li .description {
  position: relative;
  top: -5px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #959595;
}
.wrapper.latest-job .content .list  ul > li .description a,
.wrapper.list-new-job .content .list ul > li .description a,
.wrapper.member-authentication .content .content-side .list ul > li .description a {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #27a59f;
  display: block;
  margin-bottom: 3px;
}
.wrapper.latest-job .content .list  ul > li .description span,
.wrapper.list-new-job .content .list ul > li .description span,
.wrapper.member-authentication .content .content-side .list ul > li .description span {
  color: #333;
}
.wrapper.latest-job .content .list  ul > li .description .location,
.wrapper.list-new-job .content .list ul > li .description .location,
.wrapper.member-authentication .content .content-side .list ul > li .description .location {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}
.wrapper.latest-job .content .list  ul > li .btn,
.wrapper.list-new-job .content .list ul > li .btn,
.wrapper.member-authentication .content .content-side .list ul > li .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 7px 14px;
}
.wrapper.latest-job .content .register-form-landing {
  background: #f8f7fa;
  border-radius: 20px;
  padding: 25px 80px;
  margin: 0 0 0 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.7);
  box-shadow: 0 0 10px rgba(204,204,204,0.7);
}
.wrapper.latest-job .content .register-form-landing h2 {
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
}
.wrapper.latest-job .content .register-form-landing .sub-title,
.wrapper.latest-job .content .register-form-landing .or {
  font-size: 11px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 10px;
}
.wrapper.latest-job .content .register-form-landing .or {
  padding: 15px 0 20px 0;
}
.wrapper.latest-job .content .register-form-landing .form-control {
  border-radius: 20px;
}
.wrapper.latest-job .content .register-form-landing .form-control::-webkit-input-placeholder {
  color: #959595;
  opacity: 0.5;
}
.wrapper.latest-job .content .register-form-landing .form-control::-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}
.wrapper.latest-job .content .register-form-landing .form-control:-ms-input-placeholder {
  color: #959595;
  opacity: 0.5;
}
.wrapper.latest-job .content .register-form-landing .form-controlinput:-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}
.wrapper.latest-job .content .register-form-landing .form-control:focus {
  border-color: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
}
.wrapper.latest-job .content .register-form-landing .btn {
  width: 100%;
  margin-bottom: 15px;
}
.wrapper.latest-job .content .register-form-landing p {
  font-size: 10px;
  margin-bottom: 0;
}

/* Sub Section */
.wrapper.testimonial {
  text-align: center;
}
.wrapper.testimonial .content {
  text-align: left;
  padding: 15px 0;
}
.wrapper.testimonial .content ul {
  list-style: none;
}
.wrapper.testimonial .content img {
  max-width: 90px;
  max-height: 90px;
}
.wrapper.testimonial .content .title {
  font-size: 14px;
  font-weight: 600;
  color: #10324a;
}
.wrapper.testimonial .content .position {
  font-size: 13px;
  font-weight: 400;
  color: #959595;
}
.wrapper.testimonial .content .description {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  margin: 5px 0 20px 0;
}

/* Sub Section */
.wrapper.elearning-gateway {
  background-color: #f8f8f9;
  padding: 0;
}
.wrapper.elearning-gateway .caption {
  position: absolute;
  top: 15%;
  right: 10%;
  max-width: 400px;
  min-width: 360px;
}
.wrapper.elearning-gateway .caption h2 {
  font-size: 42px;
}
.wrapper.elearning-gateway .caption .description {
  font-size: 12px;
  color: #10324b;
  margin-bottom: 30px;
}

/* Sub Section */
.wrapper.jobs-category {
  padding-top: 30px;
}
.wrapper.jobs-category h2 {
  text-align: center;
  padding-bottom: 30px;
}
.wrapper.jobs-category .content ul {
  list-style: none;
}
.wrapper.jobs-category .content ul > li {
  text-align: center;
  margin-bottom: 20px;
}
.wrapper.jobs-category .content ul > li a {
  color: #000;
}
.wrapper.jobs-category .content ul > li a img {
  width: 50px;
  margin-bottom: 15px;
}
.wrapper.jobs-category .content ul > li a h3 {
  font-size: 18px;
  font-weight: 600;
}
.wrapper.jobs-category .content ul > li a .jobs-total {
  font-size: 12px;
  color: #7d7d7d;
}

/* Sub Section */
.wrapper.partners {
  text-align: center;
  background-color: #f8f8f9;
}
.content-partner{
  padding: 60px 0;
}
.wrapper.partners .content-partner ul {
  list-style: none;
  overflow: hidden;
}
.wrapper.partners .content-partner .slick-list {
  margin: 0 -10px;
}

.wrapper.partners .slick-track {
  display: flex;
}

.wrapper.partners .slick-track .slick-slide{
  align-items: stretch
}


.wrapper.partners .content-partner ul li {
  background: #fff;
  overflow: hidden;
  margin: 0 10px;
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 2px -2px #ddd;
  box-shadow: 0 4px 2px -2px #ddd;
}
.wrapper.partners .content-partner ul li a {
  display: block;
  padding: 5px;
  align-self: center;
}
.wrapper.partners .content-partner ul li a img {
  height: auto;
}

/* Sub Section */
.wrapper.detail-job {
  padding-top: 63px;
}
.wrapper.detail-job .content {
  margin-top: 50px;
}
.wrapper.detail-job .content .description {
  margin-bottom: 30px;
}
.wrapper.detail-job .content .description .location,
.wrapper.detail-job .content .description .salary {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #10324a;
}
.wrapper.detail-job .content .description .salary {
  color: #7d7d7d;
}
.wrapper.detail-job .content .description .category {
  display: block;
  color: #10324a;
  margin: 5px 0;
}
.wrapper.detail-job .content .description .text-area {
  margin: 40px 0;
}
.wrapper.detail-job .content .description .text-area h1,
.wrapper.detail-job .content .description .text-area h2,
.wrapper.detail-job .content .description .text-area h3,
.wrapper.detail-job .content .description .text-area h4,
.wrapper.detail-job .content .description .text-area h5 {
  font-size: 28px;
  font-weight: 400;
  color: #ef1214;
  padding-bottom: 10px;
}
.wrapper.detail-job .content .description .text-area h2 {
  font-size: 22px;
}
.wrapper.detail-job .content .description .text-area h3 {
  font-size: 16px;
}
.wrapper.detail-job .content .description .text-area h4 {
  font-size: 14px;
}
.wrapper.detail-job .content .description .text-area h5 {
  font-size: 12px;
}
.wrapper.detail-job .content .description .text-area ul > li,
.wrapper.detail-job .content .description .text-area ol > li {
  margin-left: 15px;
}
.wrapper.detail-job .content .company-side {
  background-color: #f8f8f9;
  padding: 40px 30px 30px 30px;
  border-radius: 15px;
}
.wrapper.detail-job .content .company-side .logo {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.wrapper.detail-job .content .company-side h2 {
  font-size: 22px;
  font-weight: 600;
  color: #10324a;
  padding-bottom: 10px;
}
.wrapper.detail-job .content .company-side p {
  font-size: 13px;
  font-weight: 400;
  color: #10324a;
  margin-bottom: 30px;
}
.wrapper.detail-job .content .company-side .wrapper-button {
  text-align: center;
}

/* Sub Section */
.wrapper.guide {
  padding-top: 63px;
}
.wrapper.guide .content {
  margin-top: 50px;
}
.wrapper.guide .content .description {
  margin-bottom: 30px;
}

/* Sub Section */
.wrapper.list-new-job {
  padding-top: 63px;
}
.wrapper.list-new-job .content {
  margin-top: 50px;
}
.wrapper.list-new-job .content .description {
  margin-bottom: 30px;
}

/* Sub Section */
.wrapper.member-authentication {
  padding: 40px 0 0 0;
}
.wrapper.member-authentication .padding-side {
  border-right: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.wrapper.member-authentication .content-side .carousel-inner {
  margin-bottom: 30px;
}
.wrapper.member-authentication .content-side h1 {
  font-family: 'Krub', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #10324a;
}
.wrapper.member-authentication .content-side .carousel-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.69);
  z-index: 10;
}
.wrapper.member-authentication .content-side .carousel-inner .item .carousel-caption {
  right: inherit;
  left: 0;
  bottom: 0;
  display: block;
  width: 40%;
  text-align: left;
  padding: 30px;
}
.wrapper.member-authentication .content-side .carousel-indicators {
  bottom: 0;
}
.wrapper.member-authentication .content-side .carousel-indicators li {
  width: 10px;
  height: 10px;
}
.wrapper.member-authentication .content-side .carousel-indicators .active {
  width: 12px;
  height: 12px;
}
.wrapper.member-authentication .profile-side {
  padding: 30px 50px;
  margin-bottom: 40px;
}
.wrapper.member-authentication .profile-side .profile-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.wrapper.member-authentication .profile-side .profile-account img {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.wrapper.member-authentication .profile-side .profile-account .profile {
  position: relative;
  top: 5px;
  display: block;
}
.wrapper.member-authentication .profile-side .profile-account .profile .type-account {
  font-family: 'Krub', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #10324a;
}
.wrapper.member-authentication .profile-side .profile-account .profile h3 {
  font-family: 'Krub', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ef1214;
  margin-bottom: 10px;
}
.wrapper.member-authentication .profile-side .profile-account .profile a {
  font-size: 14px;
  color: #959595;
}
.wrapper.member-authentication .profile-side .profile-completeness {
  color: #10324a;
  margin-bottom: 30px;
}
.wrapper.member-authentication .profile-side .profile-completeness .progress {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #859df5 solid;
  border-radius: 30px;
}
.wrapper.member-authentication .profile-side .profile-completeness .progress-bar {
  background-color: #ef1214;
}
.wrapper.member-authentication .profile-side .profile-completeness ul.info {
  list-style: none;
  color: #7d7d7d;
}
.wrapper.member-authentication .profile-side .profile-completeness ul.info > li {
  margin-bottom: 5px;
}
.wrapper.member-authentication .profile-side .profile-activity {
  padding: 15px 0;
  margin: 30px 0 40px 0;
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
}
.wrapper.member-authentication .profile-side .profile-activity h4 {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #10324a;
  margin-top: 15px;
}
.wrapper.member-authentication .profile-side .profile-activity ul {
  list-style: none;
}
.wrapper.member-authentication .profile-side .profile-activity ul > li {
  position: relative;
  margin: 15px 0;
  color: #7d7d7d;
}
.wrapper.member-authentication .profile-side .profile-activity .count-sent,
.wrapper.member-authentication .profile-side .profile-activity .count-read,
.wrapper.member-authentication .profile-side .profile-activity .count-reject {
  background: #ef1214;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: 0;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
}

/* Sub Section */
.wrapper.event {
  padding-top: 63px;
}
.wrapper.event .content {
  margin-top: 50px;
}
.wrapper.event .content h3 {
  margin-bottom: 15px;
}
.wrapper.event .content h3 a {
  font-family: 'Krub', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #27a59f;
}
.wrapper.event .content .info-meta {
  font-size: 13px;
  color: #7d7d7d;
}
.wrapper.event .content .info-meta ul > li {
  margin-right: 15px;
}
.wrapper.event .content .media a {
  max-width: 300px;
  max-height: 150px;
  overflow: hidden;
}
.wrapper.event .content .media .media-body {
  position: relative;
  top: -5px;
}
.wrapper.event .content .media .media-body p {
  color: #10324a;
  font-size: 14px;
  line-height: 22px;
}
.wrapper.event .content .sub-wrapper-category .panel .panel-heading {
  color: #10324a;
}
.wrapper.event .content .sub-wrapper-category .panel .list-group > li a {
  color: #ef1214;
}

/* CAROUSEL
----------------------------------*/
#main-carousel {
  padding-top: 63px;
  margin-bottom: 50px;
}
#main-carousel .carousel-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.69);
  z-index: 10;
}
.carousel-search {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  max-width: 450px;
}
.carousel-search p {
  font-family: 'Krub', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.carousel-search .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.carousel-search .input-group .form-control {
  border-radius: 25px;
  height: 45px;
}
.carousel-search .input-group-btn {
  position: absolute;
  width: auto;
  z-index: 10;
  right: 0;
}
.carousel-search .input-group .btn {
  font-size: 10.5px;
  height: 35px;
  margin: 5px;
  background: #ef1214;
  color: #fff;
  border-radius: 25px;
}
.carousel-search .dropdown {
  display: inline-block;
  margin-right: 30px;
}
.carousel-search .dropdown:last-child {
  margin-right: 0;
}
.carousel-search .dropdown button,
.carousel-search .dropdown button:focus {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.carousel-search .dropdown ul {
  list-style: none;
  padding: 0 15px;
}
.carousel-search .dropdown ul > li {
  color: #10324a;
}
.search-jobs {
  padding-top: 117px;
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.search-jobs .carousel-search {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000;
  margin: 0 auto;
}
.search-jobs .carousel-search .dropdown button,
.search-jobs .carousel-search .dropdown button:focus {
  color: #000;
}

/* MODAL
----------------------------------*/
#modal-login .modal-dialog,
#modal-register .modal-dialog,
#modal-register2 .modal-dialog,
#modal-forgot-password .modal-dialog {
  max-width: 450px;
}
#modal-login .modal-dialog .modal-content
#modal-register .modal-dialog .modal-content,
#modal-register2 .modal-dialog .modal-content {
  background-color: #f8f7fa;
}
#modal-login .modal-login-form,
#modal-register .modal-register-form,
#modal-register2 .modal-register-form2,
.modal-forgot-password {
  text-align: center;
  padding: 30px 58px;
}
.modal-forgot-password {
  padding: 30px;
}
#modal-register .modal-register-form.style2,
#modal-register2 .modal-register-form2 {
  padding: 30px;
}
#modal-login .modal-login-form h3,
#modal-register .modal-register-form h3,
#modal-register2 .modal-register-form2 h3,
.modal-forgot-password h3 {
  font-size: 36px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
}
#modal-register .modal-register-form h3 {
  padding-bottom: 15px;
}
#modal-login .modal-login-form .sub-title,
#modal-register .modal-register-form .sub-title,
#modal-register2 .modal-register-form2 .sub-title,
.modal-forgot-password .sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 10px;
}
#modal-login .modal-login-form .or,
#modal-register .modal-register-form .or,
#modal-register2 .modal-register-form2 .or {
  padding: 15px 0 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #10324a;
}
#modal-login .modal-login-form .form-control,
#modal-register .modal-register-form .form-control,
#modal-register2 .modal-register-form2 .form-control,
.modal-forgot-password .form-control {
  border-radius: 20px;
}
#modal-login .modal-login-form .btn,
#modal-register .modal-register-form .btn,
#modal-register2 .modal-register-form2 .btn {
  width: 100%;
}
.modal-forgot-password .btn {
  margin: 15px 0;
}
#modal-register .modal-register-form .btn.btn-red {
  width: auto;
}
#modal-login .modal-login-form p,
#modal-register .modal-register-form p,
#modal-register2 .modal-register-form2 p {
  font-size: 12px;
  margin: 35px 0 0 0;
}
#modal-login .modal-login-form a.link-modal,
#modal-register .modal-register-form a.link-modal {
  color: #ef1214;
}
#modal-login .modal-login-form .forgot-password {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
  color: #10324a;
}
#modal-register .modal-register-form .radio {
  text-align: left;
  font-size: 12px;
  margin-bottom: 25px;
}
#modal-register .modal-register-form .radio .title-option {
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #27a59f;
}
.socmed {
  position: relative;
  text-align: center;
  margin: 0;
  list-style: none;
}
.socmed > li {
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
}
.socmed > li:last-child {
  margin: 0;
}
.socmed > li > a {
  background: #ccc;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
}
.socmed > li > a.fb {
  background: #3b5998;
}
.socmed > li > a.gp {
  background: #db4437;
}
.socmed > li > a.tw {
  background: #00acee;
}
.socmed > li > a.li {
  background: #0072b1;
}


/* FOOTER
----------------------------------*/
footer {
  background: #ccc;
  color: #9fa4af;
  padding: 60px 0 0;
  font-size: 14px;
}
footer span {
  color: #ef1214;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f6f6f6;
  text-decoration: none;
}
footer ul {
  margin: 0 0 10px 0;
  padding: 0;
}
footer ul > li {
  display: inline-block;
  margin-right: 30px;
}
footer .widget {
  position: relative;
  display: block;
}
footer .widget h4 {
  color: #10324a;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}
footer .quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .quick-links li {
  display: block;
  margin-bottom: 10px;
}
footer .quick-links li a {
  display: inline-block;
  color: #10324a;
  font-size: 13px;
}
footer .quick-links li a:hover {
  color: #ef1213;
}
footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100px;
}
footer .social-links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 12px;
}
footer .social-links li a {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #ecf5f6;
  color: #959595;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
footer .social-links li a:hover {
  background-color: #fff;
  color: #544cf9;
}
footer .about-footer > img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}
footer .download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .download-app a {
  display: block;
  margin-right: 20px;
}
footer .copyrights {
  position: relative;
  padding: 15px 0;
  margin-top: 60px;
  border-top: 1px solid #10324a;
}
footer .copyrights p {
  color: #10324a;
  text-align: center;
  margin: 0;
}
footer .copyrights p a {
  color: #ef1213;
}
#backToTop {
  position: fixed;
  bottom: 6%;
  left: 3%;
  width: 42px;
  height: 42px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  -o-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/* OTHERS
----------------------------------*/
.shadowbox {
  -webkit-box-shadow: 0px 9px 40px #00000014;
  box-shadow: 0px 9px 40px #00000014;
}

.heading {
  display: block;
  margin-bottom: 30px;
}
.heading h4 {
  font-family: "Krub", sans-serif !important;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.secondary-menu {
  width: 100%;
  background-color: #f8f8f9;
  padding-top: 65px;
}
.secondary-menu ul {
  padding: 15px 15px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.secondary-menu ul li {
  margin-left: 2rem;
}
.secondary-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  color: #10324a;
  text-decoration: none;
}
.secondary-menu ul li.current a {
  color: #ef1213;
}
.secondary-menu ul li a svg {
  height: 16px;
  width: 16px;
  margin-right: .75rem;
}
.secondary-menu ul li.current a svg {
  fill: #ef1213;
}
.secondary-menu ul li a span {
  display: block;
}
.wrapper.documents .content {
  margin-top: 50px;
}
.search-input {
  position: relative;
  max-width: 485px;
  display: block;
  margin-bottom: 20px;
}
.search-input i {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #cbcccc;
}
.search-input input {
  width: 100%;
  border-radius: 30px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px 0 45px;
  font-size: 14px;
  border: 1px solid #28a59f !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.documents .table {
  position: relative;
  margin: 0;
}
.documents .table tr th,
.documents .table tr td {
  vertical-align: middle;
}
.documents .table tr th {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
}
.documents .table tr td {
  border-top: 1px solid #ebebeb;
}
.documents .table tr td .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
}
.documents .table tr td .icon.icon--video {
  background-color: #ff0000;
}
.documents .table tr td .icon.icon--cv {
  background-color: #10324a;
}
.documents .table tr td .icon.icon--certificate {
  background-color: #27a59f;
}
.documents .table tr td .icon.icon--otherdoc {
 background-color: #9d9d9d;
}
.documents .table tr td span {
  display: inline-block;
  margin-left: 15px;
}
.documents .table tr td .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #000;
}
.documents .table tr td .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 10px 50px #0000001c;
  box-shadow: 0px 10px 50px #0000001c;
}
.documents .table tr td .dropdown-menu > li > a {
  padding: 6px 20px;
}
.documents .table tr td .dropdown-menu > li > a:hover,
.documents .table tr td .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #225071;
}
.documents .col-md-2 .btn {
  padding: 12px 30px;
}
.my-profile {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.my-profile .user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.my-profile .user__info img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: 15px;
}
.my-profile .user__info .user__name {
  width: 100%;
}
.my-profile .user__info .user__name h4 {
  color: #ef1214;
  font-size: 20px;
  margin-bottom: 4px;
}
.my-profile .user__info .user__name h4 span {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 2px;
}
.my-profile .user__info .user__name a {
  color: #959595;
  font-size: 12px;
  display: inline-block;
}
.my-profile .user__progress {
  position: relative;
  margin-bottom: 0;
}
.my-profile .user__progress h5 {
  display: block;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #10324a;
}
.my-profile .user__progress .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #708cf3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.my-profile .user__progress .progress-bar {
  background-color: #ef1214;
  text-align: right;
  padding: 0 10px;
}
.my-profile .user__progress p {
  color: #7d7d7d;
  margin-bottom: 5px;
  font-size: 14px;
}
.my-activity {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.my-activity h4 {
  font-family: "Krub", sans-serif !important;
  font-size: 18px;
  color: #10324a;
  margin-bottom: 15px;
}
.my-activity ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-activity ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #7d7d7d;

}
.my-activity ul li span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  background-color: #ef1214;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}
.ads-banner {
  position: relative;
}

.wrapper.my-vacancies .content {
  margin-top: 50px;
}
.my-vacancies .vacancies__box {
  border: 1px solid #fafafa;
}
.my-vacancies .vacancies__box h3 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.my-vacancies .vacancies__box h3 .avatar {
  background-color: #ef1214;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 15px;
  border-radius: 50%;
}
.my-vacancies .table {
  position: relative;
  margin: 0;
}
.my-vacancies .table tr th,
.my-vacancies .table tr td {
  vertical-align: middle;
}
.my-vacancies .table tr th {
  font-size: 16px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 8px;
}
.my-vacancies .table tr td {
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}
.my-vacancies .table tr td span {
  color: #27a59f;
}
.my-vacancies .table tr td a {
  font-size: 18px;
  color: #10324a;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.my-vacancies .table tr td a:hover {
  color: #ef1214;
}
.my-vacancies .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: right;
  list-style: none;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.my-vacancies .pager li > a,
.my-vacancies .pager li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 14px;
  background-color: #e9ecee;
  border: 1px solid #e9ecee;
  border-radius: 6px;
  color: #394047;
  margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.my-vacancies .pager li > a:hover,
.my-vacancies .pager li > span:hover {
  background-color: #28a59f;
  color: #fff;
}
.my-vacancies .pager li:first-child > a > i {
  font-size: 10px;
  margin-right: 6px;
}
.my-vacancies .pager li:last-child > a > i {
  font-size: 10px;
  margin-left: 6px;
}

.wrapper.preference .content {
  margin-top: 50px;
}
.preference .preference-form {
  padding: 30px;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.preference .preference-form form {
  margin: 0;
  display: block;
}
.preference .preference-form form .with-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preference .preference-form form .with-action a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.preference .preference-form form .with-action a:hover {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.preference .preference-form form label,
.preference .preference-form form legend {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
  border: none;
}
.preference .preference-form form .form-control {
  border-radius: 30px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
}
.preference .preference-form form .form-control::-webkit-input-placeholder {
  color: #959595;
}
.preference .preference-form form .form-control:-ms-input-placeholder {
  color: #959595;
}
.preference .preference-form form .form-control::-moz-placeholder {
  color: #959595;
}
.preference .preference-form form .form-control::-ms-input-placeholder {
  color: #959595;
}
.preference .preference-form form .form-control::placeholder {
  color: #959595;
}
.preference .preference-form form .form-control::-webkit-outer-spin-button,
.preference .preference-form form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.preference .preference-form form .form-control[type=number] {
  -moz-appearance: textfield;
}
.preference .preference-form form textarea {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.preference .preference-form form .change-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preference .preference-form form .change-profile img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
.preference .preference-form form .change-profile a {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  font-size: 14px;
  color: #959595;
  padding: 10px 32px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.preference .preference-form form .change-profile a:hover {
  background-color: #27a59f;
  color: #fff;
}
.preference .preference-form form .multiple-select,
.preference .preference-form form .job-industry,
.preference .preference-form form .job-location,
.preference .preference-form form .select2-container--default .select2-selection--multiple {
  width: 100%;
  border-radius: 30px;
  padding: 0 15px;
  min-height: 40px;
  border: 1px solid #eeeeee;
}
.preference .preference-form form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8eff0;
  border: none;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 20px;
  line-height: 27px;
  position: relative;
}
.preference .preference-form form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #fff;
  border: 1px solid #959595;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -2px;
  right: 4px;
  width: 16px;
  height: 16px;
  line-height: normal;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.preference .preference-form form .edit-tag-btn {
  position: absolute;
  top: 36px;
  right: -32px;
  color: #ef1214;
  font-size: 20px;
}
.preference .select__radio {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preference .select__radio span {
  margin-right: 15px;
}
.preference .select__radio input[type="radio"]:checked,
.preference .select__radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.preference .select__radio input[type="radio"]:checked + label,
.preference .select__radio input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #959595;
  margin: 0;
}
.preference .select__radio input[type="radio"]:checked + label:before,
.preference .select__radio input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.preference .select__radio input[type="radio"]:checked + label:after,
.preference .select__radio input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #27a59f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.preference .select__radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.preference .select__radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.preference .price-range-slider {
  padding: 0;
  position: relative;
}
.preference .price-range-slider .range-value input {
  width: 100%;
  border: none;
  text-align: right;
  color: #ef1214;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.preference .price-range-slider .ui-widget.ui-widget-content {
  border: none;
  background-color: #999;
  border-radius: 30px;
}
.preference .price-range-slider .ui-slider .ui-slider-handle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 4px 10px #00000021;
  box-shadow: 0px 4px 10px #00000021;
}
.preference .price-range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: -.6em;
}
.preference .price-range-slider .ui-slider .ui-slider-range {
  background-color: #27a59f;
}
.preference .note-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.preference .note-price span {
  display: block;
  color: #959595;
}
.preference .actions {
  display: block;
  margin-top: 50px;
}
.preference .actions a {
  font-size: 14px;
  line-height: normal;
  border-radius: 30px;
  padding: 14px 50px;
  margin-right: 15px;
}

.corporate {
  position: relative;
  width: 100%;
}
.corporate .page__box {
  margin: 0;
  padding: 0;
}
.corporate h3 {
  font-family: "Krub", sans-serif !important;
  font-size: 18px;
  color: #10324a;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.corporate .inner__box {
  position: relative;
  padding: 24px 0;
}
.corporate .inner__box h4 {
  color: #ef1214;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.corporate .corporate__box {
  margin-bottom: 90px;
  border: 1px solid #fafafa;
}
.corporate .corporate__box:last-child {
    margin-bottom: 20px;
    border: 1px solid #fafafa;
  }
.corporate .corporate__box h3 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.corporate .corporate__box h3 .avatar {
  background-color: #ef1214;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 15px;
  border-radius: 50%;
}
/*
.corporate .corporate__box .table {
  position: relative;
  margin: 0;
}
.corporate .corporate__box .table tr th,
.corporate .corporate__box .table tr td {
  vertical-align: middle;
}
.corporate .corporate__box .table tr th {
  font-size: 14px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
}
.corporate .corporate__box .table tr td {
  font-size: 13px;
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}
.corporate .corporate__box .table tr td span {
  color: #27a59f;
}*/
/*.corporate .corporate__box .table tr td a {
  font-size: 18px;
  color: #10324a;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}*/
.corporate .corporate__box .table tr td a:hover {
  color: #ef1214;
}
.corporate .corporate__box .table tr td a.link {
  color: #27a59f;
  font-size: 13px;
}
.corporate .corporate__box .table tr td a.link:hover {
  text-decoration: underline !important;
}

.our-company {
  padding: 48px 24px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #00000014;
  box-shadow: 0 0 20px #00000014;
}
.our-company .company__info {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.our-company .company__info .image {
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin: 0 auto 15px;
}
.our-company .company__info h3 {
  font-size: 18px;
  text-align: center;
  color: #ef1214;
  font-weight: 600;
}
.our-company .company__info h3 span {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #10324a;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-company .company__info a {
  background-color: #10324a;
  color: #fff;
  margin-top: 0;
  padding: 12px 24px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.our-company .company__info a:hover {
  background-color: #154160;
}
.our-company .our__activity {
  position: relative;
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}
.our-company .our__activity h4 {
  font-family: "Krub", sans-serif !important;
  font-size: 16px;
  color: #10324a;
  margin-bottom: 15px;
  font-weight: 600;
}
.our-company .our__activity ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-company .our__activity ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #7d7d7d;
}
.our-company .our__activity ul li:last-child {
  margin-bottom: 0;
}
.our-company .our__activity ul li span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  background-color: #ef1214;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}
.our-company .invoice__list {
  position: relative;
  display: block;
  padding-bottom: 0;
  border-bottom: 0 solid transparent;
  margin-bottom: 0;
}
.our-company .invoice__list > h4 {
  font-family: "Krub", sans-serif !important;
  font-size: 16px;
  color: #10324a;
  margin-bottom: 15px;
  font-weight: 600;
}
.our-company .invoice__list > p {
  font-size: 13px;
  color: #7d7d7d;
  margin-bottom: 15px;
}
.our-company .invoice__list ul {
  margin: 0;
  list-style: none;
  padding-left: 22px;
}
.our-company .invoice__list ul li {
  position: relative;
  margin-bottom: 20px;
}
.our-company .invoice__list ul li:last-child {
  margin-bottom: 0;
}
.our-company .invoice__list ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -22px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #6a87f2;
  border-radius: 50%;
}
.our-company .invoice__list ul li h6 {
  font-size: 14px;
  color: #27a59f;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.our-company .invoice__list ul li p {
  margin-top: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}
.our-company .invoice__list ul li p .ids {
  margin-right: 10px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.our-company .invoice__list ul li p .date,
.our-company .invoice__list ul li p .price {
  margin-right: 10px;
  display: inline-block;
  color: #959595;
}
.our-company .invoice__list ul li p span:last-child {
  margin-right: 0;
}
.our-company .invoice__list ul li em {
  font-size: 13px;
  font-weight: 700;
}
.our-company .invoice__list ul li em.unpaid {
  color: #ef1214;
}

.table-custom {
  position: relative;
  border: 1px solid #fafafa;
}
.table-custom .search__box {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #ebebeb;
}
.table-custom .search__box.no--border {
  border-bottom: none;
}
.table-custom .search__box .search {
  position: relative;
  width: 100%;
}
.table-custom .search__box .search i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cbcccc;
  font-size: 18px;
}
.table-custom .search__box .search input {
  height: 35px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 40px;
}
.table-custom .search__box .search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}
.table-custom .search__box .search input::-moz-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}
.table-custom .search__box .search input:-ms-input-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}
.table-custom .search__box .search input:-moz-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}
.table-custom .search__box select {
  margin-top: 15px;
  border-color: #9aa9b3;
  color: #666;
  font-size: 13px;
  border-radius: 6px;
}
.table-custom .search__box .btn {
  position: absolute;
  top: 39px;
  right: 24px;
  height: 35px;
  background-color: #ef1213;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-custom .search__box .btn i {
  margin-right: 5px;
}
/*
.table-custom .table {
  width: 100% !important;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.table-custom .table tr th,
.table-custom .table tr td {
  vertical-align: middle;
}
.table-custom .table tr th {
  font-size: 14px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 15px 16px 8px;
}
.table-custom thead .sorting:after,
.table-custom thead .sorting_asc:after,
.table-custom thead .sorting_desc:after,
.table-custom thead .sorting_asc_disabled:after,
.table-custom thead .sorting_desc_disabled:after,
.table-custom .dataTables_filter {
  display: none !important;
}
.table-custom .table tr td {
  font-size: 13px;
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}*/

.table-custom .table tr td span {
  color: #27a59f;
}
.table-custom .table tr td span.name--link {
  color: #4095eb;
}
.table-custom .table tr td a {
  font-size: 13px;
  color: #ef1214;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.table-custom .table tr td a:hover {
  color: #10324a;
}
.table-custom .table.table-contract {
  border-bottom: none;
}
.table-custom .table.table-contract tr td {
  font-size: 13px;
  border-top: none;
  color: #8e9091;
  padding: 15px 20px;
}
.table-custom .table.table-contract tr td img {
  margin-right: 5px;
}
.table-custom .with-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
}
.table-custom .with-actions > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  padding: 12px 32px;
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
}
.table-custom .with-actions > a > i {
  margin-right: 5px;
}
.table-custom .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0;
  border-radius: 0;
}
.table-custom .pagination li  {
  display: block;
  margin-left: 10px;
}
.table-custom .pagination li a {
  display: block;
  background-color: #e9ecee;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  color: #394047;
  border: none;
  border-radius: 0;
}
.table-custom .pagination li.active a {
  background-color: #ef1214;
  color: #fff;
}
.table-custom .pagination li.disabled a {
  background-color: #f3f5f6;
  color: #808c99;
}
.table-custom .pagination li.previous a,
.table-custom .pagination li.next a,
.table-custom .pagination li a.prev,
.table-custom .pagination li a.next {
  width: auto;
  height: 32px;
  padding: 0 15px;
}
.table-custom .pagination li a i {
  font-size: 11px;
}
.table-custom .pagination li.previous a i,
.table-custom .pagination li a.prev i {
  margin-right: 4px;
}
.table-custom .pagination li.next a i,
.table-custom .pagination li a.next i {
  margin-left: 4px;
}

.candidate-profile {
  position: relative;
  width: 100%;
}
.candidate-profile h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.candidate-profile .desc {
  position: relative;
  background-color: #f8f8f9;
  margin-bottom: 20px;
  min-height: 208px;
}
.candidate-profile .desc img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.candidate-profile .desc table {
  width: 100%;
  margin: 0;
  border: none;
}
.candidate-profile .desc table td {
  padding: 10px;
  font-size: 13px;
  color: #7d7d7d;
}
.candidate-profile .form__block {
  margin-bottom: 20px;
}
.candidate-profile .form__block label,
.candidate-profile .form__block legend {
  font-size: 16px;
  margin-bottom: 15px;
  border: none;
  font-weight: 400;
}
.candidate-profile .form__block > input {
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 13px;
  max-width: 220px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.candidate-profile .form__block > input:focus {
  border-color: #ef1213;
}
.candidate-profile .form__block > input::-webkit-input-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}
.candidate-profile .form__block > input::-moz-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}
.candidate-profile .form__block > input:-ms-input-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}
.candidate-profile .form__block > input:-moz-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}
.select-label::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  bottom: 10px;
  right: 5px;
}
.select-label::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  color: #959595;
  width: 18px;
  height: 18px;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.candidate-profile .form__block > select {
  border: 1px solid #eeeeee;
  color: #959595;
  width: 100%;
  font-size: 13px;
  max-width: 220px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.candidate-profile .form__block > select:focus {
  border-color: #ef1213;
}
.candidate-profile .form__block .date-select {
  display: block;
}
.candidate-profile .form__block .date-select input {
  width: 165px;
  height: 35px;
  padding: 0 16px;
  margin-right: 15px;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 0px 5px 10px #00000012;
  box-shadow: 0px 5px 10px #00000012;
}
.candidate-profile .form__block .date-select input[type="time"] {
  margin-right: 0;
  width: 100px;
}
.candidate-profile .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.candidate-profile .actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  padding: 14px 32px;
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  .candidate-profile .actions a.btn--primary {
  background-color: #ef1214;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.candidate-profile .actions a i {
  margin-right: 5px;
}

.events {
  position: relative;
  width: 100%;
}
.events .event__item {
  display: none;
  margin-bottom: 20px;
}
.events .event__item > a {
  position: relative;
  width: 100%;
  min-height: 430px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.events .event__item > a:hover {
  opacity: .85;
}
.events .event__item .desc {
  padding: 24px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  display: block;
}
.events .event__item .desc h3 {
  margin-bottom: 10px;
}
.events .event__item .desc h3 a {
  color: #27a59f;
  font-family: "Krub", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}
.events .event__item .desc p {
  margin-top: 0;
  margin-bottom: 0;
}
.events .event__more {
  color: #ef1213;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events .event__more i {
  margin-right: 5px;
}

.payment-method {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.payment-method h6 {
  font-family: "Krub", sans-serif !important;
  color: #10324a;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.payment-method p {
  margin: 0;
  display: block;
}
.payment-method p label img {
  width: 100%;
  height: auto;
}
.payment-method p input[type="radio"]:checked,
.payment-method p input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.payment-method p input[type="radio"]:checked + label,
.payment-method p input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  background-color: #e9ecee;
  width: 100%;
  border-radius: 10px;
}
.payment-method p input[type="radio"]:checked + label:after,
.payment-method p input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid #10324a;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-method p input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
.payment-method p input[type="radio"]:checked + label:after {
  opacity: 1;
}
.payment-method .btn {
  padding: 12px 32px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 200px;
  margin: 350px 0 0 auto;
}

.form-custom {
  padding: 30px;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.form-custom form {
  margin: 0;
  display: block;
}
.form-custom form .with-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-custom form .with-action a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.form-custom form .with-action a:hover {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.form-custom form label,
.form-custom form legend {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
  border: none;
}
.form-custom form .form-control {
  border-radius: 30px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.form-custom form .form-control:focus {
  border: 1px solid #27a59f;
}
.form-custom form .form-control::-webkit-input-placeholder {
  color: #959595;
}
.form-custom form .form-control:-ms-input-placeholder {
  color: #959595;
}
.form-custom form .form-control::-moz-placeholder {
  color: #959595;
}
.form-custom form .form-control::-ms-input-placeholder {
  color: #959595;
}
.form-custom form .form-control::placeholder {
  color: #959595;
}
.form-custom form .form-control::-webkit-outer-spin-button,
.form-custom form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-custom form .form-control[type=number] {
  -moz-appearance: textfield;
}
.form-custom form textarea {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f9;
}
.form-custom form .change-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-custom form .change-profile img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
.form-custom form .change-profile a {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  font-size: 14px;
  color: #959595;
  padding: 10px 32px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.form-custom form .change-profile a:hover {
  background-color: #27a59f;
  color: #fff;
}
.form-custom form .multiple-select,
.form-custom form .select2-container--default .select2-selection--multiple {
  width: 100%;
  border-radius: 30px;
  padding: 0 15px;
  min-height: 40px;
  border: 1px solid #eeeeee;
}
.form-custom form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8eff0;
  border: none;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 20px;
  line-height: 27px;
  position: relative;
}
.form-custom form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #fff;
  border: 1px solid #959595;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -2px;
  right: 4px;
  width: 16px;
  height: 16px;
  line-height: normal;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.form-custom form .edit-tag-btn {
  position: absolute;
  top: 36px;
  right: -32px;
  color: #ef1214;
  font-size: 20px;
}
.form-custom .select__radio {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-custom .select__radio span {
  margin-right: 15px;
}
.form-custom .select__radio input[type="radio"]:checked,
.form-custom .select__radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-custom .select__radio input[type="radio"]:checked + label,
.form-custom .select__radio input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #959595;
  margin: 0;
}
.form-custom .select__radio input[type="radio"]:checked + label:before,
.form-custom .select__radio input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.form-custom .select__radio input[type="radio"]:checked + label:after,
.form-custom .select__radio input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #27a59f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-custom .select__radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-custom .select__radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-custom .note-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.form-custom .note-price span {
  display: block;
  color: #959595;
}
.form-custom .actions {
  display: block;
  margin-top: 50px;
}
.form-custom .actions a {
  font-size: 14px;
  line-height: normal;
  border-radius: 30px;
  padding: 14px 50px;
  margin-right: 15px;
}
.form-custom .inner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-custom .inner__form span {
  margin: 32px 10px 15px;
  font-size: 24px;
}
.form-custom .only-value {
  font-size: 14px;
  color: #959595;
  margin-bottom: 0;
  word-wrap: break-word;
}
.form-custom .multiple-value  {
  display: block;
  position: relative;
}
.form-custom .multiple-value span {
  background-color: #e8eff0;
  border: none;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 20px;
  line-height: 27px;
  position: relative;
}
.form-custom .dropdown .dropdown-toggle {
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 11.5px 0;
  width: 100%;
  color: #959595;
  background-color: #fff;
  box-shadow: none !important;
}
.form-custom .dropdown .dropdown-toggle:focus {
  border: 1px solid #27a59f;
}
.form-custom .dropdown .dropdown-toggle .caret {
  margin-left: 5px;
}
.form-custom .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 20px #00000014;
  box-shadow: 0px 10px 20px #00000014;
}
.form-custom .dropdown ul {
  list-style: none;
  padding: 0 15px;
}
.form-custom .dropdown ul > li {
  color: #10324a;
}
.form-custom .dropdown .dropdown-item label {
  font-size: 14px;
  margin-bottom: 0;
}
.form-custom .file {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 40px;
  max-width: 100%;
  position: relative;
}
.form-custom .file-input {
  filter: alpha(opacity = 0);
  margin: 0;
  max-width: 100%;
  opacity: 0;
}
.form-custom .file-control {
  width: 100%;
  border-radius: 30px;
  padding: 0 15px;
  min-height: 40px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  line-height: 38px;
  overflow: hidden;
  background-color: #fff;
  color: #959595;
  font-weight: 400;
  left: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.form-custom .file-control:after {
  content: attr(data-filename);
}
.form-custom .upload-btn {
  background-color: #10324a;
  color: #fff !important;
  display: block;
  height: 38px;
  padding: 10px 20px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 30px;
}
.form-custom .upload-btn {
  color: #fff !important;
}

.company-register {
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/corporate.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company-register .captions {
  text-align: center;
  max-width: 370px;
  margin: -200px 0px 0 auto;
}
.company-register .captions h2 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.company-register .captions p {
  margin: 0;
  color: #fff;
}
.company-register .captions.no-register{
  margin: 0 auto;
  position: relative;
  bottom: 150px;
}
.company-register-form {
  background: #f8f7fa;
  border-radius: 20px;
  padding: 22px;
  margin: 65px 0 0 15px;
  -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.7);
  box-shadow: 0 0 10px rgba(204,204,204,0.7);
}
.company-register-form h2 {
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.company-register-form form label {
  font-weight: 600;
  font-size: 12px;
}
.company-register-form form .form-control {
  border-radius: 20px;
  border-color: #6684f2;
}
.company-register-form form .form-control::-webkit-input-placeholder {
  color: #959595;
  opacity: 0.5;
}
.company-register-form form .form-control::-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}
.company-register-form form .form-control:-ms-input-placeholder {
  color: #959595;
  opacity: 0.5;
}
.company-register-form form .form-controlinput:-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}
.company-register-form form .form-control:focus {
  border-color: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
}
.company-register-form form .btn {
  width: 100%;
  margin-bottom: 15px;
}
.company-register-form p {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
.company-register-form form .captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.company-register-form form .text {
  font-size: 14px;
  font-weight: 500;
  margin-right: 1em;
}
.company-register-form form .spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company-register-form form .spinner > label {
  margin-bottom: 0 !important;
}
.company-register-form form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.company-register-form form input[type="checkbox"] + .checkmark {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fcfcfc;
	border: 2.5px solid #c3c3c3;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.company-register-form form input[type="checkbox"] + .checkmark span {
	content: '';
	position: relative;
	margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	width: .75em;
	height: 1.2em;
	opacity: 0;
}
.company-register-form form input[type="checkbox"] + .checkmark > span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
  bottom: 0;
  left: 0;
	background-color :#029f56;
}
.company-register-form form input[type="checkbox"] + .checkmark > span:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
  bottom: 0;
  right: 0;
	background-color: #029f56;
}
.company-register-form form input[type="checkbox"]:checked + .checkmark {
	-webkit-animation: 2s spin forwards;
  animation: 2s spin forwards;
}
.company-register-form form input[type="checkbox"]:checked + .checkmark > span {
	-webkit-animation: 1s fadein 1.9s forwards;
  animation: 1s fadein 1.9s forwards;
}
.company-register-form form input[type="checkbox"]:checked + .checkmark > span:after {
  -webkit-animation: .3s bottomslide 2s forwards;
  animation: .3s bottomslide 2s forwards;
}
.company-register-form form input[type="checkbox"]:checked + .checkmark > span:before {
  -webkit-animation: .5s rightslide 2.2s forwards;
  animation: .5s rightslide 2.2s forwards;
}
@-webkit-keyframes fadein {
	0% {
    opacity: 0;
  }
	100% {
    opacity: 1;
  }
}
@keyframes fadein {
	0% {
    opacity: 0;
  }
	100% {
    opacity: 1;
  }
}
@-webkit-keyframes bottomslide {
	0% {
    width: 0;
  }
	100% {
    width: 100%;
  }
}
@keyframes bottomslide {
	0% {
    width: 0;
  }
	100% {
    width: 100%;
  }
}
@-webkit-keyframes rightslide {
	0% {
    height: 0;
  }
	100% {
    height: 100%;
  }
}
@keyframes rightslide {
	0% {
    height: 0;
  }
	100% {
    height: 100%;
  }
}
.company-register-form form .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 5px 20px;
}
.company-register-form form .logo img {
	height: 2em;
	width: 2em;
}
.company-register-form form .logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  margin: .4em 0 .2em 0;
}
.company-register-form form .logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 8px;
}
@-webkit-keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}
	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
		border-color: rgb(199,218,245);
	}
	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199,218,245);
		border-right-color: rgb(89,152,239);
	}
	70% {
		border-width: 4px;
		border-color: rgb(199,218,245);
		border-right-color: rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		-webkit-transform: rotate(720deg);
    transform: rotate(720deg);
		border-color: transparent;
	}
}
@keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}
	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
		border-color: rgb(199,218,245);
	}
	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199,218,245);
		border-right-color: rgb(89,152,239);
	}
	70% {
		border-width: 4px;
		border-color: rgb(199,218,245);
		border-right-color: rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		-webkit-transform: rotate(720deg);
    transform: rotate(720deg);
		border-color: transparent;
	}
}

.company-features {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.company-features .item__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.company-features .item__feature img {
  width: 42px;
  min-width: 42px;
  margin-right: 10px;
}
.company-features .item__feature .desc {
  width: 100%;
}
.company-features .item__feature .desc h5 {
  font-family: "Krub", sans-serif !important;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.company-features .item__feature .desc p {
  margin: 0;
  font-size: 13px;
  display: block;
}

.about-us {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
}
.about-us::before {
  content: '';
  height: 70%;
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
}
.about-us .desc {
  margin-top: 95px;
  display: block;
}
.about-us .desc h1 {
  font-family: "Krub", sans-serif !important;
  color: #ef1214;
}
.about-us .desc p {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 13px;
}
.about-us .desc a {
  display: inline-block;
}
.about-us img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.job-posted {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.job-posted .job__box {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.job-posted .job__box p {
  margin-top: 0;
}
.job-posted .job__box a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 32px;
  margin-right: 10px;
  color: #282828;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
}
.job-posted .job__box a:last-child {
  margin-right: 0;
}

.experience_records_dynamic {
  width: 100%;
  margin-top: 15px;
}
.experience_records_dynamic .remove {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.experience_records_dynamic .remove:last-of-type {
  margin-bottom: 0;
}
.experience_records_dynamic .remove .remove-field {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #3a3a3aee;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #0000004d;
  box-shadow: 0 0 20px #0000004d;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.btn-create-question {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  font-size: 14px;
}

/*.question-records {
  display: none;
}*/
.question_records_dynamic .number::after {
  position: relative;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}
.question-records,
.question_records_dynamic .remove {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #fafafa;
}
.question_records_dynamic {
  width: 100%;
  margin-top: 15px;
}
.question_records_dynamic .remove {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.question_records_dynamic .remove:last-of-type {
  margin-bottom: 0;
}
.question_records_dynamic .remove .remove-field {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #3a3a3aee;
  line-height: 30px;
  text-align: center;
  background-color: #f75858;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #0000004d;
  box-shadow: 0 0 20px #0000004d;
  padding-left: 1px;
}

.multiple-choices {
  display: block;
  margin-bottom: 0;
}
.multiple-choices input[type="radio"]:checked,
.multiple-choices input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.multiple-choices input[type="radio"]:checked + label,
.multiple-choices input[type="radio"]:not(:checked) + label {
  position: absolute;
  top: 13px;
  right: 13px;
  padding-left: 0;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #666;
  width: 24px;
  height: 24px;
  margin: 0;
}
.multiple-choices input[type="radio"]:checked + label:before,
.multiple-choices input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #969696;
  border-radius: 100%;
  background: #fff;
}
.multiple-choices input[type="radio"]:checked + label:after,
.multiple-choices input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #28a59f;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.multiple-choices input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.multiple-choices input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.multiple-choices p {
  position: relative;
  margin: 0 0 15px;
}
.multiple-choices p:last-child {
  margin-bottom: 0;
}
.multiple-choices p textarea {
  padding-right: 48px;
}

.tooltip-question {
  display: block;
  position: relative;
}
.tooltip-question:hover::after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  margin: 0 auto;
  font-size: 16px;
  padding: 5px;
  width: 180px;
  font-size: 12px;
  position: absolute;
  right: 32px;
  top: -5px;
}
.tooltip-question:hover::before {
  border: solid;
  border-color: #444 transparent;
  border-width: 6px 6px 0 6px;
  content: '';
  right: 20px;
  left: auto;
  bottom: 0;
  top: 25px;
  margin: auto;
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

.profile-detail {
  padding: 48px 24px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #00000014;
  box-shadow: 0 0 20px #00000014;
}
.profile-detail .profile__info {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.profile-detail .profile__info .image {
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin: 0 auto 15px;
}
.profile-detail .profile__info h3 {
  font-size: 18px;
  text-align: center;
  color: #ef1214;
  font-weight: 600;
}
.profile-detail .profile__info h3 span {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #10324a;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-detail .profile__info a {
  background-color: #10324a;
  color: #fff;
  margin-top: 0;
  padding: 12px 24px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.profile-detail .profile__info a:hover {
  background-color: #154160;
}
.profile-detail .profile__summary {
  margin: 0 0 32px;
  padding: 0 0 32px;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}
.profile-detail .profile__summary li {
  display: block;
  margin-bottom: 10px;
}
.profile-detail .profile__summary li:last-child {
  margin-bottom: 0;
}
.profile-detail .profile__summary li h5 {
  width: 100%;
  display: flex;
  font-size: 14px;
}
.profile-detail .profile__summary li h5 b {
  min-width: 140px;
  position: relative;
  display: block;
  font-weight: 400;
  margin-right: 10px;
}
.profile-detail .profile__summary li h5 b::after {
  content: ':';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.profile-detail .profile__summary li h5 span {
  display: block;
  font-weight: 600;
  color: #10324a;
}
.profile-detail > h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.profile-detail > p {
  font-size: 14px;
  margin-bottom: 0;
}

.modal {
  text-align: center;
}
.modal:before {
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  /* height: 100%; */
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}


/*custom */

.flexrow {
    display: flex;
}
.flexrow > * {
    flex: 1;
    margin: 0.5em;
    outline: auto #ef1214;
}
.display-flex-center {
    display:flex;
    align-items:center;
}


.transform-center-parent {
    position: relative;
    transform-style: preserve-3d;
}

.transform-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.display-inline-block {
    display:inline;
}
.display-inline-block > div {
    display:inline-block;
    float:none;
    vertical-align: middle;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.membership-info {
    background:none !important;
    color: #428bca !important;
    padding: 0 !important;
}

.table-custom .search__box input {
    margin-top: 15px;
    border-color: #9aa9b3;
    color: #666;
    font-size: 13px;
    border-radius: 6px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.company-register-form.modalform {
    background: unset !important;
    border-radius: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.company-register-form.modalform form .captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}


/* begin select2 custom styles*/
.select2-dropdown {
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    font-size: 14px;
    color: #959595;
    box-shadow: none !important;
    height: 40px;
    line-height: 40px;
    padding: 5px 15px;
}

.select2-container--default .select2-selection--multiple {
    width: 100% !important;
    border-radius: 30px !important;
    padding: 4px 15px !important;
    min-height: 40px !important;
    border: 1px solid #eeeeee !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 20px;
}

.select2-container {
    width: inherit !important;
    box-sizing: border-box;
    display: inherit;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

/*end select2 custom styles*/

/* summernote */
.summernote ol, ul{
    list-style: disc;
    list-style-position: inside;
}

.about-redy {
  border: none !important;
  outline: none !important;
  text-align: center !important;
}

.about-redy-ul {
  list-style-position: outside !important;
}

.about-redy-ul li::marker {
  font-size: 21px;
}
.dataTable{
  word-wrap:break-word;
}
.dataTable tbody tr td {
  vertical-align: middle;
}

.about-title {
  font-size: 20px;
}

.about-img {
  height: 110px !important;
  width: auto;
}

.about-title-feature {
  font-weight: 600;
  margin-bottom: 4px;
}

.about-desc-feature {
  font-size: 11px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding-right: 30px !important;
}

.disabled-btn {
  background-color: #ece9e9 !important;
  pointer-events: none;
}

.text-dark {
    color: black !important;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/**
data table
 */
.left-border-success{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #5cb85c;
}

.left-border-warning{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #f0ad4e;
}

.left-border-info{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #5bc0de;
}

.left-border-danger{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #d9534f;
}
.note-set-jadwal {
    margin-top: 12px;
    font-size: 11px;
    font-style: italic;
}

.btn-more-elearning {
  float: right;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 14px !important;
}

.btn-more-elearning:hover {
  background-color: #f8f8f9;
}

.modal-login-reg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.company-register-form .form-tooltip{
  position: relative;
  display: block;
}

.form-tooltip .info{
  color: #a7a7a7;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.disable-pagiantion {
  pointer-events: none;
}

.disable-pagiantion a {
  background-color: #f3f5f6 !important;
  color: #808c99 !important;
}

.interview-box-dashed{
  border-radius: 30px;
  border : 1px dashed #D9D9D9;
  height: 200px;
  position: relative;
}

.interview-box-dashed hr{
  margin-top: 30px;
  border-top: 1px dashed #D9D9D9;
}
.interview-box{
  border: 0.8px solid transparent !important;
  border-radius: 30px !important;
  background-color: #10324A;
  position: relative;
}

.interview-box .panel-body{
  background-color: #fff;
  border-radius: 0 0 29px 29px;
}

.panel-title > a:after {
  font-family:'Font Awesome\ 5 Free';
  font-weight: 900;
  content:"\f077";
  margin-left: 10px;
}
.panel-title > a.collapsed:after {
  content:"\f078";
}


.reschedule-interview-btn{
  float: right;
  margin-top: 15px;
}

@media (max-width: 377px){
  .reschedule-interview-btn{
    text-align: center;
  }
  button:first-child{
    margin-bottom: 10px;
  }
}

.interview-heading{
  border-radius: 0 !important;
  background-color: transparent !important;
}
.heading-border{
  border-radius: 30px 30px 30px 30px;
}

.interview-heading > .panel-title{
  color: #fff !important;
  text-align: center;
}

.interview-box-content{
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 15px 25px;
  margin: 15px 0;
  overflow: auto;
}

.interview-btn-box{
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}

@media screen and (max-width: 1200px){
  .interview-btn-box{
    grid-auto-flow: row;
    gap: 15px;
  }
}

.interview-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
.interview-btn:focus{
  background-color: transparent;
  color: #000;
}
.interview-btn:active{
  background-color: transparent;
  color: #000;
}

.interview-box hr{
  border-color: #D9D9D9;
  margin-top: 35px;
}

.labl {
  display : block;
}
.labl > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
  cursor:pointer;
  border:1px solid #D9D9D9;
  padding: 15px;
  border-radius: 10px;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  border: 1px solid #10324A;
  padding: 15px;
  border-radius: 10px;
}
.other-reasons{
  border-radius: 10px;
}
.border-box-red{
  border: 1px solid #EF1214;
  color: #EF1214;
}
.ui-timepicker-container.ui-timepicker-standard{
    z-index: 1060 !important;
    font-family:inherit;
}

.ui-timepicker-container.ui-timepicker-standard ul{
    list-style-type: none;
}

.ui-timepicker-container.ui-timepicker-standard ul li a{
    cursor: pointer;
}
.wrapper.how-to{
  background-color: #f8f8f9;
  padding: 60px 0;
}

.wrapper.how-to .video-text{
  margin: 0 auto;
}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper h4{
  margin-bottom: 10px;
}

.wrapper p{
  margin: 0 0 30px 0;
}

/* BUTTONS REDY */

.btn-positive{
  color: #fff !important;
  background-color: #10324a !important;
  box-shadow: none !important;
}
.btn-positive:hover{
  color: #10324a !important;
  background-color: #fff !important;
  border: 1px solid #10324a !important;
  box-shadow: none !important;
}
.btn-negative{
  color: #fff !important;
  background-color: #ef1214 !important;
  box-shadow: none !important;
}
.btn-negative:hover{
  color: #ef1214 !important;
  background-color: #fff !important;
  border: 1px solid #ef1214 !important;
  box-shadow: none !important;
}
.btn-neutral{
  color: #10324a !important;
  border: 1px solid #10324a !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.btn-neutral:hover{
  color: #fff !important;
  background-color: #10324a !important;
  box-shadow: none !important;
}

/* End Button Redy */

.box-skills{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}

.box-skills ul{
  list-style-type: none;
}

select.placeholder-shown {
  color: #cbcbcb;
}
select.placeholder-hidden {
  color: black;
}
select.select-register option{
  color: #000;
}

.classif-info > div.well{
  margin: 10px 0;
  border-radius: 30px;
}

.classif-info ul{
  margin-bottom: 10px;
}

.classif-info ul:last-child{
  margin-bottom: 0;
}

.classif-info ul li{
  text-indent: -16px;
  padding-left: 20px;
}

.box-toolbar-btn{
  padding: 10px 0;
}

.package-limited .package-content{
  padding: 0 80px;
}

.package-limited .btn-package-limited{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.text-ellipsis{
  width: 184px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.radioSwitchProfile{
  height:40px;
  display:flex;
  align-items:center;
}

.radioSwitchProfile input{
  margin: 0 !important;
}

.radioSwitchProfile label{
  margin-right: 50px;
  margin-left: 10px;
  margin-bottom: 0 !important;
}
