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

a {
  color: initial;
}
a:hover {
  color: initial;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h2 {
  font-family: "Aeonik-Medium";
  font-size: 38px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: -0.6px;
  padding: 0;
}

h3 {
  font-family: "Aeonik-Bold";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.51px;
}

h4 {
  font-family: "Aeonik-Bold";
  font-size: 26px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: -0.4px;
  color: #ff872b;
}

.f-30-normal {
  font-size: 30px;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.8px;
  color: #939393;
  opacity: 0.4;
  padding: 5px 0;
}

.f-24-normal {
  font-size: 24px;
  font-weight: normal;
  font-family: "Aeonik-Regular";
  line-height: 1.33;
  letter-spacing: normal;
}

.f-32-normal {
  font-family: "Aeonik-Regular";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: -0.51px;
}

.f-32-medium {
  font-size: 32px;
  font-weight: 500;
  font-family: "Aeonik-Medium";
}

.f-38-bold {
  font-family: "Aeonik-Bold";
  font-size: 38px;
  font-weight: bold;
}

.f-38-medium {
  font-family: "Aeonik-Medium";
  font-size: 38px;
  font-weight: 500;
}

.f-14-normal {
  font-family: "Aeonik-Regular";
  font-size: 14px;
  font-weight: 400;
}

.f-16-normal {
  font-family: "Aeonik-Regular";
  font-size: 16px;
  font-weight: normal;
}

.f-16-medium {
  font-family: "Aeonik-Medium";
  font-size: 16px;
  font-weight: 500;
}

.f-16-bold {
  font-family: "Aeonik-Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: -0.43px;
}

.f-14-bold {
  font-family: "Aeonik-Bold";
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.39px;
}

p {
  font-family: "Aeonik-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: -0.43px;
}

.button {
  padding: 0 40px;
  border-radius: 24px;
  border: 1px solid #ff872b;
  background-color: #ff872b;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}

.col-intro h5 {
  opacity: 0;
  animation: fadeInUp3 .7s ease 0.4s;
  animation-fill-mode: forwards;
}
.col-intro h2 {
  animation: fadeInUp3 .7s ease 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.col-intro p:nth-child(2) {
  max-width: 400px;
  width: 100%;
  animation: fadeInUp3 .7s ease 0.6s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.col-intro p:nth-child(3) {
  animation: fadeInUp3 .7s ease 0.7s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.col-intro p:last-child {
  animation: fadeInUp3 .7s ease 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.wow {
  visibility: visible !important;
}
.wow.fadeInManual .item-animation {
  animation: fadeInUp3 .7s ease;
  animation-fill-mode: forwards;
}
.wow .item-animation {
  opacity: 0;
}

#modal {
  width: 30vw;
  height: 100vh;
  background-color: #f7f8fa;
  top: 0;
  right: -30vw;
  transition: opacity 0.3s linear, right 0.3s ease-out;
  z-index: 11;
  padding: 80px 70px;
  position: fixed;
}
#modal span {
  position: absolute;
  top: 60px;
  right: 20px;
  cursor: pointer;
}
#modal div {
  margin-top: 40px;
  max-width: 310px;
  width: 100%;
}
#modal .f-38-medium {
  line-height: 1.32;
  letter-spacing: -0.6px;
  color: #0b162e;
}
#modal p {
  margin-top: 28px;
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
  line-height: 1.63;
  letter-spacing: -0.43px;
  color: rgba(29, 40, 64, 0.6);
}
#modal p:first-child::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(11, 22, 46, 0.2);
}
#modal .button {
  text-transform: capitalize;
  font-size: "Aeonik-Bold";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#modal .button:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}

.open {
  right: 0 !important;
}

.close {
  right: -30vw;
}

.bg-overlay {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  min-height: 100vh;
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  background-color: rgba(11, 22, 46, 0.5);
}
.bg-overlay.show {
  right: 0;
}

main > section:first-child {
  padding-top: 85px;
}

#postPage .contact-bg {
  animation: none;
  margin-bottom: 120px;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  height: 100%;
  position: relative;
}
.main-menu > li {
  font-size: 16px;
  font-weight: medium;
  font-family: "Aeonik-Medium";
  list-style: none;
  margin-right: -40px;
}
.main-menu > li a {
  transition: 0.3s ease-in-out;
  color: #0b162e;
}
.main-menu > li a:hover {
  color: #ff872b;
}
.main-menu .logo {
  margin-bottom: 15px;
}
.main-menu #toggle {
  cursor: pointer;
  display: none;
}
.main-menu #toggle .one,
.main-menu #toggle .two,
.main-menu #toggle .three {
  width: 20px;
  height: 2px;
  background: #303747;
  margin: 6px auto;
}
.main-menu .header-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-menu .header-menu .menu-item-has-children {
  position: relative;
}
.main-menu .header-menu .menu-item-has-children > a::after {
  content: '';
  border: solid #0b162e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 1px;
  border-radius: 2px;
  position: absolute;
  top: 30%;
  transition: 0.3s ease-in-out;
}
.main-menu .header-menu li:last-child {
  display: none;
}
.main-menu .header-menu > li > a {
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  color: #0b162e;
}
.main-menu .header-menu > li > a:hover {
  color: #ff872b;
}
.main-menu .header-menu > li > a:hover::after {
  border-color: #ff872b;
}
.main-menu .header-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  width: 450px;
  padding: 0 10px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  transition: 250ms ease-in-out;
  box-shadow: 0 0 10px rgba(178, 178, 178, 0.17);
  z-index: 10;
}
.main-menu .header-menu .sub-menu li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 0;
}
.main-menu .header-menu .sub-menu li a {
  color: #0b162e;
}
.main-menu .header-menu .sub-menu li:hover a {
  color: #0b162e;
}
.main-menu .header-menu .sub-menu li:hover a:hover {
  color: #ff872b;
}
.main-menu .header-menu .sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1023px) {
  .main-menu .header-menu .sub-menu {
    padding: 20px;
  }
  .main-menu .header-menu .sub-menu li {
    padding: 10px;
  }
}

footer {
  background-color: #0B162E;
}
footer .footer-section {
  padding: 85px 15px;
}
footer .footer-section .footer-main {
  display: flex;
  justify-content: space-between;
  color: white;
}
footer .footer-section .footer-main p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aeonik-Regular";
  font-weight: normal;
  font-size: 16px;
}
footer .footer-section .footer-main .contact-info > a {
  display: none;
  max-width: 210px;
  width: 100%;
}
footer .footer-section .footer-main .menu-footer-menu-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
footer .footer-section .footer-main .menu-footer-menu-container .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: 16px;
}
footer .footer-section .footer-main .menu-footer-menu-container .footer-menu .social-link a {
  color: #6ad0cb;
}
footer .footer-section .footer-main .menu-footer-menu-container .footer-menu a {
  color: white;
}
footer .footer-section .footer-main .menu-footer-menu-container .footer-menu li {
  flex: 0 0 50%;
  max-width: 50%;
}
footer .footer-section .copyright-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
  align-items: flex-end;
}
footer .footer-section .copyright-section a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aeonik-Regular";
  font-weight: normal;
  font-size: 16px;
  max-width: 250px;
  width: 100%;
}
footer .footer-section .copyright-section ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-section .copyright-section ul a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aeonik-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 0 15px;
}
footer .footer-section .copyright-section ul li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.6);
}

#clientPage .col-intro h2,
#candidatesPage .col-intro h2 {
  font-family: "Aeonik-Bold";
  font-weight: bold;
}

#homePage > section:first-child,
#clientPage > section:first-child,
#candidatesPage > section:first-child {
  padding-top: 25px;
}

#homePage .company-group {
  margin-top: 50px;
}
#homePage .company-group .container {
  padding: 0;
}
#homePage .section-list-partners .list-partners {
  margin-top: 30px;
}
#homePage .guiding {
  margin-top: 50px;
}
#homePage .guiding .guiding-description {
  margin: 40px auto 20px;
}

.section-get-stared {
  min-height: 570px;
}
.section-get-stared .col-intro {
  margin-top: 145px;
}
.section-get-stared .col-intro .button {
  width: 186px;
  margin: 45px 0;
  border: 1px solid #ff872b;
}
.section-get-stared .col-intro p {
  color: rgba(29, 40, 64, 0.6);
}
.section-get-stared .col-intro a {
  font-family: "Aeonik-Bold";
  margin: 30px 0;
  border: 1px solid #ff872b;
  padding: 0 40px;
  border-radius: 24px;
  background-color: #ff872b;
  text-align: center;
  text-transform: capitalize;
  color: white;
  display: inline-block;
  line-height: 48px;
  letter-spacing: 0.39px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s;
}
.section-get-stared .col-intro a:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}
.section-get-stared .col-intro h2,
.section-get-stared .col-intro h3,
.section-get-stared .col-intro h4 {
  font-weight: 700;
}
.section-get-stared .col-intro h5,
.section-get-stared .col-intro h6 {
  font-family: "Aeonik-Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: -0.43px;
  color: #787f8d;
}
.section-get-stared .col-img img {
  max-width: 100%;
  max-height: 570px;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.company-group {
  background-color: #f7f8fa;
  padding: 75px 120px;
  text-align: center;
}
.company-group .owl-stage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.company-group .row img {
  width: 80%;
}

.feature-jobs {
  margin: 50px 0;
}
.feature-jobs h3 {
  margin-bottom: 25px;
}
.feature-jobs .slick-dots {
  bottom: -30px !important;
}

.jobs-box {
  max-width: 392px;
  min-height: 215px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 11px 0px;
  background-color: white;
  width: 100%;
  padding: 24px 30px;
  margin: 10px 15px;
}
.jobs-box .job-name {
  color: #1d2840;
  font-weight: 500;
  margin-bottom: 13px;
}
.jobs-box .address {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.jobs-box .address p {
  color: rgba(29, 40, 64, 0.6);
}
.jobs-box .address .apply {
  color: #1d2840;
  text-transform: uppercase;
}

.option-career,
.guiding {
  width: 100%;
  min-height: 800px;
  height: 100%;
  border-radius: 12px;
  background-color: #0b162e;
  padding: 85px 150px;
  color: white;
  margin: 65px auto;
  text-align: center;
}
.option-career .description,
.guiding .description {
  padding: 40px 40px 15px;
}
.option-career .button,
.guiding .button {
  margin: 67px auto 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.39px;
  font-family: "Aeonik-Bold";
}
.option-career .button:nth-child(1),
.guiding .button:nth-child(1) {
  animation: fadeInUp2 0.5s linear 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.option-career .career-group,
.option-career .guiding-group,
.guiding .career-group,
.guiding .guiding-group {
  display: flex;
  flex-wrap: wrap;
}
.option-career .career-group .career-box,
.option-career .career-group .guiding-box,
.option-career .guiding-group .career-box,
.option-career .guiding-group .guiding-box,
.guiding .career-group .career-box,
.guiding .career-group .guiding-box,
.guiding .guiding-group .career-box,
.guiding .guiding-group .guiding-box {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  margin-top: 40px;
  display: flex;
}
.option-career .career-group .career-box .content-box,
.option-career .career-group .guiding-box .content-box,
.option-career .guiding-group .career-box .content-box,
.option-career .guiding-group .guiding-box .content-box,
.guiding .career-group .career-box .content-box,
.guiding .career-group .guiding-box .content-box,
.guiding .guiding-group .career-box .content-box,
.guiding .guiding-group .guiding-box .content-box {
  margin-left: 22px;
  max-width: 315px;
  width: 100%;
}
.option-career .career-group .career-box .content-box .f-16-normal,
.option-career .career-group .guiding-box .content-box .f-16-normal,
.option-career .guiding-group .career-box .content-box .f-16-normal,
.option-career .guiding-group .guiding-box .content-box .f-16-normal,
.guiding .career-group .career-box .content-box .f-16-normal,
.guiding .career-group .guiding-box .content-box .f-16-normal,
.guiding .guiding-group .career-box .content-box .f-16-normal,
.guiding .guiding-group .guiding-box .content-box .f-16-normal {
  margin-top: 10px;
}

.contact-bg {
  width: 100%;
  min-height: 246px;
  height: 100%;
  border-radius: 12px;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  margin: 40px auto;
  padding: 50px 75px;
  color: white;
}
.contact-bg h3 br {
  display: none;
}
.contact-bg.subscribe-form p {
  max-width: 50%;
}
.contact-bg .f-16-normal {
  color: rgba(255, 255, 255, 0.6);
}
.contact-bg .contact-form {
  margin-top: 30px;
}
.contact-bg .contact-form .frm_fourth {
  margin: 0 25px 0 0;
  max-width: 270px;
  width: 100%;
}
.contact-bg .contact-form .frm_fourth.frm_blank_field {
  background: #202c48;
  box-shadow: 0 0 20px #ff073a;
  height: 48px;
  border-radius: 25px;
  margin-bottom: 55px;
}
.contact-bg .contact-form .frm_fourth label {
  display: none;
}
.contact-bg .contact-form .frm_fourth input[type=text],
.contact-bg .contact-form .frm_fourth input[type=email] {
  height: 48px;
  width: 100%;
  border-radius: 25px;
  background-color: #202c48;
  padding: 12px 25px;
  border: none;
  outline: none;
  margin-right: 18px;
  color: white;
  margin-bottom: 20px;
  font-family: "Aeonik-Regular";
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 16px;
}
.contact-bg .contact-form .frm_fourth input[type=text]::placeholder,
.contact-bg .contact-form .frm_fourth input[type=email]::placeholder {
  color: white;
}
.contact-bg .contact-form .frm_fourth input[type=text]:focus,
.contact-bg .contact-form .frm_fourth input[type=email]:focus {
  background-color: #202c48 !important;
}
.contact-bg .contact-form .frm_fourth .select-styled {
  max-width: 286px;
  width: 100%;
  background-color: #202c48;
  border: none;
  color: white;
  font-family: "Aeonik-Regular";
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 16px;
  padding: 12px 25px;
  height: 48px;
  margin-bottom: 20px;
}
.contact-bg .contact-form .frm_fourth .select-styled::after {
  background-image: url(../images/arrow-down-white.svg);
}
.contact-bg .contact-form .frm_fourth .select-options {
  background: #202c48;
  width: 100%;
  height: 160px;
  top: 70%;
  overflow-y: auto;
}
.contact-bg .contact-form .frm_fourth .select-options::-webkit-scrollbar {
  width: 4px;
}
.contact-bg .contact-form .frm_fourth .select-options::-webkit-scrollbar-thumb {
  background-color: white;
}
.contact-bg .contact-form .frm_fourth .select-options li {
  color: white;
  text-align: left;
  font-family: "Aeonik-Regular";
  font-weight: normal;
}
.contact-bg .contact-form .frm_fourth .select-options li:hover {
  background: #363c4b;
}
.contact-bg .contact-form .frm_fourth .select-options li.active {
  pointer-events: none;
}
.contact-bg .contact-form .frm_submit {
  clear: none;
}
.contact-bg .contact-form .frm_submit button {
  height: 48px;
  font-family: "Aeonik-Bold";
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  padding: 0 25px;
  border-radius: 24px;
  border: 1px solid #ff872b;
  background: #ff872b;
  color: white;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.contact-bg .contact-form .frm_submit button:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}
.contact-bg .contact-form .frm_message {
  background: #fed8b1;
}
.contact-bg .contact-form .frm_message p {
  color: #ff872b;
  font-size: 16px;
  font-weight: normal;
  font-family: "Aeonik-Regular";
}
@media screen and (max-width: 1024px) {
  .contact-bg .contact-form .frm_submit button {
    margin-top: 15px;
  }
}
.sign-up,
.about-main {
  min-height: 420px;
  background-color: #f7f8fa;
  height: 100%;
  margin-bottom: 40px;
  padding: 72px 0;
  margin-top: 60px;
}
.sign-up .icon-star,
.about-main .icon-star {
  margin: 25px 5px 25px 0;
}
.sign-up .col-signup,
.about-main .col-signup {
  padding-left: 35px;
}
.sign-up .col-signup .f-14-normal,
.about-main .col-signup .f-14-normal {
  letter-spacing: -0.37px;
  color: rgba(29, 40, 64, 0.5);
}
.sign-up .col-signup .button,
.about-main .col-signup .button {
  transition: all 0.2s ease-in-out;
  padding: 0 18px;
}
.sign-up .col-signup .button:hover,
.about-main .col-signup .button:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}
.sign-up .button,
.about-main .button {
  margin-top: 47px;
}
.sign-up .col-video,
.about-main .col-video {
  padding-right: 30px;
}
.sign-up .col-video iframe,
.about-main .col-video iframe {
  border-radius: 15px;
  position: relative;
  min-height: 365px;
}
.sign-up .col-video .overlay-video,
.about-main .col-video .overlay-video {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 45px);
  height: 100%;
  border-radius: 10px;
}
.sign-up .col-video .button-play,
.about-main .col-video .button-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#clientPage .sign-up {
  display: none;
}

/* Style the tab content */
.tab-pane {
  display: none;
  text-align: center;
}
.tab-pane.active {
  display: block;
}
.tab-pane .title-career {
  margin-top: 80px;
}
.tab-pane .description-career {
  margin-top: 40px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.43px;
  line-height: 26px;
}
.tab-pane .group-career {
  display: flex;
  flex-wrap: wrap;
}
.tab-pane .group-career .career-box {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  margin-top: 40px;
  display: flex;
}
.tab-pane .group-career .career-box .content-box {
  margin-left: 22px;
  max-width: 315px;
  width: 100%;
}
.tab-pane .group-career .career-box .content-box .f-16-normal {
  margin-top: 10px;
}

.nav-tabs {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: none !important;
  border-radius: 6px;
}
.nav-tabs li {
  margin: 0px !important;
}
.nav-tabs li a {
  color: white;
  position: relative;
  margin-right: 0px !important;
  border: none !important;
  padding: 25px 0 !important;
  text-transform: uppercase;
}
.nav-tabs li a.active {
  color: white !important;
  background-color: transparent !important;
}

.slider {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #ff872b;
  position: absolute;
  bottom: 0;
  transition: all .6s ease;
}

.slider2 {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #ff872b;
  position: absolute;
  bottom: 0;
  transition: all .6s ease;
}

.title-contact {
  letter-spacing: -0.43px;
  line-height: 26px;
  max-width: 187px;
  width: 100%;
  color: #787f8d;
}

.description-contact {
  letter-spacing: -0.6px;
  line-height: 58px;
  max-width: 605px;
  width: 100%;
  color: #1d2840;
}
.description-contact p {
  font-family: "Aeonik-Medium";
  font-size: 38px;
  font-weight: 500;
  line-height: 1.53;
}

.tab2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tab2 .tablinks2 {
  text-transform: uppercase;
  color: #e4e4e4;
  background: #f7f9fa;
}

.tab2 button {
  overflow: hidden;
  border: none;
  cursor: pointer;
  padding: 14px 0;
  transition: 0.2s;
}
.tab2 button:focus {
  outline: none;
}
.tab2 button::after {
  content: '';
  width: 250px;
  height: 5px;
  background-color: #e4e4e4;
  margin-top: 10px;
  display: block;
}
.tab2 button:hover {
  color: #ff872b;
}
.tab2 button:hover::after {
  background-color: #ff872b;
}
.tab2 button.active {
  color: #ff872b;
}
.tab2 button.active::after {
  background-color: #ff872b;
}

.tabcontent2 {
  display: none;
}
.tabcontent2.active {
  display: block;
}
.tabcontent2 .frm_fields_container {
  margin: 55px;
}
.tabcontent2 .frm_fields_container .frm_half label,
.tabcontent2 .frm_fields_container .frm_full label {
  opacity: 0.42;
  font-family: "Aeonik-Regular";
  font-size: 16px;
  font-weight: normal;
  color: #1d2840;
  margin-bottom: 10px;
}
.tabcontent2 .frm_fields_container .frm_half label span,
.tabcontent2 .frm_fields_container .frm_full label span {
  display: none;
}
.tabcontent2 .frm_fields_container .frm_half input[type=text],
.tabcontent2 .frm_fields_container .frm_half input[type=tel] {
  height: 48px;
  padding: 12px 15px;
  border-radius: 4px;
  border: solid 2px #ededed;
  background-color: #ffffff;
}
.tabcontent2 .frm_fields_container .frm_half input[type=text]::placeholder,
.tabcontent2 .frm_fields_container .frm_half input[type=tel]::placeholder {
  color: #1d2840;
  font-family: "Aeonik-Regular";
  font-weight: normal;
  font-size: 16px;
}
.tabcontent2 .frm_fields_container .frm_full input[type=email],
.tabcontent2 .frm_fields_container .frm_full textarea {
  padding: 12px 15px;
  border-radius: 4px;
  border: solid 2px #ededed;
  background-color: #ffffff;
}
.tabcontent2 .frm_fields_container .frm_full input[type=email]::placeholder,
.tabcontent2 .frm_fields_container .frm_full textarea::placeholder {
  color: #1d2840;
  font-family: "Aeonik-Regular";
  font-weight: normal;
  font-size: 16px;
}
.tabcontent2 .frm_fields_container .frm_full input[type=email] {
  height: 48px;
}
.tabcontent2 .frm_fields_container .frm_submit {
  text-align: right;
}
.tabcontent2 .frm_fields_container .frm_submit button {
  height: 48px;
  margin-top: 20px;
  font-family: "Aeonik-Bold";
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  padding: 0 30px;
  border-radius: 24px;
  border: 1px solid #ff872b;
  background: #ff872b;
  color: white;
  box-shadow: none;
  transition: 0.2s;
}
.tabcontent2 .frm_fields_container .frm_submit button:hover {
  border: 1px solid #ff872b;
  background: white;
  color: #ff872b;
}

.row-info {
  min-height: 593px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background-color: #f7f9fa;
  margin: 40px 0 85px;
}
.row-info .col-map {
  display: flex;
  flex-direction: column;
}

.menu-map {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #0b162e;
  color: white;
  max-height: 281px;
  height: 100%;
  padding: 25px 40px;
}
.menu-map .f-24-normal {
  margin-bottom: 37px;
}
.menu-map .contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-map .contact-info .info-box p {
  margin-bottom: 20px;
  max-width: 170px;
  width: 100%;
}

.about-main {
  background: white;
}
.about-main .about p:first-child {
  line-height: 1.63;
  letter-spacing: -0.43px;
  color: #787f8d;
}
.about-main .about p:nth-child(2) {
  margin: 15px 0;
  line-height: 1.53;
  letter-spacing: -0.6px;
  color: #1d2840;
}
.about-main .about p:nth-child(3) {
  line-height: 1.63;
  letter-spacing: -0.4px;
  color: rgba(29, 40, 64, 0.6);
}

.info {
  width: 100%;
  min-height: 385px;
  background-color: #f7f8fa;
  height: 100%;
  padding: 64px 0;
}
.info p {
  margin-bottom: 25px;
  line-height: 1.63;
  letter-spacing: -0.4px;
  color: #1d2840;
  max-width: 460px;
  width: 100%;
}

.guiding-title {
  text-align: center;
}

.guiding-description {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.43px;
  line-height: 26px;
  max-width: 793px;
}

.our-team {
  padding: 75px 0;
  color: #1d2840;
}
.our-team .col-founder img {
  border-top: 2px solid #d8d8d8;
  padding-top: 25px;
}
.our-team .col-founder .f-32-medium {
  line-height: 1.81;
  letter-spacing: -0.51px;
  font-size: 32px;
  font-family: "Aeonik-Medium";
  font-weight: 500;
}
.our-team .col-founder .f-16-normal p {
  margin-bottom: 10px;
}
.our-team .col-founder > p {
  line-height: 1.63;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Aeonik-Medium";
  font-weight: 500;
}

.box {
  border-radius: 10px;
  background-color: #f7f8fa;
  width: 100%;
  padding: 30px 35px;
  margin-bottom: 30px;
}

.logo-company {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
}
.logo-company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-section p {
  margin-bottom: 15px;
}

.step-works {
  background-color: #12153a;
  color: white;
}
.step-works .button {
  font-family: "Aeonik-Bold";
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.39px;
  width: 100%;
  padding: 13px;
  margin-top: 45px;
  text-transform: capitalize;
}
.step-works .f-16-normal {
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}
.step-works .box-step {
  margin-top: 35px;
}
.step-works .box-step img {
  margin-bottom: 10px;
}
.step-works .box-step p {
  margin-top: 5px;
}

.other-top-roles a {
  color: #939393;
  display: block;
}
.other-top-roles a:hover {
  color: darkblue;
}

.box-chart {
  width: 550px;
  height: 300px;
  background: transparent;
  display: flex;
  position: relative;
  padding: 0 55px;
}
.box-chart .level {
  position: relative;
  flex: 1;
  text-align: center;
  margin-left: 95px;
}
.box-chart .level:nth-child(2) .graph {
  background: #6ad0cb;
}
.box-chart .level:nth-child(3) .graph {
  background: #12153a;
}
.box-chart .level:nth-child(4) .graph {
  background: #ff872b;
}
.box-chart .level:nth-child(5) .graph {
  background: #939393;
}
.box-chart .level .graph {
  position: absolute;
  width: 70px;
  background: rgba(0, 0, 0, 0.2);
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.box-chart .level .graph .percent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  font-weight: bold;
}
.box-chart .level .name {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: black;
  padding: 2px 6px;
  font-size: 16px;
  font-family: "Aeonik-Regular";
  font-weight: normal;
}

.group-col {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
.group-col .line {
  width: 100%;
  height: 17px;
  /* padding: 37px 0; */
  padding: 25px 0;
  position: relative;
}
.group-col .line::after {
  content: '';
  width: 90%;
  height: 1px;
  background: lightgray;
  display: block;
  position: absolute;
  left: 73px;
}
.group-col .line:nth-child(1)::after {
  top: 49px;
}
.group-col .line:nth-child(2)::after {
  top: 49px;
}
.group-col .line:nth-child(3)::after {
  top: 49px;
}

.post-box {
  display: flex;
}
.post-box .jobs-box:nth-child(1) {
  margin: 0 15px 45px 0;
}
.post-box .jobs-box:nth-child(2) {
  margin: 0 0 45px 15px;
}

.topRolesPage .section-title,
.partnersPage .section-title {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .main-menu .header-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .guiding-title {
    line-height: 1.21;
    letter-spacing: -0.44px;
    font-family: "Aeonik-Bold";
    font-size: 28px;
    font-weight: bold;
    padding: 0 50px;
  }

  .career-box,
  .guiding-box {
    flex-direction: column;
  }
  .career-box .content-box,
  .guiding-box .content-box {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .sign-up {
    padding: 0 !important;
  }
  .sign-up .col-signup {
    padding: 32px 20px !important;
  }
  .sign-up .col-signup .f-32-medium {
    font-size: 24px !important;
  }

  .box-chart {
    width: 100% !important;
  }
  .box-chart .group-col {
    width: 100% !important;
  }

  .main-menu > li {
    margin-right: 0 !important;
  }

  .section-post-detail .col-lg-4 .small-title {
    display: none;
  }
  .section-post-detail .col-lg-4 .job-alone {
    display: none;
  }
  .section-post-detail .col-lg-4 .popular-posts {
    display: none;
  }

  .main-content-post .body-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #modal {
    width: 45vw !important;
    right: -45vw !important;
  }
  #modal.open {
    right: 0 !important;
  }
  #modal .f-38-medium {
    font-size: 28px !important;
  }

  #toggle {
    display: block !important;
  }

  .slick-dots li {
    margin: 0;
  }

  .header-section {
    position: fixed;
    width: 100%;
    padding: 15px 10px;
    background: #f7f8fa;
    z-index: 20;
    top: 0;
  }

  .signup {
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.33px;
  }

  .wrapper-nav-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f0f2f5;
    z-index: 10;
    overflow-x: auto;
    display: none;
    overflow-y: scroll;
  }
  .wrapper-nav-menu.active {
    display: block;
  }
  .wrapper-nav-menu.active .header-menu {
    display: block;
    background: inherit;
    position: absolute;
    left: inherit;
    top: 15px;
    padding: 40px 25px;
  }
  .wrapper-nav-menu.active .header-menu li > a {
    padding: 0;
  }
  .wrapper-nav-menu.active .header-menu .menu-item-has-children > a {
    position: relative;
    display: block;
  }
  .wrapper-nav-menu.active .header-menu .menu-item-has-children > a::after {
    top: 40%;
    right: 0;
    border-width: 0 4px 4px 0;
    padding: 5px;
  }

  .wrapper-nav-menu {
    top: 60px;
  }

  .main-menu {
    min-height: inherit;
  }
  .main-menu > li {
    display: none;
  }
  .main-menu .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f0f2f5;
    width: 100%;
    transform: translateY(-20px);
    transition: 200ms ease-in-out;
  }
  .main-menu .header-menu li {
    padding: 15px 0;
  }
  .main-menu .header-menu li:last-child {
    display: block;
  }
  .main-menu .header-menu.active {
    opacity: 1;
    transform: translateY(0);
  }
  .main-menu .header-menu a {
    font-family: "Aeonik-Medium";
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #0b162e;
    padding: 10px 0;
  }
  .main-menu .header-menu .sub-menu {
    position: relative;
    display: none;
    top: 0;
  }
  .main-menu .header-menu .sub-menu > li {
    flex: 0 0 50%;
    max-width: 50% !important;
  }
  .main-menu .header-menu .sub-menu > li > a {
    font-size: 18px;
  }
  .main-menu .header-menu .sub-menu.show {
    display: flex;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
    width: 100%;
    box-shadow: none;
  }

  .col-intro p:nth-child(2) {
    margin: 0 auto;
  }

  .option-career,
  .guiding {
    padding: 60px 20px !important;
  }

  .career-box,
  .guiding-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .career-box .content-box,
  .guiding-box .content-box {
    text-align: center;
    max-width: 100% !important;
    margin-top: 30px !important;
  }

  .col-map {
    margin-top: 30px;
    flex-direction: column-reverse !important;
    padding: 0;
  }
  .col-map .menu-map {
    border-radius: 0 !important;
  }
  .col-map .menu-map .menu-social-footer-menu-container {
    align-items: flex-start;
  }

  .footer-main {
    flex-direction: column;
  }

  .copyright-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .copyright-section li:first-child a {
    padding-left: 0 !important;
  }

  .section-get-stared {
    min-height: 350px;
  }
  .section-get-stared .col-intro {
    text-align: center;
    margin-top: 0 !important;
  }

  .list-row .content-txt {
    text-align: center !important;
    padding: 0 !important;
  }
  .list-row .content-txt .box-stt {
    margin: 25px auto !important;
  }
  .list-row .content-txt p {
    margin: 0 !important;
  }
  .list-row .content-txt a {
    display: none;
  }
  .list-row .content-img {
    display: none;
  }

  .section-post-detail .col-lg-4 {
    padding: 0 !important;
  }
  .section-post-detail .col-lg-4 .sidebar-post {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .contact-bg {
    padding: 35px 30px !important;
    margin: 0 auto 50px !important;
  }

  .frm_fourth {
    max-width: 100% !important;
  }
  .frm_fourth .select-styled {
    max-width: 100% !important;
  }
  .frm_fourth input[type=text],
  .frm_fourth input[type=email] {
    margin-right: 0 !important;
  }

  .frm_submit {
    clear: both !important;
  }
  .frm_submit button {
    width: 100% !important;
  }
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  .lastest-blog .post-slick {
    width: 100%;
  }
  .lastest-blog .post-slick.row {
    display: grid !important;
    margin: 0 !important;
  }
  .lastest-blog .post-slick .post-thumb {
    margin: 0 15px;
  }
  .lastest-blog .post-slick .post-thumb img {
    margin: 0 auto;
  }

  .section-all-news .select-styled {
    top: 68px;
    right: 50%;
    transform: translateX(-50%);
  }
  .section-all-news .post-item {
    margin-bottom: 0 !important;
  }

  #modal {
    padding: 60px 45px !important;
    width: 100vw !important;
    right: -100vw !important;
  }
  #modal .f-38-medium {
    margin-top: 70px !important;
  }
  #modal span {
    left: 45px !important;
  }
  #modal.open {
    right: 0 !important;
  }

  .nav-tabs a {
    font-size: 12px !important;
  }

  .tabcontent2 .frm_half {
    width: 100%;
    margin-left: 0;
  }

  .contact-bg {
    background: url(../images/contact_bg_mobile.png) no-repeat center;
    background-size: cover;
  }
  .contact-bg h3 br {
    display: block;
  }

  .contact {
    text-align: center;
  }

  .option-career,
  .guiding {
    margin: 0 auto !important;
  }
  .option-career .tab-pane .title-career,
  .guiding .tab-pane .title-career {
    padding: 0 60px;
    font-size: 28px !important;
  }
  .option-career .tab-pane .description-career,
  .guiding .tab-pane .description-career {
    margin-top: 32px !important;
    margin-bottom: 10px !important;
  }
  .option-career .tab-pane .group-career .career-box,
  .guiding .tab-pane .group-career .career-box {
    margin-top: 70px !important;
  }

  .section-top-roles {
    padding: 30px 0 !important;
  }
  .section-top-roles .col-top-roles .content {
    padding: 0 23px;
    margin-bottom: 30px;
  }

  .footer-main .contact-info > a {
    display: block !important;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Aeonik-Regular";
    font-weight: normal;
    font-size: 16px;
  }

  .copyright-section > a {
    display: none;
  }

  .section-featured-video,
  .section-all-news,
  .lastest-blog {
    text-align: center;
  }
  .section-featured-video h3,
  .section-all-news h3,
  .lastest-blog h3 {
    font-size: 28px !important;
  }
  .section-featured-video .first-post,
  .section-all-news .first-post,
  .lastest-blog .first-post {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .section-featured-video .post-item,
  .section-all-news .post-item,
  .lastest-blog .post-item {
    margin-top: 50px;
  }

  .section-featured-video {
    padding: 0 !important;
  }
  .section-featured-video .container {
    padding: 0 !important;
  }
  .section-featured-video .container .col-12 {
    padding: 0 !important;
  }
  .section-featured-video .container .col-12 .featured-video {
    border-radius: 0 !important;
    margin-bottom: 40px;
  }
  .section-featured-video .container .col-12 .featured-video iframe {
    min-height: 250px !important;
  }

  .section-partners {
    background-color: #f7f8fa;
  }
  .section-partners .container {
    text-align: center;
  }
  .section-partners .container .step-works {
    display: none;
  }
  .section-partners .partner-title {
    flex-direction: column;
  }
  .section-partners .partner-title .wrapper-logo {
    margin: 0 auto;
  }
  .section-partners .partner-title .partners-title {
    margin: 0 !important;
  }
  .section-partners .main-content-partner .container-partners {
    padding: 0 !important;
  }

  .section-other-partners {
    background: #fafbfc;
    padding: 30px 0 !important;
  }
  .section-other-partners .row .col-lg-4:not(:first-child) {
    margin-top: 70px;
  }

  .sign-up {
    margin: 0 !important;
  }

  .section-one {
    background: #f7f8fa;
    text-align: center;
  }
  .section-one .company-hiring {
    border-radius: 12px;
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 32px;
  }
  .section-one .job-description {
    padding: 0;
  }
  .section-one .step-works {
    display: none;
  }
  .section-one .chart {
    text-align: left;
    padding: 30px 0 !important;
  }
  .section-one .chart .level {
    margin-left: 0 !important;
  }
  .section-one .chart .level .graph {
    width: 42px;
  }

  .section-list-partners .list-partners {
    margin-top: 20px;
  }
  .section-list-partners .list-partners .box-filter {
    display: block;
    position: static !important;
    margin: 15px 10px;
  }
  .section-list-partners .list-partners .box-filter .select-styled {
    width: 100%;
  }
  .section-list-partners .list-partners .box-filter .select-options {
    width: 100%;
  }
  .section-list-partners .description p {
    font-size: 26px !important;
  }
  .section-list-partners .post-title {
    font-size: 28px !important;
  }

  .section-how-it-work .content-img .box-img {
    width: 100% !important;
    height: 100% !important;
  }
  .section-how-it-work .content-img .box-img img {
    width: 100%;
  }

  #contactPage .description-contact p {
    font-size: 26px !important;
  }

  .section-featured-video .featured-video {
    padding: 40px 15px !important;
  }

  #articlePage {
    background: #f7f8fa;
  }

  .footer-main .info-box {
    margin-top: 30px;
  }

  .chart .box-chart {
    width: 100% !important;
  }
  .chart .box-chart .group-col {
    width: 80% !important;
  }

  .post-box .jobs-box {
    margin: 0 15px 0 0 !important;
  }

  .post-page {
    background-color: #f7f8fa;
  }
  .post-page .body-content {
    padding: 40px 15px 20px !important;
  }
}
@media (max-width: 565px) {
  .company-group {
    padding: 35px 15px !important;
  }

  .section-how-it-work {
    margin-top: 40px;
    padding-bottom: 0 !important;
  }
  .section-how-it-work .content-txt a {
    display: none;
  }

  .footer-section {
    padding: 60px 30px !important;
  }
  .footer-section .box-right-menu {
    margin: 35px 0;
  }
  .footer-section .box-right-menu li {
    padding: 10px 0;
  }

  .section-one .section-title {
    font-size: 18px !important;
  }

  .logo-group {
    display: flex;
    flex-wrap: wrap;
  }
  .logo-group .logo-company {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 25px 0 !important;
  }

  .option-career,
  .guiding,
  .contact-bg {
    border-radius: 0 !important;
  }

  #aboutPage {
    background: #f7f8fa;
  }
  #aboutPage .about-main,
  #aboutPage .info,
  #aboutPage .our-team {
    text-align: center;
    background: #f7f8fa;
  }

  .sign-up .col-signup a.button {
    font-size: 9.8px !important;
    line-height: 35px !important;
    margin-top: 25px !important;
  }

  .info-section {
    padding: 6px 15px !important;
  }

  .slick-track .jobs-box:last-child {
    display: none;
  }

  .other-top-roles {
    display: none;
  }

  .contact-page .container {
    padding: 0 !important;
  }
  .contact-page .container .group-intro {
    padding: 0 25px;
  }
  .contact-page .container .row-info {
    border-radius: 0 !important;
    margin-bottom: 0;
  }

  .tabcontent2 .frm_fields_container {
    margin: 25px;
  }

  .menu-map {
    padding: 32px 25px !important;
  }

  #clientPage .sign-up {
    display: block;
  }

  #postPage .left-col .post-category {
    display: none;
  }
  #postPage .right-col .post-author {
    display: none !important;
  }
  #postPage .right-col .share-icon {
    display: inline !important;
  }

  .section-post-detail {
    margin-bottom: 40px;
  }
  .section-post-detail .col-lg-4 {
    display: none;
  }
}
@keyframes fadeInUp2 {
  from {
    transform: translate3d(0, 130px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@keyframes fadeInUp3 {
  from {
    transform: translate3d(0, 25px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}

@keyframes zoomIn2 {
  0% {
    opacity: 0;
    widows: 0%;
    height: 0%;
  }
  20% {
    opacity: 0.2;
    width: 10%;
    height: 10%;
  }
  40% {
    opacity: 0.4;
    width: 30%;
    height: 30%;
  }
  60% {
    opacity: 0.6;
    width: 50%;
    height: 50%;
  }
  80% {
    opacity: 0.8;
    width: 60%;
    height: 60%;
  }
  100% {
    opacity: 1;
    width: 75%;
    height: 85%;
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}

#industryPage {
  padding: 80px 0;
}
#industryPage .btn-enquire {
  display: block;
  font-family: "Aeonik-Medium";
  text-align: center;
  color: #303747;
  background-color: #F7F8FA;
  padding: 8px;
  border-radius: 22.5px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px;
}
#industryPage .smalltitle {
  color: #787F8D;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: -0.43px;
  line-height: 26px;
}
#industryPage .description {
  margin-bottom: 10px;
}
#industryPage .description p {
  font-family: "Aeonik-Medium";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.51px;
  color: #1D2840;
  max-width: 500px;
}
#industryPage .refine-by {
  display: flex;
  align-items: center;
}
#industryPage .refine-by > .select {
  display: none;
}
#industryPage .refine-by label {
  font-family: "Aeonik-Bold";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.43px;
  color: #787F8D;
  margin-right: 20px;
}
#industryPage .refine-by > ul {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
#industryPage .refine-by > ul li {
  margin: 0 10px;
}
#industryPage .refine-by > ul a {
  white-space: nowrap;
  font-size: 16px;
  padding: 12px 20px;
  font-family: "Aeonik-Medium";
  color: #303747;
  background-color: #F7F8FA;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
#industryPage .refine-by > ul a:hover {
  background-color: #1D2840;
  color: #F7F8FA;
}
#industryPage .refine-by > ul a.active {
  color: #F7F8FA;
  background-color: #1D2840;
}
#industryPage .box-filter {
  position: absolute;
  top: 32%;
  right: 0;
  z-index: 199;
}
#industryPage .box-filter .select-options {
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#industryPage .box-filter .select-options li {
  text-align: left;
  padding: 10px 16px 10px 30px;
}
#industryPage .box-content {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 25px;
}
#industryPage .box-content:hover {
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
#industryPage .box-content img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
}
#industryPage .box-content h3 {
  font-size: 24px;
  font-family: "Aeonik-Medium";
  letter-spacing: -0.38px;
  line-height: 36px;
  color: #1D2840;
  margin-bottom: 15px;
}
#industryPage .box-content > p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.43px;
  max-width: 326px;
  color: #1D2840;
  margin-bottom: 20px;
  height: 144px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
#industryPage .box-content .contact-info {
  margin-bottom: 30px;
  min-height: 44px;
}
#industryPage .box-content .contact-info span {
  display: block;
}
#industryPage .box-content .contact-info span:first-child {
  font-size: 14px;
  font-family: "Aeonik-Bold";
  letter-spacing: -0.38px;
  line-height: 20px;
  color: #1D2840;
}
#industryPage .box-content .contact-info a {
  font-family: "Aeonik-Medium";
  font-size: 14px;
  letter-spacing: -0.37px;
  line-height: 20px;
  color: #FF872B;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #industryPage .refine-by {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #industryPage .refine-by label {
    display: block;
    min-width: 100px;
    margin-top: 55px;
    margin-bottom: 0;
  }
  #industryPage .refine-by > ul {
    height: 50px;
    overflow: scroll hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 20px 0;
  }
  #industryPage .refine-by > ul::-webkit-scrollbar {
    display: none;
  }
  #industryPage .box-filter {
    top: 100%;
    left: 0;
    right: unset;
    min-width: 45%;
  }
  #industryPage .box-filter .select-styled {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #industryPage {
    padding-top: 60px;
  }
  #industryPage .smalltitle {
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 26px;
  }
  #industryPage .description p {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -0.41px;
  }
  #industryPage .box-filter {
    right: 0;
  }
  #industryPage .box-content {
    padding: 25px;
  }
  #industryPage .box-content h3 {
    font-size: 20px !important;
    line-height: 36px;
    margin-bottom: 10px;
  }
  #industryPage .box-content img {
    margin: 10px 0;
    width: 82px;
    height: 82px;
  }
  #industryPage .box-content > p {
    font-size: 14px;
    line-height: 20px;
    height: 120px;
  }
}
.section-list-partners .list-partners .box-filter {
  z-index: 10;
}
.section-list-partners .list-partners .box-filter .select-options {
  border-radius: 15px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
.section-list-partners .list-partners .box-filter .select-options li {
  padding: 8px 16px;
}

.popup .content-popup .frm_half,
.popup .content-popup .frm_submit {
  max-width: 49% !important;
}

@media screen and (max-width: 480px) {
  .popup .content-popup .frm_half,
  .popup .content-popup .frm_submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.post-item {
  position: relative;
}
.post-item .post-thumb .tag-premium {
  position: absolute;
  top: 10px;
  left: -6px;
  color: #fff;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.6px;
  padding: 3px 8px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.post-item .post-thumb .tag-premium img {
  width: 25px !important;
  height: auto !important;
}
.post-item .post-thumb .tag-premium::before {
  content: '';
  position: absolute;
  border-top: 8px solid #0b162e;
  border-left: 8px solid transparent;
  top: 100%;
  left: 0;
  filter: brightness(60%);
}
.box_projects--image{
    position: relative;
}
.play_btn_icon i.fa-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    opacity: 0.8;
}
/* Clients Page */
.section-get-stared .col-intro .intro-content{
    max-width: 70%;
}
.section-get-stared .col-video{
    position: relative;
    margin-top: 145px;
}
.section-get-stared .col-video iframe{
    border-radius: 15px;
    position: relative;
    min-height: 360px;
}
.section-get-stared .col-video .overlay-video, .about-main .col-video .overlay-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    border-radius: 15px;
    object-fit: cover;
}
.section-get-stared .col-video .button-play, .about-main .col-video .button-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.wrapper-clients .bg-gray {
    background-color: #D8D8D8;
}
.wrapper-clients .nt-tooltip {
    position: relative;
    display: inline-block;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 15px;
}
.tooltip-inner {
    background-color: #F2F2F2;
    font-family: "Aeonik-Regular";
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 26px;
    color: #1D2840;
    min-width: 300px;
    padding: 20px;
}
.bs-tooltip-right .arrow::before {
    display: none;
}
.wrapper-clients .nt-tooltip::before {
    position: absolute;
    content: '\003F';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.wrapper-clients .section-title {
    font-size: 28px;
    line-height: 56px;
    letter-spacing: -0.44px;
    margin-bottom: 30px;
}
.wrapper-clients .conecta-pricing {
    padding-top: 110px;
}
.wrapper-clients .conecta-pricing .table thead th {
    font-family: "Aeonik-Medium";
    font-size: 26px;
    letter-spacing: -0.41px;
    line-height: 58px;
    color: #1D2840;
    border-top: none;
    border-bottom: none;

}
.wrapper-clients .table thead th.text-highlight {
    color: #FF872B;
}
.wrapper-clients .table tbody td {
    font-family: "Aeonik-Regular";
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 70px;
    color: #1D2840;
}
.wrapper-clients .table tbody tr > td:first-child {
    font-family: "Aeonik-Medium";
    font-size: 20px;
    letter-spacing: -0.32px;
    line-height: 70px;
    display: flex;
    align-items: center;
}
.wrapper-clients .hiring-platform .table {
    margin-bottom: 145px;
}
.wrapper-clients .section-roles {
    padding: 60px 0;
}
.wrapper-clients .section-roles .content {
    display: flex;
    flex-wrap: wrap;
}
.wrapper-clients .section-roles .content ul {
    flex: 0 0 50%;
    padding: 0 15px;
    list-style-type: disc;
}
.wrapper-clients .section-roles .content ul li {
    font-family: "Aeonik-Regular";
    font-size: 20px;
    letter-spacing: -0.32px;
    line-height: 41px;
}
@media screen and (max-width: 768px) {
    .section-get-stared .col-intro .intro-content {
        max-width: 100%;
    }
    .wrapper-clients .section-get-stared .col-video {
        margin-top: 70px;
    }
}
@media screen and (max-width: 480px) {
    .wrapper-clients .nt-tooltip {
        min-width: 27px;
    }
    .section-get-stared .col-intro .intro-content {
        text-align: left;
    }
    .wrapper-clients .section-title {
        font-size: 20px !important;
        letter-spacing: -0.32px;
        line-height: 36px;
    }
    .wrapper-clients .intro-content h2 {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: -0.41px;
    }
    .wrapper-clients .intro-content a {
        margin: 30px 0 !important;
    }
    .wrapper-clients .section-get-stared .col-video {
        margin-top: 20px;
    }
    .wrapper-clients .conecta-pricing {
        padding-top: 60px;
    }
    .wrapper-clients .conecta-pricing .table thead th {
        font-size: 20px;
        letter-spacing: -0.32px;
        line-height: 58px;
    }
    .wrapper-clients .table tbody td {
        line-height: 59px;
        letter-spacing: -0.25px;
    }
    .wrapper-clients .hiring-platform .table {
        margin-bottom: 80px;
    }
    .wrapper-clients .table tbody tr > td:first-child {
        font-size: 15px;
        letter-spacing: -0.24px;
        line-height: 59px;
    }
    .wrapper-clients .hiring-platform .table tbody tr > td:first-child {
        white-space: pre-line;
        line-height: 18px;
    }
    .wrapper-clients .hiring-platform .table tbody td {
        line-height: 18px;
    }
    .wrapper-clients .table tbody tr td {
        white-space: pre;
    }
    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table::-webkit-scrollbar {
        display: none;
    }      
    .table {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    }
    .section-roles {
        padding: 30px 15px 60px !important;
    }
    .section-roles h3 {
        font-size: 20px !important;
        letter-spacing: -0.32px;
        line-height: 36px;
    }
    .wrapper-clients .section-roles .content ul {
        flex: 0 0 100%;
    }
    .wrapper-clients .section-roles .content ul li {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.28px;
    }
}
/* End Clients Page */

/* Feature Video Top Roles */
.feature-video {
  margin: 40px 0;
}
.feature-video .left{
  flex-direction: row;
}
.feature-video .right {
  flex-direction: row-reverse;
}
.feature-video .content {
  padding: 0 15px;
}
.feature-video iframe {
  border-radius: 12px;
}
.feature-video .content h4 {
  font-size: 16px;
  color: #1D2840;
  font-family: "Aeonik-Bold";
  font-weight: 700;
  letter-spacing: -0.43px;
  line-height: 26px;
  margin-bottom: 8px;
}
.feature-video .content p {
  color: #1D2840;
  font-family: "Aeonik-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  .feature-video .content.spacing {
    margin-top: 50px;
  }
}
/* End Feature Video Top Roles */

/* feature-iframe-video */
.feature-iframe-video {
  position: relative;
  margin-top: 145px;
}

.feature-iframe-video .overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-iframe-video .button-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  max-width: 76px !important;
  max-height: 76px !important;
}
.feature-iframe-video iframe {
  position: relative;
  border-radius: 15px;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .feature-iframe-video {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .feature-iframe-video {
    margin-top: 20px;
  }
}
/* End feature-iframe-video */