@charset "utf-8";

#page .l-sidebar {
  display: none;
}

.second-body img.hide-list-image {
  display: none;
}

@media print, screen and (min-width: 768px) {

  .second-header .second-header-layout {
    background: transparent;
    border-radius: 0;
  }

  .second-header .second-header-layout .top {
    display: block;
  }
  .layout-second .second-header .top {
    z-index: 1;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-left: 35px;
    height: 44px;
  }

  .layout-second .second-header .top .slice {
    display: block;
  }

  .layout-second .second-header .btm {
    margin-top: -10px;
    background: #081c4f !important;
  }
  .second-header .second-header-layout .btm {
    border-radius: 0;
    padding: 0 50px 40px;
  }

  .second-header .second-header-layout .btm .title-wrap .title {
    color: #fff;
    margin-block: 0;
  }

  .layout-second .second-body,
  article.body .second-body {
    border-radius: 0;
    padding: 50px;
  }
  .layout-second .second-body::before,
  article.body .second-body::before {
    content: none;
  }
}


@media screen and (max-width: 767px) {

  .second-header .second-header-layout {
    background: transparent;
    border-radius: 0;
  }

  .second-header .second-header-layout .top {
    display: block;
  }
  .layout-second .second-header .top {
    z-index: 1;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-left: 28px;
    height: 38px;
  }

  .layout-second .second-header .top .slice {
    display: block;
  }

  .layout-second .second-header .btm {
    margin-top: -10px;
    background: #081c4f !important;
  }
  .second-header .second-header-layout .btm {
    border-radius: 0;
    padding: 0 10px 30px;
  }

  .second-header .second-header-layout .btm .title-wrap .title {
    color: #fff;
    margin-block: 0;
    font-size: 20px;
  }

  .layout-second .second-body,
  article.body .second-body {
    border-radius: 0;
    padding: 20px 10px;
  }
  .layout-second .second-body::before,
  article.body .second-body::before {
    content: none;
  }
}


.custom-modal-content,
.custom-modal-content *:not(strong) {
  font-weight: 400;
}

.custom-modal-content h1,
.custom-modal-content h2,
.custom-modal-content h3,
.custom-modal-content h4,
.custom-modal-content h5,
.custom-modal-content h6 {
  color: inherit;
  margin-block: 0;
}

.custom-modal-content p {
  margin-block-start: 0;
}

.custom-modal-content li {
  list-style: inherit;
}

.custom-modal-content strong {
  display: inline;
}

.custom-modal-content img {
  display: inline;
  vertical-align: baseline;
}

@media (max-width: 767.98px) {
  .custom-modal-content img.img-fluid {
    max-width: 300px;
    width: 100%;
  }
}
