@charset "UTF-8";
.kv-section {
  position: relative;
}
.kv-section .navbar__logo {
  z-index: 2;
  position: absolute;
  top: 4.3vh;
  left: 3.5vw;
  min-width: 97px;
  width: 10.16vw;
}
@media (max-width: 767px) {
  .kv-section .navbar__logo {
    top: 10px;
    left: 20px;
  }
}
.kv-section .navbar__menu {
  z-index: 2;
  position: absolute;
  right: 68px;
  top: 11.5vh;
  text-align: right;
}
.kv-section .navbar__menu li {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
  position: relative;
}
.kv-section .navbar__menu li:not(:first-child)::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #ffb500;
  position: absolute;
  right: -12px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .kv-section .navbar__menu li:hover {
    color: #fbb509;
  }
  .kv-section .navbar__menu li:hover::after {
    opacity: 1;
  }
}
.kv-section .navbar__menu .circle {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffb500;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-left: auto;
}
.kv-section .navbar__menu .circle .f20 {
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .kv-section .navbar__menu .circle:hover {
    background-color: #0d803b;
    -webkit-box-shadow: 0 0 0 1px #ffb500;
            box-shadow: 0 0 0 1px #ffb500;
  }
  .kv-section .navbar__menu .circle:hover .f20 {
    color: #ffb500;
  }
}
.kv-section .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv-section .kv__bg {
  width: 100%;
  aspect-ratio: 1/0.46875;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .kv-section .kv__bg {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .kv-section .kv__bg {
    aspect-ratio: 1/1.7786;
    min-height: 100vh;
  }
}
.kv-section .kv__title {
  z-index: 2;
  position: absolute;
  top: 44vh;
  left: 17vw;
}
@media (min-width: 992px) {
  .kv-section .kv__title {
    width: 45%;
  }
}
@media (max-width: 1670px) {
  .kv-section .kv__title {
    left: 3vw;
  }
}
@media (max-width: 991px) {
  .kv-section .kv__title {
    top: 19vh;
  }
}
.kv-section .kv__title .txt {
  font-weight: 700;
  color: white;
  margin-bottom: 42px;
}
@media (max-width: 1440px) {
  .kv-section .kv__title .txt {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .kv-section .kv__title .txt {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .kv-section .kv__title .txt {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .kv-section .kv__title .txt {
    width: 80%;
  }
}
@media (max-width: 913px) and (min-width: 768px) {
  .kv-section .kv__title .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kv-section .kv__title .txt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.kv-section .container {
  position: relative;
}
.kv-section .scroll {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .kv-section .scroll {
    left: 20px;
  }
}
.kv-section .scroll .f16 {
  color: #ffb500;
  margin-bottom: 5px;
  -webkit-animation: color 2s infinite;
          animation: color 2s infinite;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.kv-section .scroll .line {
  width: 2px;
  background-color: black;
  margin: 0 auto;
  position: relative;
}
.kv-section .scroll .line::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #ffb500;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrolldown 2s infinite;
          animation: scrolldown 2s infinite;
}
@media (min-width: 992px) {
  .kv-section .scroll .line {
    height: 66px;
  }
}
@media (max-width: 991px) {
  .kv-section .scroll .line {
    height: 21px;
  }
}
@-webkit-keyframes color {
  to {
    color: #ffb500;
  }
}
@keyframes color {
  to {
    color: #ffb500;
  }
}
@-webkit-keyframes scrolldown {
  to {
    height: 100%;
  }
}
@keyframes scrolldown {
  to {
    height: 100%;
  }
}

.about-section {
  position: relative;
}
@media (min-width: 768px) {
  .about-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.about-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/index_about_bg.jpg) center/cover no-repeat;
  z-index: -1;
}
.about-section .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .about-section .flex {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .about-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .about-section .wrap {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .about-section .wrap {
    width: 100%;
  }
}
.about-section .wrap .title-wrap {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .about-section .wrap .title-wrap {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .about-section .wrap .title-wrap {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .about-section .wrap .content {
    margin-bottom: 18px;
    line-height: 1.78;
  }
}
@media (max-width: 991px) {
  .about-section .wrap .content {
    margin-top: 26px;
    line-height: 1.67;
  }
}
.about-section .wrap .btnwrap {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .about-section .imgwrap {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about-section .imgwrap {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.advantage-section {
  position: relative;
}
@media (min-width: 768px) {
  .advantage-section {
    padding: 100px 5vw;
  }
}
@media (min-width: 1440px) {
  .advantage-section {
    padding: 100px 8vw;
  }
}
@media (min-width: 1800px) {
  .advantage-section {
    padding: 100px 15.5vw;
  }
}
@media (max-width: 767px) {
  .advantage-section {
    padding: 50px 20px;
  }
}
.advantage-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/advantage_bg.jpg) center/cover no-repeat;
  z-index: -1;
}
.advantage-section .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .advantage-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advantage-section .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1025px) {
  .advantage-section .images {
    width: 58%;
    margin-top: -8.5vw;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .advantage-section .images {
    width: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .advantage-section .images {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .advantage-section .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advantage-section .images li {
  position: relative;
}
@media (max-width: 767px) {
  .advantage-section .images li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .advantage-section .images li:first-child {
    margin-top: 8.5vw;
  }
}
@media (min-width: 1025px) {
  .advantage-section .images li:nth-child(2) {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .advantage-section .images li:nth-child(2) {
    margin: 0 15px;
  }
}
@media (min-width: 1025px) {
  .advantage-section .images li:last-child {
    margin-top: 13.5vw;
  }
}
@media (max-width: 767px) {
  .advantage-section .images .imgwrap {
    width: 100%;
    aspect-ratio: 1/0.4;
  }
}
@media (max-width: 767px) {
  .advantage-section .images .imgwrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
}
.advantage-section .images .caption {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .advantage-section .images .caption {
    top: 90%;
  }
}
@media (max-width: 767px) {
  .advantage-section .images .caption {
    top: 70%;
  }
}
.advantage-section .images .caption .num {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), color-stop(#d0d0d0), color-stop(#fdfdfd), to(#5f6365)), -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fdfdfd, #d0d0d0, #fdfdfd, #5f6365), linear-gradient(to top, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .advantage-section .images .caption .num {
    font-size: 4.375rem;
  }
}
@media (max-width: 767px) {
  .advantage-section .images .caption .num {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1441px) {
  .advantage-section .images .caption .num {
    font-size: 4.375rem;
  }
}
.advantage-section .images .caption .content {
  color: white;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .advantage-section .images .caption .content {
    max-width: 90px;
  }
  .advantage-section .images .caption .content .en {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .advantage-section .images .caption .content {
    text-align: left;
    margin-left: 10px;
  }
}
.advantage-section .content {
  text-align: center;
}
@media (min-width: 1025px) {
  .advantage-section .content {
    width: 40%;
    margin-top: 12vw;
  }
}
@media (max-width: 1024px) {
  .advantage-section .content {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .advantage-section .content {
    margin-bottom: 30px;
  }
}
.advantage-section .content .title-wrap {
  margin-bottom: 28px;
}
.advantage-section .content .title-wrap .section-title {
  color: rgba(255, 255, 255, 0.1);
}
.advantage-section .content .title-wrap .section-subtitle {
  color: white;
}
.advantage-section .content .f18 {
  color: white;
  line-height: 1.78;
}

.product-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .product-section {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.product-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_product_bg.jpg) center/cover no-repeat;
}
.product-section .bg2 {
  position: absolute;
  left: 0;
  top: 23%;
  background: url(../images/index_product_bg02.png) right/cover no-repeat;
  width: 60%;
  aspect-ratio: 1/0.4288;
}
@media (max-width: 767px) {
  .product-section .bg2 {
    display: none;
  }
}
.product-section .title {
  text-align: right;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .product-section .title {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .product-section .title {
    text-align: center;
    margin-bottom: 45px;
  }
}
.product-section .title .title-wrap .section-title {
  color: white;
}
.product-section .swiper-slide > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .product-section .swiper-slide > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-section .product__content {
  width: 55.5%;
  color: black;
  background-color: white;
}
@media (min-width: 768px) {
  .product-section .product__content {
    margin-top: 7.5vw;
    padding: 3vw 2.5vw 2.5vw;
  }
}
@media (max-width: 767px) {
  .product-section .product__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px;
  }
}
.product-section .product__name {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .product-section .product__name {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .product-section .product__name {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .product-section .product__name {
    font-size: 1.625rem;
  }
}
.product-section .product__id {
  margin-bottom: 23px;
}
@media (max-width: 1440px) {
  .product-section .product__id {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .product-section .product__id {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .product-section .product__id {
    font-size: 1.625rem;
  }
}
.product-section .product__description {
  margin-bottom: 63px;
  max-height: 10.62em;
  line-height: 1.77;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .product-section .product__description {
    margin-bottom: 22px;
  }
}
.product-section .product__btnwrap {
  text-align: right;
}
.product-section .product__image {
  width: 44.5%;
  height: 0;
  padding-bottom: 48%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .product-section .product__image {
    width: 100%;
    padding-bottom: 96%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .product-section .swiper {
    margin-right: 100px;
    margin-top: -3vw;
  }
}
.product-section .controler-wrap {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}
.product-section .product-button-next {
  background: url(../images/next_btn.png) center/13px no-repeat;
}
@media (min-width: 768px) {
  .product-section .product-button-next:hover {
    background: url(../images/next_btn_b.png) center/13px no-repeat;
    background-color: #ffb500;
  }
}
.product-section .product-button-prev {
  background: url(../images/prev_btn.png) center/13px no-repeat;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .product-section .product-button-prev:hover {
    background: url(../images/prev_btn_b.png) center/13px no-repeat;
    background-color: #ffb500;
  }
}
.product-section .product-button-next, .product-section .product-button-prev {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  background-color: black;
}
.product-section .product-pagination {
  position: relative;
  height: 86px;
  overflow-y: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  .product-section .product-pagination {
    height: 65px;
  }
}
.product-section .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  display: block;
  line-height: 1;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
}
@media (max-width: 1440px) {
  .product-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
@media (max-width: 767px) {
  .product-section .swiper-pagination-bullet {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1441px) {
  .product-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
.product-section .swiper-pagination-bullet-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.customize-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .customize-section {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.customize-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_custom_bg.jpg) center/cover no-repeat;
}
.customize-section .bg2 {
  position: absolute;
  right: 0;
  top: 23%;
  background: url(../images/index_custom_bg02.png) right/cover no-repeat;
  width: 60%;
  aspect-ratio: 1/0.4288;
}
@media (max-width: 767px) {
  .customize-section .bg2 {
    display: none;
  }
}
@media (min-width: 1201px) {
  .customize-section .title {
    margin-left: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .customize-section .title {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .customize-section .title {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .customize-section .title .title-wrap .section-title {
    color: white;
  }
}
.customize-section .swiper-slide > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .customize-section .swiper-slide > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.customize-section .product__content {
  width: 55.5%;
  color: black;
  background-color: white;
}
@media (min-width: 768px) {
  .customize-section .product__content {
    margin-top: 6.8vw;
    padding: 3vw 2.5vw 2.5vw;
  }
}
@media (max-width: 767px) {
  .customize-section .product__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px;
  }
}
.customize-section .product__name {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .customize-section .product__name {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .customize-section .product__name {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .product__name {
    font-size: 1.625rem;
  }
}
.customize-section .product__id {
  margin-bottom: 23px;
}
@media (max-width: 1440px) {
  .customize-section .product__id {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .customize-section .product__id {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .product__id {
    font-size: 1.625rem;
  }
}
.customize-section .product__description {
  margin-bottom: 63px;
  max-height: 10.62em;
  line-height: 1.77;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .customize-section .product__description {
    margin-bottom: 22px;
  }
}
.customize-section .product__btnwrap {
  text-align: right;
}
.customize-section .product__image {
  width: 44.5%;
  height: 0;
  padding-bottom: 48%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .customize-section .product__image {
    width: 100%;
    padding-bottom: 96%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .customize-section .swiper {
    margin-left: 100px;
    margin-top: -3vw;
  }
}
.customize-section .controler-wrap {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}
.customize-section .customize-button-next {
  background: url(../images/next_btn.png) center/13px no-repeat;
}
@media (min-width: 768px) {
  .customize-section .customize-button-next:hover {
    background: url(../images/next_btn_b.png) center/13px no-repeat;
    background-color: #ffb500;
  }
}
.customize-section .customize-button-prev {
  background: url(../images/prev_btn.png) center/13px no-repeat;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .customize-section .customize-button-prev:hover {
    background: url(../images/prev_btn_b.png) center/13px no-repeat;
    background-color: #ffb500;
  }
}
.customize-section .customize-button-next, .customize-section .customize-button-prev {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  background-color: black;
}
.customize-section .customize-pagination {
  position: relative;
  height: 86px;
  overflow-y: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  .customize-section .customize-pagination {
    height: 65px;
  }
}
.customize-section .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  display: block;
  line-height: 1;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
}
@media (max-width: 1440px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
@media (max-width: 767px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
.customize-section .swiper-pagination-bullet-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-section {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f1f1f), to(#505050));
  background-image: linear-gradient(to top, #1f1f1f, #505050);
}
@media (min-width: 768px) {
  .contact-section {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0 40px;
  }
}
.contact-section .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1201px) {
  .contact-section .flex {
    padding: 0 175px 0 175px;
  }
}
@media (max-width: 991px) {
  .contact-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-section .wrap {
  position: relative;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-section .wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact-section .wrap .title-wrap {
  margin-bottom: 12px;
}
.contact-section .wrap .title-wrap .section-title {
  color: rgba(233, 233, 233, 0.1);
}
.contact-section .wrap .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  margin-bottom: 10px;
}
.contact-section .wrap .phone .icon-wrap {
  width: 35px;
  height: 35px;
  background: url(../images/icon_phone.png) center/contain no-repeat;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .contact-section .wrap .phone > a {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact-section .wrap .phone > a {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1441px) {
  .contact-section .wrap .phone > a {
    font-size: 2.5rem;
  }
}
.contact-section .btnwrap .btn {
  min-width: 180px;
}
.contact-section .btnwrap .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-section .btnwrap .btn span::before {
  content: "";
  width: 24px;
  height: 15px;
  background: url(../images/icon_mail.png) center/contain no-repeat;
  display: block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .lang_en .about-section .wrap .title-wrap {
    margin-left: 80px;
  }
}