/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  scroll-behavior: smooth;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

img.fits {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

a, a.hover {
  text-decoration: none !important;
}

*:focus, button:focus {
  outline: none;
}

/* Nav */

.navbar-custom {
  height: auto;
  padding: 0;
  background-color: #fff;
}

.navbar-custom::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.navbar-brand {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 170px;
  height: 170px;
  padding: 0 !important;
  margin: 0;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 766px) {
  .navbar-brand {
    width: 100px;
    height: 100px;
  }
}

.navbar-toggler {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: center;
}

.navbar-toggler-icon {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0 !important;
  border: none;
  border-radius: 0;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  padding: 20px 30px !important;
  transition: all 0.3s ease-in;
}

.nav-link::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: calc(100% - 60px);
  height: 3px;
  transform: translateX(-50%);
  background-color: #f05a24;
  visibility: hidden;
}

.nav-link.active::after {
  visibility: visible;
}

.nav-link:hover, .nav-link.active {
  color: #f05a24;
}

.nav-link.active {
  pointer-events: none;
}

.social {
  display: flex;
  position: relative;
  padding: 0 30px 0 25px;
}

.social::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #4d4d4d;
  transform: translateY(-50%);
}

.social a {
  display: inline-block;
  padding: 20px 12px;
  font-size: 16px;
  color: #4d4d4d;
  transition: all 0.3s ease-in;
}

.social a:hover {
  color: #f05a24;
}

@media only screen and (max-width: 766px) {
  .navbar-collapse {
    padding: 0 !important;
  }

  .nav-link {
    padding: 16px 0;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    border-bottom: solid 2px #fff;
    background-color: #eee;
  }

  .nav-link.active {
    color: #fff;
    background-color: #f05a24;
    background-image: url('../img/line.svg');
    background-size: 6px 6px;
  }

  .nav-link::after {
    display: none;
  }

  .social {
    padding: 0;
    justify-content: center;
    background-color: #eee;
  }

  .social a {
    padding: 19px 20px;
    font-size: 20px;
  }
}

/* Header */

header.masthead {
  padding: 64px 0 0 0;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

header.masthead img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 766px) {
  header.masthead {
    padding: 50px 0 0 0;
    aspect-ratio: 9 / 14;
  }
}

/* Topic */
.topic {
  position: relative;
  display: block;
  aspect-ratio: 6 / 1;
  overflow: hidden;
  margin: 64px 0 80px 0;
  background-color: #999;
}

.topic img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.topic-text {
  position: absolute;
  z-index: 2;
  right: 10%;
  bottom: 10px;
}

.topic-text::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: calc(100% - 3px);
  height: calc(50% + 10px);
  background-color: #EF5A24;
}

.topic-text h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

.topic-text h3 span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .topic {
    aspect-ratio: 5 / 2;
    margin: 50px 0 60px 0;
  }

  .topic-text {
    right: 15px;
  }

  .topic-text::before {
    width: calc(100% + 15px);
  }

  .topic-text h3 {
    font-size: 18px;
  }

  .topic-text h3 span {
    font-size: 24px;
  }
}

/* Case Topic */
.case-topic {
  display: block;
  width: 100%;
  margin: 64px 0 0 0;
}

@media only screen and (max-width: 766px) {
  .case-topic {
    margin: 50px 0 0 0;
  }
}

/* Index title */
.index-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: 333;
  letter-spacing: 5px;
  line-height: 1;
}

.index-title span {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 700;
  background: #4E197C;
  background: linear-gradient(to right, #4E197C 0%, #EF5A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 766px) {
  .index-title {
    font-size: 16px;
  }

  .index-title span {
    font-size: 30px;
  }
}


/* Case link */
.case-link .case-frame {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
}

.case-link .case-frame::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  display: block;
  background: #e5e5e5;
}

.case-link .case-frame::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #4E197C 0%, #EF5A24 100%);
  transition: all 0.3s ease-in;
  opacity: 0;
}

.case-link:hover {
  text-decoration: none !important;
}

.case-link:hover .case-frame::before {
  opacity: 1;
}

.case-link .name {
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 0 0;
  transition: all 0.3s ease-in;
}

.case-link:hover .name {
  color: #111;
}

.case-link .name .area {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}

.case-link .name .status {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px 6px 8px;
  border-radius: 5px;
}

.case-link .name .status.s1 {
  color: #ef5a24;
  border: solid 1px #ef5a24;
}

.case-link .name .status.s2 {
  color: #4e197c;
  border: solid 1px #4e197c;
}

@media only screen and (max-width: 766px) {
  .case-link .name {
    font-size: 18px;
  }

  .case-link .name .area {
    font-size: 14px;
  }

  .case-link .name .status {
    font-size: 13px;
  }

}

/* More link */
.more-btn {
  font-size: 18px;
  font-weight: 600;
  transform: scaleY(.95);
  color: #ef5a24;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 766px) {
  .more-btn {
    font-size: 16px;
  }
}

.more-btn:hover {
  color: #4e197c;
  text-decoration: none;
}

.more-btn span {
  display: inline-block;
  padding: 0 0 0 0.5rem;
}

.more-btn:hover span {
  animation: sg 1s ease-in infinite;
}

@keyframes sg {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0.5rem);
  }

  100% {
    transform: translateX(0);
  }
}

/* section */

.content-section {
  position: relative;
  margin: 0 0 80px 0;
}

.content-section.alt {
  margin: 0;
}

.section-grey {
  background-color: #f9f8fb;
}

@media only screen and (max-width: 766px) {
  .content-section {
    padding: 0 30px;
    margin: 0 0 60px 0;
  }

  .content-section.alt {
    margin: 0;
  }
}

.content-section .anchor {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -100px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.bg-grey {
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #F1F1F1;
}

/* custom row */
.row.custom-row {
  margin-left: -30px;
  margin-right: -30px;
}

.row.custom-row>.col {
  padding-left: 30px;
  padding-right: 30px;
}

.row.custom-row2 {
  margin-left: -4px;
  margin-right: -4px;
}

.row.custom-row2>.col {
  padding-left: 4px;
  padding-right: 4px;
}

.row.list-row {
  border-top: solid 1px #CBCBCB;
  margin: 0;
}

.row.list-row>.col {
  display: flex;
  border-bottom: solid 1px #CBCBCB;
  padding: 10px 7px 10px 0;
  color: #333;
  font-size: 15px;
  font-weight: 450;
}

.row.list-row>.col span {
  display: inline-block;
  color: #666;
  font-weight: 350;
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 766px) {
  .row.list-row>.col {
    font-size: 14px;
  }
}

/* content text */
.content-text {
  color: #4d4d4d;
}

.content-text h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 18px 0;
}

.content-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4E197C;
  margin: 0 0 18px 0;
}

.content-text h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.content-text h3.alt {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: #4E197C;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

.content-text h3.alt span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.content-text h3.alt::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #4E197C;
}

.content-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #EF5A24;
  letter-spacing: 2px;
}

.content-text h4.bk {
  color: #4D4D4D;
  letter-spacing: 5px;
}

.content-text h4.bk2 {
  color: #333;
  letter-spacing: 0;
}

.content-text h5 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.content-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 12px 0;
  text-align: justify;
}

.content-text p.alt {
  font-size: 15px;
  line-height: 1.6;
}

.content-text p.alt2 {
  font-size: 17px;
  line-height: 2;
  margin: 0;
}

.content-text ol li, .content-text ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin: 7px 0;
}

.content-text hr.intro-bar {
  border: none;
  position: relative;
  height: 1px;
  margin: 20px 0;
  background-color: #B2B2B2;
}

.content-text hr.intro-bar::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 104px;
  height: 1px;
  background-color: #EF5A24;
}

.content-text hr.intro-bar.alt::after {
  width: 156px;
}

@media only screen and (max-width: 766px) {
  .content-text h1 {
    font-size: 35px;
  }

  .content-text h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .content-text h3 {
    font-size: 24px;
  }

  .content-text h3.alt {
    font-size: 21px;
  }

  .content-text h3.alt span {
    font-size: 14px;
  }

  .content-text h4 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }

  .content-text h4.bk {
    font-size: 21px;
  }

  .content-text p {
    font-size: 14px;
  }

  .content-text p.alt {
    font-size: 14px;
  }

  .content-text p.alt2 {
    font-size: 16px;
  }

  .content-text hr.intro-bar {
    margin: 16px 0;
  }

  .content-text hr.intro-bar::after {
    width: 96px;
  }

  .content-text hr.intro-bar.alt::after {
    width: 144px;
  }
}

/* Footer */
footer {
  background-color: #4E197C;
}

footer hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

footer .cp-text {
  font-size: 13px;
  font-weight: 400;
}

footer .sc-links {
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
}

footer p.info {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

footer .sc-links a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px 10px 0;
  color: #fff;
  transition: all 0.3s ease-out;
}

footer .sc-links a:hover {
  color: #EF5A24;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 766px) {
  footer p.info {
    font-size: 15px;
  }

  footer .cp-text {
    font-size: 11px;
  }
}

.footer-link a {
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 2px;
  padding: 0 0 8px 0;
  display: block;
}

.footer-link a:hover {
  color: #EF5A24;
  text-decoration: none;
}

.footer-link a h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #fff;
}

.footer-link a h3 span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* Loading */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.9);
}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.lds-rolling {
  position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 86px;
  height: 86px;
  border: 6px solid #f05a24;
  border-top-color: transparent;
  border-radius: 50%;
}

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lds-rolling {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/* Top Menu */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 500;
  border: none;
  outline: none;
  background-color: #ef5a24;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  border-radius: 0px;
  font-size: 1rem;
}

@media only screen and (max-width: 766px) {
  #myBtn {
    bottom: 0;
    right: 0;
    padding: 5px 10px 5px 10px;
  }
}

#myBtn:hover {
  color: #fff;
  background-color: #bb4216;
  /* Add a dark-grey background on hover */
}

/* Image fits */
.img-frame {
  display: block;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.a1-1 {
  aspect-ratio: 1 / 1;
}

.a4-3 {
  aspect-ratio: 4 / 3;
}

.a2-1 {
  aspect-ratio: 2 / 1;
}

.a6-5 {
  aspect-ratio: 6 / 5;
}

.img-frame.ds {
  position: relative;
}

.img-frame.ds::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  display: block;
  background-color: #e5e5e5;
}

.add-text {
  position: absolute;
  z-index: 5;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

/* filter */
.filter {
  padding-bottom: 20px;
  margin: 0 0 25px 0;
  border-bottom: dotted 1px #ccc;
}

.filter .col {
  padding: 0 5px;
}

.filter-text {
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 2px;
}

@media only screen and (max-width: 766px) {
  .filter .col {
    padding: 0;
  }
}

/* Pagination */
.pagination {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.pagination-list {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.pagination-list a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #b2b2b2;
  border-radius: 12px;
  margin: 0 10px;
  transition: all 0.3s ease-out;
}

.pagination-list a:hover {
  background-color: #ef5a24;
}

.pagination-list a.active {
  background-color: #111;
  pointer-events: none;
}

.pagination-list .extent {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  height: 24px;
  line-height: 18px;
}

@media only screen and (max-width: 766px) {
  .pagination {
    padding: 0 0 40px 0;
  }
}


/* Page link */
.pagination .page-btn {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #b2b2b2;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 766px) {
  .pagination .page-btn {
    font-size: 16px;
    position: absolute;
    bottom: 0;
  }

  .pagination .page-btn:first-child {
    left: 50%;
    transform: translateX(calc(-100% - 10px));
  }

  .pagination .page-btn:last-child {
    right: 50%;
    transform: translateX(calc(100% + 10px));
  }
}

.pagination .page-btn:hover {
  color: #ef5a24;
  text-decoration: none;
}

.pagination .page-btn span {
  display: inline-block;
}

/* Case Menu */
.case-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 50px;
  margin: 0 0 60px 0;
  background-color: #ef5a24;
}

.case-menu .case-name {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.case-menu .case-name span {
  display: inline-block;
  font-size: 16px;
  font-weight: 450;
  padding-left: 10px;
  line-height: 1;
}

.case-menu .case-link-group {
  position: relative;
  display: flex;
}

.case-menu .case-link-group::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: none;
}

.case-menu .case-link-group a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 55px;
  height: 55px;
  width: 130px;
  text-align: center;
  padding: 0 0;
  margin: 0;
  letter-spacing: 2px;
  transition: all .3s ease-in;
}

.case-menu .case-link-group a:hover {
  background-color: #802a0b;
}

.case-menu .case-link-group a::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 766px) {
  .case-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .case-menu .case-name {
    padding: 0 0 0 20px;
    margin: 15px 0;
    font-size: 22px;
  }

  .case-menu .case-name span {
    font-size: 15px;
  }

  .case-menu .case-link-group {
    width: 100%;
  }

  .case-menu .case-link-group::before {
    display: block;
  }

  .case-menu .case-link-group a {
    display: block;
    flex: 1;
    letter-spacing: 0;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }

  .case-menu .case-link-group a:first-child::before {
    display: none;
  }
}

/* custom button */
.btn-og {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #ef5a24;
  border: none !important;
}

.btn-og:hover {
  color: #fff;
  background-color: #852e0e;
}

/* map */

.map-frame {
  width: 100%;
  aspect-ratio: 4 / 1;
  padding: 0;
}

.contact-map-frame {
  width: 100%;
  aspect-ratio: 100 / 35;
  padding: 0;
}

.map-frame iframe, .contact-map-frame iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 766px) {
  .map-frame, .contact-map-frame {
    aspect-ratio: 1 / 1;
  }
}

ul.job-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  width: 85%;
}

ul.job-list li {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 0 0 30px;
  margin: 5px 0;
  background-color: #4d4d4d;
  border-radius: 25px;
}

ul.job-list li span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 766px) {
  ul.job-list {
    width: 100%;
  }

  ul.job-list li {
    font-size: 15px;
    padding: 0 0 0 25px;
  }

  ul.job-list li span {
    font-size: 12px;
  }
}