@charset "UTF-8";
strong {
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@font-face {
  font-family: "Lato-regular";
  font-weight: 400;
  font-display: swap;
  src: url("./font/Lato-Regular.eot");
  src: url("./font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Regular.woff") format("woff"), url("./font/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-black";
  font-display: swap;
  font-weight: 600;
  src: url("./font/Lato-Black.eot");
  src: url("./font/Lato-Black.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Black.woff") format("woff"), url("./font/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-bold";
  font-weight: 700;
  font-display: swap;
  src: url("./font/Lato-Bold.eot");
  src: url("./font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Bold.woff") format("woff"), url("./font/Lato-Bold.ttf") format("truetype");
}
@-webkit-keyframes sectionTitleAnimation {
  0%, 35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}
@keyframes sectionTitleAnimation {
  0%, 35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}
@-webkit-keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}
@keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}
@-webkit-keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
section:last-child {
  padding-bottom: 136px;
}

@media screen and (min-width: 992px) {
  .milestone {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .milestone {
    padding-bottom: 0;
  }
}
.milestone .subtitle {
  position: relative;
  z-index: 2;
  width: calc(100% - 100px);
}
@media screen and (max-width: 991px) {
  .milestone .subtitle {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container {
    padding-left: 40px;
    padding-top: 30px;
  }
}
.milestone .timeline-container .swiper-container {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-wrapper {
    display: block;
    transform: none !important;
  }
}
.milestone .timeline-container .swiper-slide {
  width: 240px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide {
    width: 100%;
    padding-left: 40px;
  }
}
.milestone .timeline-container .swiper-slide:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff5b00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide:before {
    display: none;
  }
}
.milestone .timeline-container .swiper-slide .year {
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 700;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  display: block;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide .year:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26f21;
    position: absolute;
  }
}
.milestone .timeline-container .swiper-slide .txt {
  font-size: 1.125em;
  line-height: 122.2%;
  color: #eb6e23;
  font-weight: 700;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  max-width: 160px;
  display: block;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide .txt {
    max-width: 90%;
  }
}
.milestone .timeline-container .swiper-slide .txt ul {
  padding-left: 19px;
  margin-bottom: 0;
}
.milestone .timeline-container .swiper-slide .txt ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide .group-image,
.milestone .timeline-container .swiper-slide .group-desc {
    height: 150px;
  }
}
.milestone .timeline-container .swiper-slide .group-image {
  padding-left: 15px;
}
.milestone .timeline-container .swiper-slide .group-image .thumbnail img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide .group-image .thumbnail img:not(:last-child) {
    margin-right: 23px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide .group-desc {
    display: flex;
  }
}
.milestone .timeline-container .swiper-slide .group-desc .desc-img {
  padding-top: 10px;
  padding-right: 10px;
}
.milestone .timeline-container .swiper-slide .group-desc .wrap {
  border-left: 1px solid #eb6e23;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide .group-desc .wrap {
    border-left: 0;
    padding-bottom: 34px;
  }
}
.milestone .timeline-container .swiper-slide .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide .wrapper {
    border-left: 2px solid #ff5b00;
  }
  .milestone .timeline-container .swiper-slide .wrapper:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26f21;
    position: absolute;
    left: -10px;
    top: -10px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:first-child .year:after {
    content: "";
    background-color: #ff5b00;
    width: 20px;
    height: 2px;
    position: absolute;
    left: -35px;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:nth-child(even) .year:before {
    top: -10px;
    left: -25px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:nth-child(even) .thumbnail img {
    bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:nth-child(even) .group-desc .wrap {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:nth-child(odd) .wrapper {
    flex-direction: column-reverse;
  }
  .milestone .timeline-container .swiper-slide:nth-child(odd) .year:before {
    bottom: -10px;
    left: -25px;
  }
  .milestone .timeline-container .swiper-slide:nth-child(odd) .group-desc {
    display: flex;
    align-items: flex-end;
  }
  .milestone .timeline-container .swiper-slide:nth-child(odd) .group-desc .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide:nth-child(odd) .thumbnail img {
    bottom: -25px;
    left: -5px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="1981"] .thumbnail img {
    bottom: -8px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="2004"] .thumbnail img {
    bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="2020"] .thumbnail img {
    bottom: -25px;
    left: -5px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="2019"] .thumbnail img {
    bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="2000"] .thumbnail img {
    bottom: -25px;
    left: -45px;
  }
}
.milestone .timeline-container .swiper-slide[data-year="2013"] {
  position: relative;
}
.milestone .timeline-container .swiper-slide[data-year="2013"]:after {
  content: "";
  display: block;
  width: 464px;
  height: 202px;
  background-image: url("../img/about-us/bg-map.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: -83px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide[data-year="2013"]:after {
    width: 374px;
    height: 163px;
    left: -24px;
    top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide[data-year="2013"] .thumbnail img {
    top: 20px;
  }
}
.milestone .timeline-container .swiper-slide.alternate {
  width: 240px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate {
    width: 100%;
    padding-left: 40px;
  }
}
.milestone .timeline-container .swiper-slide.alternate:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff5b00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate:before {
    display: none;
  }
}
.milestone .timeline-container .swiper-slide.alternate .year {
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 700;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  display: block;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate .year:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26f21;
    position: absolute;
  }
}
.milestone .timeline-container .swiper-slide.alternate .txt {
  font-size: 1.125em;
  line-height: 122.2%;
  color: #eb6e23;
  font-weight: 700;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  max-width: 160px;
  display: block;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate .txt {
    max-width: 90%;
  }
}
.milestone .timeline-container .swiper-slide.alternate .txt ul {
  padding-left: 19px;
  margin-bottom: 0;
}
.milestone .timeline-container .swiper-slide.alternate .txt ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate .group-image,
.milestone .timeline-container .swiper-slide.alternate .group-desc {
    height: 150px;
  }
}
.milestone .timeline-container .swiper-slide.alternate .group-image {
  padding-left: 15px;
}
.milestone .timeline-container .swiper-slide.alternate .group-image .thumbnail img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate .group-image .thumbnail img:not(:last-child) {
    margin-right: 23px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate .group-desc {
    display: flex;
  }
}
.milestone .timeline-container .swiper-slide.alternate .group-desc .desc-img {
  padding-top: 20px;
  padding-right: 10px;
}
.milestone .timeline-container .swiper-slide.alternate .group-desc .wrap {
  border-left: 1px solid #eb6e23;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate .group-desc .wrap {
    border-left: 0;
    padding-bottom: 34px;
  }
}
.milestone .timeline-container .swiper-slide.alternate .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate .wrapper {
    border-left: 2px solid #ff5b00;
  }
  .milestone .timeline-container .swiper-slide.alternate .wrapper:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26f21;
    position: absolute;
    left: -10px;
    top: -10px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:nth-child(odd) .year:before {
    top: -10px;
    left: -25px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:nth-child(odd) .thumbnail img {
    bottom: 24px;
  }
}
.milestone .timeline-container .swiper-slide.alternate:nth-child(odd) .group-desc .wrap {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:nth-child(odd) .group-desc .wrap {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:nth-child(even) .wrapper {
    flex-direction: column-reverse;
  }
  .milestone .timeline-container .swiper-slide.alternate:nth-child(even) .year:before {
    top: 56px;
    left: -25px;
  }
  .milestone .timeline-container .swiper-slide.alternate:nth-child(even) .group-desc {
    display: flex;
    align-items: flex-end;
  }
  .milestone .timeline-container .swiper-slide.alternate:nth-child(even) .group-desc .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:nth-child(even) .thumbnail img {
    bottom: -25px;
    left: -5px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate:first-child .year:after {
    content: "";
    background-color: #ff5b00;
    width: 20px;
    height: 2px;
    position: absolute;
    left: -35px;
    bottom: 55px;
  }
  .milestone .timeline-container .swiper-slide.alternate:first-child .group-desc .wrap {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="1981"] .thumbnail img {
    bottom: -8px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2004"] .thumbnail img {
    bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2020"] .thumbnail img {
    bottom: -25px;
    left: -5px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2019"] .thumbnail img {
    bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2000"] .thumbnail img {
    bottom: -25px;
    left: -45px;
  }
}
.milestone .timeline-container .swiper-slide.alternate[data-year="2013"] {
  position: relative;
}
.milestone .timeline-container .swiper-slide.alternate[data-year="2013"]:after {
  content: "";
  display: block;
  width: 464px;
  height: 202px;
  background-image: url("../img/about-us/bg-map.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: -83px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2013"]:after {
    width: 374px;
    height: 163px;
    left: -24px;
    top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .milestone .timeline-container .swiper-slide.alternate[data-year="2013"] .thumbnail img {
    top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .milestone .d-sixteen-none {
    visibility: hidden;
  }
}
.milestone .swiper-button-prev {
  left: auto;
  right: 45px;
  transform: scaleX(-1);
}
.milestone .swiper-button-next {
  right: 0;
}
.milestone .swiper-button-next,
.milestone .swiper-button-prev {
  width: 35px;
  height: 35px;
  top: -88px;
  margin-top: 0;
  display: block;
}
.milestone .swiper-button-next:focus,
.milestone .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .milestone .swiper-button-next,
.milestone .swiper-button-prev {
    display: none;
  }
}
.milestone .swiper-button-next.swiper-button-disabled,
.milestone .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}
.milestone .swiper-button-prev:after,
.milestone .swiper-container-rtl .swiper-button-next:after,
.milestone .swiper-button-next:after,
.milestone .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/icon/nav-next-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.assurance .row {
  margin: 0;
  align-items: center;
}
.assurance .assurance-logo {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .assurance .assurance-logo {
    width: 100%;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .assurance .assurance-logo {
    justify-content: center;
  }
}
.assurance .assurance-logo .item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .assurance .assurance-logo .item {
    width: calc((100% - 300px) / 4);
    margin-bottom: 10px;
  }
  .assurance .assurance-logo .item:not(:nth-child(4n)) {
    margin-right: 100px;
  }
  .assurance .assurance-logo .item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .assurance .assurance-logo .item {
    width: calc((100% - 150px) / 4);
  }
  .assurance .assurance-logo .item:not(:nth-child(4n)) {
    margin-right: 50px;
  }
  .assurance .assurance-logo .item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .assurance .assurance-logo .item {
    width: calc(50% - 25px);
    margin-bottom: 24px;
  }
  .assurance .assurance-logo .item:not(:nth-child(even)) {
    margin-right: 50px;
  }
  .assurance .assurance-logo .item img {
    max-width: 125px;
  }
  .assurance .assurance-logo .item:nth-child(odd) {
    text-align: right;
  }
  .assurance .assurance-logo .item:nth-child(even) {
    text-align: left;
  }
  .assurance .assurance-logo .item:nth-child(4) img {
    height: 128px;
    margin-left: 13px;
  }
  .assurance .assurance-logo .item:nth-child(3) {
    margin-right: 10px;
    margin-left: 20px;
  }
}
.assurance .license-container h2 {
  font-size: 2em;
  line-height: 156.2%;
  color: #707070;
  margin-bottom: 20px;
}
.assurance .license-container ul {
  list-style-type: none;
  padding-left: 30px;
  font-size: 1.125em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .assurance .license-container ul {
    padding-left: 22px;
  }
}
.assurance .license-container ul li {
  position: relative;
}
.assurance .license-container ul li:before {
  content: "";
  background-color: #707070;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 12px;
}
@media screen and (max-width: 991px) {
  .assurance .license-container ul li:before {
    left: -22px;
  }
}
.assurance .license-container ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .assurance .license-container ul li:not(:last-of-type) {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 992px) {
  .kerry-member .inner-text-wrap {
    padding-right: 26px;
  }
}
@media screen and (max-width: 991px) {
  .kerry-member .inner-text-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .kerry-member .kln-logo img {
    display: block;
    margin: 0 auto;
  }
}

/*
.about-us {
  .wrapper {
    margin-right: -60px;
  }
  .out-bound-wrapper {
    position: relative;
    &:after {
      content: "";
      background-image: url("../img/about-us/truck.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      width: 285px;
      height: 231px;
      display: block;
      position: absolute;
      right: -60px;
      top: 0;
      @media screen and (max-width: $breakpoint_xl - 1) {
        right: -30px;
      }
      @media screen and (max-width: $breakpoint_lg - 1) {
        display: none;
      }
    }
    .inner-text-wrap {
      padding-left: 0;
      padding-right: 20px;
      max-width: 100%;
      width: calc(100% - 262px);
      @media screen and (max-width: $breakpoint_lg - 1) {
        width: 100%;
        padding-right: 0;
      }
    }
    .timeline {
      margin-top: 50px;
      @media screen and (max-width: $breakpoint_lg - 1) {
        margin-top: 40px;
      }
      .row {
        flex-wrap: nowrap;
        @media screen and (max-width: $breakpoint_lg - 1) {
          flex-wrap: wrap;
        }
      }
      .bg {
        background-color: #fff9f6;
        padding-top: 60px;
        padding-left: 55px;
        margin-right: -60px;
        @media screen and (max-width: $breakpoint_xl - 1) {
          margin-right: 0px;
          padding-left: 30px;
        }
        @media screen and (max-width: $breakpoint_lg - 1) {
          padding: 50px 50px 0 50px;
        }
      }
      .item {
        width: 20%;
        line-height: 127.7%;
        margin-left: -3px;
        @media screen and (max-width: $breakpoint_lg - 1) {
          width: 100%;
          margin-left: 0;
          padding-left: 100px;
        }
        @media screen and (max-width: $breakpoint_sm - 1) {
          padding-left: 10px;
        }
        &:last-child {
          ul {
            max-width: 186px;
          }
        }
        .details {
          padding-top: 17px;
          position: relative;
          @media screen and (max-width: $breakpoint_lg - 1) {
            padding-top: 0;
          }
        }
        .deco-line {
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100% - 14px);
          height: 2px;
          @media screen and (max-width: $breakpoint_lg - 1) {
            width: 2px;
            height: calc(100% + 27px);
            left: 0;
            right: auto;
            top: -25px;
          }
          .line {
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: inherit;
          }
          &:before,
          &:after {
            content: "";
            border-radius: 50%;
            position: absolute;
            z-index: 0;
          }
          &:before {
            width: 28px;
            height: 28px;
            left: -13px;
            top: -14px;
            background-color: inherit;
          }
          &:after {
            width: 20px;
            height: 20px;
            left: -9px;
            top: -10px;
            background-color: #fff9f6;
          }
        }
      }
      .year {
        color: $colorGrey;
        font-size: 1.66em;
        line-height: 123.3%;
        padding-left: 36px;
        padding-bottom: 5px;
        @media screen and (max-width: $breakpoint_lg - 1) {
          padding-left: 32px;
          font-size: 1.875em;
        }
      }
      ul {
        margin-bottom: 0;
        padding-bottom: 60px;
        @media screen and (max-width: $breakpoint_xl - 1) {
          padding-left: 25px;
        }
        @media screen and (max-width: $breakpoint_lg - 1) {
          padding-left: 32px;
          padding-bottom: 140px;
        }
        &.pad-left {
          padding-left: 50px;
        }
        li {
          text-transform: uppercase;
          font-weight: 600;
          &:not(:last-child) {
            margin-bottom: 9px;
          }
          @media screen and (max-width: $breakpoint_lg - 1) {
            font-size: 1.125em;
            line-height: 127.7%;
          }
        }
      }
    }
  }
}
.kerry-member {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(232, 232, 231, 0.26);
  @media screen and (min-width: $breakpoint_lg) {
    margin-bottom: 30px;
  }
  @media screen and (max-width: $breakpoint_lg - 1) {
    background-color: $colorWhite;
    padding-top: 5px;
    padding-bottom: 130px;
  }
  .subtitle {
    margin-bottom: 18px;
    @media screen and (max-width: $breakpoint_lg - 1) {
      margin-bottom: 36px;
    }
  }
  .row {
    justify-content: space-between;
  }
  .text-wrap {
    margin-bottom: 54px;
  }
  .logo {
    text-align: right;
    @media screen and (max-width: $breakpoint_lg - 1) {
      text-align: left;
    }
    img {
      width: 300px;
    }
  }
}
*/