.article-view .main-padding-container {
  padding: 95px 0px 20px 0px; }

.article-view .container-article-view .header-article-view {
  padding: 0px 0px 10px 0px; }

.article-view .container-article-view .body-article-view {
  padding: 0;
  margin: auto; }

.article-view .container-article-view .footer-article-view {
  padding: 0 0px 0px 0px;
  margin: auto; }

.article-view .container-article-view .dt-article-view {
  color: #06142380;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0.5rem 0; }
  .article-view .container-article-view .dt-article-view .icon {
    width: 16px;
    height: 16px; }

.article-view .container-article-view .ttl {
  margin-bottom: 0;
  line-height: normal; }

.article-view .container-article-view .img-article-view {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  .article-view .container-article-view .img-article-view .img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .article-view .container-article-view .img-article-view::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.171); }

.article-view .container-article-view .wrp-tag-article {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
  .article-view .container-article-view .wrp-tag-article .tag-article {
    display: block; }

.article-view .container-article-view .bt {
  margin: 1.5rem auto auto auto; }

.article-view .container-custom {
  padding-bottom: 0px !important; }

.article-view h2 {
  font-size: 24px !important;
  color: #064d7f !important;
  text-decoration: none !important;
  margin-bottom: 0.5rem !important;
  line-height: 155% !important;
  font-weight: 600; }

.article-view p {
  line-height: 155% !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important;
  text-align: justify !important; }

.article-view ul:not(.ul-bread) {
  margin-bottom: 1rem !important;
  list-style: disc !important;
  padding-left: 20px !important; }
  .article-view ul:not(.ul-bread) li {
    line-height: 155% !important;
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 0.3rem !important;
    color: #031528 !important; }

.article-view ol {
  margin-bottom: 1rem !important;
  list-style: auto;
  padding-left: 20px; }
  .article-view ol li {
    line-height: 155% !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 0.3rem !important;
    color: #031528 !important; }

.article-view strong, .article-view b {
  font-weight: 600 !important;
  color: #031528 !important; }

.article-view .float-img-article-view {
  max-width: 300px;
  height: auto; }
  .article-view .float-img-article-view .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px; }
  .article-view .float-img-article-view.float-right {
    float: right;
    padding: 0px 0px 10px 20px; }
  .article-view .float-img-article-view.float-left {
    float: left;
    padding: 0px 20px 10px 0px; }

.article-view .itm-card.itm-article-view {
  background: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.180392);
  overflow: hidden;
  border-radius: 10px;
  align-items: center; }
  .article-view .itm-card.itm-article-view .link-card {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
  .article-view .itm-card.itm-article-view .header-card {
    padding: 0; }
  .article-view .itm-card.itm-article-view .img-card {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative; }
    .article-view .itm-card.itm-article-view .img-card::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.171); }
    .article-view .itm-card.itm-article-view .img-card .img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-view .itm-card.itm-article-view .ttl-card {
    font-size: 18px;
    font-weight: 500;
    color: #061423;
    margin-bottom: 10px;
    line-height: 155%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .article-view .itm-card.itm-article-view .descrption-card {
    font-size: 16px;
    color: #4B5661;
    margin-bottom: 10px;
    line-height: 155%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .article-view .itm-card.itm-article-view .dt-card {
    color: #061423cb;
    font-size: 14px;
    font-weight: 600; }

body:has(.article-view) .main-zone {
  background: white !important; }

.wrp-double-cl-cl-child {
  display: flex;
  gap: 20px;
  width: 100%; }
  .wrp-double-cl-cl-child .cl-main {
    flex: 1; }
  .wrp-double-cl-cl-child .cl-child {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px; }

/*# sourceMappingURL=article-view.css.map */