.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 20px;
}
img {
  transition: opacity 0.3s;
  border-radius: 5px;
}
img:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.magTheme .menu-bar > ul > li a {
  font-size: 13px;
  color: #6c727c;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.magTheme .menu-bar > ul > li {
  padding: 10px;
}
.magTheme .menu-bar > ul > li a {
  padding: 10px 15px 10px 0;
}
.magTheme .menu-bar > ul > li a:hover {
  color: #2d86eb;
  background-color: #fff;
}
.topLogo {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 20px;
}
.topLogo .tagline {
  letter-spacing: 12px;
}
.topLogo h1 {
  font-size: 32px;
  text-transform: uppercase;
}
.sep-title {
  font-size: 14px;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  overflow: hidden;
}
.sep-title .title-heading-left {
  text-transform: uppercase;
  color: #313131;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 0;
  position: relative;
  font-weight: 700;
}
.sep-title .title-sep-container {
  position: relative;
  height: 1px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sep-title .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-top: 0 solid #eee;
}
.box h2 {
  font-size: 16px;
}
.box h2 a {
  color: #313131;
  letter-spacing: 0;
  line-height: 1.4;
}
.box1 {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
.box1 .item {
  flex-grow: 1;
  width: 100%;
  padding: 15px 15px 20px;
}
.box1 .item img {
  width: 100%;
  margin-bottom: 10px;
}
.box .postMeta {
  padding-bottom: 0;
  font-size: 13px;
}
.card-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box2 {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
.box2 .item {
  flex-grow: 1;
  width: 50%;
  padding: 15px 15px 20px;
}
.box2 img {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.box2 .important {
  padding-bottom: 40px;
  width: 100%;
}
.box2 .important img {
  width: 50%;
  float: left;
  margin-right: 20px;
}
.box2 .important::after {
  content: "";
  display: block;
  clear: both;
}
.box2 .important .des {
  padding: 20px 0 0;
}
.bg-dark {
  background-color: #000 !important;
}
.hiddenPC {
  display: none;
}
.mediaImg {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.mediaImg img {
  width: 100%;
}
.swal2-styled.swal2-confirm {
  background-color: #007bff !important;
  border-color: #007bff !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 600px) {
  .hiddenPC {
    display: block;
  }
  .col-30,
  .col-70 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .box {
    flex-direction: column;
  }
  .box1 .item,
  .box2 .item {
    width: 100%;
    padding: 15px 0;
  }
  .box2 .important img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .card-item .card-body {
    padding: 0;
  }
}
