#news-banner {
  background: url(../images/news.jpg) center top no-repeat;
  height: 420px;
  margin-top: 0%;
  background-size: cover;
  position: relative;
}
#news-banner .scroll {
  position: absolute;
  margin-top: 0px;
  margin-left: 0%;
  z-index: 999;
  border: 0px solid #fff;
  width: 2.8%;
  height: 100px;
  border-radius: 200px;
  padding: 21px;
}
#news-banner .chevron {
  position: absolute;
  width: 10px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
#news-banner .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
#news-banner .chevron:before,
#news-banner .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
#news-banner .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
#news-banner .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

#news-banner .container-fluid {
  width: 80%;
}
#news-banner h2 {
  color: white !important;
  margin-top: 180px;
  font-weight: 400;
  font-size: 2.5em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #00a94f;
  display: inline-block;
}
#news-banner h2 a {
  color: white !important;
}

#content .container-fluid {
  width: 80%;
}
#content {
  padding-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
#content .img-box {
  position: relative;
  margin-bottom: 30px;
}
#content .img-box .text {
  background: #fff;
  padding: 20px;
  color: #333333;
  border: 1px solid #ddd;
  height: 100px;
}
#content .img-box .lin {
  background: #1a68b3;
  height: 2px;
  width: 45%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content .img-box h4 {
  transition-duration: 1.5s;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: auto;
}
#content .img-box:hover h4 {
  color: #00a94f;
}
#content .img-box .bt {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
  width: 4.643em;
  height: 4.643em;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  align-content: center;
  justify-content: center;
  padding: 0;
  background: #1a68b3;
  opacity: 0.8;
}
#content .img-box .bt .day {
  font-size: 20px;
  font-weight: 700;
}
#content .img-box .bt .month {
  font-size: 14px;
}
#content .img-box .zoom {
  overflow: hidden;
}
#content .img-box .zoom img {
  transition-duration: 1s;
  margin: 0 auto;
  display: block;
}
#content .img-box:hover .zoom img {
  -webkit-transform: scale(1.08);
}
#content .back {
  background: #f6f6f6 !important;
  padding: 30px;
}
#content .back p {
  font-size: 14px;
}
#content .back img {
  margin-top: 20px;
}

#content h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
}











@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  #content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  #content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  #content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  #content .img-box h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #content .back {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #news-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  #content {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #content .back {
    padding: 15px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  #header {
    padding-bottom: 0px;
  }
  #news-banner .container-fluid {
    width: 80%;
  }
  #news-banner h2 {
    margin-top: 160px;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
  #news-banner {
    background: url(../images/mb-banner/news.jpg) center top no-repeat;
    height: 350px;
  }
  #news-banner h2 {
    border: none;
  }
  #content .img-box .text {
    height: auto;
  }
  #content .back {
    padding: 15px;
    margin-top: 20px;
  }

  #content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
  #content h2 {
    font-size: 20px;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
margin-top: 10px;
}

.me-2 {
  margin-right: 0.5rem !important;
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.3rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: black;
}

#content span {
  color: #333333;
  font-size: 12px;
}

mt-0 {
  margin-top: 0px !important;
}

#content a {
  color: #3d3d3d;
  font-size: medium;
}
