:root {
  --primary: #0553b5;
  --secondary: #6c757d;
  --success: #4d9901;
  --info: #0dcaf0;
  --warning: #f79226;
  --danger: #d50803;
  --light: #fefefe;
  --dark: #111320;
}

/*** Topbar ***/
.topbar small,
.topbar a {
  color: #FFFFFF;
}

.topbar a:hover {
  color: var(--info);
}

/*** Navbar ***/
.navbar {
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar img {
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 0 8px var(--dark);
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .social-icons .link {
  width: 48px;
  height: 48px;
  font-size: 24px;
  transition: all .3s ease;
}

.navbar .social-icons .link:hover {
  background: #dee0f3 !important;
  color: var(--success) !important;
}

.footer .icon {
  width: 40px;
  height: 40px;
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(5, 83, 181, 0.85);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--dark);
  border: 12px solid var(--dark);
  border-radius: 3rem;
}

/*** Home & Sections General ***/
section {
  overflow: hidden;
}

section .container {
  padding: 0 50px;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*** About ***/
.about {
  padding: 40px 0 60px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/**** News ****/
.home-news {
  padding: 50px 0;
  background-color: #fff;
}

.news-total-item {
  overflow: hidden;
  margin-bottom: 50px;
}

.news-total-item .bar {
  width: 100%;
  height: 1px;
  background: var(--success);
  margin-bottom: 10px;
}

.see-all {
  float: right;
  text-align: right;
}

.see-all a {
  border: 0;
}

.news-total-item .left-side .photo {
  margin-bottom: 15px;
}

.news-total-item .left-side .photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.news-total-item .left-side h3 a {
  font-size: 20px;
  color: var(--success);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-total-item .left-side h3 a:hover {
  color: var(--primary);
}

.home-news .left .news-total-item .left-side .post-short-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-total-item .right-side-item {
  margin-bottom: 10px;
  display: flex;
}

.news-total-item .right-side-item:last-child {
  margin-bottom: 0px;
}

.news-total-item .right-side-item .left {
  width: 110px;
  height: auto;
  margin-right: 10px;
}

.news-total-item .right-side-item .left img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 4px;
}

.news-total-item .right-side-item .right {
  width: calc(100% - 100px);
}

.news-total-item .right-side-item .right h2 {
  font-size: 16px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-total-item .right-side-item .right h2 a {
  color: var(--success);
}

.news-total-item .right-side-item .right h2 a:hover {
  color: var(--primary);
}

.news-total-item .right-side-item .right .date {
  color: var(--primary);
  font-size: 13px;
}

.news-total-item .right-side-item .right .date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f133"
}

.news-total-item .right-side-item .right .resume {
  font-size: 15px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-total-item .right-side-item .right .resume p,
.home-news .left .news-total-item .left-side .post-short-text p {
  margin: 0;
  padding: 0;
}


/**** Video Content ****/
.video-content {
  padding: 60px 0;
}

.video-content .video-heading h2 {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 700;
}

.video-content .video-thumb {
  position: relative;
}

.video-content .video-thumb img {
  width: 100%;
  height: auto;
}

.video-content .video-thumb .icon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.video-content .video-thumb .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.video-content .video-thumb .icon svg {
  color: #fff;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.video-content .video-date {
  font-size: 12px;
  margin-top: 10px;
}

.video-content .video-caption,
.video-content .video-caption a {
  color: #fff;
  margin-top: 10px;
}

.video-carousel {
  position: relative;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.video-carousel .owl-nav .owl-prev {
  top: -45px;
  right: 35px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  color: #5374d3;
}

.video-carousel .owl-nav .owl-next {
  top: -45px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  color: #5374d3;
}


/*** Sidebar ***/
aside {
  padding: 0;
}

.sidebar {
  padding: 30px 20px;
  background-color: #c0dcb0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.widget .widget-heading h2 {
  border-bottom: 1px solid var(--success);
  font-size: 20px;
  padding-bottom: 6px;
  font-weight: 700;
}

.widget .ad-sidebar {
  margin-bottom: 15px;
}

.widget .ad-sidebar img {
  width: 100%;
  height: auto;
}

.widget .news {
  margin-bottom: 15px;
}

.widget .news-item {
  margin-bottom: 15px;
  display: flex;
}

.widget .news-item:last-child {
  margin-bottom: 0px;
}

.widget .news-item .left {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.widget .news-item .left img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.widget .news-item .right {
  width: calc(100% - 110px);
}

.widget .news-item .right h2 {
  font-size: 16px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget .news-item .right h2 a {
  color: var(--primary);
}

.widget .news-item .right h2 a:hover {
  color: var(--success);
}

.widget .news-item .right .category {
  margin-bottom: 5px;
  font-size: 16px;
}

.widget .news-item .right .category span,
.widget .news-item .right .category span a {
  color: #fff;
}

.widget .news-item .right .date-time {
  display: flex;
  column-gap: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.widget .news-item .right .date-time .time {
  margin-right: 20px;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}

.widget .news-item .right .date-time .date {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}

.widget .news-item .right .date-time .time:before,
.widget .news-item .right .date-time .date:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: var(--success);
}

.widget .news-item .right .date-time .time span,
.widget .news-item .right .date-time .date span {
  color: #5da73e;
  padding-left: 3px;
}

.widget .news-item .right .date-time .time:before {
  content: "\f017";
}

.widget .news-item .right .date-time .date:before {
  content: "\f073";
}


/*** Footer ***/
.footer {
  color: #7F8499;
}

.footer .footer-wrapper {
  padding: 0 50px;
}

.footer .logo {
  display: block;
  width: 250px;
}

.footer .bg-success-message,
.footer .bg-error-message {
  border-radius: 8px;
}

.footer .bg-success-message {
  background-color: #c0dcb0;
}

.footer .bg-error-message {
  background-color: #ffbaa8;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #7F8499;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7F8499;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #7F8499;
  border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
  color: var(--success) !important;
  border-color: var(--primary) !important;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--primary);
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

/*** Page - Post ***/
.page-top {
  padding-top: 20px;
}

.page-top .breadcrumb-container {
  border-top: 1px solid var(--bs-success-border-subtle);
  border-bottom: 1px solid var(--bs-success-border-subtle);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.page-top .breadcrumb {
  margin-bottom: 0;
}

/*** Page Content ***/
.page-content {
  padding-bottom: 20px;
}

.page-content .featured-photo {
  margin-bottom: 15px;
}

.page-content .featured-photo img {
  width: 100%;
  height: auto;
}

.page-content .sub {
  overflow: hidden;
  border-top: 1px solid var(--bs-success-border-subtle);
  border-bottom: 1px solid var(--bs-success-border-subtle);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.page-content .sub .item {
  float: left;
  margin-right: 15px;
  color: #5da73e;
}

.page-content .sub .item i {
  color: var(--primary);
}

.page-content .sub .item a {
  color: #5da73e;
  text-decoration: underline;
}

.page-content .main-text {
  margin-bottom: 25px;
  text-align: justify;
}

/* Related Post */
.related-news {
  margin-top: 50px;
}

.related-news .related-news-heading h2 {
  border-bottom: 1px solid var(--bs-success-border-subtle);
  font-size: 28px;
  padding-bottom: 6px;
  font-weight: 700;
}

.related-news .related-post-carousel {
  position: relative;
}

.related-news .owl-nav .owl-prev,
.related-news .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.related-news .owl-nav .owl-prev {
  top: -45px;
  right: 35px;
  width: 30px;
  height: 30px;
  background: var(--primary);
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.related-news .owl-nav .owl-next {
  top: -45px;
  width: 30px;
  height: 30px;
  background: var(--primary);
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.related-news .item {
  margin-bottom: 30px;
}

.related-news .item .category {
  margin-bottom: 10px;
  font-size: 16px;
}

.related-news .item .category span,
.related-news .item .category span a {
  background: var(--success);
}

.related-news .item h3 a {
  color: var(--primary);
}

.related-news .item h3 a:hover {
  color: var(--success);
}

.related-news .item .photo {
  margin-bottom: 15px;
}

.related-news .item .photo img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.related-news .item h3 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-news .item .date-time {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.related-news .item .date-time .time {
  position: relative;
  padding-left: 12px;
  color: #5da73e;
  font-size: 12px;
}

.related-news .item .date-time .date {
  position: relative;
  margin-right: 20px;
  padding-left: 12px;
  color: #5da73e;
  font-size: 12px;
}

.related-news .item .date-time .time:before,
.related-news .item .date-time .date:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
  color: var(--primary);
}

.related-news .item .date-time .time a,
.related-news .item .date-time .date a {
  color: #5da73e;
}

.related-news .item .date-time .time a:hover,
.related-news .item .date-time .date a:hover {
  color: var(--primary);
}

.related-news .item .date-time .time:before {
  content: "\f007";
}

.related-news .item .date-time .date:before {
  content: "\f073";
}


/* Cateory Page */
.category-page-post-item {
  margin-bottom: 30px;
}

.category-page-post-item .category {
  margin-bottom: 10px;
  font-size: 16px;
}

.category-page-post-item .category span,
.category-page-post-item .category span a {
  background: var(--success);
}

.category-page-post-item h3 a {
  color: var(--primary);
}

.category-page-post-item h3 a:hover {
  color: var(--success);
}

.category-page-post-item .photo {
  margin-bottom: 15px;
}

.category-page-post-item .photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.category-page-post-item h3 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-page-post-item .date-time {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-page-post-item .date-time .time {
  position: relative;
  padding-left: 12px;
  color: #5da73e;
  font-size: 12px;
}

.category-page-post-item .date-time .date {
  position: relative;
  margin-right: 20px;
  padding-left: 12px;
  color: #5da73e;
  font-size: 12px;
}

.category-page-post-item .date-time .time:before,
.category-page-post-item .date-time .date:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
  color: var(--primary);
}

.category-page-post-item .date-time .time a,
.category-page-post-item .date-time .date a {
  color: #5da73e;
}

.category-page-post-item .date-time .time a:hover,
.category-page-post-item .date-time .date a:hover {
  color: var(--primary);
}

.category-page-post-item .date-time .time:before {
  content: "\f007";
}

.category-page-post-item .date-time .date:before {
  content: "\f073";
}

/* Photo Gallery */
.photo-gallery {
  margin-bottom: 15px;
}

.photo-gallery .photo-heading h2 {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 700;
}

.photo-gallery .photo-thumb {
  position: relative;
}

.photo-gallery .photo-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.photo-gallery .photo-thumb .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.3;
  transition: background-color 0.3s ease-in
}

.photo-gallery .photo-thumb .bg:hover {
  background-color: var(--primary);
  opacity: 0.5;
  border: 1px solid var(--primary);
}

.photo-gallery .photo-date {
  color: #6d6d6d;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.photo-gallery .photo-caption,
.photo-gallery .photo-caption a {
  margin-top: 10px;
  color: var(--primary);
  font-weight: 700;
  transition: 0.3s ease-in;
}

.photo-gallery .photo-caption,
.photo-gallery .photo-caption a:hover {
  color: var(--success);
}

/***** Loader *****/
.loader {
  border: 4px solid rgba(226, 226, 226, 0.7);
  border-left-color: transparent;
  border-radius: 50%;
}

.loader {
  border: 4px solid rgba(226, 226, 226, 0.7);
  border-left-color: transparent;
  width: 24px;
  height: 24px;
}

.loader {
  border: 4px solid rgba(226, 226, 226, 0.7);
  border-left-color: transparent;
  width: 24px;
  height: 24px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .category-page-post-item .photo img {
    height: 200px;
  }

  .photo-gallery .photo-thumb img {
    height: 160px;
  }

  footer .subscribe-container {
    flex-wrap: wrap;
  }

  footer .subscribe-container .info {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .related-news .item .photo img {
    object-fit: unset;
    height: auto;
  }

  .photo-gallery .photo-thumb img {
    height: 156px;
  }

  .right-side {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section .container {
    padding: 0 25px;
  }

  .footer {
    text-align: center;
  }

  .footer img {
    margin: 0 auto !important;
  }

  .footer-col {
    width: 50%;
    margin: 0 auto !important;
  }

  .footer-col .footer-icons {
    justify-content: center;
  }

  .category-page-post-item .photo img {
    object-fit: unset;
    height: auto;
  }
}

@media (max-width: 576px) {
  .footer-col {
    width: 100%;
  }

  .photo-gallery .photo-thumb img {
    object-fit: unset;
    height: auto;
  }

  footer .subscribe-container .info {
    flex-wrap: wrap;
  }

  footer .subscribe-container .info input {
    margin-top: 8px;
  }
}