/* Color */
/* Fonts */
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.banner-commitment h2 {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 549px) {
  .banner-commitment h2 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
.banner-commitment p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.625rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1875rem;
  font-family: "Montserrat";
}
@media (max-width: 549px) {
  .banner-commitment p {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}

.sticky-menu-side {
  width: 17.25rem;
  position: relative;
}
.sticky-menu-side .col-inner {
  max-height: 43.75rem;
  padding-bottom: 3.125rem;
  overflow: auto;
  overflow-x: hidden;
}
.sticky-menu-side .col-inner::-webkit-scrollbar {
  width: 0.25rem;
}
.sticky-menu-side .col-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
          box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
.sticky-menu-side .col-inner::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.sticky-menu-side:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 3.125rem;
  top: auto;
  bottom: 0;
  border-bottom: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0deg, 0%, 100%, 0.7)));
  background: linear-gradient(bottom, #fff, hsla(0deg, 0%, 100%, 0.7));
}
@media (max-width: 549px) {
  .sticky-menu-side {
    width: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-menu-side .col-inner {
    max-height: 13.75rem;
    overflow: hidden;
    padding-bottom: 0;
  }
  .sticky-menu-side:after {
    display: none;
  }
}
.sticky-menu-side.-sticky {
  position: fixed;
  top: 6.5rem;
}
.sticky-menu-side__item {
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  padding-left: 1.25rem;
  position: relative;
}
.sticky-menu-side__item:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.1875rem;
  background: #e0e0e0;
  content: "";
  display: block;
}
.sticky-menu-side__item .ux-menu-link__link,
.sticky-menu-side__item .ux-menu-link__text {
  border-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  font-family: "Montserrat";
  line-height: 1.3;
}
.sticky-menu-side__item.-current .ux-menu-link__link,
.sticky-menu-side__item.-current .ux-menu-link__text {
  color: #0c4da1;
}
.sticky-menu-side__item.-current:after {
  background: #ffc000;
}
.sticky-menu-side__nav {
  position: relative;
}

.sticky-menu-side.section {
  padding-left: 0;
  padding-right: 0;
}

.sticky-menu-side-outer .btn-expand {
  display: inline-block;
  color: #0c4da1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
  margin-top: 0.625rem;
  padding-bottom: 0.1875rem;
  padding-right: 1.125rem;
  margin-left: 0.4375rem;
}
.sticky-menu-side-outer .btn-expand p {
  margin: 0;
}
.sticky-menu-side-outer .btn-expand:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: #0c4da1;
  content: "";
  display: block;
}
.sticky-menu-side-outer .btn-expand:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: -0.3125rem;
  bottom: 0;
  width: 1.125rem;
  background: url("../images/icon/ar-up-blue.png") no-repeat center;
}
.sticky-menu-side-outer .btn-expand.-show-more:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-content {
  position: relative;
  width: 53.25rem;
  padding-left: 2.1875rem;
}
@media (max-width: 549px) {
  .article-content {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    padding-top: 1.25rem;
  }
}
.article-content img.size-full {
  width: 100%;
  margin: 0;
}
.article-content h1 {
  color: #0c4da1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  font-family: "Montserrat";
  text-transform: capitalize;
  padding-bottom: 1.6875rem;
}
@media (max-width: 549px) {
  .article-content h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    font-size: 1.875rem;
  }
}
.article-content h4 {
  font-family: "Montserrat";
  color: #0c4da1;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 0.25rem;
  font-weight: 600;
  border: none;
}
.article-content h4 span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
.article-content p {
  font-size: 1rem;
  line-height: 1.34;
  color: #333333;
  margin-bottom: 1.375rem;
  text-align: justify;
}

.article-wrapper h1 {
  color: #0c4da1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat";
  padding-bottom: 1.6875rem;
  max-width: 78%;
  margin: 0 auto;
  text-transform: capitalize;
}
@media (max-width: 549px) {
  .article-wrapper h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    font-size: 1.875rem;
    padding-bottom: 0.9375rem;
    max-width: 63%;
  }
}

.slider-db-banner {
  padding-top: 1.25rem;
}
.slider-db-banner .-w-50 {
  width: 50%;
  display: inline-block;
}
.slider-db-banner .flickity-prev-next-button {
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border-radius: 0.9375rem;
  border: 2px solid #fff;
}
.slider-db-banner .flickity-prev-next-button:hover {
  background-color: #FFC000;
  border: 2px solid #FFC000;
}
.slider-db-banner .flickity-prev-next-button.previous {
  left: 1.25rem;
}
.slider-db-banner .flickity-prev-next-button.next {
  right: 1.25rem;
}
.slider-db-banner__desc {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.slider-db-banner__detail {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -9.375rem;
  padding-bottom: 1.875rem;
}
.slider-db-banner__detail:hover {
  margin-top: -5.3125rem;
}
.slider-db-banner__detail:hover .slider-db-banner__desc {
  opacity: 1;
  visibility: visible;
}
.slider-db-banner__item .col {
  padding-left: 0;
  padding-right: 0;
}
.slider-db-banner__item .text-box {
  padding-left: 5rem;
  top: auto;
  bottom: 1%;
}
.slider-db-banner__item .text-inner h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 1.375rem;
}
.slider-db-banner__item .text-inner p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.slider-db-banner__item .text-inner .seemore {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.8125rem;
  text-decoration: underline;
  letter-spacing: 0.125rem;
  padding-top: 1.875rem;
  display: inline-block;
}
.slider-db-banner__item .text-inner .seemore:hover {
  color: #FFC000;
  text-decoration: underline;
}

.mb-about-tab h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0.625rem;
}
.mb-about-tab .text-inner p {
  line-height: 1;
  margin: 0;
}
.mb-about-tab .seemore {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFC000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.8125rem;
  text-decoration: underline;
  letter-spacing: 0.125rem;
  padding-top: 0.3125rem;
  display: inline-block;
}
.mb-about-tab .text-box {
  min-width: 90%;
  padding-left: 0.625rem;
  top: auto;
  bottom: 0.9375rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.expand-tab-about-mb .col {
  padding-left: 0;
  padding-right: 0;
}
.expand-tab-about-mb .btn-expand {
  display: inline-block;
  color: #0C4DA1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
  margin-top: 1.5625rem;
  padding-bottom: 0.1875rem;
  padding-right: 1.125rem;
}
.expand-tab-about-mb .btn-expand p {
  margin: 0;
}
.expand-tab-about-mb .btn-expand:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: #0C4DA1;
  content: "";
  display: block;
}
.expand-tab-about-mb .btn-expand:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: -0.3125rem;
  bottom: 0;
  width: 1.125rem;
  background: url("../images/icon/ar-up-blue.png") no-repeat center;
}
.expand-tab-about-mb .btn-expand.-show-more:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-expand-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}