#tjl_portofolio_wrapper {
  width: 100%;
  max-width: 1378px;
  padding: 0 30px;
  margin: 0 auto;
}
#tjl_portofolio_wrapper h1 {
  color: #1C102E;
  font-size: 58px;
  line-height: 100%;
  font-weight: 700;
  padding: 40px 0 20px 0;
  margin: 0;
}
#tjl_portfolio_intro p,
#tjl_portfolio_intro h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 28px 0;
  font-weight: 400;
  color: #333;
}
#tjl_portfolio_intro p {
  font-size: 24px;
  line-height: 32px;
}
.tjl_portfolio_cols {
  display: flex;
  justify-content: space-between;
}
.tjl_portfolio_col {
  width: 48%;
  padding-bottom: 10px;
}
.tjl_portfolio_col p {
  margin: 0;
  padding: 0 0 25px 0;
}
.tjl_portfolio_col a,
.tjl_portfolio_base a {
  color: #fa771a;
}
.tjl_portfolio_base p {
  font-size: 20px;
  line-height: 26px;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
#tjl_portfolio_filter {
  display: flex;
  padding: 20px 0 30px 0;
  scroll-margin-top: 75px;
}
#tjl_portfolio_filter * {
  font-size: 18px;
  line-height: 24px;
}
#tjl_portfolio_filter p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#tjl_portfolio_filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
}
#tjl_portfolio_filter ul li {
  margin: 0;
  padding: 0 0 0 10px;
  white-space: nowrap;
}
#tjl_portfolio_filter ul li a {
  padding-left: 5px;
}
#tjl_portfolio_filter ul li.active a {
  color: #fa771a;
}
#tjl_portfolio_list {
  margin: 0 -15px;
}
#tjl_portfolio_list.tjl_portfolio_list_padding {
  padding-top: 30px;
}
.tjl_porfolio_line {
  display: flex;
  justify-content: space-between;
}
.tjl_porfolio_line article {
  width: 33.33333333333333%;
  padding: 0 15px 30px 15px;
}
.tjl_porfolio_line .tjl_portfolio_article {
  position: relative;
  height: 269px;
}
.tjl_porfolio_line_1 > article:first-child,
.tjl_porfolio_line_3 > article:last-child {
  width: 66.66666666666667%;
}
.tjl_porfolio_line_1 > article:first-child .tjl_portfolio_article,
.tjl_porfolio_line_3 > article:last-child .tjl_portfolio_article {
  height: 568px;
}
.tjl_porfolio_line .tjl_porfolio_line_col {
  width: 33.33333333333333%;
  padding: 0 15px 30px 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.tjl_porfolio_line .tjl_porfolio_line_col article {
  width: 100%;
  padding: 0;
}
.tjl_porfolio_line article img,
.tjl_porfolio_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
}
.tjl_porfolio_line article h2 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 10px 15px 10px 0;
  margin: 0;
  width: 74.88479262672811%;
  background: #fff;
  font-size: 22px;
  line-height: 28px;
}
.tjl_porfolio_line article h2 span {
  display: block;
  font-weight: 400;
}
.tjl_porfolio_line_1 > article:first-child h2,
.tjl_porfolio_line_3 > article:last-child h2 {
  font-size: 34px;
  line-height: 40px;
  color: #1C102E;
}
.tjl_porfolio_line article h2 strong {
  position: absolute;
  top: -26px;
  padding: 5px 10px;
  background: #fa771a;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 1.05px;
}
.tjl_porfolio_logo {
  display: block;
  z-index: 1;
  background-size: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  line-height: 9px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.tjl_porfolio_line article:hover .tjl_porfolio_logo {
  background-size: 150px auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.tjl_porfolio_line_1 > article:first-child:hover .tjl_porfolio_logo,
.tjl_porfolio_line_3 > article:last-child:hover .tjl_porfolio_logo {
  background-size: 325px auto;
}
.tjl_porfolio_line article a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  display: block;
  line-height: 9px;
}
.tjl_portfolio_base_link {
  margin: 0;
  padding: 20px 0 30px 0;
}
.tjl_portfolio_base_link a {
  color: #fa771a;
}
@media all and (min-width: 0) and (max-width: 1024px) {
  #tjl_portofolio_wrapper {
    padding: 0 25px;
  }
  #tjl_portfolio_list {
    margin: 0 -12.5px;
  }
  .tjl_porfolio_line {
    flex-wrap: wrap;
  }
  .tjl_porfolio_line_1 > article:first-child,
  .tjl_porfolio_line_3 > article:last-child {
    width: 100%;
  }
  .tjl_porfolio_line .tjl_porfolio_line_col {
    flex-flow: row;
    padding: 0;
    width: 100%;
  }
  .tjl_porfolio_line .tjl_porfolio_line_col article {
    width: 50%;
    padding: 0 15px 30px 15px;
  }
  .tjl_porfolio_line article {
    padding: 0 12.5px 25px 12.5px !important;
  }
  #tjl_portfolio_filter {
    display: block;
  }
  #tjl_portfolio_filter ul li:first-child {
    padding-left: 0;
  }
  #tjl_portfolio_filter ul li:first-child a {
    padding-left: 0;
  }
}
@media all and (min-width: 0) and (max-width: 800px) {
  .tjl_portfolio_cols {
    flex-wrap: wrap;
  }
  .tjl_portfolio_col {
    width: 100%;
  }
  #tjl_portofolio_wrapper h1 {
    font-size: 44px;
    line-height: 100%;
  }
  #tjl_portfolio_intro p,
  #tjl_portfolio_intro h2 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .tjl_portfolio_base p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (min-width: 0) and (max-width: 670px) {
  .tjl_porfolio_line .tjl_portfolio_article {
    height: 320px !important;
  }
  .tjl_porfolio_line article {
    width: 100%;
  }
  .tjl_porfolio_line article h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
@media all and (min-width: 0) and (max-width: 550px) {
  .tjl_porfolio_line .tjl_porfolio_line_col {
    flex-wrap: wrap;
  }
  .tjl_porfolio_line .tjl_porfolio_line_col article {
    width: 100%;
  }
}
