@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ffee00;
}

.gotoheader a:hover {
  color: #ff4d58;
}

body {
  background-color: #12420A;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/indexContent.jpg);
  background-color: #12420A;
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 705px;
  position: relative;
}

.header .horse {
  width: 581px;
  height: 677px;
  position: absolute;
  top: 30px;
  left: 80px;
  background: url(../../images/horse.png);
  -webkit-animation: delay 0.8s, slideInRight 0.2s 0.8s;
          animation: delay 0.8s, slideInRight 0.2s 0.8s;
}

.header .slogan {
  width: 846px;
  height: 624px;
  position: absolute;
  top: 18px;
  left: 381px;
  background: url(../../images/slogan.png);
  -webkit-animation: delay 0.3s, fadeInUp 0.3s 0.3s, pulse 1s 1s infinite;
          animation: delay 0.3s, fadeInUp 0.3s 0.3s, pulse 1s 1s infinite;
}

.header .logo, .header .logo a {
  width: 292px;
  height: 193px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 180px;
}

@-webkit-keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: delay 0.5s, fadeInDown .5s 0.5s;
          animation: delay 0.5s, fadeInDown .5s 0.5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 996px;
  position: relative;
  margin: 0 auto;
}

.nav .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 332px;
  height: 106px;
  margin-bottom: 3px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -329px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -658px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -987px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1316px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn ul li a {
  width: 329px;
  height: 106px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.content .container {
  width: 1100px;
  padding: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 807px;
  width: 98%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  color: #F9E198;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 12px 0;
  padding: 5px 0;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #ffee00;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 238, 0, 0)), color-stop(20%, #ffee00), color-stop(40%, #ffee00), color-stop(60%, #ffee00), color-stop(80%, #ffee00), to(rgba(255, 238, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 238, 0, 0) 0%, #ffee00 20%, #ffee00 40%, #ffee00 60%, #ffee00 80%, rgba(255, 238, 0, 0) 100%);
  line-height: 28px;
  color: #665f00;
}

.content p a, .content ol a, .content ul a {
  color: #00d9ff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ff9900;
}

.content p {
  margin-left: 2rem;
}

.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 15px;
}

.content__btn div {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15rem;
}

.content__btn div a:hover, .content__btn div.action a {
  border-radius: 50px;
  border: 1px solid #ffed9f;
  background-image: #ffdf52;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd000), color-stop(20%, #ffd000), color-stop(40%, #ffdf52), color-stop(60%, #ffdf52), color-stop(80%, #ffd000), to(#ffd000));
  background-image: linear-gradient(to bottom, #ffd000 0%, #ffd000 20%, #ffdf52 40%, #ffdf52 60%, #ffd000 80%, #ffd000 100%);
  color: #332a00;
}

.content__btn div a {
  display: block;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 16px;
  margin: 0 8px;
  border-radius: 50px;
  border: 1px solid #f1f1f1;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -.6rem;
}

.content__btn div .label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  width: 90%;
  margin: 10px auto 20px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btnBox a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #ff4b33;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #ff1e00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c21700), color-stop(20%, #c21700), color-stop(40%, #ff1e00), color-stop(60%, #ff1e00), color-stop(80%, #c21700), to(#c21700));
  background-image: linear-gradient(to bottom, #c21700 0%, #c21700 20%, #ff1e00 40%, #ff1e00 60%, #c21700 80%, #c21700 100%);
  -webkit-box-shadow: 0px 3px 3px #660c00;
          box-shadow: 0px 3px 3px #660c00;
  color: #fff;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #ffae6c;
  background-image: #ff9239;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7100), color-stop(20%, #fb7100), color-stop(40%, #ff9239), color-stop(60%, #ff9239), color-stop(80%, #fb7100), to(#fb7100));
  background-image: linear-gradient(to bottom, #fb7100 0%, #fb7100 20%, #ff9239 40%, #ff9239 60%, #fb7100 80%, #fb7100 100%);
  -webkit-box-shadow: 0px 2px 2px #9f4700, inset 0 1px 1px 1px #ffa862, inset 0 -8px 8px 0px #ffbf8b;
          box-shadow: 0px 2px 2px #9f4700, inset 0 1px 1px 1px #ffa862, inset 0 -8px 8px 0px #ffbf8b;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ffad33;
  margin: 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff9900), color-stop(20%, #ffad33), color-stop(80%, #ffad33), to(#ff9900));
  background: linear-gradient(to right, #ff9900 0%, #ffad33 20%, #ffad33 80%, #ff9900 100%);
  color: #663d00;
}

.item__box .item__box-title-2 {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  background-color: #ffffff;
  border: 3px #ff653e solid;
  height: 100%;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff9900), color-stop(20%, #ff653e), color-stop(80%, #ff653e), to(#ff9900));
  background: linear-gradient(to right, #ff9900 0%, #ff653e 20%, #ff653e 80%, #ff9900 100%);
  color: #661500;
}

.item__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffee00;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffef62;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  margin: 20px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #ffef62;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc421), to(#ffcf4a));
  background: linear-gradient(to top, #ffc421 0%, #ffcf4a 100%);
  color: #664b00;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

ul.shopbox {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.shopbox li {
  max-width: 30%;
  margin: 0 1%;
}

ul.shopbox a img {
  max-width: 100%;
}

ul.shopbox a:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.tabBtn li {
  width: 50%;
  margin: 16px 0;
}

.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #fcfcfc;
  text-decoration: none;
  background-image: #bbb2a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e4de), color-stop(20%, #e7e4de), color-stop(40%, #bbb2a4), color-stop(60%, #bbb2a4), color-stop(80%, #e7e4de), to(#e7e4de));
  background-image: linear-gradient(to bottom, #e7e4de 0%, #e7e4de 20%, #bbb2a4 40%, #bbb2a4 60%, #e7e4de 80%, #e7e4de 100%);
  -webkit-box-shadow: 0px 3px 3px #d8d8d8;
          box-shadow: 0px 3px 3px #d8d8d8;
  color: #3b352b;
}

.tabBtn li:hover a, .tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #a9f4b1;
  z-index: 1;
  background-image: #72ee81;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ae43f), color-stop(20%, #2ae43f), color-stop(40%, #72ee81), color-stop(60%, #72ee81), color-stop(80%, #2ae43f), to(#2ae43f));
  background-image: linear-gradient(to bottom, #2ae43f 0%, #2ae43f 20%, #72ee81 40%, #72ee81 60%, #2ae43f 80%, #2ae43f 100%);
  -webkit-box-shadow: 0px 2px #1ad12f, inset 0 2px 2px 2px #4ee960, inset 0 -10px 10px 0px #84f091;
          box-shadow: 0px 2px #1ad12f, inset 0 2px 2px 2px #4ee960, inset 0 -10px 10px 0px #84f091;
  color: #0b5b15;
}

.tabMain {
  display: none;
  padding: 0 20px 20px 20px;
}

.tabMain.active {
  display: block;
  background: #347a3c;
  border: 3px solid #7fffbf;
  border-radius: 50px;
}

.tabMain.active h5 {
  border-radius: 50px 50px 0 0;
  background-image: #15470e;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(21, 71, 14, 0)), color-stop(20%, #15470e), color-stop(40%, #15470e), color-stop(60%, #15470e), color-stop(80%, #15470e), to(rgba(21, 71, 14, 0)));
  background-image: linear-gradient(to left, rgba(21, 71, 14, 0) 0%, #15470e 20%, #15470e 40%, #15470e 60%, #15470e 80%, rgba(21, 71, 14, 0) 100%);
  line-height: 28px;
  color: #a5eb9c;
}
