/* ==============================================================
*  css-flex
 ================================================================*/
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-flex .col-1, .row-flex .col-2, .row-flex .col-3, .row-flex .col-4, .row-flex .col-5, .row-flex .col-6, .row-flex .col-7, .row-flex .col-8, .row-flex .col-9, .row-flex .col-10, .row-flex .col-11, .row-flex .col-12, .row-flex .col, .row-flex .col-auto, .row-flex .col-sm-1, .row-flex .col-sm-2, .row-flex .col-sm-3, .row-flex .col-sm-4, .row-flex .col-sm-5, .row-flex .col-sm-6, .row-flex .col-sm-7, .row-flex .col-sm-8, .row-flex .col-sm-9, .row-flex .col-sm-10, .row-flex .col-sm-11, .row-flex .col-sm-12, .row-flex .col-sm, .row-flex .col-sm-auto, .row-flex .col-md-1, .row-flex .col-md-2, .row-flex .col-md-3, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-6, .row-flex .col-md-7, .row-flex .col-md-8, .row-flex .col-md-9, .row-flex .col-md-10, .row-flex .col-md-11, .row-flex .col-md-12, .row-flex .col-md, .row-flex .col-md-auto, .row-flex .col-lg-1, .row-flex .col-lg-2, .row-flex .col-lg-3, .row-flex .col-lg-4, .row-flex .col-lg-5, .row-flex .col-lg-6, .row-flex .col-lg-7, .row-flex .col-lg-8, .row-flex .col-lg-9, .row-flex .col-lg-10, .row-flex .col-lg-11, .row-flex .col-lg-12, .row-flex .col-lg, .row-flex .col-lg-auto, .row-flex .col-xl-1, .row-flex .col-xl-2, .row-flex .col-xl-3, .row-flex .col-xl-4, .row-flex .col-xl-5, .row-flex .col-xl-6, .row-flex .col-xl-7, .row-flex .col-xl-8, .row-flex .col-xl-9, .row-flex .col-xl-10, .row-flex .col-xl-11, .row-flex .col-xl-12, .row-flex .col-xl, .row-flex .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (min-width: 576px) {
  .row-flex .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .row-flex .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .row-flex .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .row-flex .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .row-flex .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .row-flex .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .row-flex .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .row-flex .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .row-flex .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .row-flex .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .row-flex .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .row-flex .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .row-flex .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .row-flex .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .row-flex .offset-sm-0 {
    margin-left: 0;
  }
  .row-flex .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .row-flex .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .row-flex .offset-sm-3 {
    margin-left: 25%;
  }
  .row-flex .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .row-flex .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .row-flex .offset-sm-6 {
    margin-left: 50%;
  }
  .row-flex .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .row-flex .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .row-flex .offset-sm-9 {
    margin-left: 75%;
  }
  .row-flex .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .row-flex .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 768px) {
  .row-flex .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* ===========  order ===========*/
  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  /* ===========  offset ===========*/
  .offset-md-6 {
    margin-left: 50%;
  }
  /* ===========  other ===========*/
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .row-flex .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .row-flex .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .row-flex .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (min-width: 1200px) {
  .row-flex .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .row-flex .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

main {
  overflow: hidden;
}

.pic {
  text-align: center;
  position: relative;
}

.pic img {
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}

.pic.auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.color-red {
  color: #c4381c !important;
}

.color-block {
  color: #262626 !important;
}

.c_animation_scroll {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #f8f8fa;
  color: #1b1b1b;
  cursor: pointer;
  left: 50%;
  right: auto;
  bottom: 25px;
  -webkit-transform: translateX(-50%) perspective(1px) translateZ(0);
  transform: translateX(-50%) perspective(1px) translateZ(0);
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.c_animation_scroll p {
  font-size: 12px;
  margin-bottom: 0;
}

.c_animation_scroll span {
  font-size: 13px;
  display: inline-block;
  top: -2px;
  position: relative;
}

.c_animation_scroll:hover span, .c_animation_scroll:focus span {
  -webkit-animation: toBottomFromTop 0.4s forwards;
  animation: toBottomFromTop 0.4s forwards;
}

@media (max-width: 1399px) {
  .c_animation_scroll {
    bottom: 15px;
  }
}

.c-dec-bg {
  position: absolute;
  z-index: 1;
}

.c-dec-bg div {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
}

.c-text {
  font-size: 13px;
  line-height: 22px;
  color: #262626;
  letter-spacing: 1px;
}

.c-text.mb {
  margin-bottom: 17px;
}

.c-watermark {
  font-size: 175px;
  color: #f8f8f9;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
}

@media (max-width: 767px) {
  .c-watermark {
    display: none;
  }
}

.c-shadow {
  -webkit-box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
  box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
}

/* ============ bannerMain ============ */
.bannerMain {
  background-color: #f8f8f9;
  position: relative;
}

@media (max-width: 767px) {
  .bannerMain {
    padding-bottom: 0;
  }
}

.bannerMain-box {
  width: 100%;
  position: relative;
}

.bannerMain-box img {
  z-index: 1;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.bannerMain-box .btn-more {
  -webkit-box-shadow: 0px 4px 20px 0px #454545;
  box-shadow: 0px 4px 20px 0px #454545;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  z-index: 2;
}

@media (min-width: 1200px) {
  .is-start .bannerMain-box.slick-active img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    -webkit-animation-name: ani-scale;
    animation-name: ani-scale;
    -webkit-transition: opacity 3s , -webkit-transform 4s linear;
    transition: opacity 3s , -webkit-transform 4s linear;
    -o-transition: transform 4s linear , opacity 3s;
    transition: transform 4s linear , opacity 3s;
    transition: transform 4s linear , opacity 3s , -webkit-transform 4s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media (max-width: 767px) {
  .bannerMain-box .btn-more {
    width: auto;
  }
}

@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#bannerMain-slick {
  margin-bottom: 0;
}

#bannerMain-slick .slick-prev, #bannerMain-slick .slick-next {
  font-size: 17px;
  font-family: "Oswald-M", sans-serif;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60px;
  height: 44px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#bannerMain-slick .slick-prev:after, #bannerMain-slick .slick-next:after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #111;
  bottom: 8px;
}

#bannerMain-slick .slick-prev:before, #bannerMain-slick .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #111111;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#bannerMain-slick .slick-prev {
  left: 30px;
  padding-left: 17px;
}

#bannerMain-slick .slick-prev:after {
  left: 20px;
}

#bannerMain-slick .slick-prev:before {
  content: "\e903";
  left: 0;
}

#bannerMain-slick .slick-prev:hover:before, #bannerMain-slick .slick-prev:focus:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

#bannerMain-slick .slick-next {
  right: 30px;
  padding-right: 14px;
}

#bannerMain-slick .slick-next:after {
  right: 20px;
}

#bannerMain-slick .slick-next:before {
  content: "\e904";
  right: 0;
}

#bannerMain-slick .slick-next:hover:before, #bannerMain-slick .slick-next:focus:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

#bannerMain-slick .slick-dots {
  width: 30px;
  position: absolute;
  bottom: auto;
  top: 80px;
  right: 30px;
}

#bannerMain-slick .slick-dots li {
  padding: 8px 5px;
}

#bannerMain-slick .slick-dots li.slick-active button {
  background: #465477;
  -webkit-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

#bannerMain-slick .slick-dots button {
  width: 7px;
  height: 7px;
  background: #d4d7df;
  border-radius: 99em;
  padding: 0;
  font-size: 1px;
  margin: auto;
  -webkit-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

#bannerMain-slick .slick-dots button:hover, #bannerMain-slick .slick-dots button:focus {
  background: #263e7e;
  -webkit-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

#bannerMain-slick .slick-dots button:before {
  display: none;
}

@media (max-width: 991px) {
  #bannerMain-slick .slick-prev, #bannerMain-slick .slick-next {
    top: auto;
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  #bannerMain-slick .slick-prev, #bannerMain-slick .slick-next {
    bottom: 0;
  }
}

/* ====== index-resident-message ====== */
.index-resident-message {
  min-width: 150px;
  height: auto;
  position: fixed;
  bottom: 45px;
  right: 35px;
  background-color: #262626;
  padding: 13px 15px 15px 15px;
  -webkit-box-shadow: 0 5px 15px #333;
  box-shadow: 0 5px 15px #333;
  text-align: center;
  z-index: 11;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.35s ease-out;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.35s ease-out;
  -o-transition: opacity 0.3s, transform 0.35s ease-out , visibility 0.3s;
  transition: opacity 0.3s, transform 0.35s ease-out , visibility 0.3s;
  transition: opacity 0.3s, transform 0.35s ease-out , visibility 0.3s, -webkit-transform 0.35s ease-out;
}

.index-resident-message:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.index-resident-message .icon-cross {
  width: 24px;
  height: 24px;
  border-radius: 99em;
  background-color: #262626;
  display: block;
  text-align: center;
  line-height: 24px;
  border: 1px solid #eee;
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 15px;
  color: #eee;
  z-index: 2;
}

.index-resident-message .icon-cross:hover, .index-resident-message .icon-cross:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.index-resident-message .icon {
  display: inline-block;
  max-width: 42px;
  margin-right: 7px;
  position: relative;
}

.index-resident-message p {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.index-resident-message p:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -3px;
  background-color: #fff;
}

.index-resident-message:hover:after, .index-resident-message:focus:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.index-resident-message.is-remove {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 991px) {
  .index-resident-message {
    display: none;
  }
}

/* ============ .section-1 start ============ */
.section-1 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 95px 0 50px 0;
}

.section-1 .content {
  max-width: 800px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 35px;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-1 .content {
    left: -20px;
  }
}

@media (max-width: 991px) {
  .section-1 .content {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-1 {
    padding-top: 110px;
  }
  .section-1 .content {
    padding: 55px 0 0px 0;
  }
}

.section-1-bg {
  width: 690px;
  height: 550px;
}

.section-1-bg div {
  border: 1px solid #eaeaea;
}

@media (min-width: 992px) {
  .section-1-bg {
    left: calc(50% + 74px);
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1-bg {
    width: calc(100% - 70px);
    height: 455px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .section-1-bg {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .section-1-bg div {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}

.section-1-title {
  position: absolute;
  right: -103px;
  top: 0;
  text-align: center;
  z-index: 2;
}

.section-1-title .c-title-tw {
  top: -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1-title {
    right: -9px;
  }
}

@media (max-width: 767px) {
  .section-1-title {
    text-align: center;
    right: auto;
    left: 0;
    top: -68px;
    z-index: 2;
  }
  .section-1-title img {
    width: 197px;
    display: inline-block;
  }
  .section-1-title .c-title-tw {
    top: -30px;
    display: inline-block;
    margin-left: 15px;
  }
}

.section-1-wrapper {
  padding: 0;
  position: relative;
  z-index: 3;
}

.section-1-box {
  width: 300px;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  float: left;
}

.section-1-box * {
  position: relative;
}

.section-1-box a {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.section-1-box .picbox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.section-1-box .picbox .cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.45);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.section-1-box .picbox .cover .icon {
  font-size: 25px;
  color: #e5e2e3;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  text-shadow: 0 0 1px #333;
}

.section-1-box .picbox img {
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
  -o-transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
}

.section-1-box .textbox {
  background-color: #fff;
  min-height: 140px;
  margin-right: 20px;
  margin-left: 20px;
  top: -20px;
  z-index: 2;
}

.section-1-box .textbox time {
  font-size: 19px;
  color: #9c9c9c;
  display: inline-block;
  padding: 15px 20px;
}

.section-1-box .textbox time span {
  display: inline-block;
  margin-left: 10px;
}

.section-1-box .textbox h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #262626;
  margin-top: 0;
  margin-bottom: 10px;
}

.section-1-box .textbox p {
  height: 45px;
  font-size: 12px;
  line-height: 22px;
  color: #9c9c9c;
  margin-bottom: 0;
  overflow-y: hidden;
}

.section-1-box .textbox p:after {
  content: "";
  width: 50px;
  height: 14px;
  position: absolute;
  display: block;
  content: "...  MORE";
  bottom: 7px;
  right: 0;
  background-color: #fff;
  z-index: 1;
  font-size: 12px;
  font-family: "Oswald-R", sans-serif;
  font-style: italic;
  color: #465477;
}

.section-1-box:focus a, .section-1-box:hover a {
  -webkit-box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
  box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
}

.section-1-box:focus .picbox .cover, .section-1-box:hover .picbox .cover {
  opacity: 1;
}

.section-1-box:focus .picbox img, .section-1-box:hover .picbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media (min-width: 992px) {
  .section-1-box:last-child {
    top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1-box {
    width: 285px;
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .section-1-box {
    width: 100%;
    margin: 10px auto;
  }
}

.section-1-btn {
  position: absolute;
  right: -100px;
  bottom: -44px;
  -webkit-box-shadow: 0 10px 34px -10px rgba(31, 31, 31, 0.35);
  box-shadow: 0 10px 34px -10px rgba(31, 31, 31, 0.35);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1-btn {
    right: 0;
    bottom: -45px;
  }
}

@media (max-width: 767px) {
  .section-1-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0px;
  }
}

.section-1-watermark {
  left: 0;
  bottom: -250px;
}

@media (max-width: 991px) {
  .section-1-watermark {
    bottom: -190px;
    left: -40%;
  }
}

/* ============ .section-1 end ============ */
/* ============ .section-2 start ============ */
.section-2 {
  width: 100%;
  height: auto;
  margin-top: 160px;
  margin-bottom: 80px;
}

@media (min-width: 1400px) {
  .section-2 .container {
    width: 1370px;
  }
}

@media (max-width: 991px) {
  .section-2 {
    margin-top: 120px;
    margin-bottom: 30px;
  }
  .section-2 .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .section-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.section-2-pic-wrapper {
  height: 870px;
  position: relative;
}

.section-2-pic-wrapper > [class*="col-"] {
  position: relative;
}

.section-2-pic-wrapper .section-2-pic-1,
.section-2-pic-wrapper .section-2-pic-3 {
  width: 470px;
}

.section-2-pic-wrapper .section-2-pic-2 {
  width: 400px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .section-2-pic-wrapper {
    min-height: 800px;
  }
  .section-2-pic-wrapper .section-2-pic-1,
  .section-2-pic-wrapper .section-2-pic-3 {
    width: 410px;
  }
  .section-2-pic-wrapper .section-2-pic-2 {
    width: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-2-pic-wrapper {
    height: 750px;
  }
  .section-2-pic-wrapper .section-2-pic-1,
  .section-2-pic-wrapper .section-2-pic-3 {
    width: 350px;
  }
  .section-2-pic-wrapper .section-2-pic-2 {
    width: 240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2-pic-wrapper .section-2-pic-1,
  .section-2-pic-wrapper .section-2-pic-3 {
    width: 400px;
  }
  .section-2-pic-wrapper .section-2-pic-1 {
    float: right;
  }
  .section-2-pic-wrapper .section-2-pic-2 {
    width: 310px;
  }
  .section-2-pic-wrapper .section-2-pic-3 {
    float: left;
  }
}

@media (max-width: 767px) {
  .section-2-pic-wrapper {
    height: auto;
    display: inline-block;
  }
  .section-2-pic-wrapper .section-2-pic-1,
  .section-2-pic-wrapper .section-2-pic-3 {
    width: 100%;
  }
  .section-2-pic-wrapper .section-2-pic-1 {
    margin-bottom: 200px;
  }
  .section-2-pic-wrapper .order-lg-2 {
    width: 80%;
    position: absolute;
    top: 220px;
    right: 0;
  }
  .section-2-pic-wrapper .order-lg-2 .section-2-pic-2 {
    width: 100%;
  }
}

.section-2-textbox {
  width: 40%;
  position: absolute;
  bottom: -10px;
  left: 55%;
}

.section-2-textbox .section-2-title {
  left: -135px;
}

@media (max-width: 991px) {
  .section-2-textbox {
    width: 70%;
    position: relative;
    left: 30%;
    margin-top: 0;
    top: -70px;
  }
  .section-2-textbox .section-2-title {
    left: 0;
  }
}

@media (max-width: 767px) {
  .section-2-textbox {
    width: 100%;
    left: 0;
    top: -50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-2-textbox .section-2-title {
    text-shadow: 0 0 5px #a7a7a7;
  }
}

/* ============ .section-2 end ============ */
/* ============ .section-3 start ============ */
.section-3 {
  width: 100%;
  margin-top: 50px;
  padding-top: 60px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-3 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .section-3 {
    margin-top: 65px;
    margin-bottom: 50px;
  }
  .section-3 .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-3-bg {
  width: 700px;
  height: 460px;
  -webkit-box-shadow: 0 -15px 58px -22px rgba(31, 31, 31, 0.4);
  box-shadow: 0 -15px 58px -22px rgba(31, 31, 31, 0.4);
}

@media (min-width: 768px) {
  .section-3-bg {
    right: 0;
    top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3-bg {
    width: calc(100% - 70px);
    height: 450px;
  }
}

@media (max-width: 767px) {
  .section-3-bg {
    width: 100%;
    height: 120%;
  }
}

.section-3-title {
  width: 700px;
  position: absolute;
  right: -10px;
  top: -57px;
  z-index: 2;
}

.section-3-title .c-title-tw {
  top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3-title {
    width: calc(100% - 70px);
  }
}

@media (max-width: 767px) {
  .section-3-title {
    right: auto;
    left: 0px;
    top: -66px;
    margin: 0;
  }
  .section-3-title img {
    width: 316px;
    display: block;
    margin-left: 0;
  }
  .section-3-title .c-title-tw {
    width: 100%;
    text-align: left;
    display: block;
    top: auto;
    padding-left: 15px;
  }
}

.section-3-wrapper {
  width: 950px;
  margin-top: 150px;
  position: relative;
  float: right;
  z-index: 3;
}

@media (max-width: 991px) {
  .section-3-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-3-wrapper {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-3-box {
  max-width: 460px;
  margin-bottom: 100px;
}

.section-3-box .textbox {
  text-align: center;
}

.section-3-box .textbox h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.section-3-box .textbox p {
  font-size: 25px;
}

@media (max-width: 767px) {
  .section-3-box {
    margin-bottom: 35px;
  }
}

.section-3-watermark {
  left: 130px;
  top: -40px;
}

@media (max-width: 991px) {
  .section-3-watermark {
    left: -40%;
  }
}

/* ============ .section-3 end ============ */
/* ============ .section-4 start ============ */
.section-4 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-4 .container {
  z-index: 1;
}

@media (min-width: 1400px) {
  .section-4 .container {
    width: 1370px;
  }
}

@media (max-width: 767px) {
  .section-4 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 100px 0 60px 0;
  }
}

.section-4-title {
  position: absolute;
  left: 14%;
  top: -60px;
  z-index: 3;
}

@media (max-width: 767px) {
  .section-4-title {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.section-4-bg {
  width: 47%;
  height: 100vh;
  left: 0;
  top: -40%;
}

.section-4-bg div {
  background-color: #f8f8f9;
}

@media (max-width: 767px) {
  .section-4-bg {
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.section-4-textbox {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .section-4-textbox {
    margin-top: 25px;
  }
}

/* ============ .section-4 end ============ */
/* ============ .section-5 start ============ */
.section-5 {
  width: 100%;
  margin-top: 200px;
  margin-bottom: 100px;
}

.section-5 .container {
  max-width: 1370px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-5 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.section-5-watermark {
  width: 100%;
  text-align: center;
  top: -65px;
  z-index: 1;
}

.section-5-title {
  z-index: 2;
}

.section-5-title .c-title-tw {
  top: -50px;
}

@media (max-width: 767px) {
  .section-5-title {
    width: 100%;
    text-align: center;
  }
  .section-5-title .c-title-en {
    font-size: 80px;
  }
  .section-5-title .c-title-tw {
    display: block;
    width: 100%;
    top: 0;
  }
}

.section-5-slider-slick {
  position: relative;
  padding: 20px 15px;
  margin-top: 50px;
  margin-bottom: 0;
  z-index: 3;
  opacity: 0.3;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.section-5-slider-slick .section-5-box {
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.section-5-slider-slick.slick-center {
  opacity: 1;
}

.section-5-slider-slick.slick-center .section-5-box {
  -webkit-box-shadow: 0 0 25px #bbb;
  box-shadow: 0 0 25px #bbb;
}

@media (max-width: 767px) {
  .section-5-slider-slick {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1;
  }
  .section-5-slider-slick .section-5-box {
    -webkit-box-shadow: 0 0 25px #bbb !important;
    box-shadow: 0 0 25px #bbb !important;
  }
}

.section-5-box {
  max-width: 460px;
  background-color: #fff;
  padding: 10px 20px 20px 20px;
}

.section-5-box .textbox {
  text-align: center;
  padding-top: 10px;
}

.section-5-box .textbox h3 {
  width: 100%;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}

.section-5-box .textbox p {
  font-size: 25px;
  text-align: left;
}

.section-5-box .textbox p .original {
  font-size: 12px;
  text-decoration: line-through;
  color: #9c9c9c;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .section-5-box h3 {
    font-size: 16px;
  }
  .section-5-box p {
    font-size: 21px;
  }
  .section-5-box a .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-5-slider .slick-prev, .section-5-slider .slick-next {
  font-size: 17px;
  font-family: "Oswald-M", sans-serif;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60px;
  height: 44px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.section-5-slider .slick-prev:after, .section-5-slider .slick-next:after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #111;
  bottom: 8px;
}

.section-5-slider .slick-prev:before, .section-5-slider .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #111111;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.section-5-slider .slick-prev {
  left: 15%;
  padding-left: 17px;
}

.section-5-slider .slick-prev:after {
  left: 20px;
}

.section-5-slider .slick-prev:before {
  content: "\e903";
  left: 0;
}

.section-5-slider .slick-prev:hover:before, .section-5-slider .slick-prev:focus:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

.section-5-slider .slick-next {
  right: 15%;
  padding-right: 14px;
}

.section-5-slider .slick-next:after {
  right: 20px;
}

.section-5-slider .slick-next:before {
  content: "\e904";
  right: 0;
}

.section-5-slider .slick-next:hover:before, .section-5-slider .slick-next:focus:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-5-slider {
    width: 1200px;
    left: 50%;
    margin-right: auto;
    margin-left: -600px;
  }
}

@media (max-width: 991px) {
  .section-5-slider .slick-prev {
    left: 25%;
  }
  .section-5-slider .slick-next {
    right: 25%;
  }
}

@media (max-width: 767px) {
  .section-5-slider .slick-prev, .section-5-slider .slick-next {
    top: auto;
    bottom: -55px;
  }
  .section-5-slider .slick-prev {
    left: 20px;
  }
  .section-5-slider .slick-next {
    right: 20px;
  }
}

.section-5-slider-Info {
  width: 100%;
  text-align: center;
  font-size: 17px;
  display: block;
  margin-top: 25px;
}

.section-5-slider-Info span {
  display: inline-block;
  padding: 0 4px;
}

.section-5-slider-Info .now {
  color: #aaa;
}

.section-5-slider-Info .total {
  color: #111;
}

@media (max-width: 767px) {
  .section-5-slider-Info {
    margin-top: 2px;
  }
}

/* ============ .section-5 end ============ */
/* ============ .section-6 start ============ */
.section-6 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  margin-top: 200px;
}

.section-6 .container {
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-6 {
    padding-top: 35px;
    padding-bottom: 70px;
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .section-6 {
    padding-top: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.section-6-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.section-6-bg div {
  background-color: #f8f8f9;
}

.section-6-watermark {
  width: 100%;
  text-align: center;
  top: -130px;
  z-index: 1;
}

.section-6-title {
  z-index: 2;
}

.section-6-title .c-title-tw {
  top: -50px;
}

@media (max-width: 767px) {
  .section-6-title {
    width: 100%;
    text-align: center;
  }
  .section-6-title .c-title-en {
    font-size: 80px;
  }
  .section-6-title .c-title-tw {
    display: block;
    width: 100%;
    top: 0;
  }
}

.section-6-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .section-6-wrapper {
    margin-top: 30px;
  }
}

.section-6-box {
  position: relative;
}

.section-6-box .textbox {
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.45);
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-6-box .ig-num-wrapper {
  width: 145px;
  height: 25px;
  text-align: center;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
}

.section-6-box span {
  display: inline-block;
  position: relative;
}

.section-6-box .ig-num-box {
  width: 65px;
  color: #efefef;
  font-size: 14px;
}

.section-6-box .ig-num-box .icon {
  margin-right: 5px;
}

.section-6-box .ig-num-box .icon-heart {
  font-size: 16px;
}

.section-6-box .ig-num-box .text {
  font-weight: bold;
}

.section-6-box:hover .textbox {
  opacity: 1;
}

/* ============ .section-6 end ============ */
