.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#news-banner {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
#news-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
#news-banner .container {
  position: relative;
  z-index: 2;
}
#news-banner h1 {
  font-size: 60px;
  color: #FD0000;
  margin: 0;
  font-weight: 600;
}
#news-banner p {
  color: #e0e0e0;
  font-size: 18px;
}
@media (max-width: 767px) {
  #news-banner h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  #news-banner h1 {
    font-size: 30px;
  }
}
#news-listing {
  padding-bottom: 80px;
  position: relative;
  margin-top: -60px;
  z-index: 2;
}
#news-listing .container {
  display: flex;
  flex-wrap: wrap;
}
#news-listing .news-feed {
  flex-basis: 50%;
  padding: 0 30px;
  margin-bottom: 50px;
}
#news-listing .news-feed [class*=col] {
  padding: 30px;
}
#news-listing .news-feed figure img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
#news-listing .news-feed h2 {
  color: #FD0000;
}
#news-listing .news-feed .posted {
  color: #999;
  font-size: 12px;
}
#news-listing .news-feed p {
  color: #e0e0e0;
}
#news-listing .news-feed .read {
  text-decoration: underline;
  color: white;
}
#news-listing .news-feed:nth-child(even) {
  flex-direction: row-reverse;
}
#news-listing .pagination {
  display: flex;
  justify-content: center;
}
#news-listing .pagination .page-numbers {
  color: #e0e0e0;
  display: inline-block;
  margin: 0 5px;
}
#news-listing .pagination .page-numbers.current {
  color: #FD0000;
}
@media (max-width: 991px) {
  #news-listing .container {
    flex-direction: column;
  }
  #news-listing .container .news-feed img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #news-listing .container .news-feed {
    padding: 0;
  }
  #news-listing .container .news-feed img {
    height: 250px;
  }
}
#news-detail-banner {
  padding: 100px 0 50px;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}
#news-detail-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
#news-detail-banner .container {
  position: relative;
  z-index: 2;
}
#news-detail-banner h1 {
  color: #FD0000;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 0;
}
#news-detail-banner h3 {
  color: #666;
}
#news-detail-banner .posted {
  color: #999;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #news-detail-banner h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  #news-detail-banner h1 {
    font-size: 30px;
  }
}
#news-detail {
  padding: 50px 0 100px;
  background-color: #2C2B2B;
}
#news-detail .post-img {
  width: 100%;
}
#news-detail img {
  width: 100%;
}
#news-detail p {
  color: #e0e0e0;
}
#news-detail .container {
  max-width: 800px;
}
