html {
  scroll-behavior: smooth;
}
h1 {
  font-size: 55px;
  text-align: center;
  font-family: "SFThin";
}
.tl-title h1 {
  margin-top: 60px;
  color: #242424;
}
.register-hackathon p {
  margin-bottom: 50px;
}
.tl-title p {
  margin-bottom: 50px;
  color: #7F7F7F;
  font-size: 19px;
}
.bg-hackathon-intro {
  margin: 70px 0 30px 0;
  background: #F7FFF9;
}
.bg-hackathon-intro .col-md-4 {
  padding: 0;
}
.bg-hackathon-intro .col-md-4 img {
  width: 100%;
}
.bg-hackathon-intro .dx-part {
  padding: 44px 40px 0px 40px;
}
.mentor {
  padding: 50px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  opacity: 1;
}
.mentor .center {
  margin-bottom: 50px;
}
.mentor .center h1 {
  margin-bottom: 10px;
}
.mentor .center p {
  color: #7F7F7F;
  font-size: 18px;
}
.mentor .col-md-4 {
  margin-top: 0px;
  margin-bottom: 8em;
}
.mentor .col-md-4 img {
  display: block;
  margin: auto;
}
.mentor .col-md-4 h4 {
  margin-top: -123px;
  font-size: 28px;
}
.mentor .col-md-4 h4,
.mentor .col-md-4 p {
  text-align: center;
  color: white;
}
.mentor .col-md-4 p {
  margin-top: -25px;
  color: white;
}
.register-hackathon {
  margin-top: 6em;
  background: #2A954E;
  padding: 50px 50px 80px;
}
.register-hackathon h1,
.register-hackathon p {
  color: white;
}
.register-hackathon .list-inline li:first-child {
  margin-right: 10em;
}
.register-hackathon .list-inline li img {
  display: block;
  margin: auto;
}
.register-hackathon .list-inline li button {
  margin-top: 50px;
  padding: 20px 100px;
  border-radius: 10px;
  color: #2A954E;
  font-size: 20px;
}
.bt-days {
  margin-bottom: -87px;
}
.bt-days .btn-day {
  background: #2A954E 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: white;
  padding: 10px 65px;
  font-size: 22px;
}
.bt-days .btn-day:first-child {
  margin-right: 60px;
}
.center {
  text-align: center;
}
.blue-timeline {
  padding: 5em 10em;
  background: #2A954E;
}
.blue-timeline .row img {
  display: block;
  margin: auto;
}
/* Variables */
/* Base */
strong {
  font-weight: 600;
}
#timeline-content {
  border-radius: 6px;
  margin-top: 60px;
  text-align: center;
}
#timeline-content p {
  color: #7E7E7E;
}
/* Timeline */
.timeline {
  border-left: 1px solid #7E7E7E;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  margin: 60px auto;
  margin-left: 41%;
  position: relative;
  line-height: 1.6em;
  font-size: 1.6em;
  padding: 5px 60px 0 60px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.timeline .event {
  margin-bottom: 15px;
  position: relative;
}
.timeline .event p {
  top: 5px;
  font-size: 16px;
  padding-left: 20px;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -223.5px;
  color: #2A954E;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 16px;
  min-width: 120px;
  top: 2px;
}
.timeline .event:after {
  left: -66.7px;
  height: 12px;
  width: 12px;
  background-image: url("/img/express-hiring-day/dot.png");
  background-size: 12px;
  content: "";
  top: 14px;
}
.timeline .event .dline {
  position: absolute;
  left: -52.5px;
}
.timeline .event .dline img {
  width: 30px;
  background-color: #2A954E;
}
.timeline .event .dicon {
  position: absolute;
  left: -20px;
}
.timeline .event .dicon img {
  width: 30px;
}
.btn-gr-arrow {
  margin-top: 10px;
  padding: 10px 40px;
  background: #00A73C;
  border: 1px solid #00A73C;
  color: #FFFFFF;
}
.serial-of-event {
  background: #FAFAFA;
}
.serial-of-event .half-event {
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 40px 20px 20px 20px;
  border: 1px solid #EFEFEF;
  background-color: #FFFFFF;
}
.serial-of-event .fram-title {
  font-size: 26px;
  padding: 10px;
  border: 1px solid #EFEFEF;
  width: 50%;
  margin: 0 auto;
}
.serial-of-event p {
  padding: 5.75px 20px;
  margin-bottom: 0;
}
.serial-of-event .list-inline {
  display: inline-block;
}
.serial-of-event .list-inline li {
  display: block;
  padding: 10px 0;
  color: #00A73C;
}
.serial-of-event img.techz {
  margin-top: 30px;
  text-align: center;
  width: 50%;
}
.careers .list-inline {
  display: inline-grid;
  font-weight: unset;
}
.careers .list-inline .arrow-right {
  margin-top: 3px;
  margin-right: 20px;
  border-left: 10px solid #FFFCFC;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.careers .list-inline li {
  padding: 10px;
}
.copy-main {
  color: #FABE00;
  font-weight: bold;
  font-size: 50px;
}
.key-word .copy-sub {
  text-align: center;
  font-size: 24px;
  font-weight: unset;
}
p.copy-sub.pevent {
  font-size: 17px;
}
.news .careers h2 {
  font-weight: unset;
  margin-bottom: 20px;
}
.cl-orange {
  background: #EA3936;
  border: 1px solid #EA3936;
}
.cl-primary {
  color: #00A73C !important;
}
#introduction {
  padding-top: 40px;
  margin-bottom: 40px;
}
#introduction h4 {
  border-left: 5px solid #00A73C;
  padding: 5px 0 5px 30px;
  font-weight: bold;
  letter-spacing: 5px;
}
#introduction .img-great img {
  width: 100%;
}
#introduction .btn-gr-arrow {
  margin: 15px 0 30px;
}
#introduction img.img-video {
  margin-top: 150px;
}
#opportunity {
  padding: 0 0 40px 0;
  background: url(/img/express-hiring-day/ibg.png);
}
#opportunity h1 {
  margin-top: 50px;
  margin-bottom: 40px;
  color: white;
  font-weight: unset;
}
#opportunity h4 {
  margin-bottom: 0;
  color: #FABE00;
}
#opportunity p {
  color: white;
}
#opportunity .c90m img {
  height: 131px;
}
#opportunity button {
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  background-color: #EA3936;
  border: 1px solid #EA3936;
}
#position {
  padding-top: 40px;
  margin-bottom: 40px;
}
#position h2 {
  font-weight: unset;
  padding-left: 20px;
  font-size: 25px;
  border-left: 5px solid #00A73C;
}
#position .content {
  width: 60%;
  border: 1px solid #EFEFEF;
  margin-left: 30px;
  padding: 15px;
}
#position .content .list-inline {
  display: inline-block;
}
#position .content .list-inline li {
  padding: 1px;
  display: block;
}
#position .box .list-inline {
  display: inline-block;
}
#position .box .list-inline li {
  padding: 12px;
  display: block;
}
#company_information {
  padding-top: 50px;
}
#company_information h1 {
  margin-bottom: 50px;
}
#company_information .carousel {
  position: relative;
}
#company_information .carousel-inner {
  width: 80%;
  margin: 0 auto;
}
#company_information .carousel-control img {
  position: absolute;
  top: calc(50% - 30px);
}
#company_information a.left.carousel-control img {
  left: 25%;
}
#company_information a.right.carousel-control img {
  right: 25%;
}
.fixed-bottom {
  position: fixed;
  bottom: 40px;
  right: 0px;
}
.fixed-bottom img {
  width: 50%;
}
.fixed-bottom img:hover {
  cursor: pointer;
}
@media (max-width: 640px) {
  ul.list-inline > li {
    display: inline;
  }
  .blue-timeline .col-md-3 img {
    width: 100%;
    margin: 30px 0;
  }
  .bt-days .btn-day:first-child {
    margin-right: 10px;
  }
  .bt-days .btn-day {
    padding: 10px 30px;
  }
  .timeline {
    margin-left: 50%;
  }
  .register-hackathon .list-inline li button {
    margin-bottom: 40px;
    padding: 20px 40px;
    font-size: 18px;
  }
  .mentor .col-md-4 img {
    width: 100%;
  }
  .mentor .col-md-4 h4 {
    margin-top: -103px;
    font-size: 22px;
  }
  .timeline .event:after {
    left: -65.2px;
  }
  #introduction img.img-video {
    margin-top: 10px;
  }
  #opportunity h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #opportunity {
    background: #635A54;
  }
  #opportunity .col-md-4 {
    padding: 20px;
  }
  section#position .row {
    padding: 10px;
  }
  #position .content {
    width: 100%;
    margin-left: 0;
  }
  .serial-of-event .fram-title {
    width: 100%;
  }
  .timeline .event:before {
    left: -200.5px;
  }
  .timeline {
    margin-left: 30%;
    width: 88%;
  }
  .timeline .event:after {
    left: -67.2px;
  }
  #company_information .carousel-control img {
    width: 33%;
  }
  #company_information .carousel-control img {
    position: absolute;
    top: calc(50% - 15px);
  }
  .serial-of-event .half-event {
    margin-bottom: 20px;
  }
}
