.articlecard-item {
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 2%;
}
.no_back .articlecard-item {
  background-color: transparent !important;
}

.articlecard-item-inner,
.articlecard-title a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  background-color: #fff;
}
a.articlecard-item-inner:hover,
.articlecard-title:hover {
  text-decoration: none;
  color: #444444;
}

.media,
.media-inner {
  position: relative;
  display: block;
}

.media-inner {
  overflow: hidden;
}

.media-image {
  width: 100%;
  height: auto;
  padding-top: 56.67%;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
a:hover .media-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
a:hover .media-inner:after {
  opacity: 0.25;
}

.media-inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.articlecard-title {
  margin: 8px 0 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #333;
}

.articlecard-title i {
  font-size: 14px;
  padding-left: 5px;
}
.articlecard-txt {
  padding: 2px 12px 12px 12px;
  min-height: 100px;
  font-size: 14px;
  line-height: 1.6;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
}
.bx-controls {
  position: static;
}

#slideWrap_t {
  overflow: hidden;
  margin: 0 0 2em;
}
#slideWrap_t .bxslider {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
#slideWrap_t ul li img {
  width: 100%;
  height: auto;
}
#slideWrap_t ul li {
  opacity: 0.5;
}
#slideWrap_t ul li.active {
  opacity: 1;
}
#slideWrap_t .bx-viewport {
  overflow: visible !important;
}

.bx-pager {
  margin-top: 10px;
  padding: 10px 0 5px;
  text-align: center;
}
.bx-pager .bx-pager-item {
  margin: 0 4px;
  display: inline-block;
}
.bx-pager .bx-pager-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #9fa0a0;
}
.bx-pager .bx-pager-item a {
  border-radius: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #9fa0a0;
  text-indent: -10000px;
}
.bx-pager .bx-pager-item a:hover,
.bx-pager .bx-pager-item a.active {
  background-color: #e60012;
}

.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover {
  opacity: 0.7;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  bottom: inherit;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../lib_image/common/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../lib_image/common/controls.png) no-repeat -43px -32px;
}

.btn_style {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.btn_style a {
  display: block;
  border-radius: 90px;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}
.btn_style a.btn_height {
  padding: 26px 20px 25px;
}
.btn_style a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn_style a.btn_c_rgreen {
  background-color: #84b231;
}
.btn_style a.btn_c_yellow {
  background-color: #edcc21;
  color: #333;
}
.btn_style a.btn_c_blue {
  background-color: #009fe8;
}
.btn_style a.btn_c_green {
  background-color: #006933;
}
.btn_style a.btn_c_bgreen {
  background-color: #0f656d;
}
.btn_style a.btn_c_ryellow {
  background-color: #a89500;
}

.btn_style a.btn_c_red {
  background-color: #e50012;
}
.btn_style a.btn_c_kon {
  background-color: #083a6e;
}
.btn_style a.btn_c_purple {
  background-color: #aa5298;
}
.btn_style a i {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
