@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.custom-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 50px;
  margin-bottom: 50px;
}
.custom-box__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.custom-box__title h3 {
  font-weight: 700;
}
.custom-box--sm {
  padding: 30px;
}
@media (max-width: 767px) {
  .custom-box {
    padding: 30px;
  }
  .custom-box__title h3 {
    font-size: 18px;
  }
  .custom-box__title .btn {
    font-size: 14px;
    padding: 4px 10px;
  }
}
@media (max-width: 575px) {
  .custom-box {
    padding: 30px 20px;
  }
}

.label-custom {
  font-weight: 600;
  padding: 4px 20px;
  margin: 0 0 10px;
}
.label-custom--yellow {
  background-color: #fff3cd;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}

.pagination-custom {
  margin-top: 40px;
}
.pagination-custom ul li a {
  border-radius: 50%;
}
.pagination-custom ul li a:hover, .pagination-custom ul li a.current-page {
  background: #eaf0ff;
  color: #2c334e;
}
.pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

#wrapper.bg-gradient {
  background: #f0f2f5;
}

.datepicker th, .datepicker td {
  display: table-cell;
}
.datepicker tr {
  display: table-row;
}

.header-custom #header > .container {
  display: flex;
  align-items: center;
}
.header-custom #header > .container .left-side, .header-custom #header > .container .right-side {
  position: relative;
  float: none;
  flex: unset;
}
.header-custom #header > .container .right-side {
  right: unset;
  display: flex;
}
.header-custom #header > .container .right-side a.button {
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
.header-custom #header > .container .right-side a.button img {
  height: 16px;
}
.header-custom #header .header-widget {
  margin-right: 0;
  float: unset;
  border-left: none;
  display: flex;
  padding: 0 30px 0 0;
}
.header-custom #header .header-widget:last-of-type {
  padding: 0;
}
.header-custom #header #logo {
  border-right: none;
}
.header-custom #header #logo img {
  height: 50px;
}
.header-custom #header #navigation {
  float: right;
  margin-right: 20px;
}
.header-custom #header #navigation ul li {
  margin: 0 10px;
}
.header-custom #header #navigation ul a {
  font-weight: 600;
}
.header-custom #header .user-menu {
  margin: 0;
}
@media (max-width: 1099px) {
  .header-custom #header > .container .right-side a.button {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .header-custom #header #logo {
    padding-right: 0;
  }
  .header-custom #header > .container .right-side a.button {
    width: 80px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .header-custom #header .mmenu-trigger {
    margin: 0 0 0 15px;
  }
}

.button-gradient {
  background: linear-gradient(to right, #e53038, #dc7c7e);
}

.btn-assign {
  background: #f1f1f1;
  color: #c2c2c2;
  padding: 6px 16px;
}
.btn-assign:hover {
  border-color: #c2c2c2;
  color: #1f1f1f;
}
.btn-secondary-custom {
  color: #e04042;
  background-color: #f1f1f1;
}
.btn-help {
  float: right;
  color: #1f1f1f;
}

.form-input {
  background: #f3f7ff;
  padding: 0 20px;
  height: 48px;
  color: #181f3d;
  box-shadow: none;
  border-radius: 6px;
}

.select-box {
  position: relative;
}
.select-box::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

select.form-input {
  padding-right: 35px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.button-submit {
  padding: 0 20px;
  height: 48px;
  display: flex;
  align-items: center;
  background: #f3f7ff;
  border-radius: 6px;
}

.job-listing--custom .list-apply-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.job-listing--custom .list-apply-button img {
  height: 15px;
  margin-right: 5px;
}
.job-listing--custom .description-item {
  color: #777;
}
.job-listing--custom .description-item:not(:first-child) {
  margin-top: 5px;
}
.job-listing--custom h3.job-listing-title {
  font-weight: 700;
  font-size: 20px;
}
.job-listing--custom .job-listing-company {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .job-listing--custom .list-apply-button {
    justify-content: center;
  }
  .job-listing--custom h3.job-listing-title {
    font-size: 17px;
    line-height: 1.1764705882;
    padding-right: 0;
  }
  .job-listing--custom .job-listing-company {
    font-size: 15px;
  }
  .job-listing--custom .description-item {
    line-height: 1.1;
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .job-listing--custom .job-listing-description {
    width: 100%;
    flex-basis: auto;
  }
  .job-listing--custom .job-listing-company {
    margin-bottom: 10px;
  }
  .job-listing--custom .description-item {
    margin-left: 0;
  }
  .job-listing--custom .description-item:first-child {
    margin-right: 10px;
  }
  .job-listing--custom .description-item:not(:first-child) {
    margin-top: 0;
  }
}

.compact-list-custom {
  padding: 0 35px 30px;
}
.compact-list-custom .job-listing--custom {
  border-bottom: 1px solid #efefef;
}
.compact-list-custom .job-listing--custom::before {
  content: none;
}
.compact-list-custom .job-listing--custom:nth-child(2n) {
  background: #fff;
}
.compact-list-custom .job-listing--custom.with-apply-button {
  padding: 30px 0;
}
.compact-list-custom .job-listing--custom.with-apply-button:last-of-type {
  margin-bottom: 50px;
}
.compact-list-custom .job-listing--custom .job-listing-company-logo {
  max-width: 70px;
}
.compact-list-custom .button-more__wrapper {
  text-align: right;
}
.compact-list-custom .button-more__wrapper .button {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .compact-list-custom .job-listing--custom.with-apply-button {
    padding: 20px 0;
  }
  .compact-list-custom .job-listing--custom.with-apply-button:last-of-type {
    margin-bottom: 20px;
  }
  .compact-list-custom .button-more__wrapper .button {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .compact-list-custom {
    padding: 0 30px 30px;
  }
  .compact-list-custom .button-more__wrapper .button {
    display: block;
    text-align: center;
  }
}

.empty-job-alert {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
}

.training-list__item {
  display: flex;
  margin-bottom: 20px;
}
.training-list__item.disabled {
  position: relative;
}
.training-list__item.disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.training-list__item .btn-secondary-custom {
  font-size: 13px;
  padding: 5px 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .training-list__item {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.training-thumb {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
  background: #efefef;
}
.training-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .training-thumb {
    width: 100%;
    margin: 0 0 10px;
    height: 150px;
  }
  .training-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.training-content {
  flex-grow: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 575px) {
  .training-content {
    padding-bottom: 0;
  }
  .training-content .label-custom {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.training-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.training-title a {
  color: inherit;
}
.training-title a:hover {
  color: #e53038;
}
@media (max-width: 575px) {
  .training-title {
    font-size: 16px;
  }
}
.training-info {
  display: flex;
  margin-bottom: 10px;
}
.training-info__item:not(:last-child) {
  margin-right: 30px;
}
.training-info__item span {
  font-size: 13px;
  font-weight: 600;
}
.training-info__item svg {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .training-info {
    flex-direction: column;
  }
  .training-info__item {
    line-height: 1.5;
  }
}
.training-list--lg-thumb .training-thumb {
  width: 110px;
  height: 110px;
}
@media (max-width: 575px) {
  .training-list--lg-thumb .training-thumb {
    width: 100%;
    height: 150px;
  }
}
.training-list__front .training-title {
  margin-bottom: 15px;
  transition: all 0.3s;
}
.training-list__front .training-info {
  flex-wrap: wrap;
}
.training-list__front .training-info__item {
  color: #666;
  width: 50%;
}
.training-list__front .training-info__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
.training-list__front .training-info__item span {
  font-size: 15px;
}
.training-list__front .training-info__item svg {
  width: 15px !important;
}
.training-list__front .training-list__item:hover .training-title {
  color: #dc3545;
}
@media (max-width: 767px) {
  .training-list__front .training-info__item span {
    font-size: 13px;
  }
  .training-list__front .training-info__item svg {
    width: 13px !important;
  }
}
@media (max-width: 575px) {
  .training-list__front .training-info__item {
    width: 100%;
  }
}

.popup-training {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.popup-training .mfp-close {
  display: none;
}
.popup-training .popup-thumb {
  width: 100%;
  padding-top: 40%;
  position: relative;
}
.popup-training .popup-thumb iframe, .popup-training .popup-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-training .popup-title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
}
.popup-training .popup-content {
  padding: 30px 50px;
  color: #333;
}
.popup-training .popup-content ul {
  padding-left: 20px;
}
.popup-training .popup-content ol {
  padding-left: 15px;
}
.popup-training .popup-content p {
  margin-bottom: 10px;
}
.popup-training .popup-content .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.popup-training .popup-content .info-title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup-training .popup-content .info-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.popup-training .popup-content .info-item:first-of-type {
  padding-left: 0;
}
.popup-training .popup-content .info-item:not(:last-of-type)::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
  background: #4c4c4c;
}
.popup-training .popup-content .info-item__content {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.popup-training .popup-content .info-item__title {
  display: block;
  font-size: 12px;
  color: #818181;
}
.popup-training .popup-content .info-item svg {
  font-size: 27px;
  margin-right: 10px;
  color: #818181;
  vertical-align: top;
  height: auto;
}
.popup-training .popup-footer {
  margin: 0 50px;
  border-top: 1px solid #d6d6d6;
  padding: 20px 0 50px;
}
.popup-training .mfp-close {
  -webkit-appearance: none;
}
.popup-training .mfp-close::before {
  content: none;
}
@media (max-width: 767px) {
  .popup-training .popup-content {
    padding: 30px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .popup-training .popup-content p {
    line-height: 1.5;
    font-size: 14px;
  }
  .popup-training .popup-content .info {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .popup-training .popup-content .info-item {
    padding: 0;
    margin-bottom: 8px;
  }
  .popup-training .popup-content .info-item svg {
    font-size: 15px;
    width: 13px;
  }
  .popup-training .popup-content .info-item__content {
    font-size: 12px;
    line-height: 1.2;
  }
  .popup-training .popup-content .info-item:not(:last-of-type)::after {
    content: none;
  }
  .popup-training .popup-content .btn {
    font-size: 14px;
    padding: 4px 10px;
  }
  .popup-training .popup-footer {
    margin: 0 20px;
    padding: 10px 0 30px;
  }
  .popup-training .popup-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .popup-training .popup-thumb {
    padding-top: 65%;
  }
}

.confirm-assign {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .confirm-assign {
    font-size: 13px;
    line-height: 1.5;
  }
}

.popup-result__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.popup-result__desc {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.popup-result__desc .icon {
  margin-right: 15px;
  font-size: 26px;
  color: green;
}
.popup-result__grade {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-training__result .result-number {
  text-align: center;
  width: 280px;
  padding: 30px 0 25px;
  background: #ebf0fb;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
}
.popup-training__result .result-number .number {
  font-size: 55px;
  font-weight: 800;
  margin-top: 10px;
}
.popup-training__result .result-separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
.popup-training__result .result-separator span {
  display: block;
  margin-bottom: 10px;
}
.popup-training__result .result-grade {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f3f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 800;
}

.popup-asessment .popup-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.popup-asessment .point-asessment {
  margin-left: 10px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup-asessment .point-asessment p {
  margin-bottom: 0px;
}
.popup-asessment .popup-footer {
  border-top: none;
}
.popup-asessment .mfp-close {
  color: #fff !important;
}

.popup-event .popup-thumb {
  padding-top: 43%;
}
.popup-event .mfp-close {
  color: #fff !important;
}

/* #ffffff; */
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/*#2a41e8;*/
/*#2a41e8;*/
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
#footer {
  border-top: 1px solid #F5F5F5;
}
#footer .footer-logo {
  width: 150px;
}
#footer .footer-social {
  display: flex;
  color: #e53038;
}
#footer .footer-social img {
  width: 35px;
  margin-right: 1rem;
}
#footer .footer-right, #footer .footer-right a {
  color: #820002 !important;
}
#footer .footer-bottom {
  background-color: #e53038;
}

@media (min-width: 767px) {
  #footer .footer-right {
    text-align: right;
  }
}
/* #ffffff; */
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/*#2a41e8;*/
/*#2a41e8;*/
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
/* .section {
	padding-top: 65px;
	padding-bottom: 75px;

	@media (max-width: 767px) {
		padding-top: 40px;
		padding-bottom: 50px;
	}
} */
.banner-slider {
  display: flex;
  max-width: 100%;
  overflow: hidden;
}
.banner-slider .slick-prev {
  left: 10px;
}
.banner-slider .slick-next {
  right: 10px;
}
.banner-slider .slick-arrow {
  background: transparent;
  box-shadow: none;
}
.banner-slider .slick-arrow::before {
  color: #333;
  font-size: 30px;
}
@media (max-width: 767px) {
  .banner-slider .slick-prev {
    left: 0;
  }
  .banner-slider .slick-next {
    right: 0;
  }
}

.banner-home {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.banner-home .text-content .container {
  position: relative;
}
.banner-home .text-content .row {
  position: relative;
  z-index: 2;
}
.banner-home .text-content .banner-title {
  color: #333;
  font-weight: 800;
}
.banner-home .text-content p {
  font-weight: 400;
}
.banner-home .text-content .button {
  border-radius: 8px;
}
.banner-home .banner-img-right {
  position: absolute;
  height: 320px;
  right: 0;
  bottom: -109px;
  z-index: 1;
}
@media (max-width: 992px) {
  .banner-home .banner-img-right {
    height: 230px;
    bottom: -79px;
  }
}
@media (max-width: 767px) {
  .banner-home .banner-img-right {
    display: none;
  }
}

#talenta-batang {
  background-color: #fff;
}
#talenta-batang .section-headline h3 {
  color: #272635;
  font-weight: bold;
}

#berita-artikel {
  background-color: #e53038;
}
#berita-artikel h3 {
  color: white;
  font-weight: bold;
}
#berita-artikel .berita {
  display: flex;
  background-color: white;
  border-radius: 4px;
  color: #272635;
}
#berita-artikel .berita .berita-gambar {
  background-position: center;
  background-size: cover;
  width: 110px;
  border-radius: inherit;
}
#berita-artikel .berita-judul {
  font-weight: bold;
  margin-bottom: 16px;
}
#berita-artikel .list-berita-item {
  color: #272635;
  background-color: white;
  border: 1px solid #F5F5F5;
}
#berita-artikel .berita:hover, #berita-artikel .list-berita-item:hover {
  background-color: #F5F5F5;
}
#berita-artikel .berita:hover .berita-judul, #berita-artikel .list-berita-item:hover .berita-judul {
  color: #e53038;
  transition: 0.3s;
}

.section-event {
  position: relative;
  margin-top: 70px;
  /*&::after {
  	content: "";
         position: absolute;
         width: 100%;
         height: calc(100% + 100px);
         background: linear-gradient(to bottom, transparent, #f6f9fd 80%);
         z-index: -1;
         bottom: 50%;
  } */
}
.section-event__box {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 30px 0 30px 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .section-event {
    margin-top: 55px;
  }
  .section-event__box {
    padding: 30px 0 30px 30px;
  }
}

.section-title {
  font-size: 26px;
  font-weight: 800;
}
.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 7px;
  background: #e04042;
  border-radius: 10px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 20px;
  }
  .section-title::after {
    width: 55px;
    margin-top: 5px;
  }
}

.section-content {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .section-content {
    margin-top: 30px;
  }
}

.event-item {
  background: #fafafa;
  padding: 30px;
  width: 370px;
  margin-right: 40px;
  border-radius: 8px;
}
.event-item__img {
  width: 100%;
  height: 170px;
}
.event-item__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-item__title {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}
.event-item--video {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 400px;
  flex-shrink: 0;
}
.event-item--video .video-thumb {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.event-item--video .video-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-item--video .video-thumb .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #424242;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  opacity: 0.4;
}
.event-item--video .video-thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 37%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7));
  bottom: 0;
  transition: all 0.3s;
}
.event-item--video .event-item__title {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  max-height: 36px;
  overflow: hidden;
}
.event-item--video:hover .video-thumb::after {
  height: 50%;
}
.event-button__wrapper {
  margin-top: 40px;
  text-align: center;
}
.event-button__wrapper .button {
  font-weight: 700;
  font-size: 18px;
}
.event-slider {
  display: flex;
}
@media (max-width: 767px) {
  .event-item {
    margin-right: 30px;
    width: 270px;
  }
  .event-item__img {
    height: 120px;
  }
  .event-item__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-item--video .video-thumb .icon-play {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .event-item {
    margin-right: 20px;
    width: 220px;
    padding: 20px;
  }
  .event-item--video {
    padding: 0;
  }
  .event-item--video .event-item__title {
    font-size: 12px;
    bottom: 5px;
    max-height: 30px;
  }
  .event-button__wrapper {
    padding-right: 30px;
  }
  .event-button__wrapper .button {
    display: block;
  }
}

.empty-event-alert {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background: #fafafa;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .empty-event-alert {
    margin-right: 30px;
  }
}

.page-header__custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header__custom #breadcrumbs {
  position: relative;
  top: 0;
  transform: translateY(0);
  display: block;
  right: 0;
}
.page-header__custom #breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
}
.page-header__custom #breadcrumbs ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-header__custom .page-info {
  padding-right: 20px;
}
@media (max-width: 1099) {
  .page-header__custom {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-header__custom {
    flex-wrap: wrap;
  }
  .page-header__custom .page-info {
    padding-right: 0;
  }
}

#titlebar .page-header__custom .page-info span {
  font-size: 18px;
}

@media (max-width: 767px) {
  #titlebar .page-header__custom .page-info span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.banner-training {
  padding: 40px 50px 50px;
  background-image: url("../images/training-front-bg.png");
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: #333;
  line-height: 1.2;
  margin-bottom: 50px;
}
.banner-training .title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 5px;
}
.banner-training .desc {
  font-size: 18px;
  font-weight: 700;
}
.banner-training .banner-img {
  height: calc(100% - 35px);
  position: absolute;
  right: 50px;
  top: 20px;
}
@media (max-width: 991px) {
  .banner-training {
    padding: 30px 30px 40px;
  }
  .banner-training .title {
    font-size: 40px;
  }
  .banner-training .banner-img {
    right: 30px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .banner-training {
    padding: 20px 30px 20px;
    margin-bottom: 30px;
  }
  .banner-training .title {
    font-size: 25px;
  }
  .banner-training .desc {
    font-size: 15px;
  }
  .banner-training .banner-img {
    display: none;
  }
}

.training-filter__title {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .training-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .training-filter__title {
    width: 100%;
  }
  .training-filter input {
    margin-bottom: 0;
  }
  .training-filter .input-with-icon {
    margin-right: 20px;
  }
}

.training-wrapper .dashboard-content-inner {
  padding: 0;
}

.single-training__thumb {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 50px;
}
.single-training__video {
  padding-top: 53%;
  position: relative;
}
.single-training__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.single-training__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.single-training__content {
  color: #333;
  margin-bottom: 50px;
}
.single-training__content p {
  margin-bottom: 0px;
}
.single-training__content ol, .single-training__content ul {
  padding-left: 17px;
}
.single-training__content .about-training {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
.single-training__content .material-training__item {
  margin-bottom: 20px;
}
.single-training__btn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .single-training__thumb {
    margin-bottom: 30px;
  }
  .single-training__title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .single-training__video {
    padding-top: 70%;
  }
  .single-training__title {
    font-size: 18px;
  }
  .single-training__content {
    font-size: 14px;
    line-height: 1.6;
  }
  .single-training__content p {
    line-height: 1.6;
    font-size: 14px;
  }
  .single-training__content ul, .single-training__content ol {
    padding-left: 15px;
  }
}

.section-training__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-training__title .icon {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #e04042;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 10px;
}

.instruction-title.section-training__title {
  font-size: 23px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
}
.instruction-title.section-training__title .icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .instruction-title.section-training__title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .instruction-title.section-training__title .icon {
    width: 25px;
    height: 25px;
    font-size: 11px;
    margin-right: 15px;
  }
}

.assign-test__wrapper {
  margin-top: 50px;
}
.assign-test__left.loading {
  position: relative;
}
.assign-test__left.loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 101;
}
.assign-test__left.loading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/Spinner.svg");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 102;
}
.assign-test__title {
  color: #dc3545;
  font-weight: 600;
  font-size: 30px;
}
.assign-test__desc {
  color: #c2c2c2;
}
.assign-test__question {
  color: #191919;
  font-weight: 600;
  margin-bottom: 10px;
}
.assign-test__item {
  margin: 20px 0 0;
  display: none;
}
.assign-test__item.active {
  display: block;
}
.assign-test__item .form-group {
  margin-bottom: 7px;
}
.assign-test__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.assign-test__number {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  color: #191919;
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.assign-test__number.active {
  background: #0aa958;
  color: #fff;
}
.assign-test__number.has-error {
  border-color: #dc3545;
}
.assign-test__number:nth-child(3n) {
  margin-right: 0;
}

.contact-wrapper {
  margin-bottom: 100px;
}

.contact-img {
  width: 100%;
  text-align: center;
}
.contact-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-info {
  margin-bottom: 25px;
}
.contact-info__title {
  font-weight: 800;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-info__content {
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-info__content img, .contact-info__content i {
  width: 18px;
  margin-right: 9px;
}
.contact-info__content a {
  color: inherit;
}
.contact-info__content i {
  font-size: 20px;
}

.services-wrapper {
  padding-bottom: 50px;
}

.services-card {
  display: flex;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin-bottom: 30px;
}

.services-img {
  background: #eef3f9;
  border-radius: 8px;
  width: 180px;
  height: 160px;
  flex-shrink: 0;
  padding: 20px;
  margin-right: 40px;
}
.services-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.services-content p {
  font-weight: 600;
}

@media (max-width: 767px) {
  .services-card {
    flex-wrap: wrap;
  }
  .services-img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.tips-list__item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.tips-list__item-sm {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tips-list__item-sm .tips-thumb {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.tips-list__item-sm .tips-title {
  font-size: 16px;
}
.tips-thumb {
  width: 140px;
  height: 140px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 26px;
}
.tips-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tips-date {
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px;
  background: #faf9fe;
  line-height: 1;
  margin-bottom: 5px;
}
.tips-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tips-title a {
  color: inherit;
}
@media (max-width: 575px) {
  .tips-list__item {
    flex-wrap: wrap;
  }
  .tips-list__item-sm .tips-thumb {
    width: 100%;
    height: 100px;
    margin-right: 0;
  }
  .tips-thumb {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .tips-date {
    font-size: 12px;
  }
  .tips-title {
    font-size: 18px;
  }
}

.article-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.article-date {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.article-thumb {
  max-height: 400px;
  margin-bottom: 20px;
}
.article-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content {
  color: #333;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content ul {
  padding-left: 19px;
}
.article-content ol {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 20px;
  }
  .article-date {
    font-size: 12px;
    line-height: 1.4;
  }
}

.recent-trips .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

/* #ffffff; */
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/*#2a41e8;*/
/*#2a41e8;*/
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
#profil .section-headline > h3 {
  color: #e53038 !important;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .md-order-1 {
    order: -1;
  }
  .md-order-2 {
    order: -2;
  }
}
@media (max-width: 575px) {
  .xs-d-flex {
    display: flex;
  }
  .xs-mr-30 {
    margin-right: 30px;
  }
  .xs-w-50 {
    width: 50%;
  }
}
.align-items-center {
  align-items: center;
}

.img-black {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
