@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
.main {
  /*
  &.theme-light .content:before {
    background-color: #fff;
    opacity: 0.9;
  }
  .main-bg:before {
    @media (max-width: 991px) {
      background-color: #fff;
    }
  }
  */
}
.main .content {
  /*
    @media (max-width: 991px) {
      color: @colorGrey5;
    }
    */
}
@media (max-width: 991px) {
  .main .content h2 {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .main .content .wrapper {
    padding-bottom: 64px;
  }
}
.main .content .wrapper.type-gallery {
  position: relative;
  padding-bottom: 0;
}
.main .content .wrapper.type-gallery:before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(62, 62, 62, 0) 0%, rgba(63, 63, 63, 0.42) 40%, #404040 100%);
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: block;
}
.com-title-block {
  line-height: 163%;
}
@media (max-width: 991px) {
  .com-title-block {
    line-height: 153%;
  }
}
.com-title-block > * {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .com-title-block .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .com-desc-block {
    line-height: 153%;
  }
}
.com-desc-block > * {
  margin-bottom: 20px;
}
.com-desc-block p,
.com-desc-block .desc {
  line-height: 163%;
}
.logo-kerry img {
  width: 300px;
}
@media (max-width: 991px) {
  .logo-kerry img {
    width: 232px;
  }
}
.asset-container .asset {
  color: #eb6e23;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .asset-container .asset {
    margin-bottom: 20px;
  }
}
.asset-container .asset a {
  display: inline-flex;
  align-items: center;
}
.asset-container .asset .icon {
  width: 27px;
  height: 32px;
  margin-right: 17px;
}
.com-tab-horizontal .row .item {
  min-width: 200px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .com-tab-horizontal .row .item .title {
    font-size: 1em;
  }
}
.com-tab-details > .item > * {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .com-tab-details > .item > * {
    margin-bottom: 32px;
  }
}
.com-tab-details .title.visible-m {
  text-transform: uppercase;
  color: #ed6d01;
  font-size: 1.5em;
  line-height: 145.8%;
  margin-bottom: 30px;
}
.photo-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .photo-container {
    max-height: none;
  }
}
.photo-container::-webkit-scrollbar {
  display: none;
}
.photo-container .item-wrap {
  width: 100%;
}
.photo-container .item-wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.photo-container .item {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .photo-container .item {
    width: calc((100% - 140px)/3);
    margin-right: 69px;
  }
  .photo-container .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .photo-container .item {
    width: calc((100% - 100px)/3);
    margin-right: 49px;
  }
  .photo-container .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .photo-container .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .photo-container .item .thumbnail {
    width: 189px;
  }
}
.photo-container .item .thumbnail .pic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  display: block;
}
.photo-container .item .thumbnail .pic:before {
  content: "";
  display: block;
  padding-top: 94.58333333%;
}
@media (max-width: 767px) {
  .photo-container .item .thumbnail .pic {
    position: relative;
    height: auto;
  }
  .photo-container .item .thumbnail .pic:before {
    content: "";
    display: block;
    padding-top: 94.70899471%;
  }
}
.photo-container .item .details-wrap {
  padding-top: 15px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .photo-container .item .details-wrap {
    width: calc(100% - 189px);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }
}
@media (max-width: 767px) {
  .photo-container .item .details-wrap .row {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }
}
.photo-container .item .details-wrap .details {
  width: calc(100% - 27px);
  padding-right: 10px;
}
@media (max-width: 767px) {
  .photo-container .item .details-wrap .details {
    width: 100%;
    padding-right: 0;
  }
}
.photo-container .item .details-wrap .details .title {
  color: #eb6e23;
  font-size: 0.85em;
  line-height: 123.5%;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 767px) {
  .photo-container .item .details-wrap .details .title {
    font-size: 1.06em;
  }
}
.photo-container .item .details-wrap .details .format,
.photo-container .item .details-wrap .details .size {
  font-size: 0.75em;
  line-height: 133.3%;
}
@media (max-width: 767px) {
  .photo-container .item .details-wrap .details .format,
  .photo-container .item .details-wrap .details .size {
    font-size: 1.06em;
    line-height: 123.5%;
  }
}
.photo-container .item .details-wrap .icon-wrap {
  width: 27px;
  margin-bottom: 0;
  margin-top: 3px;
}
.photo-container .item .details-wrap .jpg {
  width: 100%;
  height: 32px;
  margin-bottom: 0;
}
.more-container {
  width: 100%;
  margin-top: 28px;
}
.video-container .item {
  margin-bottom: 30px;
}
.video-container .item video {
  width: 100%;
  margin-bottom: 5px;
}
.video-container .item .title {
  color: #4c4948;
}
@media (max-width: 991px) {
  .video-container .item .title {
    line-height: 123.5%;
    font-size: 1.06em;
    color: #ffffff;
  }
}
.contact-wrap .title {
  margin-bottom: 30px;
}
