.bic-overview {
  margin-top: 0 !important;
}

.bic-overview__image {
  position: relative;

  overflow: hidden;

  background: var(--bic-primary-color);

  border-bottom-left-radius: var(--bic-border-radius);

  border-bottom-right-radius: var(--bic-border-radius);

  padding-top: 100px;
}

.bic-overview__content .bic-section__head {
  margin: 0;
}

.bic-overview__content .bic-section__title {
  font-size: 50px;

  margin-bottom: 10px;
}

.bic-overview__content .bic-section__sub-title {
  color: var(--bic-primary-color);

  font-family: "UTM Yen Tu";

  font-size: 60px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

.bic-overview__content .bic-section__description {
  margin: 20px 0 50px;

  text-align: justify;

  color: #4b4b4b;
}

.bic-overview__content .bic-button--primary {
  background: var(--bic-primary-color);

  color: #fff;
}

.bic-vmc {
  position: relative;

  background: var(--bg) no-repeat;

  background-size: 100% 100%;

  padding-bottom: var(--bic-site-gap);
}

.bic-vmc-circle {
  position: relative;

  overflow: hidden;

  width: 100%;

  border-radius: 50%;

  transform: rotate(-135deg);

  aspect-ratio: 1 / 1;

  margin-top: -15%;
}

.bic-vmc-circle__quart {
  position: absolute;

  height: 50%;

  width: 50%;

  background: #e1e1e1;

  color: var(--bic-primary-color);

  cursor: pointer;

  transition: all 0.3s;
}

.bic-vmc-circle__quart.active,
.bic-vmc-circle__quart:hover {
  background: var(--bic-secondary-color);

  color: #fff;
}

.bic-vmc-circle__quart:first-child {
  top: -0.5%;

  left: -0.5%;
}

.bic-vmc-circle__quart:nth-child(2) {
  top: 0%;

  left: 50%;
}

.bic-vmc-circle__quart:nth-child(3) {
  top: 50%;

  left: 0%;
}

.bic-vmc-circle__center {
  position: absolute;

  border-radius: 50%;

  height: 60%;

  width: 60%;

  background: var(--bic-primary-color);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(135deg);

  border: 15px solid #fff;
}

.bic-vmc-circle__center .bic-header__logo img {
  filter: brightness(0) invert(1);

  -webkit-filter: brightness(0) invert(1);

  max-width: 90%;

  width: 90%;

  margin: 0 auto;
}

.bic-vmc-circle__center-heading {
  color: #fff;

  font-size: 18px;

  font-weight: 600;

  line-height: 1;

  text-transform: uppercase;

  margin: 20px 0 0;
}

.bic-vmc-circle__quart-title {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
}

.bic-vmc-circle__quart:first-child .bic-vmc-circle__quart-title {
  top: 45%;

  left: 45%;
}

.bic-vmc-circle__quart:nth-child(2) .bic-vmc-circle__quart-title {
  top: 45%;

  left: 55%;
}

.bic-vmc-circle__quart:nth-child(3) .bic-vmc-circle__quart-title {
  top: 55%;

  left: 45%;
}

.bic-field {
  overflow: hidden;
}

.bic-vmc-circle__quart-title .bic-vmc-circle__title {
  transform: rotate(135deg);

  color: currentColor;

  font-size: 18px;

  font-weight: 600;

  text-align: center;

  margin: 0;
}

.bic-vmc-circle__quart:nth-child(2) .bic-vmc-circle__title {
  padding-right: 10px;
}

.bic-vmc-circle__quart:nth-child(3) .bic-vmc-circle__title {
  padding-left: 10px;
}

.bic-vmcs.bic-row {
  --bic-col-gap: 30px;

  row-gap: 30px;
}

.bic-vmc-item.swiper-slide {
  height: initial;
}

.bic-vmc-item__inner {
  position: relative;

  overflow: hidden;

  background: #fff;

  padding: 50px 30px 30px 30px;

  display: flex;

  flex-direction: column;

  align-items: center;

  height: 100%;

  gap: 20px;

  text-align: center;

  border-radius: var(--bic-border-radius);
}

.bic-vmc-item__inner::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 20px;

  background: linear-gradient(90deg, #171e95 0%, #00b88f 100%);
}

.bic-vmc-item__header .bic-icon img {
  width: 60px;

  height: 60px;
  object-fit: contain;
}

.bic-vmc-item__title {
  color: var(--bic-primary-color);

  font-size: 28px;

  font-weight: 600;

  line-height: normal;

  margin: 20px 0 0;
}

.bic-vmc-item__excerpt {
  text-align: justify;
}

.bic-field-item__inner {
  position: relative;
}

.bic-field-item__thumbnail {
  padding-top: 60%;

  cursor: pointer;
}

.bic-field-item__thumbnail::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 30%;

  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );

  transition: all 0.3s;

  pointer-events: none;
}

.bic-field-item__inner:hover .bic-field-item__thumbnail::after {
  height: 100%;
}

.bic-field-item__content {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 10;

  padding: 50px;

  color: #fff;
}

.bic-field-item__title {
  color: #fff;

  font-size: 32px;

  font-style: normal;

  font-weight: 600;

  line-height: normal;

  margin-bottom: 10px;
}

.bic-field-item__title a {
  color: currentColor;
}

.bic-field .slide-wrap {
  overflow: hidden;

  padding: 0 8%;
}

.bic-field .slide-wrap .bic-swiper-btn {
  background: var(--bic-secondary-color);

  border-color: var(--bic-secondary-color);

  color: #fff;
}

.swiper-slide .bic-field-item__inner {
  padding: 0;

  overflow: hidden;

  border-radius: var(--bic-border-radius);
}

.swiper-slide .bic-field-item__thumbnail {
  padding-top: 70%;
}

.swiper-slide .bic-field-item__content {
  padding: 30px;
}

.swiper-slide .bic-field-item__title {
  font-size: 22px;

  text-align: center;

  font-weight: 500;

  text-transform: uppercase;

  margin: 0;
}

@media only screen and (min-width: 1901px) {
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (min-width: 1537px) and (max-width: 1700px) {
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
  .bic-overview__content .bic-section__sub-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .bic-overview__content .bic-section__title {
    font-size: 36px;
  }

  .bic-overview__content .bic-section__description {
    margin: 16px 0 30px;
  }

  .bic-vmcs.bic-row {
    --bic-col-gap: 30px;

    row-gap: 30px;
  }

  .bic-vmc-circle {
    margin-top: -10%;
  }

  .bic-vmc-circle__center-heading {
    font-size: 16px;
  }

  .bic-vmc-circle__quart-title .bic-vmc-circle__title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .bic-overview__content .bic-section__sub-title {
    font-size: 50px;
  }

  .bic-overview__content .bic-section__title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1401px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .bic-overview__content .bic-section__sub-title {
    font-size: 46px;
  }

  .bic-vmc-item__title {
    font-size: 24px;

    margin: 16px 0 0;
  }

  .bic-vmc-item__inner {
    padding: 40px 20px 20px 20px;

    gap: 15px;
  }

  .bic-vmc-item__header .bic-icon svg {
    width: 50px;

    height: 50px;
  }

  .bic-field-item__content {
    padding: 30px;
  }

  .bic-field-item__title {
    font-size: 24px;
  }

  .bic-section__description {
    margin-top: 16px !important;
  }

  .swiper-slide .bic-field-item__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bic-overview__content .bic-section__title {
    font-size: 36px;
  }

  .bic-overview__content .bic-section__sub-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1024px) {
  .bic-overview {
    margin-top: var(--bic-site-gap) !important;
  }

  .bic-overview__image {
    padding-top: 60px;

    border-radius: var(--bic-border-radius);
  }

  .bic-field .slide-wrap {
    padding: 0 0;
  }

  .bic-vmc-circle {
    margin-top: -20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .bic-vmcs.bic-row .bic-col-right {
    order: 1;
  }

  .bic-vmcs.bic-row .bic-col-left {
    order: 2;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
  .bic-overview__content .bic-section__title {
    font-size: 32px;

    text-align: center;
  }

  .bic-overview__content .bic-section__sub-title {
    font-size: 48px;

    line-height: 1;

    text-align: center;

    margin: 16px 0 32px;
  }

  .bic-overview__content .bic-section__button {
    display: flex;

    justify-content: center !important;
  }

  .bic-field .bic-section__description,
  .bic-field .bic-section__description {
    margin-top: 16px !important;
  }

  .bic-field-item__inner {
    padding: 0 var(--bic-col-gap);
  }

  .bic-field-item__thumbnail {
    border-radius: var(--bic-border-radius);
  }

  .bic-field-item:not(.swiper-slide) .bic-field-item__content {
    position: relative;

    padding: 15px 0 0 0;

    color: var(--bic-link-color);
  }

  .bic-field-item:not(.swiper-slide) .bic-field-item__title {
    font-size: 18px;

    text-transform: uppercase;

    color: var(--bic-link-color);
  }

  .swiper-slide .bic-field-item__title {
    font-size: 18px;
  }

  .swiper-slide .bic-field-item__content {
    padding: 15px;
  }

  .bic-vmc-item__inner::before {
    height: 5px;
  }

  .bic-vmc-item__inner {
    background: transparent;

    padding: 30px 5px 30px 5px;

    gap: 15px;
  }

  .bic-vmc-item__header {
    display: flex;

    align-items: center;

    gap: 15px;
  }

  .bic-vmc-item__header .bic-icon img {
    width: 50px;

    height: 50px;
  }

  .bic-vmc-item__title {
    font-size: 20px;

    margin: 0;
  }

  .bic-vmcs.bic-row.align-items-center.justify-content-center {
    flex-direction: column-reverse;
  }

  span.hide-mb {
    display: none;
  }

  .bic-vmc .bic-section__title {
    width: 80%;
    margin: auto;
  }

  .bic-overview .bic-section__sub-title span {
    display: block;
  }
}
