@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*h1*/
/*h2*/
.seriesMAG .sub-tabbox .slick-slide {
  /* white-space: nowrap; */
  color: #fff;
  font-size: 20px;
  font-family: 'Sarpanch', 'din_pro_bold', 'cwTeXHei', 'Microsoft JhengHei';
  cursor: pointer;
}

.seriesMAG .sub-tabbox .slick-current {
  color: #D3E736;
  position: relative;
}

.seriesMAG .sub-tabbox .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  /* background: #D3E736; */
  background: #d3e736;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}

.seriesMAG .sub-feature-nav .slick-slide:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  /* background: #D3E736; */
  background: #d3e736;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}

.seriesMAG .sub-tabbox .slick-current::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  z-index: 1;
  /* background: #D3E736; */
  background: #d3e736;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}

.seriesMAG .sub-feature-nav .slick-slide {
  position: relative;
}

.seriesMAG .sub-feature-nav .slick-slide:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  z-index: 1;
  /* background: #D3E736; */
  background: #d3e736;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}

.seriesMAG .sub-feature-nav .slick-slide > div {
  position: relative;
  z-index: 5;
}

.seriesMAG .sub-feature-nav li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  border-bottom: #666 1px solid;
  border-top: #666 1px solid;
  padding: 10px 15px;
  margin: 0;
}

.seriesMAG .sub-feature-nav li img {
  /* width: 80px; */
  display: none;
}

.seriesMAG .sub-feature-nav li span {
  line-height: 1;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seriesMAG .pd-container {
  width: 100%;
  max-width: 100% !important;
}

.seriesMAG .pd-container img {
  max-width: 100%;
}

.seriesMAG .sub-group {
  background-position: center top;
}

.seriesMAG .sub-group .sub-titlebox {
  width: 100%;
  border-top: none;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  /* padding: 100px 0px 0px; */
  position: relative;
  /* max-width: 1280px; */
}

.seriesMAG .sub-group .sub-titlebox .Titlebar h2 {
  color: #d5e839;
}

.seriesMAG .sub-group .sub-titlebox .Titlebar__txtBox {
  display: block;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}

.seriesMAG .sub-tabbox {
  position: relative;
  z-index: 2;
  padding: 40px 0px 60px;
  /* background: url(../images/sub-tabbox-bg.png) repeat-x center top; */
}

.seriesMAG .slider__class1-prev {
  left: -20px;
  cursor: pointer;
}

.seriesMAG .slider__class1-next {
  right: -20px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .seriesMAG .slider__class1-prev {
    left: 0px;
  }
  .seriesMAG .slider__class1-next {
    right: 0px;
  }
}

@media (max-width: 574px) {
  .seriesMAG .sub-tabbox {
    padding: 0px 0px 40px;
  }
  .seriesMAG .sub-tabbox .slick-slide {
    padding: 0px;
    min-width: auto;
    /* font-size: 24px; */
  }
  .seriesMAG .sub-feature-nav li span {
    min-height: 70px;
  }
  .seriesMAG .pd-container {
    top: -40px;
  }
}
/*# sourceMappingURL=seriesMAG_tabs.css.map */