.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-8px-all {
  padding-bottom: 8px !important;
}

.pb-16px-all {
  padding-bottom: 16px !important;
}

.pb-24px-all {
  padding-bottom: 24px !important;
}

.pt-8px-all {
  padding-top: 8px !important;
}

.pt-16px-all {
  padding-top: 16px !important;
}

.pt-24px-all {
  padding-top: 24px !important;
}

.c-black {
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a {
  margin: 0;
}

body {
  font-family: "pridi-numbers", "century_gothic", "pridi" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #333;
}

.f-pridi-w200 {
  font-weight: 200;
}

.f-pridi-w300 {
  font-weight: 300;
}

.f-pridi-w400 {
  font-weight: 400;
}

.f-pridi-w500 {
  font-weight: 500;
}

.f-pridi-w600 {
  font-weight: 600;
}

.f-century-w200 {
  font-weight: 200;
}

.f-century-w300 {
  font-weight: 300;
}

.f-century-w400 {
  font-weight: 400;
}

.f-century-w500 {
  font-weight: 500;
}

.f-century-w600 {
  font-weight: 600;
}

strong {
  font-weight: 500;
}

/* =========== breadcrumb ============= */
#navigation-header {
  z-index: 10000 !important;
}

@media screen and (min-width: 200px) {
  .sc-breadcrumb {
    padding-top: 25px;
  }
  .sc-breadcrumb .inner {
    position: relative;
  }
  .sc-breadcrumb .main-page-prev {
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin-right: 10px;
    position: relative;
    color: #666666 !important;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    font-family: "pridi-numbers", "century_gothic", "pridi" !important;
  }
  .sc-breadcrumb .current-page strong {
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin-left: 18px;
    position: relative;
    color: #1c6157 !important;
    font-weight: 500;
    font-family: "pridi-numbers", "century_gothic", "pridi" !important;
  }
  .sc-breadcrumb .main-page-prev:last-child {
    overflow: hidden;
    white-space: normal;
    flex-wrap: normal;
  }
  .sc-breadcrumb .main-page-prev::after {
    content: "";
    opacity: 1;
    position: absolute;
    left: calc(100% + 10px);
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    height: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 7px;
  }
  .sc-breadcrumb a:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .sc-breadcrumb .inner {
    column-gap: 28px;
  }
  .sc-breadcrumb .main-page-prev {
    margin-right: 16px;
  }
  .sc-breadcrumb .current-page strong {
    margin-right: 16px;
  }
  .sc-breadcrumb .main-page-prev::after {
    left: calc(100% + 16px);
  }
}
/* =========== breadcrumb ============= */
/*############################ box-thumb  ###################################*/
.wrapper-box-thumb {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 24px;
}

.wrapper-box-thumb .box-thumb {
  width: 100%;
}

.wrapper-box-thumb .inner-box-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.wrapper-box-thumb .box-thumb .thumb-des {
  padding: 16px 0;
}

.wrapper-box-thumb .box-thumb .img-thumb {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.wrapper-box-thumb .box-thumb .img-thumb img {
  transition: all 400ms ease-in-out;
  transform: scale(1);
}

.wrapper-box-thumb .box-thumb .thumb-title {
  color: #111;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.thumb-manual .wrapper-box-thumb .box-thumb .thumb-title {
  font-size: 16px;
}

.wrapper-box-thumb .box-thumb .thumb-date {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 0;
}

@media screen and (min-width: 350px) {
  .wrapper-box-thumb {
    margin-left: -8px;
    margin-right: -8px;
    flex-direction: row;
  }
  .wrapper-box-thumb .box-thumb {
    padding: 0 8px;
    width: 100%;
  }
  .wrapper-box-thumb.row-3 {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .wrapper-box-thumb.row-3 .box-thumb {
    width: 100%;
  }
  .wrapper-box-thumb.row-3 .box-thumb .thumb-title {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .wrapper-box-thumb {
    row-gap: 16px;
  }
  .wrapper-box-thumb .box-thumb {
    width: 25%;
  }
  .wrapper-box-thumb.row-3 {
    margin-left: -8px;
    margin-right: -8px;
    flex-direction: row;
  }
  .wrapper-box-thumb.row-3 .box-thumb {
    width: 33.333%;
  }
  .wrapper-box-thumb .inner-box-thumb {
    height: 100%;
  }
  .wrapper-box-thumb .box-thumb .img-thumb {
    border-radius: 8px;
  }
  .wrapper-box-thumb .box-thumb .thumb-des {
    padding: 16px 0 !important;
    background: transparent !important;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-box-thumb .inner-box-thumb:hover .img-thumb img {
    transform: scale(1.1);
  }
  .wrapper-box-thumb .box-thumb .thumb-des {
    padding: 24px;
  }
  .wrapper-box-thumb .box-thumb .thumb-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .thumb-manual .wrapper-box-thumb .box-thumb .thumb-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  .wrapper-box-thumb .box-thumb .thumb-des {
    padding: 24px;
    background: #fff;
    height: calc(100% - 220px);
  }
}
/*############################ box-thumb  ###################################*//*# sourceMappingURL=style.css.map */