@keyframes scale1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
}
.mod_bootstraptabs.type1 .pretext {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  color: #151515;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .mod_bootstraptabs.type1 .pretext {
    margin: -77px 0 0;
  }
}
.mod_bootstraptabs.type1 .pretext:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 14px;
  width: 120%;
  background: #fff;
  transform: skew(-43deg);
  transform-origin: 50% 0;
  pointer-events: none;
  display: inline-block;
}
.mod_bootstraptabs.type1 .pretext span {
  padding: 15px;
  letter-spacing: .025em;
  position: relative;
}
.mod_bootstraptabs.type1 .pretext a {
  color: #273aa3;
  background: #f5f5f5;
  z-index: 1;
}
.mod_bootstraptabs.type1 .pretext i {
  float: right;
  height: 76px;
  font-size: 22px;
  line-height: 76px;
  width: 76px;
  display: inline-block;
  text-align: center;
}
.mod_bootstraptabs.type1 .pretext i:before {
  display: inline-block;
  animation: scale1 .7s linear infinite;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .mod_bootstraptabs.type1 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.mod_bootstraptabs .nav-tabs {
  position: relative;
}
.mod_bootstraptabs .nav-tabs.type1 {
  border-bottom: 1px solid #ebebeb;
  background: white;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .mod_bootstraptabs .nav-tabs.type1 {
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    height: 100%;
  }
}
.mod_bootstraptabs .nav-tabs.type1 > li {
  margin: 0;
}
@media (min-width: 768px) {
  .mod_bootstraptabs .nav-tabs.type1 > li {
    float: none;
    display: block;
    width: 100%;
  }
}
.mod_bootstraptabs .nav-tabs.type1 > li a {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 12.2% 14% 10.8% 19.8%;
  text-transform: uppercase;
}
.mod_bootstraptabs .nav-tabs.type1 > li a:before {
  color: #e1e1e1;
  content: '\f111';
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-size: 10px;
}
.mod_bootstraptabs .nav-tabs.type1 > li.active a:before {
  color: #fedd02;
}
.mod_bootstraptabs .nav-tabs.type1 > li + li {
  border-top: 1px solid #ebebeb;
}
.mod_bootstraptabs .nav-tabs.news {
  display: block;
}
.mod_bootstraptabs .nav-tabs.news > li {
  float: none;
  margin: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
  padding: 30px 12% 15px 12%;
  position: relative;
}
.mod_bootstraptabs .nav-tabs.news > li:before {
  border: 11px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 5px;
  top: 42px;
}
.mod_bootstraptabs .nav-tabs.news > li a[data-toggle=tab] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 1;
}
.mod_bootstraptabs .nav-tabs.news > li:hover:before {
  border-right: 14px solid #fedd02;
}
.mod_bootstraptabs .nav-tabs.news > li.active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.mod_bootstraptabs .nav-tabs.news > li.active:before {
  border-right: 14px solid #fedd02;
}
.mod_bootstraptabs .nav-tabs.news > li.active a[data-toggle=tab] {
  cursor: default;
  pointer-events: none;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content {
  padding-right: 16%;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title {
  color: #151515;
  line-height: 1;
  letter-spacing: .025em;
  font-weight: 400;
  margin-bottom: 22px;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title a {
  color: #151515;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title a:hover {
  color: #151515;
  text-decoration: underline;
}
.mod_bootstraptabs .nav-tabs.news > li + li {
  border-top: 1px solid #ebebeb;
}
.mod_bootstraptabs .tab-content.type1 {
  color: #151515;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-newsflash-adv {
  padding: 72px 0 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single {
  margin-bottom: 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .item_content {
  color: #777;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 51px 0 0 12px;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .item-title {
  margin-bottom: 20px;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .readmore {
  font-size: 18px;
  text-transform: capitalize;
}