@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  overflow-x: hidden; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

select, button, textarea, input, select, textarea {
  outline: none; }

a {
  cursor: pointer;
  display: block;
  text-decoration: none; }

a:hover, a:focus, a:active {
  text-decoration: none; }

ul, ol {
  list-style: none; }

*::-webkit-input-placeholder {
  color: #bbb; }

*:-ms-input-placeholder {
  color: #bbb; }

*::-ms-input-placeholder {
  color: #bbb; }

*::placeholder {
  color: #bbb; }

*:-ms-input-placeholder {
  color: #bbb; }

*::-ms-input-placeholder {
  color: #bbb; }

.main {
  width: 100%;
  padding-top: 145px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .main {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    .main {
      padding-top: 66px; } }

.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .container {
      width: 990px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

.full-container {
  position: relative;
  width: 100%; }

.heading {
  position: relative;
  width: 100%; }
  .heading__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 230px; }
    @media (max-width: 991px) {
      .heading__block {
        height: 180px; } }
  .heading__title {
    position: relative;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #e4a62b; }
    @media (max-width: 991px) {
      .heading__title {
        font-size: 24px;
        text-align: center; } }
  .heading__bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 10px; }
    @media (max-width: 991px) {
      .heading__bread {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .heading__bread a {
      font-size: 14px;
      font-weight: 300;
      line-height: 1;
      color: #333; }
      .heading__bread a::after {
        content: "/";
        margin: 0 5px; }
      .heading__bread a:last-child {
        color: #e4a62b; }
        .heading__bread a:last-child::after {
          content: none; }

.common__title {
  width: 100%;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #e4a62b; }
  @media (max-width: 991px) {
    .common__title {
      margin-bottom: 20px;
      font-size: 22px; } }

.pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .pagenation {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; } }
  .pagenation__prev {
    position: relative;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 32px;
    color: #555;
    text-align: center;
    background: #fff url("../images/pagenation_prev.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4a62b;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s; }
    .pagenation__prev:hover {
      background: #f7f7f7 url("../images/pagenation_prev.svg"); }
  .pagenation__btn {
    position: relative;
    width: 34px;
    font-size: 15px;
    line-height: 32px;
    color: #555;
    text-align: center;
    border: 1px solid #e4a62b;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    .pagenation__btn:nth-child(n + 2) {
      margin-left: 15px; }
      @media (max-width: 991px) {
        .pagenation__btn:nth-child(n + 2) {
          margin-left: 5px; } }
    .pagenation__btn:hover {
      background-color: #f7f7f7; }
    .pagenation__btn--active {
      color: #fff;
      background-color: #e4a62b;
      border-color: #e4a62b; }
      .pagenation__btn--active:hover {
        background-color: #e4a62b; }
  .pagenation__next {
    position: relative;
    width: 34px;
    height: 34px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #555;
    text-align: center;
    background: #fff url("../images/pagenation_next.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4a62b;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    @media (max-width: 991px) {
      .pagenation__next {
        margin-left: 5px; } }
    .pagenation__next:hover {
      background: #f7f7f7 url("../images/pagenation_next.svg"); }

.gototop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/gototop.svg);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  z-index: 998; }
  @media (max-width: 991px) {
    .gototop {
      bottom: 20px;
      right: 20px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    .header {
      position: fixed; } }
  .header > h1 {
    display: none; }
  .header-topbar {
    width: 100%;
    background-color: #fff; }
    @media (max-width: 991px) {
      .header-topbar {
        display: none; } }
    .header-topbar__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
    .header-topbar__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .header-topbar__left > *:nth-child(n + 2) {
        margin-left: 15px; }
    .header-topbar__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .header-topbar__right > *:nth-child(n + 2) {
        margin-left: 5px; }
    .header-topbar__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      height: 45px;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      color: #333;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .header-topbar__btn:hover {
        opacity: .7; }
      .header-topbar__btn::before {
        content: "";
        display: block;
        margin-right: 10px; }
      .header-topbar__btn--tel::before {
        width: 14px;
        height: 14px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px 0px; }
      .header-topbar__btn--mail::before {
        width: 14px;
        height: 14px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -15px 0px; }
      .header-topbar__btn--fb::before {
        width: 20px;
        height: 20px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px -15px; }
      .header-topbar__btn--line::before {
        width: 20px;
        height: 20px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -21px -15px; }
  .header-menu {
    width: 100%;
    padding: 25px 0;
    background-color: #e4a62b; }
    @media (max-width: 991px) {
      .header-menu {
        padding: 15px 0; } }
    .header-menu__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
    .header-menu__logo {
      width: auto;
      height: 50px; }
      @media (max-width: 575px) {
        .header-menu__logo {
          height: 36px; } }
      .header-menu__logo img {
        width: auto;
        height: 100%; }
    @media (max-width: 991px) {
      .header-menu__nav {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        background-color: #e4a62b;
        overflow: auto;
        z-index: 9999; } }
    @media (max-width: 991px) {
      .header-menu__nav--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch; } }
    .header-menu__navbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media (max-width: 991px) {
        .header-menu__navbox {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          padding: 40px 0; } }
    .header-menu__btn {
      width: auto;
      font-size: 17px;
      font-weight: 400;
      line-height: 1;
      color: #333;
      text-align: center;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      @media (max-width: 991px) {
        .header-menu__btn {
          width: 100%; } }
      .header-menu__btn:nth-child(n + 2) {
        margin-left: 40px; }
        @media (max-width: 991px) {
          .header-menu__btn:nth-child(n + 2) {
            margin-top: 20px;
            margin-left: 0; } }
      .header-menu__btn:hover {
        color: #fff; }
      .header-menu__btn--active {
        color: #fff; }
      @media (min-width: 992px) {
        .header-menu__btn--contact {
          width: 120px;
          line-height: 36px;
          color: #e4a62b;
          background-color: #fff;
          border-radius: 18px; }
          .header-menu__btn--contact:hover {
            color: #e4a62b; }
          .header-menu__btn--contact--active {
            color: #e4a62b; } }
    .header-menu__close {
      position: relative;
      width: 30px;
      height: 30px;
      margin: 30px auto 0;
      border-radius: 15px;
      border: 2px solid #444444; }
      .header-menu__close > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #444444; }
        .header-menu__close > div:first-child {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .header-menu__close > div:last-child {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
      @media (min-width: 992px) {
        .header-menu__close {
          display: none; } }
    .header-menu__burger {
      width: 22px; }
      .header-menu__burger > div {
        width: 100%;
        height: 2px;
        margin: 6px 0;
        border-radius: 1px;
        background-color: #fff; }
      @media (min-width: 992px) {
        .header-menu__burger {
          display: none; } }

.footer {
  width: 100%; }
  .footer-main {
    width: 100%;
    padding: 80px 0;
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
    background-position: cneter;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .footer-main {
        padding: 30px 0; } }
    .footer-main__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
    .footer-main__info {
      width: 480px; }
      @media (max-width: 1199px) {
        .footer-main__info {
          width: 410px; } }
      @media (max-width: 991px) {
        .footer-main__info {
          display: none; } }
    .footer-main__item {
      width: 260px; }
      @media (max-width: 1199px) {
        .footer-main__item {
          width: 250px; } }
      @media (max-width: 991px) {
        .footer-main__item {
          width: 100%; }
          .footer-main__item:nth-child(n + 3) {
            margin-top: 30px; } }
    .footer-main__title {
      position: relative;
      width: 100%;
      padding-bottom: 25px;
      margin-bottom: 25px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      color: #e4a62b;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      @media (max-width: 991px) {
        .footer-main__title {
          padding-bottom: 20px;
          margin-bottom: 20px;
          text-align: center; } }
    .footer-main__text {
      width: 100%;
      font-size: 14px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8); }
      .footer-main__text p:nth-child(n + 2) {
        margin-top: 15px; }
    .footer-main__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-top: 25px; }
      .footer-main__social-btn {
        width: 20px;
        height: 20px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .footer-main__social-btn:nth-child(n + 2) {
          margin-left: 20px; }
        .footer-main__social-btn:hover {
          opacity: .7; }
        .footer-main__social-btn--fb {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -42px -15px; }
        .footer-main__social-btn--line {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -63px -15px; }
    .footer-main__quick {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
      .footer-main__quick-item {
        width: 50%; }
        @media (max-width: 991px) {
          .footer-main__quick-item {
            width: 100%; }
            .footer-main__quick-item:nth-child(n + 2) {
              margin-top: 10px; } }
      .footer-main__quick-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%; }
        @media (max-width: 991px) {
          .footer-main__quick-list {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .footer-main__quick-list:nth-child(n + 2) {
          margin-top: 25px; }
          @media (max-width: 991px) {
            .footer-main__quick-list:nth-child(n + 2) {
              margin-top: 10px; } }
      .footer-main__quick-btn {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        @media (max-width: 991px) {
          .footer-main__quick-btn {
            padding-left: 0; } }
        .footer-main__quick-btn::before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0px;
          display: block;
          width: 5px;
          height: 9px;
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: 0px -55px; }
          @media (max-width: 991px) {
            .footer-main__quick-btn::before {
              content: none; } }
        .footer-main__quick-btn:hover {
          opacity: .7; }
    .footer-main__link {
      width: 100%; }
      .footer-main__link-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%; }
        @media (max-width: 991px) {
          .footer-main__link-list {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .footer-main__link-list:nth-child(n + 2) {
          margin-top: 25px; }
          @media (max-width: 991px) {
            .footer-main__link-list:nth-child(n + 2) {
              margin-top: 10px; } }
        @media (min-width: 992px) {
          .footer-main__link-list:nth-child(n + 6) {
            display: none; } }
        .footer-main__link-list img {
          max-width: 140px;
          width: 100%; }
      .footer-main__link-imgbox {
        width: 100%;
        margin-top: 10px; }
        @media (max-width: 991px) {
          .footer-main__link-imgbox {
            margin-top: 10px;
            text-align: center; } }
      .footer-main__link-btn {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8); }
        .footer-main__link-btn[href] {
          -webkit-transition: color .3s;
          -o-transition: color .3s;
          transition: color .3s; }
          .footer-main__link-btn[href]:hover {
            color: #fff; }
            .footer-main__link-btn[href]:hover::before {
              opacity: 1; }
        .footer-main__link-btn::before {
          content: "";
          position: absolute;
          top: 3px;
          left: 0;
          display: block;
          width: 18px;
          height: 18px; }
        .footer-main__link-btn--addr::before {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: 0px -36px; }
        .footer-main__link-btn--tel::before {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -19px -36px; }
        .footer-main__link-btn--fax::before {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -38px -36px; }
        .footer-main__link-btn--mail::before {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -57px -36px; }
        .footer-main__link-btn--fb::before {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -76px -36px; }
        .footer-main__link-btn--line {
          padding-left: 0; }
  .footer-copyright {
    width: 100%;
    background-color: #060908; }
    .footer-copyright__text {
      width: 100%;
      padding: 30px 0;
      font-size: 12px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      @media (max-width: 991px) {
        .footer-copyright__text {
          font-size: 12px; } }
      .footer-copyright__text a {
        display: inline-block;
        color: #e4a62b;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        .footer-copyright__text a:hover {
          color: #fe7e17; }
        @media (max-width: 375px) {
          .footer-copyright__text a {
            display: block; } }

.home-slider {
  width: 100%; }
  .home-slider__slick {
    position: relative;
    width: 100%;
    z-index: 1; }
    .home-slider__slick > .home-slider__item:nth-child(n + 2) {
      display: none !important; }
    .home-slider__slick .slick-dots {
      position: absolute;
      bottom: 40px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
      @media (max-width: 991px) {
        .home-slider__slick .slick-dots {
          bottom: 20px; } }
      .home-slider__slick .slick-dots li {
        margin: 0px 8px;
        font-size: 0px;
        overflow: hidden; }
        .home-slider__slick .slick-dots li.slick-active button {
          opacity: 1;
          background-color: #e4a62b;
          border: none; }
          .home-slider__slick .slick-dots li.slick-active button:hover {
            opacity: 1; }
        .home-slider__slick .slick-dots li button {
          width: 15px;
          height: 15px;
          font-size: 0px;
          background-color: transparent;
          border: 1px solid #fff;
          -webkit-transition: opacity .3s;
          -o-transition: opacity .3s;
          transition: opacity .3s;
          cursor: pointer; }
          .home-slider__slick .slick-dots li button:hover {
            opacity: .7; }
  .home-slider__item {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .home-slider__item {
        height: 80vw; } }
    .home-slider__item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.45);
      z-index: 1; }
    .home-slider__item .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      z-index: 2; }
      @media (max-width: 991px) {
        .home-slider__item .container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  .home-slider__title {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff; }
    @media (max-width: 991px) {
      .home-slider__title {
        font-size: 32px;
        text-align: center; } }
    @media (max-width: 575px) {
      .home-slider__title {
        font-size: 26px; } }
    .home-slider__title span {
      color: #e4a62b; }
  .home-slider__text {
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 991px) {
      .home-slider__text {
        font-size: 16px;
        text-align: center; } }
    @media (max-width: 575px) {
      .home-slider__text {
        display: none; } }
  .home-slider__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .home-slider__btnbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 575px) {
      .home-slider__btnbox {
        margin-top: 0; } }
  .home-slider__btn {
    padding: 0 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s; }
    @media (max-width: 991px) {
      .home-slider__btn {
        padding: 0 20px;
        font-size: 16px;
        line-height: 36px;
        border-radius: 18px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .home-slider__btn {
      font-size: 14px; } }
    .home-slider__btn:nth-child(n + 2) {
      margin-left: 20px; }
      @media (max-width: 991px) {
        .home-slider__btn:nth-child(n + 2) {
          margin-left: 15px; } }
      @media (max-width: 575px) {
        .home-slider__btn:nth-child(n + 2) {
          margin-left: 10px; } }
    .home-slider__btn:hover {
      color: #fff;
      background-color: #e4a62b; }

.home-product {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .home-product {
      padding: 40px 0; } }
  .home-product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  @media (min-width: 992px) {
    .home-product__item {
      width: calc((100% - 60px) / 3);
      margin-right: 30px; }
      .home-product__item:nth-child(3n) {
        margin-right: 0; }
      .home-product__item:nth-child(n + 4) {
        margin-top: 50px; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .home-product__item {
      width: calc((100% - 20px) / 2);
      margin-right: 20px; }
      .home-product__item:nth-child(2n) {
        margin-right: 0; }
      .home-product__item:nth-child(n + 3) {
        margin-top: 30px; } }
  @media (max-width: 575px) {
    .home-product__item {
      width: 100%; }
      .home-product__item:nth-child(n + 2) {
        margin-top: 30px; } }
  .home-product__item:hover .home-product__img::before {
    opacity: 1; }
  .home-product__item:hover .home-product__img::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .home-product__img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .home-product__img::before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      z-index: 1; }
    .home-product__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 30px;
      height: 30px;
      background-size: 150px 500px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png");
      background-position: 0px -65px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      z-index: 2; }
  .home-product__title {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333; }
  .home-product__text {
    width: 100%;
    max-height: 5.4em;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #888;
    overflow: hidden; }
  .home-product__more {
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #e4a62b;
    border-bottom: 1px solid #e4a62b; }

.home-service {
  position: relative;
  width: 100%;
  padding: 100px 0 10px;
  background: #fff; }
  @media (max-width: 991px) {
    .home-service {
      padding: 40px 0;
      background-image: url("../images/home/home_service.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
  .home-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 140px);
    background-image: url("../images/home/home_service.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .home-service::before {
        display: none; } }
  .home-service__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%; }
  .home-service__item {
    width: calc((100% - 60px) / 3);
    padding: 50px 60px;
    text-align: center;
    background-color: #f3f3f3;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    @media (max-width: 991px) {
      .home-service__item {
        width: 100%; }
        .home-service__item:nth-child(n + 2) {
          margin-top: 30px; } }
    @media (max-width: 575px) {
      .home-service__item {
        padding: 25px 20px; } }
    .home-service__item:hover {
      background-color: #e4a62b; }
      .home-service__item:hover .home-service__title {
        color: #fff; }
      .home-service__item:hover .home-service__text {
        color: #fff; }
      .home-service__item:hover .home-service__more {
        color: #fff;
        border-color: #fff; }
      .home-service__item:hover .home-service__icon svg path {
        fill: #fff; }
  .home-service__icon {
    width: 100%;
    height: 50px;
    text-align: center; }
    .home-service__icon svg {
      height: 100%; }
      .home-service__icon svg path {
        -webkit-transition: fill .3s;
        -o-transition: fill .3s;
        transition: fill .3s; }
  .home-service__title {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #333;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    @media (max-width: 991px) {
      .home-service__title {
        margin-top: 20px; } }
  .home-service__text {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    @media (max-width: 991px) {
      .home-service__text {
        margin-top: 15px; } }
  .home-service__more {
    display: inline-block;
    margin: 25px auto 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #555;
    border-bottom: 1px solid #555;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s; }
    @media (max-width: 991px) {
      .home-service__more {
        margin: 15px auto 0; } }

.home-about {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .home-about {
      padding: 40px 0; } }
  .home-about__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .home-about__img {
    width: 450px; }
    @media (max-width: 991px) {
      .home-about__img {
        width: 100%; } }
  .home-about__info {
    width: calc(100% - 490px); }
    @media (max-width: 991px) {
      .home-about__info {
        width: 100%;
        margin-top: 30px; } }
  .home-about__title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #e4a62b; }
    @media (max-width: 991px) {
      .home-about__title {
        margin-bottom: 20px;
        font-size: 22px; } }
  .home-about__text {
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #777; }
  .home-about__more {
    width: 100px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    .home-about__more:hover {
      background-color: #e4a62b; }
  .home-about__partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .home-about__partner > .home-about__partner-item:nth-child(n + 6) {
        display: none !important; } }
    @media (max-width: 991px) {
      .home-about__partner {
        margin-top: 40px; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .home-about__partner > .home-about__partner-item:nth-child(n + 4) {
        display: none !important; } }
    @media (max-width: 575px) {
      .home-about__partner > .home-about__partner-item:nth-child(n + 3) {
        display: none !important; } }
    @media (min-width: 992px) {
      .home-about__partner-item {
        width: calc((100% - 80px) / 5); } }
    @media (max-width: 991px) and (min-width: 576px) {
      .home-about__partner-item {
        width: calc((100% - 40px) / 3); } }
    @media (max-width: 575px) {
      .home-about__partner-item {
        width: calc((100% - 20px) / 2); } }

.home-contact {
  width: 100%;
  padding: 55px 0;
  background-color: #e4a72c; }
  @media (max-width: 991px) {
    .home-contact {
      padding: 25px 0; } }
  .home-contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%; }
  @media (max-width: 991px) {
    .home-contact__info {
      width: 100%;
      text-align: center; } }
  .home-contact__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff; }
    @media (max-width: 991px) {
      .home-contact__title {
        font-size: 22px; } }
    @media (max-width: 575px) {
      .home-contact__title {
        font-size: 18px; } }
  .home-contact__text {
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 575px) {
      .home-contact__text {
        display: none; } }
  .home-contact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media (max-width: 991px) {
      .home-contact__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px; } }
    .home-contact__link-btn {
      width: 240px;
      height: 35px;
      font-size: 16px;
      font-weight: 400;
      line-height: 35px;
      color: #333;
      text-align: center;
      background-color: #fff;
      border-radius: 17.5px;
      -webkit-transition: color .3s, background-color .3s;
      -o-transition: color .3s, background-color .3s;
      transition: color .3s, background-color .3s; }
      @media (max-width: 575px) {
        .home-contact__link-btn {
          width: 100%; } }
      @media (min-width: 576px) {
        .home-contact__link-btn:nth-child(n + 2) {
          margin-left: 10px; } }
      @media (max-width: 575px) {
        .home-contact__link-btn:nth-child(n + 2) {
          margin-top: 10px; } }
      @media (max-width: 575px) {
        .home-contact__link-btn:nth-child(n + 3) {
          margin-left: 10px; } }
      .home-contact__link-btn:hover {
        color: #fff;
        background-color: #333; }
      .home-contact__link-btn--social {
        width: 35px; }
        .home-contact__link-btn--social:hover svg path {
          fill: #fff; }
        .home-contact__link-btn--social svg {
          width: 100%;
          height: 100%; }
          .home-contact__link-btn--social svg path {
            -webkit-transition: fill .3s;
            -o-transition: fill .3s;
            transition: fill .3s; }

.about-info {
  width: 100%;
  padding: 100px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .about-info {
      padding: 40px 0; } }
  .about-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .about-info__img {
    width: 450px; }
    @media (max-width: 991px) {
      .about-info__img {
        width: 100%; } }
  .about-info__info {
    width: calc(100% - 490px); }
    @media (max-width: 991px) {
      .about-info__info {
        width: 100%;
        margin-top: 30px; } }
  .about-info__title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #e4a62b; }
    @media (max-width: 991px) {
      .about-info__title {
        margin-bottom: 20px;
        font-size: 22px; } }
  .about-info__text {
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #777; }
  .about-info__more {
    width: 100px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    .about-info__more:hover {
      background-color: #e4a62b; }

.about-license {
  width: 100%;
  padding: 0 0 100px;
  background: #fff; }
  @media (max-width: 991px) {
    .about-license {
      padding: 0 0 40px; } }
  .about-license__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  @media (min-width: 992px) {
    .about-license__item {
      width: calc((100% - 90px) / 4); } }
  @media (max-width: 991px) and (min-width: 576px) {
    .about-license__item {
      width: calc((100% - 30px) / 2); }
      .about-license__item:nth-child(n + 3) {
        margin-top: 30px; } }
  @media (max-width: 575px) {
    .about-license__item {
      width: 100%; }
      .about-license__item:nth-child(n + 2) {
        margin-top: 30px; } }
  .about-license__img {
    width: 100%;
    border: 1px solid #ddd; }
  .about-license__text {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #777;
    text-align: center; }

.news-list {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .news-list {
      padding: 40px 0; } }
  .news-list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  @media (min-width: 992px) {
    .news-list__item {
      width: calc((100% - 60px) / 3);
      margin-right: 30px; }
      .news-list__item:nth-child(3n) {
        margin-right: 0; }
      .news-list__item:nth-child(n + 4) {
        margin-top: 50px; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .news-list__item {
      width: calc((100% - 20px) / 2);
      margin-right: 20px; }
      .news-list__item:nth-child(2n) {
        margin-right: 0; }
      .news-list__item:nth-child(n + 3) {
        margin-top: 30px; } }
  @media (max-width: 575px) {
    .news-list__item {
      width: 100%; }
      .news-list__item:nth-child(n + 2) {
        margin-top: 30px; } }
  .news-list__item:hover .news-list__img::before {
    opacity: 1; }
  .news-list__item:hover .news-list__img::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .news-list__item:hover .news-list__title {
    color: #333; }
  .news-list__item:hover .news-list__more {
    color: #e4a62b;
    border-color: #e4a62b; }
  .news-list__img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .news-list__img::before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      z-index: 1; }
    .news-list__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 30px;
      height: 30px;
      background-size: 150px 500px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png");
      background-position: 0px -65px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      z-index: 2; }
  .news-list__title {
    width: 100%;
    max-height: 1.8em;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #555555;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    overflow: hidden; }
  .news-list__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #e4a62b; }
    .news-list__date::before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 10px;
      background-size: 150px 500px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png");
      background-position: 0px -96px; }
  .news-list__text {
    width: 100%;
    max-height: 5.4em;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    overflow: hidden; }
  .news-list__more {
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #555;
    border-bottom: 1px solid #555;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s; }

.news-detail {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .news-detail {
      padding: 40px 0; } }
  .news-detail__img {
    width: 100%; }
  .news-detail__title {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333; }
  .news-detail__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #e4a62b; }
    .news-detail__date::before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 10px;
      background-size: 150px 500px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png");
      background-position: 0px -96px; }
  .news-detail__content {
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd; }
  .news-detail__function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd; }
  .news-detail__back {
    width: 100px;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #777777;
    text-align: center;
    border: 1px solid #777;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .news-detail__back:hover {
      opacity: .7; }
  .news-detail__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .news-detail__social-btn {
      width: 20px;
      height: 20px;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .news-detail__social-btn:nth-child(n + 2) {
        margin-left: 20px; }
      .news-detail__social-btn--fb {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px -111px; }
      .news-detail__social-btn--line {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -21px -111px; }
      .news-detail__social-btn--twitter {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -42px -111px; }
      .news-detail__social-btn:hover {
        opacity: .7; }

.product {
  width: 100%;
  padding: 100px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .product {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .product--detail .product-category {
      margin-top: 30px;
      margin-bottom: 0; } }
  .product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .product-category {
    width: 260px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .product-category {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .product-category--open .product-category__btn:not(.product-category__btn--active) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .product-category--open .product-category__controller::before {
        content: "收合"; } }
    .product-category__title {
      width: 100%;
      margin-bottom: 35px;
      font-size: 24px;
      font-weight: 300;
      line-height: 1;
      color: #e4a62b; }
      @media (max-width: 991px) {
        .product-category__title {
          margin-bottom: 20px;
          font-size: 20px; } }
    .product-category__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      color: #777;
      -webkit-transition: color .3s, background-color .3s;
      -o-transition: color .3s, background-color .3s;
      transition: color .3s, background-color .3s; }
      @media (max-width: 991px) {
        .product-category__btn {
          display: none; } }
      .product-category__btn:nth-child(n + 2) {
        margin-top: 12px; }
      .product-category__btn::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-right: 10px;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #777777;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s; }
      .product-category__btn--active {
        color: #e4a62b; }
        @media (max-width: 991px) {
          .product-category__btn--active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .product-category__btn--active::before {
          border-color: transparent transparent transparent #e4a62b; }
      .product-category__btn:hover {
        color: #e4a62b; }
        .product-category__btn:hover::before {
          border-color: transparent transparent transparent #e4a62b; }
    .product-category__controller {
      width: 100%;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 300;
      line-height: 36px;
      text-align: center;
      background-color: #eee; }
      .product-category__controller::before {
        content: "查看更多分類"; }
      @media (min-width: 992px) {
        .product-category__controller {
          display: none; } }
  .product-list {
    width: calc(100% - 300px); }
    @media (max-width: 991px) {
      .product-list {
        width: 100%; } }
    .product-list__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      width: 100%; }
    @media (min-width: 992px) {
      .product-list__item {
        width: calc((100% - 30px) / 2);
        margin-right: 30px; }
        .product-list__item:nth-child(n + 3) {
          margin-top: 40px; }
        .product-list__item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .product-list__item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px; }
        .product-list__item:nth-child(n + 3) {
          margin-top: 30px; }
        .product-list__item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 575px) {
      .product-list__item {
        width: 100%; }
        .product-list__item:nth-child(n + 2) {
          margin-top: 25px; } }
    .product-list__item:hover .product-list__item-img::before {
      opacity: 1; }
    .product-list__item:hover .product-list__item-img::after {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .product-list__item:hover .product-list__item-more {
      color: #e4a62b;
      border-color: #e4a62b; }
    .product-list__item-img {
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden; }
      .product-list__item-img::before {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0;
        z-index: 1; }
      .product-list__item-img::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 30px;
        height: 30px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px -65px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 2; }
    .product-list__item-name {
      width: 100%;
      max-height: 1.8em;
      margin-top: 20px;
      font-size: 18px;
      font-weight: 400;
      color: #333;
      overflow: hidden; }
    .product-list__item-category {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      font-size: 15px;
      font-weight: 300;
      color: #e4a62b; }
      .product-list__item-category::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -15px -96px; }
    .product-list__item-text {
      width: 100%;
      max-height: 5.4em;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 300;
      color: #888;
      overflow: hidden; }
    .product-list__item-more {
      display: inline-block;
      margin-top: 15px;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.4;
      color: #555;
      border-bottom: 1px solid #555;
      -webkit-transition: color .3s, border-color .3s;
      -o-transition: color .3s, border-color .3s;
      transition: color .3s, border-color .3s; }
  .product-detail {
    width: calc(100% - 300px); }
    @media (max-width: 991px) {
      .product-detail {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    .product-detail__img {
      width: 100%; }
    .product-detail__name {
      width: 100%;
      margin-top: 40px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.4;
      color: #333; }
      @media (max-width: 991px) {
        .product-detail__name {
          margin-top: 25px; } }
    .product-detail__category {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-top: 20px;
      font-size: 15px;
      font-weight: 300;
      color: #e4a62b; }
      @media (max-width: 991px) {
        .product-detail__category {
          margin-top: 10px; } }
      .product-detail__category::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -15px -96px; }
    .product-detail__description {
      position: relative;
      width: 100%;
      padding: 20px 25px 20px 47px;
      margin-top: 15px;
      font-size: 16px;
      font-weight: 300;
      color: #777;
      background-color: #efefef; }
      @media (max-width: 991px) {
        .product-detail__description {
          padding: 15px 15px 15px 37px;
          font-size: 14px; } }
      .product-detail__description::before {
        content: "";
        position: absolute;
        top: 27px;
        left: 25px;
        display: block;
        width: 12px;
        height: 12px;
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px -132px; }
        @media (max-width: 991px) {
          .product-detail__description::before {
            top: 20px;
            left: 15px; } }
    .product-detail__share {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-top: 25px; }
      .product-detail__share-btn {
        width: 30px;
        height: 30px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .product-detail__share-btn--fb {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: 0px -291px; }
        .product-detail__share-btn--twitter {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -31px -291px; }
        .product-detail__share-btn--line {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -62px -291px; }
        .product-detail__share-btn:hover {
          opacity: .7; }
        .product-detail__share-btn:nth-child(n + 2) {
          margin-left: 10px; }
    .product-detail__content {
      width: 100%;
      margin-top: 15px; }
    .product-detail__function {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      padding-top: 30px;
      margin-top: 30px;
      border-top: 1px solid #ddd; }
    .product-detail__back {
      width: 100px;
      font-size: 15px;
      font-weight: 300;
      line-height: 28px;
      color: #777777;
      text-align: center;
      border: 1px solid #777;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .product-detail__back:hover {
        opacity: .7; }
    .product-detail__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .product-detail__social-btn {
        width: 20px;
        height: 20px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .product-detail__social-btn:nth-child(n + 2) {
          margin-left: 20px; }
        .product-detail__social-btn--fb {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: 0px -111px; }
        .product-detail__social-btn--line {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -21px -111px; }
        .product-detail__social-btn--twitter {
          background-size: 150px 500px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png");
          background-position: -42px -111px; }
        .product-detail__social-btn:hover {
          opacity: .7; }

.contact {
  width: 100%;
  padding: 80px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .contact {
      padding: 40px 0; } }
  .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .contact__title {
    width: 100%;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #e4a62b; }
    @media (max-width: 991px) {
      .contact__title {
        margin-bottom: 20px;
        font-size: 20px; } }
  .contact-info {
    width: 350px; }
    @media (max-width: 991px) {
      .contact-info {
        width: 100%;
        margin-bottom: 30px; } }
    .contact-info__block {
      width: 100%;
      margin-top: 35px; }
    .contact-info__company {
      width: 100%;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      color: #333; }
    .contact-info__item {
      position: relative;
      width: 100%;
      padding-left: 24px;
      font-size: 15px;
      font-weight: 300;
      color: #444444; }
      .contact-info__item:nth-child(n + 2) {
        margin-top: 25px; }
        @media (max-width: 991px) {
          .contact-info__item:nth-child(n + 2) {
            margin-top: 10px; } }
      .contact-info__item[href] {
        display: inline-block;
        width: auto;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .contact-info__item[href]:hover {
          opacity: .7; }
      .contact-info__item::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 14px;
        height: 14px; }
      .contact-info__item--addr::before {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: 0px -145px; }
      .contact-info__item--tel::before {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -15px -145px; }
      .contact-info__item--fax::before {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -30px -145px; }
      .contact-info__item--mail::before {
        background-size: 150px 500px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png");
        background-position: -45px -145px; }
  .contact-form {
    width: calc(100% - 390px); }
    @media (max-width: 991px) {
      .contact-form {
        width: 100%; } }
    .contact-form__table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
    .contact-form__left {
      width: 270px; }
      @media (max-width: 767px) {
        .contact-form__left {
          width: 100%; } }
    .contact-form__right {
      width: calc(100% - 290px); }
      @media (max-width: 767px) {
        .contact-form__right {
          width: 100%;
          margin-top: 15px; } }
    .contact-form__item {
      width: 100%; }
      .contact-form__item:nth-child(n + 2) {
        margin-top: 30px; }
        @media (max-width: 767px) {
          .contact-form__item:nth-child(n + 2) {
            margin-top: 15px; } }
      .contact-form__item-label {
        display: block;
        width: 100%; }
      .contact-form__item-input {
        width: 100%;
        height: 42px;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        background-color: #fff;
        border: 1px solid #dddddd;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s; }
        .contact-form__item-input:focus {
          border-color: #777; }
      .contact-form__item-textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 186px;
        padding: 12px 10px;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        background-color: #fff;
        border: 1px solid #dddddd;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s; }
        .contact-form__item-textarea:focus {
          border-color: #777; }
    .contact-form__btnbox {
      width: 100%;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .contact-form__btnbox {
          margin-top: 20px; } }
    .contact-form__submit {
      width: 90px;
      font-size: 14px;
      font-weight: 300;
      line-height: 30px;
      color: #fff;
      text-align: center;
      background-color: #1a1a1a;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s; }
      .contact-form__submit:hover {
        background-color: #e4a62b; }
  .contact-map {
    width: 100%;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .contact-map {
        padding-top: 40px; } }
    .contact-map__iframe {
      position: relative;
      width: 100%;
      padding-bottom: 45%; }
      .contact-map__iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .contact__success {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 300px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    background-color: #39b54a;
    -webkit-box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
    box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 998;
    -webkit-animation: msgAniamtion .8s;
    animation: msgAniamtion .8s; }
  .contact__error {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 300px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    background-color: #c30d23;
    -webkit-box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
    box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 998;
    -webkit-animation: msgAniamtion .8s;
    animation: msgAniamtion .8s; }

@-webkit-keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

@keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }
