#content-main #promotion {
  margin-top: 0;
}

html.touch #promo-movie, html.sm #promo-movie {
  display: none;
}

html.pointer.md #promo-movie-alt, html.pointer.lg #promo-movie-alt {
  display: none;
}

#promo-media {
  overflow: hidden;
  position: relative;
}
#promo-media .modal-text {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 634px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -317px;
}
body.home #promo-media .modal-text {
  margin-top: -70px;
}
@media screen and (max-width: 1031px) {
  #promo-media .modal-text {
    margin-top: -60px;
  }
}
@media screen and (max-width: 639px) {
  #promo-media .modal-text .icon-title img {
    width: 255px;
    height: 51px;
  }
}
#promo-media .modal-text img {
  width: auto;
}
.carousel .scroller .image #promo-media .btn-movie-play {
  width: auto;
  height: auto;
}
#promo-media .btn-movie-play {
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: background-color, 0.2s, linear;
  -o-transition: background-color, 0.2s, linear;
  transition: background-color, 0.2s, linear;
}
#promo-media .btn-movie-play:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#promo-media .btn-movie-play .icon-play {
  display: inline-block;
}
#promo-media .inner-text {
  margin: 25px 0 5px;
}
.sm #promo-media .modal-text {
  pointer-events: none;
}

#promo-movie {
  position: relative;
  margin: 0;
}
#promo-movie video {
  width: 100%;
  display: none;
}
#promo-movie video.current {
  display: block;
}

#promo-movie-alt .items {
  position: relative;
}
#promo-movie-alt .items li {
  display: none;
}
#promo-movie-alt .items li.active {
  display: block;
}
#promo-movie-alt .items li.from-cell {
  position: absolute;
  top: 0;
  left: 0;
}
#promo-movie-alt .items li img {
  width: 100%;
  height: 100%;
}

body.no-region .only-no-region {
  display: block;
}

.region-selector {
  padding: 100px 60px 110px;
  text-align: center;
  font-size: 16px;
}
.region-selector .label {
  display: inline-block;
  margin-right: 10px;
  cursor: default;
}
.region-selector .select {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .region-selector {
    padding: 40px 20px 40px;
  }
}

#global-footer {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.2px #fff;
}

#content-main {
  padding-top: 0;
  padding-bottom: 30px;
}

.carousel {
  position: relative;
  visibility: hidden;
}
.carousel.active {
  visibility: visible;
}
.carousel .image {
  position: relative;
  margin: 0;
}
.carousel img {
  width: 100%;
}
.carousel .indicator {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0;
}
.carousel .indicator li {
  margin: 0 5px;
}
.carousel .indicator li a {
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 28px;
  height: 28px;
  padding: 0;
  position: relative;
  text-align: center;
}
.carousel .indicator li a span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 12px;
  background-color: #fff;
  border-radius: 30px;
  border: #fff 1px solid;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: margin, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin, 0.1s, cubic-bezier(0.215, 0.61, 0.355, 1);
}
.carousel .indicator li a.current {
  pointer-events: none;
  background-color: transparent;
}
.carousel .indicator li a.current span {
  margin: 2px;
  border: #fff 12px solid;
}
.carousel .indicator li a:hover span {
  margin: 2px;
  border: #fff 12px solid;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html.touch .carousel .indicator li a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel a {
  -webkit-transition: opacity, 0.3s, cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity, 0.3s, cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity, 0.3s, cubic-bezier(0.215, 0.61, 0.355, 1);
}
.carousel a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 1031px) {
  .carousel a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.home-content-card {
  display: block;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-content-card:after {
  display: block;
  content: "";
  background-color: transparent;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 32px solid #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 390px;
  margin-top: -32px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home-content-card .container:before {
  height: 492px;
  display: inline-block;
  width: 0;
  content: "";
  vertical-align: middle;
}
.home-content-card .col {
  vertical-align: middle;
  position: relative;
}
.home-content-card .text {
  padding: 25px;
  background-color: #666;
  -webkit-font-smoothing: antialiased;
}
.home-content-card .title,
.home-content-card .description {
  margin: 0;
  display: table-cell;
}
.home-content-card .title {
  font-size: 20px;
  width: 32%;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 10px;
}
.home-content-card .description {
  position: relative;
  top: -5px;
  font-size: 13px;
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 24px;
}
html.pointer .home-content-card:hover, html.touch .home-content-card.touched {
  text-decoration: none;
}
html.pointer .home-content-card:hover:after, html.touch .home-content-card.touched:after {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  border-width: 25px;
}
html.touch .home-content-card.touched:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.home-content-card.products-fonts {
  background-image: url(/img/home/bg_home_products-fonts.jpg);
}
.home-content-card.products-fonts:after {
  border-color: #262626;
}
.home-content-card.products-fonts .text {
  background-color: #262626;
}
.home-content-card.products-fonts .title,
.home-content-card.products-fonts .title:after {
  border-color: rgba(255, 255, 255, 0.15);
}
.home-content-card.products-ebook {
  background-image: url(/img/home/bg_home_products-ebook.jpg);
}
.home-content-card.products-ebook:after {
  border-color: #1e6de7;
}
.home-content-card.products-ebook .text {
  background-color: #1e6de7;
}
.home-content-card.products-typesetting {
  background-image: url(/img/home/bg_home_products-typesetting.jpg);
}
.home-content-card.products-typesetting:after {
  border-color: #707375;
}
.home-content-card.products-typesetting .text {
  background-color: #707375;
}
.home-content-card.products-multilingual-service {
  background-image: url(/img/home/bg_home_products-multilingual-service_lg.jpg);
}
.home-content-card.products-multilingual-service:after {
  border-color: #ea5948;
}
.home-content-card.products-multilingual-service .text {
  background-color: #ea5948;
}
@media screen and (max-width: 639px) {
  .home-content-card.products-multilingual-service {
    background-image: url(/img/home/bg_home_products-multilingual-service_sm.jpg);
  }
}
.home-content-card.products-pod {
  background-image: url(/img/home/bg_home_products-pod.jpg);
}
.home-content-card.products-pod:after {
  border-color: #fee82b;
}
.home-content-card.products-pod .text {
  background-color: #fee82b;
  color: #000;
}
.home-content-card.fonts-specimen {
  background-image: none;
}
.home-content-card.fonts-specimen:after {
  border-color: #262626;
}
.home-content-card.fonts-specimen .container:before {
  height: 140px;
}
.home-content-card.fonts-specimen .text {
  background-color: transparent;
  color: #000;
}
.home-content-card.fonts {
  background-image: url(/img/home/bg_home_fonts.jpg);
}
.home-content-card.culture {
  background-image: url(/img/home/bg_home_culture.jpg);
}
.home-content-card.about-history {
  background-image: url(/img/home/bg_home_about-history.jpg);
}
@media screen and (max-width: 768px) {
  .home-content-card .title {
    font-size: 17px;
  }
  .home-content-card .description {
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1031px) {
  .home-content-main .home-content-card:after {
    right: 64px;
    left: auto;
    margin-left: 0;
  }
}

.home-content-sub {
  background-color: #f6f6f6;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.home-content-sub .home-content-card {
  padding-bottom: 100%;
  background-size: 101% auto;
  background-position: center bottom;
}
.home-content-sub .home-content-card:after {
  margin-left: -32px;
  top: auto;
  bottom: -32px;
  margin-bottom: 50%;
}
.home-content-sub .home-content-card .text {
  padding-right: 20px;
  min-height: 150px;
}
.home-content-sub .home-content-card .text .title {
  width: 49%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .home-content-sub .home-content-card .text .title {
    width: 49%;
  }
}
.home-content-sub .home-content-card .text .description {
  padding-right: 0;
  letter-spacing: 0.08em;
}
.home-content-sub .row.products .col:nth-child(2n) {
  border-left: 1px solid #fff;
}
.home-content-sub .row.products .col:nth-child(2n-1) {
  border-right: 1px solid #fff;
}
.home-content-sub .row.products .home-content-card {
  border-bottom: 2px solid #fff;
}
.home-content-sub .row.others .home-content-card {
  background-color: #fff;
  padding-top: 25px;
}
.home-content-sub .row.others .home-content-card:after {
  border-color: #fff;
}
.home-content-sub .row.others .home-content-card .text {
  background-color: transparent;
  color: #000;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: initial;
}
.home-content-sub .row.others .home-content-card .text .title,
.home-content-sub .row.others .home-content-card .text .description {
  display: block;
  padding: 0;
  height: auto;
}
.home-content-sub .row.others .home-content-card .text .title {
  float: none;
  border: none;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.home-content-sub .row.others .home-content-card .text .description {
  color: #333;
}
.home-content-sub .row.others .col:nth-child(3n) .home-content-card .text {
  border-right: none;
}

@media screen and (max-width: 639px) {
  .home-content-card {
    height: 0;
    padding-bottom: 100%;
    border-bottom: 80px solid #f6f6f6 !important;
  }
  .home-content-card.fonts-specimen {
    padding-bottom: 50%;
  }
  .home-content-card:after {
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border-width: 16px;
    z-index: 1;
  }
  html.pointer .home-content-card:hover:after, html.touch .home-content-card.touched:after {
    border-width: 12px;
  }
  .home-content-card .container {
    position: static;
  }
  .home-content-card .container:before {
    display: none;
  }
  .home-content-card .container .col {
    position: static;
  }
  .home-content-card .text {
    position: absolute;
    display: table;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    min-height: initial;
    padding: 0 !important;
  }
  .home-content-card .title {
    width: 100%;
    height: 100%;
    border: none;
    display: table-cell !important;
    position: relative !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 15px !important;
    font-size: 15px !important;
  }
  .home-content-card .description {
    display: none;
  }
  .home-content-main .home-content-card:after, .row.products .home-content-card:after {
    right: auto;
    top: auto;
    bottom: -16px;
    margin: 0 0 0 -16px;
  }
  .home-content-card.products-fonts {
    border-bottom: none !important;
  }

  .home-content-sub .container,
  .home-content-sub .row-no-gutter {
    padding: 0;
  }
  .home-content-sub .row.products .col:nth-child(2n) {
    border-left: none;
  }
  .home-content-sub .row.products .col:nth-child(2n-1) {
    border-right: none;
  }
  .home-content-sub .row.others .home-content-card {
    padding-top: 0;
    padding-bottom: 50%;
    border-bottom: 0 !important;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background-size: auto 100%;
    background-position: top right;
  }
  .home-content-sub .row.others .home-content-card:after {
    left: 75%;
    top: 50%;
    bottom: auto;
    margin: -16px 0 0 -16px;
  }
  .home-content-sub .row.others .home-content-card .text {
    border-right: none;
    background-color: #fff;
    left: 0;
    top: 1px;
    margin: 0;
    width: 50%;
    height: 100%;
    vertical-align: middle;
  }
  .home-content-sub .row.others .home-content-card .text .title {
    margin: auto;
    height: 100%;
    height: 50vw;
  }
  .home-content-sub .row.others .home-content-card .text .description {
    display: none;
  }
}
.home-banners:before, .home-banners:after {
  content: " ";
  display: table;
}
.home-banners:after {
  clear: both;
}
.home-banners .banner {
  display: block;
  float: left;
  width: 25%;
  height: 0;
  position: relative;
  padding-bottom: 8.3333%;
  border-left: 1px solid #e5e5e5;
  margin: 10px 0;
}
.home-banners .banner:nth-child(4n) {
  border-right: 1px solid #e5e5e5;
}
.home-banners .banner img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.pointer .home-banners .banner:hover img, html.touch .home-banners .banner.touched img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 768px) {
  .home-banners .banner {
    width: 49.999%;
    padding-bottom: 16.6666%;
  }
  .home-banners .banner:nth-child(2n) {
    border-right: 1px solid #e5e5e5;
  }
}

.box-topics .underline-blue {
  border-bottom: none;
  font-size: 20px;
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .box-topics .underline-blue {
    font-size: 15px;
  }
}
.box-topics-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}
.box-topics-list .item {
  border-top: none;
  padding: 5px 0;
}
.box-topics-list .date {
  color: #666;
}
