html, body, div, span, a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  /* line-height: 1.86em;
  letter-spacing: 0px; */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Philosopher', sans-serif;
}
html, body {
  /* min-height: 100vh; */
  background: #445660;
}
main{
  min-height: calc(100vh - 145px);
  margin-top: 53px;
}
.logo-image {
      height: 40px;
    border-radius: 8px;
}
section {
  border-top: #999696 1px solid;
  padding: 20px 0px;
}
header{
  position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    background: #445660;
    height: 58px;
    border-bottom: #999696 1px solid;
}
footer, header, section {
  padding-left: 3rem;
  padding-right: 3rem;
}
footer {
  border-top: #fff 1px solid;padding-top: 10px;
    padding-bottom: 10px;
}
.item-image {
  height: 120px;
}
.podcast__image {
  max-width: 235px;
  max-height: 100%;
  /* height: 130px; */
}
.podcast-title {
  position: absolute;
  top: 5px;
  left: 7px;
  background: #445660;
  border-radius: 4px;
  padding: 2px 20px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
}
header li>a:hover,
header li.active>a {
  color: #df5e07 !important;
  /* border: 1px solid wheat;
  border-radius: 4px; */
  /* border-bottom: 2px solid wheat; */
}
.blog-group-item {
  padding-bottom: 8px;
}
.menu-right>a>.menu-item{
        border-bottom: 1px dashed;
        padding: 4px 12px;
        margin-bottom: 6px;
}
.menu-right>a>.menu-item:last-child {
  border: none;
}
.menu-right>a,
.blog-group-item>a {
  color: #445660;
  text-decoration: none;
}
.menu-right>a.active {
  color: #df5e07!important;
}
.blog-group-item.active>a {
  color: #df5e07 !important;
}
.blog-description {
  max-height: 67px;
    overflow: hidden;
    font-size: 15px;
}
.blog-item{
  text-decoration: none;
}
.blog-item img{
  border-radius: 8px;
  height: 225px;
}
.blog-title {
  font-weight: 800;
  font-size: 20px;
  color: #df5e07;
}
.blog-date {
  font-size: 13px;
  font-style: italic;
}
.course-form {
max-width: 600px;
}
.form-signin {
      max-width: 450px;
        padding: 1rem 1.5rem;
        background: white;
        border-radius: 8px;
}
.newletter-text {
  font-size: 16px;
  text-align: center;
}
.text-title {
  /* text-transform: uppercase; */
  color: white;
  font-size: 25px !important;
}
.text-yellow {
  color: #445660 !important;
}
.text-title-white {
  color: #fff !important;font-size: 25px !important;
  /* text-transform: uppercase; */
}
.about-item {
  height: 300px;
}
.image-about {
      height: 100%;
        width: 100%;
        border-radius: 8px;
}
.border-bottom {
  border-bottom: 2px solid;
  width: 150px;
}
.swal-footer {
  text-align: center !important;
}
.fs-15 {
  font-size: 15px;
}
.sidebar a {
  text-decoration: none;
  color: #445660;
}
.sidebar li.active>a {
  color: #fff !important;
}

.text-title,
.blog-group-item.active>a {
  color: #fff;
}
.page-link {
  color: #445660 !important;
}

.text-bg-warning {
  background: #445660 !important;
  border-color: #445660 !important;
  color: #fff !important;
}
.page-item.active,
.page-item.active>.page-link,
.list-group-item.active {
  background: #df5e07 !important;
  border-color: #df5e07 !important;
  color: #fff !important;
}
.color-warning {
  color: #445660 !important;
}
.btn-outline-warning {
  border-color: #445660 !important;
  color: #445660;
}

.btn-outline-warning:hover {
  background: #445660 !important;
}

.podcast-title{
  background: #445660 !important;
}

.navbar-toggler {
  display: none;
}

.card-body {
  padding: 8px;
}

.podcast-image {
  border-radius: 8px;
}
.swiper-container {
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 844px) {
  .menu-top {
    display: none !important;
  }
  main {
    min-height: calc(100vh - 135px);
  }
  .menu-home .sub .text {
    width: 100%;
  }
  .mobile-menu {
    background: #fff !important;
    position: absolute;
      top: 57px;
  }
  .mobile-menu .text-header {
    color: #445660;
  }
  .navbar-toggler {
    display: block;
    color: white;
    position: absolute;
    right: 20px;
    top: 14px;
  }

  header ul.hide {
    display: none !important;
  }

  header ul {
    flex-direction: column;
    /* background: black; */
  }

  .logo-image {
    height: 40px !important;
    margin-top: 4px;
  }
  header {
    position: absolute;
    width: 100%;
  }
  header .logo-image {
    position: absolute;
      top: 5px;
      left: 10px;
  }
  .btn-on-menu {
    position: absolute;
      top: 20px;
  }

  footer,
  header,
  section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 100%;
        
  }
  section {
/* background: #445660 !important; */
  margin-top: 1px;
  }

  iframe {
    max-width: 100%;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }

  .payment .card {
    max-width: 100% !important;
  }

  .hide-mobile {
    display: none;
  }

  .podcast__image,
  .image-about,
  .about-item {
    height: auto !important;
  }
  .blog-footer {
    display: block !important;
    text-align: center;
  }
  .blog-footer .other-info {
    margin-bottom: 12px;
  }
  section.new p>img {
    width: 100% !important;
  }
}
.menu-top {
  background: url('../../assets/images/bg/base.jpg');
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menu-top .title {
  color: #fff;
  font-size: 32px;
}
.menu-top .sub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-top .sub .text {
  color: #cfcbcb;
    font-size: 20px;
    text-decoration: none;
    padding: 0px 6px;
}
.icon-footer {
  width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.icon-footer i {
  font-size: 13px;
}
.icon-footer i {
  color: #fff;
}
.menu-home {
  height: 520px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
  padding-left: 30px;
}

.menu-home .title {
  color: #fff;
      font-size: 36px;
}

.menu-home .sub {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.menu-home .sub .text {
  color: #cfcbcb;
  font-size: 18px;
  margin-right: 20px;
}
.menu-home .sub a {
  font-size: 14px !important;
  margin-bottom: 6px;
}

.course-title {
  font-size: 26px;
    margin-top: 12px;
    font-weight: 600;
    line-height: 32px;
}
.course-play {
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 14px;
  border: 1px solid #a09b9b;
  border-radius: 30px;
  margin-right: 12px;
}
.course-item {
  border-bottom: 1px solid #ebe3e3;
  padding: 15px 0px;
}
.course-item:last-child {
  border: none;
}
header .text-header {
  text-transform: capitalize;
  color: #fff;
}
.border-top-white {
  border-top: 1px solid #999696 !important;
}
.sub .btn {
  background: #445660 !important;
}
.btn-warning {
  background: #fff !important;
  border: 1px solid #999696;
}
.podcast iframe {
  max-width: 100% !important;
  height: 360px;
}

.st-btn {
  min-width: auto !important;
  margin-right: 4px !important;
}
.st-btn .st-label {
  font-size: 13px !important;
}