body {
  padding-top: 56px;
  font-family: 'PT Sans', sans-serif;
  background-color: #FBFDFF;
}

/* Media */

@media only screen and (max-width: 767px) {
  .bg-header h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .bg-header p {
    font-size: 1.1rem;
    text-align: center;
  }

  .carousel-caption p {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .carousel-caption h6 {
    font-size: 12px;
  }
}



/* hr */

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* Navigation */

.navbar li {
  font-size: 15px;
}

.nav-link :hover {
  color: #103295;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #103295;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #FFFFFF;
}

/* Header */

.bg-header {
  color: #FFFFFF;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center/cover;
}

.bg-header:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.bg-header .container {
  z-index: 10;
  position: relative;
}

/* Carousel */

.carousel-caption {
  background-color:#2F4664;
  color: #FFFFFF;
  opacity:0.8;
  padding: 15px 20px 10px 20px;

  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 151px;
  margin-top: 110px;
  font-size: 14px;
}

.carousel-inner img {
  object-fit:cover;
  height:298px;
}

.carousel-item img {
  opacity:0.9;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none;
}

/* All_News */

.all_news {
  display: flex;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #103295;
}

.all_news img {
  padding-left: 10px;
  height: 25px;
  transition: .2s ease;
}

.all_news img:hover {
  height: 28px;
}

/* List */

.container .row {
  font-size: 14px;
}

.list-group {
  list-style-type: none;
}

.list-group :hover {
  text-decoration: none;
  color: #FFFF;
  font-size: 16px;
}

.list-group .list-group-item {
  background-color: #103295;
  color: #FFFF;
  opacity:0.9;
  font-weight: 600;
  transition: .2s ease;
}

/* Cards */

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background-color:#103295;
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0.8;
  color: #FFFF;
  font-size: 20px;
  padding: 24px;
  text-align: center;
  border-radius: 0px 0px 2px 2px;
}

.card:hover .overlay {
  opacity: 1;
  padding: 28px;
}

/* All_Service */

.all_service {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 600;
  color: #103295;
  display: flex;
  justify-content: center;
}

.all_service img {
  padding-left: 10px;
  height: 25px;
  transition: .2s ease;
}

.all_service img:hover {
  height: 28px;
}

/* Footer */

.footer {
  background-color: #223C5A;
  color: #FFFF;
}
