body {
  margin: 0;
}

*:focus {
    outline: 0 !important;
}

.td300-250 {
  width: 300px;
  height: 250px;
  border: 1px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.td300-250 .swiper-container {
  max-height: 248px;
  max-width: 298px;
  height: 100%;
}

.td300-250 .bg-exit {
  height: 100%;
}

.td300-250 .bg-exit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.td300-250 .partner-content-bug {
  position: absolute;
  top: 10px;
  z-index: 10;
  display: flex;
  background: transparent;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0px 0px 10px;
}

.td300-250 .partner-content-bug span {
  margin-left: 5px;
  color: #ffffff;
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  font-weight: 600;
  width: 280px;
}

.td300-250 .partner-content-bug img {
  max-height: 24px;
}

.td300-250 a {
  text-decoration: none;
}

.td300-250 .slide-container {
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding: 10px;
}

.td300-250 .slide-content {
  position: absolute;
  padding: 10px;
  padding-left: 0;
  bottom: 0px;
}

.td300-250 .slide-title {
  font-family: MetricWeb, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  width: 100%;
}

.td300-250 .td-article-button {
  margin-top: 20px;
  background-color: #ffffff;
  border: none;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #355778;
  display: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.td300-250 .td-article-button:hover {
  background-color: #355778;
  color: #ffffff;
}

.td300-250 .td-video-button {
  margin-top: 20px;
  background-color: #ffffff;
  border: none;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #355778;
  display: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.td300-250 .td-video-button:hover {
  background-color: #355778;
  color: #ffffff;
}

.td300-250 .td-article-button[data-isArticle='true']  {
  display: block;
}

.td300-250 .td-video-button[data-isVideo='true'] {
  display: block;
}

.td300-250 .td-video-button span.icon {
  background: url(video-icon.svg) no-repeat;
  margin-top: 1px;
  padding-right: 5px;
  float: left;
  width:15px;
  height: 15px;
}

.td300-250 .td-video-button:hover > span.icon {
  background: url(video-icon-active.svg) no-repeat;
}

.td300-250 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  bottom: initial;
  left: 255px;
  transform: rotate(0deg);
  background: transparent;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: cover;
  max-height: 15px;
  max-width: 10px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(50%, 50%);
}

.td300-250 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  width: 30px;
  height: 21px;
  top: 34px;
  bottom: initial;
  right: -7px;
  transform: rotate(0deg);
  background-size: cover;
  max-height: 15px;
  max-width: 10px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, 50%);
}

.td300-250 .swiper-navigation {
  position: absolute;
  min-height: 22px;
  bottom: 0;
  right: 10px;
  z-index: 10;
  width: 112px;
}

.td300-250 .swiper-container:hover > .swiper-navigation {
  display: block;
}

.td300-250 .swiper-pagination {
  position: absolute;
  margin-left: 17px;
  margin-top: -6px;
}

.swiper-pagination-bullet {
  margin: 0 2px;
  background: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #355778;
  opacity: 1;
}
