/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.title {
  color: #147815; }

/* second navbar */
.nav-second {
  top: 55px;
  height: 55px;
  padding-left: 18px;
  padding-right: 30px;
  margin-left: auto;
  z-index: 1029;
  position: fixed;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 767px) {
    .nav-second {
      height: auto;
      position: relative;
      padding: 0;
      margin: 10px 15px;
      width: calc(100% - 30px); } }

.nav-second .collapse-none {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.nav-second ul.navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto; }
  @media (max-width: 767px) {
    .nav-second ul.navbar-list {
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; } }

@media (max-width: 767px) {
  .nav-second ul.navbar-list li {
    border-bottom: 1px solid #ddd;
    text-align: center; } }

.nav-second ul.navbar-list .nav-link {
  color: #ff6810;
  padding: 0.8rem 1rem; }

.nav-second ul.navbar-list .nav-link:hover, .nav-second ul.navbar-list .nav-link:active {
  background-color: #eee;
  color: #dc5100; }

.section-talent.kv {
  background: url("../img/talent/kv.jpg") repeat-x center bottom/75%;
  padding: 0 0 14% 0; }
  .section-talent.kv .kv-content {
    padding: 6% 10% 11%;
    text-align: center; }
    .section-talent.kv .kv-content .main {
      color: #000;
      letter-spacing: 3px;
      margin-top: 3rem; }
  .section-talent.kv .kv-content img {
    width: 100%;
    max-width: 500px;
    margin: auto; }
    @media (min-width: 993px) {
      .section-talent.kv .kv-content img {
        max-width: 900px; } }

.section-talent.intro {
  padding-bottom: 1%;
  background-color: #eaeaea; }
  .section-talent.intro .talent-intro-txt {
    text-align: center; }
    .section-talent.intro .talent-intro-txt p {
      text-align: left; }
  .section-talent.intro .btn {
    margin: 2% auto 4%;
    background-color: #ff6810; }
    .section-talent.intro .btn:hover, .section-talent.intro .btn:focus, .section-talent.intro .btn:active {
      background-color: #e65500; }

.section-talent.feat {
  padding-top: 4%; }
  .section-talent.feat .card-feat {
    margin: 2% 0;
    height: 100%; }
  .section-talent.feat .card-body {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .section-talent.feat .card-title {
    margin: 0 auto 10px; }
  .section-talent.feat .card-text {
    text-align: left; }
  .section-talent.feat .logo {
    max-width: 140px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center; }
  .section-talent.feat .logo img {
    width: 100%; }
  .section-talent.feat .btn {
    width: 80%;
    border: 1px solid #1ba41c;
    border-radius: 10px;
    color: #1ba41c;
    padding: 8px;
    font-size: 1rem;
    margin: 2% 0; }
    .section-talent.feat .btn:hover, .section-talent.feat .btn:focus, .section-talent.feat .btn:active {
      background-color: #1ba41c;
      color: #fff; }

.section-talent.lecture {
  background-color: #eaeaea;
  padding-top: 4%; }
  .section-talent.lecture .title {
    color: #1b61d3; }
  .section-talent.lecture .nav-tabs .nav-link {
    padding: 0.5rem 1rem; }
  .section-talent.lecture .table-lecture {
    background-color: #fff; }
  .section-talent.lecture .table-lecture thead tr {
    background-color: #1b61d3;
    color: #fff; }
  .section-talent.lecture .table-lecture thead tr th:first-child {
    width: 120px; }
  .section-talent.lecture .table-lecture thead tr th:last-child {
    width: 200px; }
  .section-talent.lecture .table-striped.table-lecture tbody tr:nth-of-type(odd) {
    background-color: #eaf0f9; }
  .section-talent.lecture .table-hover.table-lecture tbody tr:hover {
    background-color: rgba(27, 97, 211, 0.3); }

.section-talent.corp {
  padding-top: 4%; }
  .section-talent.corp .title {
    color: #a42b80; }
  .section-talent.corp .card-corp {
    margin: 2%; }
  .section-talent.corp .card-corp-img {
    background-color: #eee; }
  .section-talent.corp .card-title {
    margin: 0 auto 10px; }
  .section-talent.corp .card-info {
    margin: 10px auto; }
  .section-talent.corp .card-text {
    text-align: left; }
  .section-talent.corp .logo {
    max-width: 140px;
    margin: auto;
    text-align: center; }
  .section-talent.corp .btn {
    border: 1px solid #a42b80;
    background-color: transparent;
    border-radius: 50%;
    color: #a42b80;
    padding: 10px;
    font-size: 1rem;
    margin: 2% 0;
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-size: 1.6rem; }
    .section-talent.corp .btn:hover, .section-talent.corp .btn:focus, .section-talent.corp .btn:active {
      background-color: #7c2060;
      color: #fff; }

.section-talent.kv-inner {
  padding: 110px 0 0; }

.section-talent.corp-page {
  padding: 55px 0 1%; }
  .section-talent.corp-page .corp-img {
    background-color: #fff;
    border: 0.5px solid #ccc; }
  .section-talent.corp-page .corp-title {
    margin-top: 15px; }
  .section-talent.corp-page .corp-subtitle {
    margin: 0 0 10px; }
  .section-talent.corp-page .corp-info-list li {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden; }
  .section-talent.corp-page .corp-info-list li i {
    width: 30px;
    height: 30px;
    color: #888;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 6px;
    font-size: 1.2rem; }
  .section-talent.corp-page .corp-info-list li a {
    color: #333;
    text-decoration: underline; }
    .section-talent.corp-page .corp-info-list li a:hover, .section-talent.corp-page .corp-info-list li a:focus, .section-talent.corp-page .corp-info-list li a:active {
      color: #088bca; }
  .section-talent.corp-page .corp-brn-group {
    text-align: center; }
  .section-talent.corp-page .btn-rock {
    background-color: #1ba41c;
    border: 1px solid #1ba41c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 10px;
    padding: 0.6rem 0;
    margin: 2%;
    width: 100%;
    max-width: 280px; }
    .section-talent.corp-page .btn-rock:hover, .section-talent.corp-page .btn-rock:focus, .section-talent.corp-page .btn-rock:active {
      background-color: transparent;
      color: #1ba41c; }
  .section-talent.corp-page .btn-line {
    border: 1px solid #1ba41c;
    background-color: transparent;
    color: #1ba41c;
    font-size: 18px;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 10px;
    padding: 0.6rem 0;
    margin: 2%;
    width: 100%;
    max-width: 280px; }
    .section-talent.corp-page .btn-line:hover, .section-talent.corp-page .btn-line:focus, .section-talent.corp-page .btn-line:active {
      background-color: #1ba41c;
      color: #fff; }

.section-talent.promo {
  padding-top: 1%; }
  .section-talent.promo .promo-img {
    max-width: 390px;
    max-height: 400px;
    overflow: hidden;
    margin: 2% 0; }
  .section-talent.promo .promo-img img {
    width: 100%; }

.section-talent.service {
  background-color: #eee; }
  .section-talent.service .title {
    color: #a42b80; }
  .section-talent.service .card-service .card-header i {
    font-size: 1.5rem;
    color: #a42b80; }
  .section-talent.service .card-service .service-txt {
    display: -webkit-box;
    width: 100%;
    height: 125px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
  .section-talent.service .card-service .service-txt .collapse-more {
    background: transparent;
    padding: 4px 10px;
    border-radius: 5px;
    min-width: 100%;
    height: 30px;
    text-align: center;
    color: #333;
    z-index: 2;
    position: absolute;
    bottom: -10px;
    left: 0;
    outline: 0px; }
  .section-talent.service .card-service .service-txt .collapse-more i {
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #a42b80; }
  .section-talent.service .card-service .service-txt.show .collapse-more i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .section-talent.service .card-service .service-txt.collaping {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: hidden; }
  .section-talent.service .card-service .service-txt.show {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: unset; }
  .section-talent.service .card-service .service-txt::after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%; }
  .section-talent.service .card-service .service-txt.show::after {
    display: none; }

.section-talent.benefit .title {
  color: #a42b80; }
.section-talent.benefit .benefit-txt {
  column-count: 1;
  column-gap: 50px; }
  @media (min-width: 768px) {
    .section-talent.benefit .benefit-txt {
      column-count: 2; } }
.section-talent.benefit .benefit-txt ul li {
  margin-left: 1.5em;
  list-style: disc; }

.section-talent.vacancy {
  background-color: #eee; }
  .section-talent.vacancy .title {
    color: #a42b80; }
  .section-talent.vacancy .term {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 3px solid #e0e0e0;
    padding: 1.5rem;
    padding-bottom: 45px;
    position: relative; }
    .section-talent.vacancy .term .term-header {
      border-bottom: 1px solid #eee;
      margin-bottom: 1rem; }
    .section-talent.vacancy .term .term-title {
      background-color: #a42b80;
      color: #fff;
      padding: 10px 30px;
      margin: 0 0 3% -2rem;
      display: inline-block;
      border-top-right-radius: 10px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 3px; }
    .section-talent.vacancy .term .term-subtitle {
      color: #a42b80;
      margin: 10px 0; }
    .section-talent.vacancy .term .term-subtitle::after {
      content: '';
      width: 0px;
      border-top: 8px solid #a42b80;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 4px solid transparent;
      display: inline-block;
      margin-left: 0.5rem; }
    .section-talent.vacancy .term .btn-vacancy {
      border-bottom: 1px solid #a42b80;
      background-color: transparent;
      color: #a42b80;
      font-size: 18px;
      display: inline-block;
      border-radius: 0px;
      padding: 0px 35px 0px 10px;
      margin: 2%;
      position: absolute;
      bottom: 0;
      right: 0; }
      .section-talent.vacancy .term .btn-vacancy::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 1px;
        right: 0;
        bottom: 0.45rem;
        background-color: #a42b80;
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg); }
      .section-talent.vacancy .term .btn-vacancy:hover, .section-talent.vacancy .term .btn-vacancy:focus, .section-talent.vacancy .term .btn-vacancy:active {
        color: #cb379f;
        border-color: #cb379f; }
        .section-talent.vacancy .term .btn-vacancy:hover::after, .section-talent.vacancy .term .btn-vacancy:focus::after, .section-talent.vacancy .term .btn-vacancy:active::after {
          background-color: #cb379f; }

.section-isip .title {
  color: #301465;
  margin: 1% 0; }

.section-isip.kv {
  padding: 0; }
  .section-isip.kv .title {
    margin-bottom: 3%; }
  .section-isip.kv .kv-content {
    text-align: center;
    width: 65%;
    margin: 0 auto; }
  .section-isip.kv .kv-content img {
    width: 100%;
    max-width: 500px;
    margin: auto; }
  .section-isip.kv .kv-content .desc {
    text-align: left;
    margin: 3% auto 0; }

.section-isip.intro {
  padding: 3% 0 1%; }
  .section-isip.intro .btn {
    margin: 2% auto 4%;
    display: block;
    background-color: #a42b80; }
    .section-isip.intro .btn:hover, .section-isip.intro .btn:focus, .section-isip.intro .btn:active {
      background-color: #842367; }

.section-isip.project {
  padding: 2% 0; }
  .section-isip.project .class-name {
    margin-bottom: 2%; }
  .section-isip.project .class-name span {
    color: #301465;
    word-break: keep-all;
    padding: 5px 12px;
    border-radius: 3px; }
  .section-isip.project .isip-project-group {
    padding: 2% 0; }
  .section-isip.project .isip-project-group.helf {
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .section-isip.project .isip-project-group.helf {
        width: 50%; } }
  .section-isip.project .isip-project {
    padding: 10px;
    margin: 2% 0;
    box-shadow: 0 0 0 1px #aaa;
    background-color: #43158c;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  .section-isip.project .isip-project:nth-child(even) {
    background-color: #d24217; }
  .section-isip.project .isip-project p {
    text-align: left; }
  .section-isip.project .tag {
    background-color: #a42b80;
    color: #fff; }
  .section-isip.project .more {
    text-align: center;
    float: none;
    margin: 2% auto;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.9); }
    .section-isip.project .more:hover, .section-isip.project .more:focus, .section-isip.project .more:active {
      background-color: #e7ab4e;
      color: #fff; }

.section-isip.video {
  background-color: #dedede;
  padding-top: 4%; }
  .section-isip.video .card-video {
    margin: 2% 0;
    height: 100%; }
  .section-isip.video .card-title {
    margin: 0 auto 10px;
    text-align: left; }
  .section-isip.video .card-text {
    text-align: left;
    min-height: 64px; }
  .section-isip.video .btn-play {
    width: 60px;
    height: 60px;
    line-height: 50px;
    padding-left: 18px;
    background-color: #301465;
    box-shadow: 0 0 18px 14px #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .section-isip.video .btn-play:hover, .section-isip.video .btn-play:focus, .section-isip.video .btn-play:active {
      background-color: #441c90; }

.section-isip.socialLink {
  background-color: #301465;
  color: #fff;
  padding: 3%; }
  .section-isip.socialLink .social-circle {
    display: inline-block;
    margin: 2%; }
  .section-isip.socialLink .social-circle .btn {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 1.8rem;
    text-align: center;
    color: #301465;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px #000; }
    .section-isip.socialLink .social-circle .btn:hover, .section-isip.socialLink .social-circle .btn:focus, .section-isip.socialLink .social-circle .btn:active {
      background-color: #200d43;
      color: #fff;
      box-shadow: 0 0 10px #eee; }

.section-b104 .title {
  color: #686867;
  margin: 1% 0; }

.section-b104.kv {
  padding: 0; }
  .section-b104.kv .title {
    margin-bottom: 3%; }
  .section-b104.kv .kv-content {
    text-align: center;
    width: 65%;
    margin: 0 auto; }
  .section-b104.kv .kv-content img {
    width: 100%;
    max-width: 500px;
    margin: auto; }
  .section-b104.kv .kv-content .desc {
    text-align: left;
    margin: 3% auto 0; }

.section-b104.intro {
  padding: 3% 0 1%; }
  .section-b104.intro .btn {
    margin: 2% auto 4%;
    display: block;
    background-color: #ffeedf; }
    .section-b104.intro .btn:hover, .section-b104.intro .btn:focus, .section-b104.intro .btn:active {
      background-color: #ffd8b6; }

.section-b104.project {
  padding: 2% 0;
  background-color: #f9f1dc; }
  .section-b104.project .class-name {
    margin-bottom: 1%; }
  .section-b104.project .class-name span {
    color: #ff9100;
    word-break: keep-all;
    padding: 5px 12px;
    border-radius: 3px; }
  .section-b104.project .b104-project-group {
    padding: 2% 0; }
  .section-b104.project .b104-project p {
    text-align: left; }
  .section-b104.project .more {
    text-align: center;
    float: none;
    margin: 2% auto;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff; }
    .section-b104.project .more:hover, .section-b104.project .more:focus, .section-b104.project .more:active {
      background-color: #e7ab4e;
      color: #fff; }

.section-b104.activity {
  padding: 1% 0 3%; }
  .section-b104.activity .class-name {
    margin-bottom: 2%; }
  .section-b104.activity .class-name span {
    color: #ff9100;
    word-break: keep-all;
    padding: 5px 12px;
    border-radius: 3px; }
  .section-b104.activity .b104-activity-group {
    padding: 2% 0; }
  .section-b104.activity .b104-activity p {
    text-align: left; }
  .section-b104.activity .more {
    text-align: center;
    float: none;
    margin: 2% auto;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff; }
    .section-b104.activity .more:hover, .section-b104.activity .more:focus, .section-b104.activity .more:active {
      background-color: #e7ab4e;
      color: #fff; }

.section-b104.video {
  background-color: #f9f1dc;
  padding-top: 4%; }
  .section-b104.video .card-title {
    margin: 0 auto 10px;
    text-align: left; }
  .section-b104.video .card-text {
    text-align: left;
    min-height: 64px; }
  .section-b104.video .btn-play {
    width: 60px;
    height: 60px;
    line-height: 50px;
    padding-left: 18px;
    background-color: #ff9100;
    box-shadow: 0 0 18px 14px #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .section-b104.video .btn-play:hover, .section-b104.video .btn-play:focus, .section-b104.video .btn-play:active {
      background-color: #ffa733; }

.section-b104.socialLink {
  background-color: #ff9100;
  color: #fff;
  padding: 3%; }
  .section-b104.socialLink .social-circle {
    display: inline-block;
    margin: 2%; }
  .section-b104.socialLink .social-circle .btn {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 1.8rem;
    text-align: center;
    color: #ff9100;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px #945400; }
    .section-b104.socialLink .social-circle .btn:hover, .section-b104.socialLink .social-circle .btn:focus, .section-b104.socialLink .social-circle .btn:active {
      background-color: #d67a00;
      color: #fff;
      box-shadow: 0 0 10px #eee; }

/*# sourceMappingURL=talent.css.map */
