@charset "utf-8";
/* CSS Document */

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}

/****GOGOGOGO****/

body {
  background-color: #eeeeee; /*background-image: url("../img/bbi.png");*/
  background-size: 500px;
}

.foctop_731 {
  width: 100%;
  margin-top: 30px;
  background-image: url("../img/bg_1920_2020.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.bf {
  max-width: 950px;
  margin: 0 auto -3px;
}

.searchbox_731 {
  width: 100%;
  background-color: #ff4c6f;
  padding: 16px 0 16px;
  position: relative;
  z-index: 88;
}

.searchbox_731 > ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 950px;
  margin-bottom: 0px;
}

.searchbox_731 > ul > li {
  float: left;
  padding-right: 12px;
}

.searchbox_731 > ul > li:nth-child(1) {
  width: 40%;
}
.searchbox_731 > ul > li:nth-child(2) {
  width: 24%;
}
.searchbox_731 > ul > li:nth-child(3) {
  width: 24%;
}
.searchbox_731 > ul > li:nth-child(4) {
  width: 12%;
  padding-right: 0px;
}

.searchbox_731_1 {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 10px;
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
  outline: none;
  color: #000;
  transition: all 0.3s;
  background-image: url(../img/close.png);
  background-size: auto 40%;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.searchbox_731_1:focus {
  background-color: #fffacc;
}

.searchbox_731_2 {
  width: 100%;
  height: 44px;
  padding: 0 30px 0 10px;
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
  outline: none;
  background-image: url(../img/icon_dropdown.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.searchbox_731_go {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  background-color: #ffeb50;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}

.searchbox_731_go:hover {
  background-color: #fff6a4;
}

@media screen and (max-width: 980px) {
  .searchbox_731 > ul {
    padding: 0 16px;
  }
}

@media screen and (max-width: 736px) {
  .searchbox_731 > ul {
    padding: 0 14px;
  }
  .searchbox_731 {
    padding: 14px 0;
  }

  .searchbox_731 > ul > li:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .searchbox_731 > ul > li:nth-child(2) {
    width: 35%;
  }
  .searchbox_731 > ul > li:nth-child(3) {
    width: 40%;
  }
  .searchbox_731 > ul > li:nth-child(4) {
    width: 25%;
    padding-right: 0px;
  }

  .searchbox_731_1,
  .searchbox_731_2,
  .searchbox_731_go {
    height: 40px;
    line-height: 40px;
  }
}

.hottag {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  z-index: 88;
  margin-bottom: 16px;
  padding: 8px 16px 8px;
}

.hottag > ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 950px;
}

.hottag > ul > li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #ae1f1f;
  line-height: 1.6;
}

.hottag > ul > li:nth-child(1) {
  margin-right: 8px;
}

.hottag > ul > li a {
  color: #ed6100;
  text-decoration: underline;
  transition: all 0.3s;
}

.hottag > ul > li a:hover {
  text-decoration: none;
}

.opentag {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 27px;
  line-height: 27px;
  color: #eee;
  text-align: right;
  font-size: 18px;
  background-color: #ae1f1f;
  z-index: 88;
  cursor: pointer;
  display: none;
}

.hopen {
  height: auto !important;
}

@media screen and (max-width: 980px) {
  .hottag > ul {
    padding: 0 0px; /*height: 27px;*/
  }
  /*.opentag{right: 16px; display: block;}*/

  .hottag {
    padding: 0px 0;
  }
}

@media screen and (max-width: 736px) {
  /*.hottag > ul > li{display: none;}
    .hottag > ul > li:nth-child(1){display: block;}
    .hottag > ul > li:nth-child(2){display: block;}*/

  .hottag > ul > li {
    font-size: 16px;
    margin-right: 14px;
    line-height: 1.8;
  }
}

.page {
  width: 100%;
  padding: 16px 16px 15px;
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 980px) {
  .page {
    padding: 16px 16px 15px;
  }
}

@media screen and (max-width: 736px) {
  .page {
    padding: 10px 16px 15px;
  }
}

.work_list_731 {
  max-width: 950px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid #f0dfc7;
  transition: all 0.3s;
}

.work_list_731 ul {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.work_list_731 > ul > li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s;
}

/*.work_list_731 > ul > li:last-child{border-bottom: 0px solid #f0dfc7;}*/

.work_list_731 > ul > li:hover {
  background-color: #fff3f8;
  border-bottom: 2px solid #ffc5de;
}

@media screen and (max-width: 736px) {
  .work_list_731 {
    background-color: transparent;
  }

  .work_list_731 > ul > li:first-child {
    display: none;
  }

  .work_list_731 > ul > li {
    padding: 5px 8px 5px;
    margin-bottom: 0px;
    background-color: #fff;
  }
}

.list_name {
  background-color: #ff4c6f;
  width: 100%;
}

.list_name ul {
  overflow: hidden;
}

.list_name li {
  height: 42px;
  font-size: 16px;
  padding: 0 10px;
  color: #6a3a07;
  float: left;
  line-height: 46px; /*overflow: hidden;  text-overflow : ellipsis; */
  white-space: nowrap;
}

.list_name li:nth-child(1) {
  width: 6%;
  text-align: center;
}
.list_name li:nth-child(2) {
  width: 40%;
  padding-left: 15px;
  text-align: left;
}
.list_name li:nth-child(3) {
  width: 40%;
}
.list_name li:nth-child(4) {
  width: 14%;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .list_name li:nth-child(1) {
    width: 10%;
  }
  .list_name li:nth-child(2) {
    width: 30%;
  }
  .list_name li:nth-child(3) {
    width: 35%;
  }
  .list_name li:nth-child(4) {
    width: 15%;
    text-align: left;
  }
  .list_name li:nth-child(5) {
    width: 25%;
    text-align: left;
  }
  .list_name li:nth-child(6) {
    display: none; /*block;width: 23%;text-align:center;*/
  }
}

@media screen and (max-width: 736px) {
  .list_name {
    display: none;
  }
}

.list_name li {
  height: 42px;
  font-size: 18px;
  padding: 0 5px;
  color: #fffb7a;
  float: left;
  line-height: 46px; /*overflow: hidden;  text-overflow : ellipsis; */
  white-space: nowrap;
}

.list_name2 {
  width: 100%;
}

.list_name2 ul {
  overflow: hidden;
  padding: 5px;
}

.list_name2 li {
  height: 32px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 32px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.list_name2 li:nth-child(1) {
  width: 6%;
  text-align: center;
  color: #999;
}
.list_name2 li:nth-child(2) {
  width: 40%;
  padding-left: 10px;
  color: #00a1f1;
}
.list_name2 li:nth-child(3) {
  width: 40%;
  text-align: left;
  border-left: 1px solid #eeeeee;
  padding-left: 10px;
  color: #888;
}
.list_name2 li:nth-child(4) {
  display: block;
  color: #ed6100;
  padding-left: 8px;
}
.list_name2 li:nth-child(5) {
  display: none;
  width: 14%;
  color: #7b7b7bee;
  padding-left: 8px;
}
.list_name2 li:nth-child(6) {
  width: 6%;
}
.list_name2 li:nth-child(7) {
  width: 40%;
  text-align: left;
  padding-left: 10px;
  color: #ae1f1f;
}
.list_name2 li:nth-child(8) {
  width: 40%;
  text-align: center; /*margin-bottom: 5px;*/
  border-left: 1px solid #eeeeee;
  padding-left: 10px;
}

.class {
  /*background-color:#fffb7a;border-radius:5px;*/
  ext-align: center;
  float: left; /*margin-right:5px;*/
  line-height: 28px; /*padding: 0 5px;*/
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .class {
    margin: 0px 0px 0 0;
  }
}

.classbox {
  width: 100%;
  text-align: center;
}
/*.classbox :nth-child(3){margin-right: 0px;}


/*2line
.list_name2 li:nth-child(2){width: 25%;}
.list_name2 li:nth-child(3){width: 30%; text-align: left;}
.list_name2 li:nth-child(4){display: none;}
.list_name2 li:nth-child(5){width: 15%; padding-left: 10px; color: #ed6100;}
.list_name2 li:nth-child(6){display: none;}
.list_name2 li:nth-child(7){width: 20%; text-align: center;}
.list_name2 li:nth-child(8){width: 100%; text-align: left;height: 28px;margin-bottom: 10px;padding: 0 10px;}

.class{background-color:#fffdc2;width: 60px;border-radius:5px;text-align: center;float:left;margin-right: 10px;line-height: 28px;}*/

/*test
.list_name2 li:nth-child(1){width: 8%; text-align: center; color: #999;}
.list_name2 li:nth-child(2){width: 10%; text-align: center;padding-left: 20px; color: #ae1f1f;}
.list_name2 li:nth-child(3){width: 18%;}
.list_name2 li:nth-child(4){width: 20%; text-align: center;}
.list_name2 li:nth-child(5){display: none;}
.list_name2 li:nth-child(6){width: 15%; padding-left: 20px; color: #ed6100;}
.list_name2 li:nth-child(7){display: none;}
.list_name2 li:nth-child(8){width: 18%; text-align: center;}
.list_name2 li:nth-child(9){display: none;}*/

.ago {
  width: 100%;
  height: 38px;
  color: #333;
  line-height: 38px;
  text-align: center;
  border-radius: 6px;
  margin-top: 15px;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid #d2d2d2;
  box-shadow: 0 4px #d2d2d2;
  transform: translateY(-2px);
}

.work_list_731 > ul > li:hover .ago {
  background-color: #ffeb50;
  border: 1px solid #e5a73f;
  box-shadow: 0 2px #e5a73f;
  transform: translateY(0px);
}

@media screen and (max-width: 980px) {
  .list_name2 li:nth-child(1) {
    width: 10%;
  }
  .list_name2 li:nth-child(2) {
    width: 30%;
  }
  .list_name2 li:nth-child(3) {
    width: 35%;
  }
  .list_name2 li:nth-child(4) {
    display: block;
    width: 25%;
  }
  .list_name2 li:nth-child(5) {
    width: 15%;
    text-align: left;
  }
  .list_name2 li:nth-child(6) {
    display: block;
    width: 10%; /*block;width: 23%;text-align:center;*/
  }
  .list_name2 li:nth-child(7) {
    width: 30%;
    text-align: left;
  }
  .list_name2 li:nth-child(8) {
    width: 60%;
    text-align: left; /*margin-left: 10px;*/
  }
  .list_name2 li:nth-child(9) {
    width: 15%;
    text-align: left;
  }
}

@media screen and (max-width: 736px) {
  .list_name2 li {
    height: auto;
    line-height: 1.5;
  }
  .list_name2 li:nth-child(1) {
    display: none;
  }
  .list_name2 li:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(3) {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(4) {
    display: block;
    width: 40%;
    color: #ed6100;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(5) {
    display: block;
    width: 60%;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(6) {
    display: block;
    width: 50%;
    text-align: left;
    color: #7b7b7bee;
  }
  .list_name2 li:nth-child(7) {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #ae1f1f;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(8) {
    width: 80%;
    text-align: left;
    margin-left: 0;
    border-left: none;
    padding-left: 0px;
  }
  .list_name2 li:nth-child(9) {
    display: block;
    width: 20%;
    text-align: left;
    font-size: 16px;
    color: #999;
  }

  .ago {
    width: 30%;
    margin-top: 10px;
    background-color: #ffeb50;
    border: 0px solid #e5a73f;
    transform: translateY(0px);
    box-shadow: 0 0px #e5a73f;
    float: right;
  }
}

.list_box {
  max-width: 950px;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 40px;
  line-height: 30px;
  /*background-color:#ffd736;*/
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.list_box a {
  color: #000;
  transition: all 0.3s;
}

.list_box a:hover {
  color: #ae1f1f;
}

.list_box select {
  padding: 4px 10px;
  margin: 0 4px;
  vertical-align: middle;
  outline: none;
  font-size: 14px;
  border: 0px solid #f0dfc7;
}

.list_box td {
  vertical-align: middle;
}

.web0812 {
  display: block;
}
.mob0812 {
  display: none;
}

@media screen and (max-width: 980px) {
  .list_box {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 736px) {
  /* .web0812{display: none;} */
  .mob0812 {
    display: block;
  }
}

.icon_3 {
  width: 100%;
  margin-bottom: 20px;
}

.icon_3 > ul {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

.icon_3 > ul > li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}

.icon_3 > ul > li:nth-child(3n + 3) {
  margin-right: 0;
}

.iconbox {
  width: 100%;
}

.iconbox ul {
  overflow: hidden;
}

.iconbox li {
  float: left;
  height: 80px;
  overflow: hidden;
}

.iconbox li:nth-child(1) {
  width: 80px;
}

.iconbox li:nth-child(2) {
  width: calc(100% - 80px);
  background-color: #fff;
  padding: 18px 16px 0px 24px;
}

.icong {
  transition: all 0.3s;
}

.iconbox:hover .icong {
  transform: scale(1.1);
}

.iconbox li h1 {
  font-size: 18px;
  color: #ae1f1f;
  margin-bottom: 12px;
}

.iconbox li p {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 980px) {
  .iconbox li:nth-child(1) {
    display: none;
  }
  .iconbox li:nth-child(2) {
    width: calc(100%);
  }
}

@media screen and (max-width: 736px) {
  .iconbox li:nth-child(1) {
    display: block;
  }
  .iconbox li:nth-child(2) {
    width: calc(100% - 80px);
  }
  .icon_3 > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .icon_3 > ul > li:last-child {
    margin-bottom: 0;
  }
}

.candle-smoke {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform-origin: bottom center;
  transform: scale(8, 2);
  filter: blur(3px);
  opacity: 0.9;
  z-index: 99;
}
.out .candle-smoke {
  animation: smokeOut 30s both;
}

@keyframes smokeOut {
  10% {
    opacity: 1;
  }
  0%,
  100% {
    opacity: 0;
  }
}

.candle-smoke span {
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  background-image: radial-gradient(
    closest-side circle,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
  border-radius: 18px;
  opacity: 0;
}
.candle:not(.out) .candle-smoke span {
  animation: none;
}

@keyframes smokeL {
  0% {
    opacity: 0;
    transform: scale(1) translate(0, 0);
  }
  10% {
    opacity: 0.8;
    transform: scale(1) translate(0, -7px);
  }
  100% {
    opacity: 0;
    transform: scale(5) translate(-4px, -26px);
  }
}

@keyframes smokeR {
  0% {
    opacity: 0;
    transform: scale(1) translate(0, 0);
  }
  10% {
    opacity: 0.8;
    transform: scale(1) translate(0, -7px);
  }
  100% {
    opacity: 0;
    transform: scale(5) translate(4px, -26px);
  }
}

.candle-smoke .s0 {
  animation: smokeL 10s 0s infinite;
}
.candle-smoke .s1 {
  animation: smokeR 10s 1s infinite;
}
.candle-smoke .s2 {
  animation: smokeL 10s 2s infinite;
}
.candle-smoke .s3 {
  animation: smokeR 10s 3s infinite;
}
.candle-smoke .s4 {
  animation: smokeL 10s 4s infinite;
}
.candle-smoke .s5 {
  animation: smokeR 10s 5s infinite;
}
.candle-smoke .s6 {
  animation: smokeL 10s 6s infinite;
}
.candle-smoke .s7 {
  animation: smokeR 10s 7s infinite;
}
.candle-smoke .s8 {
  animation: smokeL 10s 8s infinite;
}
.candle-smoke .s9 {
  animation: smokeR 10s 9s infinite;
}

@media screen and (max-width: 980px) {
  .candle-smoke {
    display: none;
  }
}

/*--------------------頁碼--------------------*/
.job_list_nex0812 {
  padding: 0px 0;
  text-align: center;
  font-size: 13px;
}
.job_list_nex0812 span {
  border: 1px solid #ff4c6f;
  margin: 0 1px;
  padding: 5px 9px;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  background-color: #ff4c6f;
}
.job_list_nex0812 a {
  border: 1px solid #666;
  color: #666;
  margin: 0 1px;
  padding: 5px 9px;
  text-decoration: none;
  vertical-align: middle;
}
.job_list_nex0812 a:hover {
  border: 1px solid #ff4c6f;
  color: #ffffff;
  background-color: #ff4c6f;
}

.topset {
  background-color: #666;
}

.job_list_nex0812 input[type="text"] {
  width: 80px;
  height: 27px;
  border: 1px solid #666;
  outline: 0;
  margin: 0 8px;
  padding: 0 4px;
}

.job_list_nex0812 input[type="button"] {
  width: 60px;
  height: 27px;
  outline: 0;
  background-color: #ff4c6f;
  color: #fffdc2;
  border: 0;
  margin-left: 8px;
  border-radius: 4px;
}

/*--熱搜職務--*/
.hotwork ul {
  overflow: hidden;
}

.hotwork li {
  width: 12.5%;
  float: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
}

.hotwork_go_h3 {
  font-size: 20px;
  color: #00a1f1;
  line-height: 1.5;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
}

.hotwork_go_img {
  background-color: #53c7ff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 980px) {
  .hotwork_go_img {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 736px) {
  .hotwork_go_img {
    height: 70px;
    width: 70px;
  }
}

.hotwork_go {
  width: 100%;
  overflow: hidden;
}

.hotwork_go:hover .hotwork_go_img {
  background-color: #ffcc00;
}
.hotwork_go:hover .hotwork_go_h3 {
  color: #ff7600;
}

.hotwork_go_ok .hotwork_go_img {
  background-color: #ffcc00;
}
.hotwork_go_ok .hotwork_go_h3 {
  color: #ff7600;
}

@media screen and (max-width: 980px) {
  .hotwork li {
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 736px) {
  .hotwork li {
    padding: 0;
  }
  .hotwork li {
    width: 25%;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.hotwork li:nth-child(4n + 4) {
  margin-right: 0;
}

.photom {
  width: 100%;
  height: 190px;
  overflow: hidden;
  /*  background-color: #000;*/
}

.hotwork img {
  opacity: 1;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .hotwork img {
    width: 100%;
  }
}

.hotwork h3 {
  font-size: 20px;
  color: #0070d0;
  line-height: 1.5;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
  /*background-color: #caefff;*/
}

@media screen and (max-width: 980px) {
  .hotwork_go_h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 736px) {
  .hotwork_go_h3 {
    font-size: 16px;
  }
  .hotwork_box,
  .specialise_box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .hotwork_go_h3 {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.hot_list {
  height: 42px;
  font-size: 16px;
  padding: 0 10px;
  color: #6a3a07;
  float: left;
  line-height: 46px;
  white-space: nowrap;
}

.hotwork_box,
.specialise_box {
  max-width: 950px;
  margin: 0 auto;
  /*background-color: #fff;*/
  /* border-radius: 8px 8px 0 0; */
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid #f0dfc7;
  transition: all 0.3s;
  margin-top: 10px;
}

.hotwork_box h1,
.specialise_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff4c6f;
  margin-bottom: 10px;
}

.specialise_box img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .hotwork_box h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .hotwork_box h1,
  .specialise_box h3 {
    /*margin-bottom: 20px;*/
    display: none;
  }
}

/*@media screen and (max-width: 980px) {
    .hotwork_box h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
    }
@media screen and (max-width: 736px) {
    .hotwork_box h1 {
    font-size: 22px;
    margin-bottom: 10px;
}
    }

    */

#find_work_time {
  color: #757575 !important;
}
