@font-face {
  font-family: "SVN-Gilroy";
  src: url("./fonts/SVN-Gilroy/SVN-Gilroy\ Medium.otf");
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter/Inter-Medium.ttf");
}

*:not(.fa) {
  font-family: "SVN-Gilroy";
}
.share-recruit {
  margin-bottom: 30px;
  font-family: "SVN-Gilroy-semi";
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  color: #222222;
}
.box-detail-top {
  background: linear-gradient(90deg, #0062ba 0%, #009bde 100%) !important;
}
.detail-job-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
}
.box-detail-top__list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail-job-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.box-detail-top__submit-btn {
  width: 200px;
  height: 48px;
  border-radius: 10px;
}
.box-detail-top__hr {
  width: 760px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-top: none;
  margin-top: 0px;
}
.detail-job-item__info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  max-width: 478px;
}
.poll-vote {
  margin-top: 20px;
}
.poll-vote form {
  display: flex;
  flex-wrap: wrap;
}
.poll-vote__form {
  display: flex;
  align-items: center;
  height: auto;
  width: 160px;
}
.poll-vote__form input {
  width: 20px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.poll-vote__title {
  text-align: left !important;
  margin-bottom: 10px;
}
.poll-vote__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.poll-vote__submit,
.poll-vote__result {
  width: 160px;
  height: 48px;
  border-radius: 10px;
}
.poll-vote__result {
  background: #fff;
  border: 1px solid #0070ba;
}

.poll-vote__result span {
  color: #0070ba;
}
.poll-vote__result.disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  cursor: default;
}
.poll-vote__result.disabled span {
  color: #fff;
}
.poll-result {
  margin-top: 150px;
}
.poll-result form {
  display: flex;
  flex-wrap: wrap;
}
.poll-result__form {
  display: flex;
  align-items: center;
  height: auto;
  width: 160px;
}
.poll-result__form input {
  width: 20px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.poll-result__title {
  margin-bottom: 20px;
}
.poll-result__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.poll-result__submit,
.poll-result__result {
  width: 160px;
  height: 48px;
  border-radius: 10px;
}
.poll-result__result {
  background: #fff;
  border: 1px solid #0070ba;
}
.poll-result__result span {
  color: #0070ba;
}
.recruit-page-detail button:hover a,
.recruit-page-detail button a:hover,
.recruit-page-detail button:hover {
  color: #0070ba !important;
}
.progress {
  width: 60%;
  margin: auto 0;
  border-radius: 30px;
  background-color: #d7d7d7;
  /* background-color: linear-gradient(90deg, #0062ba 0%, #009bde 100%); */
}
.progress-bar {
  background: linear-gradient(90deg, #0062ba 0%, #009bde 100%) !important;
  border-radius: 30px;
}
.poll-result__title button {
  font-size: 2rem;
  font-weight: 400;
}
.progress-bar-label {
  /* flex-basis: 25%; */
  min-width: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.progress-bar-percent {
  margin-left: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* flex-basis: 10%; */
}
.poll-vote .modal-dialog {
  margin: auto;
  margin-top: 150px !important;
}
.progress-bar {
  /* flex-basis: 65%; */
}
.ml-8 {
  margin-left: 8px;
}
.ml-32 {
  margin-left: 32px !important;
}
.btn-submit-result {
  width: 100%;
}
/* slide job detail */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* body{
  display: flex;
  padding: 0 35px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background: #343F4F;
} */
.wrapper-footer-img {
  display: flex;
  max-width: 1200px;
  position: relative;
}
.wrapper-footer-img i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343f4f;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-footer-img i:active {
  transform: translateY(-50%) scale(0.9);
}
.wrapper-footer-img i:hover {
  background: #f2f2f2;
}
.wrapper-footer-img i:first-child {
  left: -22px;
  display: none;
}
.wrapper-footer-img i:last-child {
  right: -22px;
}
.wrapper-footer-img .carousel-footer-img {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-footer-img.dragging {
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-footer-img.dragging img {
  pointer-events: none;
}
.carousel-footer-img img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carousel-footer-img img:first-child {
  margin-left: 0px;
}
.about-info {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.about-info__item {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  background: #e7f5ff;
  padding: 15px;

  /* shadow 1 */

  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.about-info__title,
.about-info__company-name {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 0px;

  /* Neutral color/Grey900 */

  color: #222222;
}
.about-info__company-name {
  color: #0070ba;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.about-info__item--img {
}
.about-info__item--number,
.about-info__item--number-plus {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 1px;

  /* Main color/Blue */

  color: #0070ba;
}
.about-info__item--description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  text-align: center;
}
.btn-intro {
  padding: 0px 20px;
  gap: 10px;
  width: 200px;
  height: 48px;

  /* Main color/Blue */

  border: 1px solid #0070ba;
  border-radius: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.btn-intro-feedback {
  margin-top: 16px;
  width: 160px;
  height: 40px;
}
.btn-intro a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  /* Main color/Blue */

  color: #0070ba;
}
.why-choose-us {
  width: 100%;
  height: auto;
  background-color: #e7f5ff;
  padding: 100px 0px 100px 0px;
}
.why-choose-us .mySlides {
  display: none;
  display: flex;
}
.why-choose-us img {
  vertical-align: middle;
  height: 100%;
  border-radius: 20px;
}
.why-choose-us .slideshow-title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #222222 !important;
}
.text-highlight {
  color: #0070ba !important;
}
.why-choose-us .text-highlight {
  color: #0070ba !important;
}
.why-choose-us .detail {
  margin: auto auto auto 68px;
}
.why-choose-us .detail__title {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 55px;
}
.why-choose-us .detail__hr {
  width: 100%;
  background-image: linear-gradient(to right, #0070ba99, #0070ba00);
  border-top: none;
}
.why-choose-us .detail__description {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #555555;
}
.why-choose-us .slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
}

.why-choose-us .prev,
.why-choose-us .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.why-choose-us .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.why-choose-us .prev:hover,
.why-choose-us .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.why-choose-us .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.why-choose-us .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

.why-choose-us .dot-slide {
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin: 0 2px;
  background-color: #e7f5ff;
  border-radius: 50%;
  border: 1px solid #0070ba;
  display: inline-block;

  transition: background-color 0.6s ease;
}
.why-choose-us .dot-slide.is-hide {
  display: none;
}
.first-slide {
  width: 1200px;
  height: 433px;
}

.why-choose-us .active,
.why-choose-us .dot-slide:hover {
  background-color: #0070ba;
}
.why-choose-us .unactive {
  background-color: transparent;
}
.why-choose-us .unactive p {
  color: #0070ba;
}
.why-choose-us .active .dot-slide__number,
.why-choose-us .dot-slide:hover .dot-slide__number {
  color: #fff;
}

.dot-slide .dot-slide__number {
  color: #0070ba;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
.why-choose-us .fade-slide {
  animation-name: fade;
  animation-duration: 1.5s;
}
.list-dot-slide.active {
  display: block;
}
.list-dot-slide.none {
  display: none;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.outstanding-technology {
  padding: 100px 0;
}
.ot-title, .ot-title h3, .ot-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 40px;
}
.outstanding-technology-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1332px;
  margin: -15px auto;
}
.outstanding-technology-item {
  width: 378.67px;
  height: 210px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 16px;
  flex-direction: column;
}
.outstanding-technology-item:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.you-take-item {
  cursor: pointer;
}
.outstanding-technology-item .ot-technology-name {
  text-align: center;
}

.life-at-techvify .wrap-img {
  opacity: 0.5;
  transition: opacity 1s;
}
.life-at-techvify .owl-stage .center .wrap-img {
  opacity: 1;
  transition: opacity 1s;
}
.life-at-techvify {
  height: 958px;
  padding: 100px 0px;
  background-color: #e7f5ff;
}
.life-at-techvify .title, .life-at-techvify .title h2, .life-at-techvify .title h3,
.home-testimonial .title, .home-testimonial .title h2, .home-testimonial .title h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 47px;
  text-align: center;
}
.life-at-techvify .item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}
.life-at-techvify .wrap-btn {
  display: flex;
  justify-content: center;
}
.life-at-techvify .btn-color-trans {
  background-color: transparent;
}
.recruit-main {
  background-color: #fff;
}
.ceo-quote .detail__hr {
  width: 100%;
  background-image: linear-gradient(to right, #ffffff99, #ffffff00);
  border-top: none;
}
.ceo-quote .wrap-quote-icon {
  display: flex;
  justify-content: flex-end;
}

.ceo-quote .wrap-img-ceo {
  display: flex;
}
.ceo-quote .img-ceo {
  margin: auto;
}
.ceo-quote .wrap-content {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-testimonial {
  background-color: linear-gradient(233.74deg, #f8eff6 0.99%, #ddeaff 89.15%);
}

.home-testimonial .home-testimonial__btn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: auto;
  width: 355px !important;
  /* identical to box height, or 156% */

  /* Neutral color/Grey900 */

  color: #222222;
}
.home-testimonial .home-testimonial__btn-wrap {
  display: flex;
}
.fix-element {
  width: 80px;
  height: 60px;
  position: fixed;
  right: -1px;
  top: 200px;
  z-index: 999;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
}
.fix-element ul li:first-child {
  background: #ffc200;
  border-radius: 10px 0px 0px 0px;
}
.fix-element ul li:hover {
  background: #5cb9f7;
  transition: background 0.5s;
}
.fix-element ul li:first-child:hover {
  background: #ffdb65;
  transition: background 0.5s;
}

.fix-element ul li:last-child {
  border-radius: 0px 0px 0px 10px;
}
.fix-element_wrap-item img {
  height: 24px;
}
.fix-element li {
  background: #0070ba;
  height: 60px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.65px solid rgba(231, 245, 255, 0.3);
  transition: background 0.5s;
}

.fix-element_wrap-item {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#btn-scroll-to-top {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.5s;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(85, 85, 85, 0.25);
  border-radius: 50%;
  display: flex;
}
#btn-scroll-to-top img {
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  top: 0px;
}
.btn-intro:hover {
  box-shadow: 0px 0px 8px #0070ba40;
  transition: box-shadow 0.3s;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-16 {
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
#btn-scroll-to-top:hover {
  /* background-color: #5cb9f7;
  transition: background-color 2s; */
}
.order-2-custom {
  order: 1;
  flex-direction: row-reverse;
  justify-content: left;
  margin-bottom: 30px;
}
.order-custom-container {
  display: flex !important;
  flex-direction: column;
}
.order-custom-container img {
  order: 1;
}
.order-3-custom {
  order: 3 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
/* fresher page */

.fresher-about-info {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 10px;
}
.fresher-about-info__item {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  background: #e7f5ff;
  padding: 15px;

  /* shadow 1 */

  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.fresher-about-info__title,
.fresher-about-info__title-name {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 0px;

  /* Neutral color/Grey900 */

  color: #222222;
}
.fresher-about-info__title-name {
  color: #0070ba;
}
.bg-custom-fresher-program-wraper {
  justify-content: left;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.fresher-about-info__item--img {
}
.fresher-about-info__item--number,
.fresher-about-info__item--number-plus {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 1px;

  /* Main color/Blue */

  color: #0070ba;
}
.fresher-about-info__item--description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  text-align: center;
}
.fresher-about-info .text-right,
.fresher-about-info .text-right img {
  position: relative;
}
.fresher-about-info .img-1 {
  position: relative;
  width: 80%;
  right: 60px;
}
.fresher-about-info .img-2 {
  position: relative;
  top: -30px;
  width: 40%;
}
.fresher-text-blue {
}
.fresher-text-white {
}
.you-take {
  padding: 100px 0;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  background-image: url("https://careers.techvify.com.vn/wp-content/uploads/2022/07/techvifers.jpg");
}
.you-take .title-wrap {
  margin-bottom: 60px;
  flex-wrap: wrap !important;
}
.title-wrap {
  flex-wrap: wrap !important;
}
.you-take-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1332px;
  margin: -15px auto;
}
.you-take-item {
  width: 378.67px;
  height: 250px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 16px;
  flex-direction: column;
  padding: 0 20px;
}
.you-take-item:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.you-take-item .you-take__description {
  text-align: center;
  max-width: 100%;
  word-break: break-word;
  text-align: center;
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.bg-custom-fresher.bg-blue {
  border-radius: 9% 90% 9% 90% / 100% 0% 100% 0%;
  background: #0070ba;
  padding: 0px 19px;
  box-shadow: 3px 3px 0px rgba(34, 34, 34, 0.25);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.bg-custom-fresher.bg-white {
  border-radius: 9% 90% 9% 90% / 100% 0% 100% 0%;
  background: #fff;
  padding: 0px 19px;
  box-shadow: 3px 3px 0px rgba(34, 34, 34, 0.25);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.fresher-content {
  padding-right: 0px !important;
}
/* .fresher-content .text-custom-fresher {
  font-size: 50px !important;
} */

.text-custom-fresher.white {
  font-weight: 700;
  font-size: 49px;
  line-height: 62px;
  color: #fff;
  font-style: italic;
  margin-bottom: 4px;
}
.text-custom-fresher.blue {
  font-weight: 700;
  font-size: 49px;
  line-height: 62px;
  color: #0070ba;
  font-style: italic;
  margin-bottom: 4px;
}
.fs-50 {
  font-size: 50px !important;
  /* .slide-0-custom h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 20rem;
  line-height: 26rem;
  color: #1c9ad6;
  width: 2000px;
  height: 433px;
  overflow: hidden;
} */
}
.slide-0-custom {
  height: 433px;
  width: 100%;
}
.slide-0-custom__wrapper {
  width: 200px;
  margin: auto;
  overflow-x: hidden;
  height: 433px;
  width: 200%;
}
.overflow-clip {
  text-overflow: clip;
  width: 200%;
  height: 100%;
  font-size: 20rem;
  line-height: 20rem;
}

.slide-0-custom__target {
  font-weight: bold;
  color: red;
  animation-name: rightToLeft;
  animation-duration: 4.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 20rem;
  line-height: 26rem;
  /* animation: rightToLeft 4.5s linear infinite; */
}
.slide-0-custom marquee {
  font-size: 20rem;
  line-height: 26rem;
}

.slide-0-custom .hide-tablet h1 {
  font-size: 21rem;
  line-height: 28rem;
  font-style: normal;
  font-weight: 400;
  color: #1c9ad6;
  margin-left: -500px;
}
.slide-0-custom .hide-pc h1 {
  font-size: 13rem;
  line-height: 26rem;
}
.mentors {
  background-image: url("images/1.png"), url("images/2.png"),
    url("/images/main-bg.png");
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: auto, auto, cover;
  background-position: right center, left center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.mentor-title {
  /* text-shadow: 3px 3px 0px rgba(34, 34, 34, 0.25);
  font-style: italic;
  font-weight: 700;
  font-size: 54px;
  line-height: 62px; */
}
.mentor-list {
  justify-content: center;
}
.job-title,
.hr-mentor,
.mentor-title,
.img-mentor,
.mentor-item,
.img-mentor {
  background-color: transparent;
}
.mentor-item {
  width: 216px;
  height: 456px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: transparent;
}
.detail-mentor {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: linear-gradient(90deg, #0062ba 0%, #009bde 100%);
  top: 0;
  left: 0;
  border-radius: 30px 0px;
  filter: drop-shadow(4px 4px 0px #bce2fd);
  padding: 15px 15px 15px 30px;
  overflow: hidden;
  overflow-y: auto;
}
.detail-mentor ul {
  list-style-type: disc;
}
.detail-mentor li {
  color: #fff;
  list-style-type: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.detail-mentor li:not(:last-child) {
  color: #fff;
  list-style-type: disc;
  margin-bottom: 10px;
}
.detail-mentor p {
  position: absolute;
}
.wrapper-img-mentor {
  position: relative;
  transition: 0.3s;
}
.wrapper-img-mentor {
  cursor: pointer;
}
.wrapper-img-mentor:hover .img-mentor {
  opacity: 0;
  transition: opacity 0.3s;
  transition: background 0.3s;
  transition: 0.3s;
}
.wrapper-img-mentor:hover .detail-mentor {
  opacity: 1;
  transition: opacity 0.3s;
  transition: background 0.3s;
  transition: 0.3s;
}
.img-mentor {
  width: 100%;
  height: 320px;
  filter: drop-shadow(4px 4px 0px #bce2fd);
  border-radius: 30px 0px;
}

.mentor-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.hr-mentor {
  border: 1px solid #d7d7d7, transparent, transparent, transparent !important;
  margin: 10px 0;
}
.job-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter" !important;
}
.format {
  background: #fff;
}
:root {
  --color-format-1: #4d35ac;
  --color-format-2: #2643a6;
  --color-format-3: #1653ae;
  --color-format-4: #0070ba;
  --color-format-5: #009dbf;
  --color-format-6: #00aea4;
}
.demo-3d {
  width: 50px;
  height: 50px;
  transform: rotateX(51deg) rotateZ(43deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
}
.demo-3d:hover {
  transform: translate3d(0px, -16px, 0px) rotateX(51deg) rotateZ(43deg);
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}

.wrap-item-format-3d.color-1 {
  color: var(--color-format-1);
}
.wrap-item-format-3d.color-2 {
  color: var(--color-format-2);
}
.wrap-item-format-3d.color-3 {
  color: var(--color-format-3);
}
.wrap-item-format-3d.color-4 {
  color: var(--color-format-4);
}
.wrap-item-format-3d.color-5 {
  color: var(--color-format-5);
}
.wrap-item-format-3d.color-6 {
  color: var(--color-format-6);
}
.list-item-format {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 240px;
}
.format-3d {
  position: relative;
  cursor: pointer;
  width: 128px;
  height: 128px;
  background: #dfe6ff;
  transform: rotateX(45deg) rotateZ(45deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 8px 8px 0 0px var(--color-format-1),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(77, 53, 172, 0.65);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
}
.format-3d:hover {
  transform: translate3d(0px, -8px, 0px) rotateX(45deg) rotateZ(45deg);
  box-shadow: 8px 8px 0 0px var(--color-format-1),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.format-3d img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-45deg)
    scale(0.8, 1.1);
}
.format-3d p {
  transform: rotateX(-399deg) rotateY(-7deg) rotateZ(320deg)
    translate(-59px, -69px) skewY(155deg);
  font-size: 39px;
  font-weight: 500;
}
.color-2 .format-3d {
  box-shadow: 8px 8px 0 0px var(--color-format-2),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(38, 67, 166, 0.65);
}
.color-2 .format-3d:hover {
  box-shadow: 8px 8px 0 0px var(--color-format-2),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.color-3 .format-3d {
  box-shadow: 8px 8px 0 0px var(--color-format-3),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(22, 83, 174, 0.65);
}
.color-3 .format-3d:hover {
  box-shadow: 8px 8px 0 0px var(--color-format-3),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.color-4 .format-3d {
  box-shadow: 8px 8px 0 0px var(--color-format-4),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(0, 112, 186, 0.65);
}
.color-4 .format-3d:hover {
  box-shadow: 8px 8px 0 0px var(--color-format-4),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.color-5 .format-3d {
  box-shadow: 8px 8px 0 0px var(--color-format-5),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(0, 157, 191, 0.65);
}
.color-5 .format-3d:hover {
  box-shadow: 8px 8px 0 0px var(--color-format-5),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.color-6 .format-3d {
  box-shadow: 8px 8px 0 0px var(--color-format-6),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    20px 20px 20px 0 rgba(0, 178, 168, 0.65);
}
/* .format-3d:hover {
  transform: translate3d(0px, -8px, 0px) rotateX(45deg) rotateZ(45deg);
  box-shadow: 8px 8px 0 0px var(--color-format-1),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
} */
.color-6 .format-3d:hover {
  box-shadow: 8px 8px 0 0px var(--color-format-6),
    -1px 0 28px 0 rgba(34, 33, 81, 0.01),
    54px 54px 28px -10px rgba(34, 33, 81, 0.15);
}
.wrap-item-format-3d {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.format-2-4-6 {
  transform: translateY(174px);
}
.title-format {
  margin-bottom: 63px;
}
.format-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  max-width: 167px;
  text-align: center;
}
.fw-600 {
  font-weight: 600;
}
.wrapper-footer-img {
  margin-top: 80px;
}
.text-custom-fresher {
  text-shadow: 3px 3px 0px rgba(34, 34, 34, 0.25);
}
.fresher-content .text-custom-fresher {
  font-size: 45px;
}
.w-300px {
  width: 300px;
}
.rating-widget *:before,
.rating-widget *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rating-widget .clearfix {
  clear: both;
}

.rating-widget .text-center {
  text-align: center;
}

.rating-widget a {
  color: tomato;
  text-decoration: none;
}

.rating-widget a:hover {
  color: #2196f3;
}

.rating-widget pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.rating-widget .header {
  padding: 20px 0;
  position: relative;
  margin-bottom: 10px;
}

.rating-widget .header:after {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 30%;
  right: 30%;
}

.rating-widget .header h2 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.2em;
}

.rating-widget .header p {
  font-size: 14px;
}

.rating-widget #a-footer {
  margin: 20px 0;
}

.rating-widget .new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);

  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.rating-widget .new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}

.rating-widget .success-box {
  padding: 10px 10px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

.rating-widget .success-box img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.rating-widget .success-box > div {
  vertical-align: top;
  display: inline-block;
  color: #888;
}

/* Rating Star Widgets Style */
.rating-widget .rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-widget .rating-stars ul > li.star {
  display: inline-block;
}


/* Idle State of the stars */
.rating-widget .rating-stars ul > li.star > i.fa {
  font-size: 2.5em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-widget .rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}

/* Selected state of the stars */
.rating-widget .rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}
#stars li.star:hover{
	cursor:pointer
}

footer {
  background-position: center !important;
}
h4,
h2,
.button-all,
.poll-vote__title {
  font-weight: 600;
}
h1 {
  font-weight: 700;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(-160px);
  }
}
@media only screen and (max-width: 300px) {
  .why-choose-us .prev,
  .why-choose-us .next,
  .why-choose-us .text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fresher-content .text-custom-fresher {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .bg-custom-fresher-program-wraper {
    justify-content: center;
  }
  .you-take .title-wrap {
    margin-bottom: 30px;
    flex-wrap: wrap !important;
  }
  .title-wrap {
    flex-wrap: wrap !important;
  }
  .about-info__title,
  .about-info__company-name {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }
  .wrap-btn-intro-mobile {
    display: flex;
    margin: 20px auto 40px;
    justify-content: center;
  }
  .hide-tablet {
    display: none;
  }
  .fresher-about-info__title,
  .fresher-about-info__title-name {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }
  .fresher-about-info__item {
    margin: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 165px;
  }
  .about-info__item {
    margin: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 165px;
  }
  .life-at-techvify {
    height: 914px;
  }
  .fix-element {
    top: 80;
    width: 52px;
    font-style: normal;
    font-weight: 600;
    font-size: 10.4px;
    line-height: 11px;
    height: 39px;
  }
  .fix-element ul li:first-child {
    background: #ffc200;
    border-radius: 6.5px 0px 0px 0px;
  }
  .fix-element ul li:last-child {
    border-radius: 0px 0px 0px 6.5px;
  }
  .fix-element ul li {
    width: 52px;
    height: 39px;
  }
  /* .fix-element_wrap-item img {
    width: 12.46px;
    height: 24px;
  } */
  .banner-intern {
    height: 180px;
  }
  #exampleModal.modal.show .modal-dialog {
    margin: auto;
  }
  .wrap-text-program {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  .mySlides.fade-slide {
    flex-direction: column;
    align-items: center;
  }
  .why-choose-us {
    padding: 50px 15px !important;
  }
  .why-choose-us img {
    width: 80%;
    height: auto;
  }
  .why-choose-us .slideshow-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }
  .why-choose-us .detail__title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    text-align: center;
  }
  .why-choose-us .detail__description {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .why-choose-us hr {
    margin: 20px auto;
  }
  .why-choose-us .slideshow-container {
    margin-bottom: 20px;
  }
  .why-choose-us .detail {
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #btn-scroll-to-top {
    /* width: 40px;
    height: 40px; */
  }
  #btn-scroll-to-top img {
    width: 24px;
    height: 21px;
  }
}
@media screen and (max-width: 992px) {
  .wrap-ceo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wrap-ceo-content .col-md-6 {
    max-width: 100%;
  }
  .ceo-quote .wrap-img-ceo {
    order: 2;
  }
  .ceo-quote {
    padding-top: 50px;
  }
  .wrapper-img-mentor:active .img-mentor {
    opacity: 0;
    transition: opacity 0.3s;
    transition: background 0.3s;
    transition: 0.3s;
  }
  .wrapper-img-mentor:active .detail-mentor {
    opacity: 1;
    transition: opacity 0.3s;
    transition: background 0.3s;
    transition: 0.3s;
  }
  .text-custom-fresher.white,
  .text-custom-fresher.blue {
    font-weight: 700;
    font-size: 37.8px;
    line-height: 43px;
  }

  .recruit-main .text-custom-fresher.white,
  .recruit-main .text-custom-fresher.blue {
    font-weight: 700;
    font-size: 31.8px;
    line-height: 43px;
  }
}
@media screen and (max-width: 992px) {
  .wrap-ceo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wrap-ceo-content .col-md-6 {
    max-width: 100%;
  }
  .ceo-quote .img-ceo {
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .format-3d {
    width: 100px;
    height: 100px;
  }
  .format-3d p {
    transform: rotateX(-399deg) rotateY(-7deg) rotateZ(320deg)
      translate(-42px, -50px) skewY(155deg);
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .poll-vote__submit,
  .poll-vote__result {
    width: 260px;
  }
}
@media screen and (max-width: 900px) {
  .carousel-footer-img img {
    width: calc(100% / 2);
  }
  .life-at-techvify {
    padding: 50px 0px;
    height: 569px;
  }
  .owl-carousel,
  .owl-stage-outer,
  .owl-stage,
  .owl-item {
    height: 330px !important;
  }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 90% !important;
  }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 90% !important;
  }
}
@media screen and (max-width: 820px) {
  .outstanding-technology {
    padding: 50px 0;
  }
  .outstanding-technology-item {
    width: 196px;
    height: 230px;
    margin: 10px;
  }
}
@media screen and (max-width: 455px) {
  .outstanding-technology-item {
    width: 162px;
    height: 230px;
  }
  .life-at-techvify {
    height: 466px;
    padding: 50px 0px;
  }
  .life-at-techvify .title,
  .home-testimonial .title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }
  .on-mobile-mt-10 {
    margin-top: 10px;
  }
  .life-at-techvify .owl-carousel,
  .life-at-techvify .owl-stage-outer,
  .life-at-techvify .owl-stage,
  .life-at-techvify .owl-item {
    height: 232px !important;
  }
  .life-at-techvify .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 90% !important;
  }
  .life-at-techvify .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 90% !important;
  }
  .on-mobile-mb-4 {
    margin-bottom: 4px;
  }
  .on-mobile-mb-10 {
    margin-bottom: 10px;
  }
  .bg-custom-fresher,
  .text-custom-fresher {
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* padding: 4px !important; */
  }
  .wrapper-footer-img {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .carousel-footer-img img {
    width: 100%;
  }
  .why-choose-us img {
    width: 95%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .box-detail-top {
    padding: 20px 25px !important;
    text-align: left !important;
  }
  .box-detail-top__hr {
    width: auto;
  }
  .detail-job-item__info {
    max-width: 560px;
  }
}
@media (max-width: 992px) {
  .detail-job-item__info {
    max-width: 360px;
  }
  @media (max-width: 768px) {
    .detail-job-item__info--position {
      flex-wrap: wrap;
    }
    .box-detail-top__submit-btn {
      width: 100%;
      margin-top: 10px;
    }
    .wrap-item-format-3d {
      margin-bottom: 40px;
      /* align-items: flex-end; */
    }
    .format-2-4-6 {
      transform: translateY(82px) translateX(-20px);

      /* align-items: flex-start; */
    }
    .format-1-3-5 {
      transform: translateX(20px);
      /* align-items: flex-start; */
    }
    .list-item-format {
      margin-bottom: 48px;
    }
  }
}
@media (max-width: 510px) {
  .detail-job-item__info {
    max-width: 300px;
  }
  .box-detail-top {
    padding: 20px 15px !important;
  }
}
@media (max-width: 420px) {
  .detail-job-item__info {
    max-width: 240px;
  }
}
