@charset "UTF-8";
* {
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  height: 100%;
  line-height: 1.3;
  width: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

a,
p,
span,
label,
input[type=text],
input[type=tel],
input[type=email],
textarea,
section,
option {
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

@media only screen and (max-width: 1200px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  select::-ms-expand {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  a,
p,
span,
label,
input[type=text],
input[type=tel],
input[type=email],
textarea,
section,
option {
    font-size: 1.4rem;
  }
}
.vl-body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  padding-top: 276px;
  width: 100%;
}
.vl-body a {
  text-decoration: none;
}
.vl-body .swiper-wrapper {
  visibility: hidden;
}
.vl-body .swiper-wrapper.show {
  visibility: visible;
}
.vl-body .hidden {
  display: none !important;
}
.vl-body .fw-bold {
  font-weight: 700;
}
.vl-body .fw-normal {
  font-weight: 400;
}
.vl-body .fw-medium {
  font-weight: 500;
}
.vl-body .fs-italic {
  font-style: italic;
}
.vl-body .ta-justify {
  text-align: justify;
}
.vl-body .td-underline {
  text-decoration: underline;
}
.vl-body .va-text-top {
  vertical-align: text-top;
}
.vl-body .mb-0 {
  margin-bottom: 0px;
}
.vl-body .mt-0 {
  margin-top: 0px;
}
.vl-body .mr-0 {
  margin-right: 0px;
}
.vl-body .pa-0 {
  padding: 0px;
}
.vl-body .pt-0 {
  padding-top: 0px;
}
.vl-body .pb-0 {
  padding-bottom: 0px;
}
.vl-body .pl-0 {
  padding-left: 0px;
}
.vl-body .w-0 {
  width: 0%;
}
.vl-body .mb-5 {
  margin-bottom: 5px;
}
.vl-body .mt-5 {
  margin-top: 5px;
}
.vl-body .mr-5 {
  margin-right: 5px;
}
.vl-body .pa-5 {
  padding: 5px;
}
.vl-body .pt-5 {
  padding-top: 5px;
}
.vl-body .pb-5 {
  padding-bottom: 5px;
}
.vl-body .pl-5 {
  padding-left: 5px;
}
.vl-body .w-5 {
  width: 5%;
}
.vl-body .mb-10 {
  margin-bottom: 10px;
}
.vl-body .mt-10 {
  margin-top: 10px;
}
.vl-body .mr-10 {
  margin-right: 10px;
}
.vl-body .pa-10 {
  padding: 10px;
}
.vl-body .pt-10 {
  padding-top: 10px;
}
.vl-body .pb-10 {
  padding-bottom: 10px;
}
.vl-body .pl-10 {
  padding-left: 10px;
}
.vl-body .w-10 {
  width: 10%;
}
.vl-body .mb-15 {
  margin-bottom: 15px;
}
.vl-body .mt-15 {
  margin-top: 15px;
}
.vl-body .mr-15 {
  margin-right: 15px;
}
.vl-body .pa-15 {
  padding: 15px;
}
.vl-body .pt-15 {
  padding-top: 15px;
}
.vl-body .pb-15 {
  padding-bottom: 15px;
}
.vl-body .pl-15 {
  padding-left: 15px;
}
.vl-body .w-15 {
  width: 15%;
}
.vl-body .mb-20 {
  margin-bottom: 20px;
}
.vl-body .mt-20 {
  margin-top: 20px;
}
.vl-body .mr-20 {
  margin-right: 20px;
}
.vl-body .pa-20 {
  padding: 20px;
}
.vl-body .pt-20 {
  padding-top: 20px;
}
.vl-body .pb-20 {
  padding-bottom: 20px;
}
.vl-body .pl-20 {
  padding-left: 20px;
}
.vl-body .w-20 {
  width: 20%;
}
.vl-body .mb-25 {
  margin-bottom: 25px;
}
.vl-body .mt-25 {
  margin-top: 25px;
}
.vl-body .mr-25 {
  margin-right: 25px;
}
.vl-body .pa-25 {
  padding: 25px;
}
.vl-body .pt-25 {
  padding-top: 25px;
}
.vl-body .pb-25 {
  padding-bottom: 25px;
}
.vl-body .pl-25 {
  padding-left: 25px;
}
.vl-body .w-25 {
  width: 25%;
}
.vl-body .mb-30 {
  margin-bottom: 30px;
}
.vl-body .mt-30 {
  margin-top: 30px;
}
.vl-body .mr-30 {
  margin-right: 30px;
}
.vl-body .pa-30 {
  padding: 30px;
}
.vl-body .pt-30 {
  padding-top: 30px;
}
.vl-body .pb-30 {
  padding-bottom: 30px;
}
.vl-body .pl-30 {
  padding-left: 30px;
}
.vl-body .w-30 {
  width: 30%;
}
.vl-body .mb-35 {
  margin-bottom: 35px;
}
.vl-body .mt-35 {
  margin-top: 35px;
}
.vl-body .mr-35 {
  margin-right: 35px;
}
.vl-body .pa-35 {
  padding: 35px;
}
.vl-body .pt-35 {
  padding-top: 35px;
}
.vl-body .pb-35 {
  padding-bottom: 35px;
}
.vl-body .pl-35 {
  padding-left: 35px;
}
.vl-body .w-35 {
  width: 35%;
}
.vl-body .mb-40 {
  margin-bottom: 40px;
}
.vl-body .mt-40 {
  margin-top: 40px;
}
.vl-body .mr-40 {
  margin-right: 40px;
}
.vl-body .pa-40 {
  padding: 40px;
}
.vl-body .pt-40 {
  padding-top: 40px;
}
.vl-body .pb-40 {
  padding-bottom: 40px;
}
.vl-body .pl-40 {
  padding-left: 40px;
}
.vl-body .w-40 {
  width: 40%;
}
.vl-body .mb-45 {
  margin-bottom: 45px;
}
.vl-body .mt-45 {
  margin-top: 45px;
}
.vl-body .mr-45 {
  margin-right: 45px;
}
.vl-body .pa-45 {
  padding: 45px;
}
.vl-body .pt-45 {
  padding-top: 45px;
}
.vl-body .pb-45 {
  padding-bottom: 45px;
}
.vl-body .pl-45 {
  padding-left: 45px;
}
.vl-body .w-45 {
  width: 45%;
}
.vl-body .mb-50 {
  margin-bottom: 50px;
}
.vl-body .mt-50 {
  margin-top: 50px;
}
.vl-body .mr-50 {
  margin-right: 50px;
}
.vl-body .pa-50 {
  padding: 50px;
}
.vl-body .pt-50 {
  padding-top: 50px;
}
.vl-body .pb-50 {
  padding-bottom: 50px;
}
.vl-body .pl-50 {
  padding-left: 50px;
}
.vl-body .w-50 {
  width: 50%;
}
.vl-body .mb-55 {
  margin-bottom: 55px;
}
.vl-body .mt-55 {
  margin-top: 55px;
}
.vl-body .mr-55 {
  margin-right: 55px;
}
.vl-body .pa-55 {
  padding: 55px;
}
.vl-body .pt-55 {
  padding-top: 55px;
}
.vl-body .pb-55 {
  padding-bottom: 55px;
}
.vl-body .pl-55 {
  padding-left: 55px;
}
.vl-body .w-55 {
  width: 55%;
}
.vl-body .mb-60 {
  margin-bottom: 60px;
}
.vl-body .mt-60 {
  margin-top: 60px;
}
.vl-body .mr-60 {
  margin-right: 60px;
}
.vl-body .pa-60 {
  padding: 60px;
}
.vl-body .pt-60 {
  padding-top: 60px;
}
.vl-body .pb-60 {
  padding-bottom: 60px;
}
.vl-body .pl-60 {
  padding-left: 60px;
}
.vl-body .w-60 {
  width: 60%;
}
.vl-body .mb-65 {
  margin-bottom: 65px;
}
.vl-body .mt-65 {
  margin-top: 65px;
}
.vl-body .mr-65 {
  margin-right: 65px;
}
.vl-body .pa-65 {
  padding: 65px;
}
.vl-body .pt-65 {
  padding-top: 65px;
}
.vl-body .pb-65 {
  padding-bottom: 65px;
}
.vl-body .pl-65 {
  padding-left: 65px;
}
.vl-body .w-65 {
  width: 65%;
}
.vl-body .mb-70 {
  margin-bottom: 70px;
}
.vl-body .mt-70 {
  margin-top: 70px;
}
.vl-body .mr-70 {
  margin-right: 70px;
}
.vl-body .pa-70 {
  padding: 70px;
}
.vl-body .pt-70 {
  padding-top: 70px;
}
.vl-body .pb-70 {
  padding-bottom: 70px;
}
.vl-body .pl-70 {
  padding-left: 70px;
}
.vl-body .w-70 {
  width: 70%;
}
.vl-body .mb-75 {
  margin-bottom: 75px;
}
.vl-body .mt-75 {
  margin-top: 75px;
}
.vl-body .mr-75 {
  margin-right: 75px;
}
.vl-body .pa-75 {
  padding: 75px;
}
.vl-body .pt-75 {
  padding-top: 75px;
}
.vl-body .pb-75 {
  padding-bottom: 75px;
}
.vl-body .pl-75 {
  padding-left: 75px;
}
.vl-body .w-75 {
  width: 75%;
}
.vl-body .mb-80 {
  margin-bottom: 80px;
}
.vl-body .mt-80 {
  margin-top: 80px;
}
.vl-body .mr-80 {
  margin-right: 80px;
}
.vl-body .pa-80 {
  padding: 80px;
}
.vl-body .pt-80 {
  padding-top: 80px;
}
.vl-body .pb-80 {
  padding-bottom: 80px;
}
.vl-body .pl-80 {
  padding-left: 80px;
}
.vl-body .w-80 {
  width: 80%;
}
.vl-body .mb-85 {
  margin-bottom: 85px;
}
.vl-body .mt-85 {
  margin-top: 85px;
}
.vl-body .mr-85 {
  margin-right: 85px;
}
.vl-body .pa-85 {
  padding: 85px;
}
.vl-body .pt-85 {
  padding-top: 85px;
}
.vl-body .pb-85 {
  padding-bottom: 85px;
}
.vl-body .pl-85 {
  padding-left: 85px;
}
.vl-body .w-85 {
  width: 85%;
}
.vl-body .mb-90 {
  margin-bottom: 90px;
}
.vl-body .mt-90 {
  margin-top: 90px;
}
.vl-body .mr-90 {
  margin-right: 90px;
}
.vl-body .pa-90 {
  padding: 90px;
}
.vl-body .pt-90 {
  padding-top: 90px;
}
.vl-body .pb-90 {
  padding-bottom: 90px;
}
.vl-body .pl-90 {
  padding-left: 90px;
}
.vl-body .w-90 {
  width: 90%;
}
.vl-body .mb-95 {
  margin-bottom: 95px;
}
.vl-body .mt-95 {
  margin-top: 95px;
}
.vl-body .mr-95 {
  margin-right: 95px;
}
.vl-body .pa-95 {
  padding: 95px;
}
.vl-body .pt-95 {
  padding-top: 95px;
}
.vl-body .pb-95 {
  padding-bottom: 95px;
}
.vl-body .pl-95 {
  padding-left: 95px;
}
.vl-body .w-95 {
  width: 95%;
}
.vl-body .mb-100 {
  margin-bottom: 100px;
}
.vl-body .mt-100 {
  margin-top: 100px;
}
.vl-body .mr-100 {
  margin-right: 100px;
}
.vl-body .pa-100 {
  padding: 100px;
}
.vl-body .pt-100 {
  padding-top: 100px;
}
.vl-body .pb-100 {
  padding-bottom: 100px;
}
.vl-body .pl-100 {
  padding-left: 100px;
}
.vl-body .w-100 {
  width: 100%;
}
.vl-body .mb-105 {
  margin-bottom: 105px;
}
.vl-body .mt-105 {
  margin-top: 105px;
}
.vl-body .mr-105 {
  margin-right: 105px;
}
.vl-body .pa-105 {
  padding: 105px;
}
.vl-body .pt-105 {
  padding-top: 105px;
}
.vl-body .pb-105 {
  padding-bottom: 105px;
}
.vl-body .pl-105 {
  padding-left: 105px;
}
.vl-body .w-105 {
  width: 105%;
}
.vl-body .mb-110 {
  margin-bottom: 110px;
}
.vl-body .mt-110 {
  margin-top: 110px;
}
.vl-body .mr-110 {
  margin-right: 110px;
}
.vl-body .pa-110 {
  padding: 110px;
}
.vl-body .pt-110 {
  padding-top: 110px;
}
.vl-body .pb-110 {
  padding-bottom: 110px;
}
.vl-body .pl-110 {
  padding-left: 110px;
}
.vl-body .w-110 {
  width: 110%;
}
.vl-body .mb-115 {
  margin-bottom: 115px;
}
.vl-body .mt-115 {
  margin-top: 115px;
}
.vl-body .mr-115 {
  margin-right: 115px;
}
.vl-body .pa-115 {
  padding: 115px;
}
.vl-body .pt-115 {
  padding-top: 115px;
}
.vl-body .pb-115 {
  padding-bottom: 115px;
}
.vl-body .pl-115 {
  padding-left: 115px;
}
.vl-body .w-115 {
  width: 115%;
}
.vl-body .mb-120 {
  margin-bottom: 120px;
}
.vl-body .mt-120 {
  margin-top: 120px;
}
.vl-body .mr-120 {
  margin-right: 120px;
}
.vl-body .pa-120 {
  padding: 120px;
}
.vl-body .pt-120 {
  padding-top: 120px;
}
.vl-body .pb-120 {
  padding-bottom: 120px;
}
.vl-body .pl-120 {
  padding-left: 120px;
}
.vl-body .w-120 {
  width: 120%;
}
.vl-body .mb-125 {
  margin-bottom: 125px;
}
.vl-body .mt-125 {
  margin-top: 125px;
}
.vl-body .mr-125 {
  margin-right: 125px;
}
.vl-body .pa-125 {
  padding: 125px;
}
.vl-body .pt-125 {
  padding-top: 125px;
}
.vl-body .pb-125 {
  padding-bottom: 125px;
}
.vl-body .pl-125 {
  padding-left: 125px;
}
.vl-body .w-125 {
  width: 125%;
}
.vl-body .mb-130 {
  margin-bottom: 130px;
}
.vl-body .mt-130 {
  margin-top: 130px;
}
.vl-body .mr-130 {
  margin-right: 130px;
}
.vl-body .pa-130 {
  padding: 130px;
}
.vl-body .pt-130 {
  padding-top: 130px;
}
.vl-body .pb-130 {
  padding-bottom: 130px;
}
.vl-body .pl-130 {
  padding-left: 130px;
}
.vl-body .w-130 {
  width: 130%;
}
.vl-body .mb-135 {
  margin-bottom: 135px;
}
.vl-body .mt-135 {
  margin-top: 135px;
}
.vl-body .mr-135 {
  margin-right: 135px;
}
.vl-body .pa-135 {
  padding: 135px;
}
.vl-body .pt-135 {
  padding-top: 135px;
}
.vl-body .pb-135 {
  padding-bottom: 135px;
}
.vl-body .pl-135 {
  padding-left: 135px;
}
.vl-body .w-135 {
  width: 135%;
}
.vl-body .mb-140 {
  margin-bottom: 140px;
}
.vl-body .mt-140 {
  margin-top: 140px;
}
.vl-body .mr-140 {
  margin-right: 140px;
}
.vl-body .pa-140 {
  padding: 140px;
}
.vl-body .pt-140 {
  padding-top: 140px;
}
.vl-body .pb-140 {
  padding-bottom: 140px;
}
.vl-body .pl-140 {
  padding-left: 140px;
}
.vl-body .w-140 {
  width: 140%;
}
.vl-body .mb-145 {
  margin-bottom: 145px;
}
.vl-body .mt-145 {
  margin-top: 145px;
}
.vl-body .mr-145 {
  margin-right: 145px;
}
.vl-body .pa-145 {
  padding: 145px;
}
.vl-body .pt-145 {
  padding-top: 145px;
}
.vl-body .pb-145 {
  padding-bottom: 145px;
}
.vl-body .pl-145 {
  padding-left: 145px;
}
.vl-body .w-145 {
  width: 145%;
}
.vl-body .mb-150 {
  margin-bottom: 150px;
}
.vl-body .mt-150 {
  margin-top: 150px;
}
.vl-body .mr-150 {
  margin-right: 150px;
}
.vl-body .pa-150 {
  padding: 150px;
}
.vl-body .pt-150 {
  padding-top: 150px;
}
.vl-body .pb-150 {
  padding-bottom: 150px;
}
.vl-body .pl-150 {
  padding-left: 150px;
}
.vl-body .w-150 {
  width: 150%;
}
@media only screen and (max-width: 1199.98px) {
  .vl-body {
    padding-top: 120px;
  }
  .vl-body .mb-20 {
    margin-bottom: 10px;
  }
  .vl-body .mt-20 {
    margin-top: 10px;
  }
  .vl-body .mr-20 {
    margin-right: 10px;
  }
  .vl-body .pa-20 {
    padding: 10px;
  }
  .vl-body .pt-20 {
    padding-top: 10px;
  }
  .vl-body .pb-20 {
    padding-bottom: 10px;
  }
  .vl-body .pl-20 {
    padding-left: 10px;
  }
  .vl-body .mb-25 {
    margin-bottom: 12.5px;
  }
  .vl-body .mt-25 {
    margin-top: 12.5px;
  }
  .vl-body .mr-25 {
    margin-right: 12.5px;
  }
  .vl-body .pa-25 {
    padding: 12.5px;
  }
  .vl-body .pt-25 {
    padding-top: 12.5px;
  }
  .vl-body .pb-25 {
    padding-bottom: 12.5px;
  }
  .vl-body .pl-25 {
    padding-left: 12.5px;
  }
  .vl-body .mb-30 {
    margin-bottom: 15px;
  }
  .vl-body .mt-30 {
    margin-top: 15px;
  }
  .vl-body .mr-30 {
    margin-right: 15px;
  }
  .vl-body .pa-30 {
    padding: 15px;
  }
  .vl-body .pt-30 {
    padding-top: 15px;
  }
  .vl-body .pb-30 {
    padding-bottom: 15px;
  }
  .vl-body .pl-30 {
    padding-left: 15px;
  }
  .vl-body .mb-35 {
    margin-bottom: 17.5px;
  }
  .vl-body .mt-35 {
    margin-top: 17.5px;
  }
  .vl-body .mr-35 {
    margin-right: 17.5px;
  }
  .vl-body .pa-35 {
    padding: 17.5px;
  }
  .vl-body .pt-35 {
    padding-top: 17.5px;
  }
  .vl-body .pb-35 {
    padding-bottom: 17.5px;
  }
  .vl-body .pl-35 {
    padding-left: 17.5px;
  }
  .vl-body .mb-40 {
    margin-bottom: 20px;
  }
  .vl-body .mt-40 {
    margin-top: 20px;
  }
  .vl-body .mr-40 {
    margin-right: 20px;
  }
  .vl-body .pa-40 {
    padding: 20px;
  }
  .vl-body .pt-40 {
    padding-top: 20px;
  }
  .vl-body .pb-40 {
    padding-bottom: 20px;
  }
  .vl-body .pl-40 {
    padding-left: 20px;
  }
  .vl-body .mb-45 {
    margin-bottom: 22.5px;
  }
  .vl-body .mt-45 {
    margin-top: 22.5px;
  }
  .vl-body .mr-45 {
    margin-right: 22.5px;
  }
  .vl-body .pa-45 {
    padding: 22.5px;
  }
  .vl-body .pt-45 {
    padding-top: 22.5px;
  }
  .vl-body .pb-45 {
    padding-bottom: 22.5px;
  }
  .vl-body .pl-45 {
    padding-left: 22.5px;
  }
  .vl-body .mb-50 {
    margin-bottom: 25px;
  }
  .vl-body .mt-50 {
    margin-top: 25px;
  }
  .vl-body .mr-50 {
    margin-right: 25px;
  }
  .vl-body .pa-50 {
    padding: 25px;
  }
  .vl-body .pt-50 {
    padding-top: 25px;
  }
  .vl-body .pb-50 {
    padding-bottom: 25px;
  }
  .vl-body .pl-50 {
    padding-left: 25px;
  }
  .vl-body .mb-55 {
    margin-bottom: 27.5px;
  }
  .vl-body .mt-55 {
    margin-top: 27.5px;
  }
  .vl-body .mr-55 {
    margin-right: 27.5px;
  }
  .vl-body .pa-55 {
    padding: 27.5px;
  }
  .vl-body .pt-55 {
    padding-top: 27.5px;
  }
  .vl-body .pb-55 {
    padding-bottom: 27.5px;
  }
  .vl-body .pl-55 {
    padding-left: 27.5px;
  }
  .vl-body .mb-60 {
    margin-bottom: 30px;
  }
  .vl-body .mt-60 {
    margin-top: 30px;
  }
  .vl-body .mr-60 {
    margin-right: 30px;
  }
  .vl-body .pa-60 {
    padding: 30px;
  }
  .vl-body .pt-60 {
    padding-top: 30px;
  }
  .vl-body .pb-60 {
    padding-bottom: 30px;
  }
  .vl-body .pl-60 {
    padding-left: 30px;
  }
  .vl-body .mb-65 {
    margin-bottom: 32.5px;
  }
  .vl-body .mt-65 {
    margin-top: 32.5px;
  }
  .vl-body .mr-65 {
    margin-right: 32.5px;
  }
  .vl-body .pa-65 {
    padding: 32.5px;
  }
  .vl-body .pt-65 {
    padding-top: 32.5px;
  }
  .vl-body .pb-65 {
    padding-bottom: 32.5px;
  }
  .vl-body .pl-65 {
    padding-left: 32.5px;
  }
  .vl-body .mb-70 {
    margin-bottom: 35px;
  }
  .vl-body .mt-70 {
    margin-top: 35px;
  }
  .vl-body .mr-70 {
    margin-right: 35px;
  }
  .vl-body .pa-70 {
    padding: 35px;
  }
  .vl-body .pt-70 {
    padding-top: 35px;
  }
  .vl-body .pb-70 {
    padding-bottom: 35px;
  }
  .vl-body .pl-70 {
    padding-left: 35px;
  }
  .vl-body .mb-75 {
    margin-bottom: 37.5px;
  }
  .vl-body .mt-75 {
    margin-top: 37.5px;
  }
  .vl-body .mr-75 {
    margin-right: 37.5px;
  }
  .vl-body .pa-75 {
    padding: 37.5px;
  }
  .vl-body .pt-75 {
    padding-top: 37.5px;
  }
  .vl-body .pb-75 {
    padding-bottom: 37.5px;
  }
  .vl-body .pl-75 {
    padding-left: 37.5px;
  }
  .vl-body .mb-80 {
    margin-bottom: 40px;
  }
  .vl-body .mt-80 {
    margin-top: 40px;
  }
  .vl-body .mr-80 {
    margin-right: 40px;
  }
  .vl-body .pa-80 {
    padding: 40px;
  }
  .vl-body .pt-80 {
    padding-top: 40px;
  }
  .vl-body .pb-80 {
    padding-bottom: 40px;
  }
  .vl-body .pl-80 {
    padding-left: 40px;
  }
  .vl-body .mb-85 {
    margin-bottom: 42.5px;
  }
  .vl-body .mt-85 {
    margin-top: 42.5px;
  }
  .vl-body .mr-85 {
    margin-right: 42.5px;
  }
  .vl-body .pa-85 {
    padding: 42.5px;
  }
  .vl-body .pt-85 {
    padding-top: 42.5px;
  }
  .vl-body .pb-85 {
    padding-bottom: 42.5px;
  }
  .vl-body .pl-85 {
    padding-left: 42.5px;
  }
  .vl-body .mb-90 {
    margin-bottom: 45px;
  }
  .vl-body .mt-90 {
    margin-top: 45px;
  }
  .vl-body .mr-90 {
    margin-right: 45px;
  }
  .vl-body .pa-90 {
    padding: 45px;
  }
  .vl-body .pt-90 {
    padding-top: 45px;
  }
  .vl-body .pb-90 {
    padding-bottom: 45px;
  }
  .vl-body .pl-90 {
    padding-left: 45px;
  }
  .vl-body .mb-95 {
    margin-bottom: 47.5px;
  }
  .vl-body .mt-95 {
    margin-top: 47.5px;
  }
  .vl-body .mr-95 {
    margin-right: 47.5px;
  }
  .vl-body .pa-95 {
    padding: 47.5px;
  }
  .vl-body .pt-95 {
    padding-top: 47.5px;
  }
  .vl-body .pb-95 {
    padding-bottom: 47.5px;
  }
  .vl-body .pl-95 {
    padding-left: 47.5px;
  }
  .vl-body .mb-100 {
    margin-bottom: 50px;
  }
  .vl-body .mt-100 {
    margin-top: 50px;
  }
  .vl-body .mr-100 {
    margin-right: 50px;
  }
  .vl-body .pa-100 {
    padding: 50px;
  }
  .vl-body .pt-100 {
    padding-top: 50px;
  }
  .vl-body .pb-100 {
    padding-bottom: 50px;
  }
  .vl-body .pl-100 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vl-body {
    padding-top: 110px;
  }
}
.vc, .vc-library, .vc-library--home, .vc-error, .vc-tip, .vc-news, .vc-news--home, .vc-contact, .vc-footer {
  overflow: hidden;
}

.vc-icon {
  height: 1em;
  transition: fill 0.25s;
  width: 1em;
}
.vc-btn, .vc-btn--contact, .vc-btn--blue, .vc-btn--primary {
  border: 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  /* LynkNeo edit as required 2021/12/28 START */
  /*padding: 10px 30px 8px;*/
  padding: 10px 16px 8px;
  /* LynkNeo edit as required 2021/12/28 END */
  transition: background-color 0.25s, color 0.25s;
}
.vc-btn:hover, .vc-btn--contact:hover, .vc-btn--blue:hover, .vc-btn--primary:hover {
  text-decoration: none;
  cursor: pointer;
}
.vc-btn--primary {
  background-color: #EAF2FE;
  border-radius: 25px;
  border: 1px solid #0A67E9;
  color: #0A67E9;
  /* LynkNeo edit as required 2021/12/28 START */
  /*min-width: 165px;*/
  min-width: 140px;
  /* LynkNeo edit as required 2021/12/28 END */
}
.vc-btn--primary:hover {
  background-color: #0A67E9;
  color: #fff;
}
.vc-btn--blue {
  background-color: #0A67E9;
  border-radius: 25px;
  border: 1px solid #0A67E9;
  color: #fff;
  /*min-width: 165px;*/ /* LynkNeo edit as required 2021/12/28 */
}
.vc-btn--blue:hover {
  background-color: #073b91;
  color: #fff;
}
.vc-btn--contact {
  background-color: #F23926;
  border-width: 0;
  color: #fff;
  font-size: 3rem;
  height: 55px;
  width: 100%;
}
.vc-btn--contact:hover {
  background-color: #0A67E9;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .vc-btn, .vc-btn--contact, .vc-btn--blue, .vc-btn--primary {
    font-size: 1.6rem;
    padding: 8px 20px 6px;
  }
  .vc-btn--primary {
    min-width: 150px;
  }
  .vc-btn--contact {
    font-size: 2rem;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-btn, .vc-btn--contact, .vc-btn--blue, .vc-btn--primary {
    font-size: 1.4rem;
    padding: 6px 20px 4px;
  }
  .vc-btn--primary {
    min-width: inherit;
  }
}

.vc-headline, .vc-headline--pattern, .vc-headline--border-bottom, .vc-headline--line, .vc-headline--white, .vc-headline--primary {
  color: #073A91;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  font-size: 3.6rem;
  line-height: 1.3;
}
.vc-headline__toolbar a {
  color: #073A91;
  font-size: 2.2rem;
  margin-left: 20px;
  transition: color 0.25s, font-weight 0.25s;
}
.vc-headline__toolbar a.current, .vc-headline__toolbar a:hover {
  color: #073A91;
  font-weight: 600;
}
.vc-headline__select select {
  background: #0A67E9 url(../img/pro/icons/i-down.png) no-repeat right 15px center/15px;
  border-width: 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 40px 7px 20px;
  transition: opacity 0.25s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-headline__select select:hover {
  cursor: pointer;
  opacity: 0.75;
}
.vc-headline--white {
  color: #fff;
}
.vc-headline--line {
  margin-bottom: 50px;
  z-index: 1;
}
.vc-headline--line::before {
  background-color: #073A91;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.vc-headline--line span {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  padding-right: 30px;
}
.vc-headline--border-bottom {
  font-size: 3.6rem;
  z-index: 1;
}
.vc-headline--border-bottom::before {
  background-color: #073A91;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
  position: absolute;
  right: 0;
  width: 25%;
}
.vc-headline--pattern {
  background: url(../img/pro/common/img-pattern1.png) no-repeat bottom 0 center/268px;
  color: #073A91;
  font-size: 3.6rem;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-headline, .vc-headline--pattern, .vc-headline--border-bottom, .vc-headline--line, .vc-headline--white, .vc-headline--primary {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .vc-headline__toolbar a {
    font-size: 2.2rem;
    margin-left: 20px;
  }
  .vc-headline__select select {
    font-size: 1.6rem;
    padding: 10px 40px 7px 20px;
  }
  .vc-headline--line {
    margin-bottom: 30px;
  }
  .vc-headline--line span {
    font-size: 2.8rem;
    padding-right: 30px;
  }
  .vc-headline--border-bottom {
    font-size: 2.8rem;
  }
  .vc-headline--border-bottom::before {
    bottom: -10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-headline, .vc-headline--pattern, .vc-headline--border-bottom, .vc-headline--line, .vc-headline--white, .vc-headline--primary {
    font-size: 2.3rem;
  }
  .vc-headline__toolbar a {
    font-size: 2rem;
  }
  .vc-headline__select select {
    font-size: 1.4rem;
  }
  .vc-headline--line span {
    font-size: 2.4rem;
  }
  .vc-headline--border-bottom {
    font-size: 2.4rem;
  }
  .vc-headline__toolbar a {
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .vc-headline--pattern {
    background: url(../img/pro/common/img-pattern1.png) no-repeat bottom 0 center/150px;
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-headline__select select {
    font-size: 1.4rem;
    padding: 8px 30px 8px 15px;
  }
}

.vc-link, .vc-link--img {
  margin-bottom: 60px;
  transition: opacity 0.25s;
}
.vc-link:hover, .vc-link--img:hover {
  opacity: 0.75;
}
.vc-link--img {
  background: url(../img/pro/common/bg-01.jpg) no-repeat center center/cover;
  color: #073A91;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 50px 15px;
}
.vc-link--img:hover {
  color: #073A91;
}
@media only screen and (max-width: 1199.98px) {
  .vc-link, .vc-link--img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-link--img {
    color: #073A91;
    font-size: 2rem;
    padding: 15px 10px 12px;
  }
}

.vc-txt, .vc-txt--white {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.vc-txt p, .vc-txt--white p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.vc-txt p:last-child, .vc-txt--white p:last-child {
  margin-bottom: 0;
}
.vc-txt__highlight {
  color: #1976D2;
  font-size: 1.6rem;
}
.vc-txt__link {
  color: #333;
  font-size: 1.6rem;
  transition: color 0.25s;
}
.vc-txt__link img {
  transition: opacity 0.25s;
}
.vc-txt__link:hover {
  color: #1976D2;
  text-decoration: none;
}
.vc-txt__link:hover img {
  opacity: 0.75;
}
.vc-txt--white {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .vc-txt, .vc-txt--white {
    font-size: 1.5rem;
  }
}
.vc-point {
  color: #333;
  font-size: 1.5rem;
}
.vc-point span {
  background-color: #337ab7;
  border-radius: 5px;
  color: #fff;
  height: 32px;
  width: 32px;
}
.vc-point span.company {
  background-color: #b3002b;
}

.vc-note {
  color: #333;
  font-size: 1.3rem;
}
.vc-note span {
  background-color: #337ab7;
  border-radius: 3px;
  height: 10px;
  width: 10px;
}
.vc-note span.company {
  background-color: #b3002b;
}

.vc-pagination {
  display: flex;
  margin-bottom: 60px;
  text-align: center;
}
.vc-pagination ul {
  display: flex;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: auto;
}
.vc-pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vc-pagination span,
.vc-pagination a {
  align-items: center;
  color: #073A91;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  line-height: 1;
  justify-content: center;
  margin: 0 5px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  width: 30px;
}
.vc-pagination span img,
.vc-pagination a img {
  max-width: 16px;
}
.vc-pagination span.current, .vc-pagination span:hover,
.vc-pagination a.current,
.vc-pagination a:hover {
  background-color: #073A91;
  color: #fff;
}
.vc-pagination span.current img, .vc-pagination span:hover img,
.vc-pagination a.current img,
.vc-pagination a:hover img {
  filter: brightness(0) invert(1);
}
.vc-pagination span.current,
.vc-pagination a.current {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .vc-pagination span,
.vc-pagination a {
    font-size: 1.5rem;
  }
}

.vc-form, .vc-form--login, .vc-form--contact-bg, .vc-form--contact {
  overflow: hidden;
}
.vc-form__select select {
  background-color: #fff;
  border-width: 0;
  color: #1f1f1f;
  font-size: 1.8rem;
  height: 44px;
  padding: 10px 25px 10px 15px;
  transition: background-color 0.25s, border-color 0.25s;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-form__select select:focus {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #A2050E;
}
.vc-form__select svg {
  right: 10px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.vc-form__input {
  font-size: 0;
  margin: 0 0 15px;
  width: 100%;
}
.vc-form__input input,
.vc-form__input textarea {
  background-color: #fff;
  border-width: 0;
  color: #333;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s, border-color 0.25s;
  width: 100%;
}
.vc-form__input input:focus,
.vc-form__input textarea:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #0a3b61;
}
.vc-form__input textarea {
  height: 185px;
}
.vc-form__input ::-moz-placeholder {
  opacity: 1;
  color: #333;
}
.vc-form__input :-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
.vc-form__input ::placeholder {
  opacity: 1;
  color: #333;
}
.vc-form__input ::-webkit-input-placeholder {
  color: #333;
}
.vc-form__input :-moz-placeholder {
  color: #333;
}
.vc-form__input ::-moz-placeholder {
  color: #333;
}
.vc-form__input :-ms-input-placeholder {
  color: #333;
}
.vc-form__input ::-ms-input-placeholder {
  color: #333;
}
.vc-form__label {
  color: #686868;
  font-size: 1.4rem;
}
.vc-form__link {
  color: #686868;
  font-size: 1.4rem;
  transition: color 0.25s;
}
.vc-form__link svg {
  fill: currentColor;
  font-size: 1.2rem;
}
.vc-form__link:hover {
  color: #186C91;
  text-decoration: none;
}
.vc-form__checkbox > input {
  border: 0;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.vc-form__checkbox > input:checked + label::before {
  color: #186C91;
}
.vc-form__checkbox label {
  color: #686868;
  cursor: pointer;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-left: 22px;
  transition: color 0.25s;
}
.vc-form__checkbox label:hover {
  color: #1D7B41;
}
.vc-form__checkbox label::before {
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  content: "✓";
  color: transparent;
  display: inline-flex;
  font-size: 1.4rem;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  transition: background-color 0.25s, color 0.25s;
  width: 18px;
}
.vc-form__wrap a:not(:first-child) {
  border-left: 1px solid #686868;
  margin-left: 10px;
  padding-left: 10px;
}
.vc-form__dropdown {
  z-index: 999;
}
.vc-form__dropdown span {
  border: 1px solid #0a67e9;
  border-radius: 25px;
  color: #0a67e9;
  font-size: 2rem;
  padding: 3px 45px 5px 30px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-form__dropdown svg {
  fill: #0a67e9;
  font-size: 1.2rem;
  right: 15px;
  top: 13px;
}
.vc-form__dropdown div {
  max-height: 0;
  overflow: hidden;
  padding-top: 10px;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
  width: 100%;
}
.vc-form__dropdown ul {
  border-radius: 10px;
  list-style: none;
  max-height: 500px;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.vc-form__dropdown li {
  background-color: #0a67e9;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 10px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-form__dropdown li:hover {
  background-color: #fff;
  color: #0a67e9;
}
.vc-form__dropdown:hover {
  cursor: pointer;
}
.vc-form__dropdown:hover span {
  background-color: #0a67e9;
  color: #fff;
}
.vc-form__dropdown:hover svg {
  fill: #fff;
}
.vc-form__dropdown:hover div {
  max-height: 525px;
  transition: max-height 0.15s ease-in-out;
}
.vc-form--contact .vc-form__input input,
.vc-form--contact .vc-form__input textarea {
  border-width: 0;
}
.vc-form--contact-bg .vc-form__input input,
.vc-form--contact-bg .vc-form__input textarea {
  border: 1px solid transparent;
  background-color: #B7ECF8;
  color: #000;
}
.vc-form--contact-bg .vc-form__input input:focus,
.vc-form--contact-bg .vc-form__input textarea:focus {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #0a3b61;
}
.vc-form--contact-bg .vc-form__input ::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.vc-form--contact-bg .vc-form__input :-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.vc-form--contact-bg .vc-form__input ::placeholder {
  opacity: 1;
  color: #000;
}
.vc-form--contact-bg .vc-form__input ::-webkit-input-placeholder {
  color: #000;
}
.vc-form--contact-bg .vc-form__input :-moz-placeholder {
  color: #000;
}
.vc-form--contact-bg .vc-form__input ::-moz-placeholder {
  color: #000;
}
.vc-form--contact-bg .vc-form__input :-ms-input-placeholder {
  color: #000;
}
.vc-form--contact-bg .vc-form__input ::-ms-input-placeholder {
  color: #000;
}
.vc-form--login {
  background-color: #FFDB79;
  border-radius: 35px;
  padding: 50px;
}
.vc-form--login .vc-form__input input,
.vc-form--login .vc-form__input textarea {
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
}
.vc-form--login .vc-form__input input:focus,
.vc-form--login .vc-form__input textarea:focus {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #0a3b61;
}
.vc-form--login .vc-form__input span {
  background: url(../img/pro/icons/i-eye.png) no-repeat center center/20px;
  height: 17px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.25s;
  width: 20px;
  z-index: 1;
}
.vc-form--login .vc-form__input span::before {
  background-color: #686868;
  content: "";
  display: inline-block;
  height: 2px;
  left: -3px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(-35deg);
  transition: opacity 0.25s;
  top: 6px;
  width: 26px;
  z-index: -1;
}
.vc-form--login .vc-form__input span.show::before {
  opacity: 1;
}
.vc-form--login .vc-form__input span:hover {
  cursor: pointer;
  opacity: 0.75;
}
.vc-form--login .vc-form__input ::-moz-placeholder {
  opacity: 1;
  color: #A3A3A3;
}
.vc-form--login .vc-form__input :-ms-input-placeholder {
  opacity: 1;
  color: #A3A3A3;
}
.vc-form--login .vc-form__input ::placeholder {
  opacity: 1;
  color: #A3A3A3;
}
.vc-form--login .vc-form__input ::-webkit-input-placeholder {
  color: #A3A3A3;
}
.vc-form--login .vc-form__input :-moz-placeholder {
  color: #A3A3A3;
}
.vc-form--login .vc-form__input ::-moz-placeholder {
  color: #A3A3A3;
}
.vc-form--login .vc-form__input :-ms-input-placeholder {
  color: #A3A3A3;
}
.vc-form--login .vc-form__input ::-ms-input-placeholder {
  color: #A3A3A3;
}
@media only screen and (max-width: 1199.98px) {
  .vc-form__input input,
.vc-form__input textarea {
    height: 45px;
  }
  .vc-form__input textarea {
    height: 150px;
  }
}
.vc-banner__item img {
  width: 100%;
}
.vc-banner .swiper-button-next svg,
.vc-banner .swiper-button-prev svg {
  fill: #fff;
  font-size: 3.6rem;
}
.vc-banner .swiper-button-next {
  right: 30px;
}
.vc-banner .swiper-button-prev {
  left: 30px;
}
@media only screen and (max-width: 991.98px) {
  .vc-banner .swiper-button-next svg,
.vc-banner .swiper-button-prev svg {
    font-size: 2.6rem;
  }
  .vc-banner .swiper-button-next {
    right: 15px;
  }
  .vc-banner .swiper-button-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-banner .swiper-button-next svg,
.vc-banner .swiper-button-prev svg {
    font-size: 2rem;
  }
  .vc-banner .swiper-button-next {
    right: 10px;
  }
  .vc-banner .swiper-button-prev {
    left: 10px;
  }
}

.vc-header {
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .vc-header {
    height: 276px;
    transition: height 0.25s;
  }
  .vc-header__container {
    height: 207px;
    transition: height 0.25s;
  }
  .vc-header.sticky {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  }
  .vc-header__logo img {
    transition: opacity 0.25s, width 0.25s;
    width: 560px;
  }
  .vc-header__logo:hover img {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 1199.98px) {
  .vc-header {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    height: 120px;
    position: fixed;
    top: 0;
  }
  .vc-header__logo {
    left: 40px;
    position: fixed;
    top: 15px;
    width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-header {
    height: 110px;
  }
  .vc-header__logo {
    left: 10px;
    top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .vc-header__nav {
    background-color: #073B91;
    height: 69px;
    transition: width 0.25s;
    z-index: 9999;
  }
  .vc-header__nav.sp {
    display: none;
  }
  .vc-header__nav > div {
    height: 100%;
  }
  .vc-header__nav > div > ul {
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .vc-header__nav > div > ul > li {
    display: flex;
    height: 100%;
    position: relative;
  }
  .vc-header__nav > div > ul > li:last-child > a::after {
    display: none;
  }
  .vc-header__nav > div > ul > li.current-menu-item > a, .vc-header__nav > div > ul > li.current_page_item > a, .vc-header__nav > div > ul > li.current-post-ancestor > a, .vc-header__nav > div > ul > li.current-menu-parent > a, .vc-header__nav > div > ul > li.current-post-parent > a {
    background-color: #0A67E9;
    color: #fff;
  }
  .vc-header__nav > div > ul > li > a {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    font-size: 1.6rem;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    transition: color 0.25s, background-color 0.25s;
    width: 100%;
  }
  .vc-header__nav > div > ul > li > a svg {
    fill: currentColor;
    font-size: 1rem;
    margin-left: 5px;
    margin-top: 2px;
  }
  .vc-header__nav > div > ul > li > ul {
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform-origin: center top 0;
    transform: scaleY(0);
    transition: transform 0.25s ease-in-out;
    top: 100%;
    visibility: hidden;
    width: 250px;
  }
  .vc-header__nav > div > ul > li > ul > li {
    position: relative;
  }
  .vc-header__nav > div > ul > li > ul > li:last-child > a {
    border-bottom: 0;
  }
  .vc-header__nav > div > ul > li > ul > li > a {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    transition: background-color 0.25s;
    text-align: left;
    width: 100%;
  }
  .vc-header__nav > div > ul > li > ul > li > a svg {
    font-size: 1rem;
    fill: currentColor;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .vc-header__nav > div > ul > li > ul > li > ul {
    left: 100%;
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform-origin: left top 0;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
    top: 0;
    visibility: hidden;
    min-width: 225px;
    max-width: 250px;
  }
  .vc-header__nav > div > ul > li > ul > li > ul > li {
    position: relative;
  }
  .vc-header__nav > div > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
  }
  .vc-header__nav > div > ul > li > ul > li > ul > li > a {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.25s;
    width: 100%;
  }
  .vc-header__nav > div > ul > li > ul > li > ul > li:hover > a {
    background-color: #0A67E9;
    color: #fff;
  }
  .vc-header__nav > div > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }
  .vc-header__nav > div > ul > li > ul > li:hover > a {
    background-color: #0A67E9;
    color: #fff;
  }
  .vc-header__nav > div > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .vc-header__nav > div > ul > li:hover > a {
    background-color: #0A67E9;
    color: #fff;
  }
  .vc-header__nav-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .vc-header__nav {
    height: 100%;
    left: -100%;
    overflow-y: auto;
    position: fixed;
    top: 120px;
    transition: left 0.25s;
    width: 100%;
    z-index: 10000;
  }
  .vc-header__nav.pc {
    display: none;
  }
  .vc-header__nav.sp {
    display: block;
  }
  .vc-header__nav.active {
    left: 0;
  }
  .vc-header__nav > ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 30px 30px;
    min-height: 100%;
    width: 100%;
  }
  .vc-header__nav > ul > li:first-child > a {
    border-top-color: #000;
  }
  .vc-header__nav > ul > li > a {
    border-top: 1px solid #cbcbcb;
    color: #333;
    display: block;
    font-size: 1.6rem;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
  }
  .vc-header__nav > ul > li > a .vc-nav__expand {
    align-items: center;
    background-color: #0a67e9;
    border-radius: 5px;
    display: flex;
    height: 25px;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 10px;
    width: 25px;
  }
  .vc-header__nav > ul > li > a .vc-nav__expand::before, .vc-header__nav > ul > li > a .vc-nav__expand::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    transition: transform 0.25s;
    top: 13px;
    width: 9px;
    z-index: 1;
  }
  .vc-header__nav > ul > li > a .vc-nav__expand::before {
    right: 11px;
    transform: rotate(45deg);
  }
  .vc-header__nav > ul > li > a .vc-nav__expand::after {
    right: 5px;
    transform: rotate(-45deg);
  }
  .vc-header__nav > ul > li > ul {
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
  }
  .vc-header__nav > ul > li > ul > li {
    padding-right: 0;
  }
  .vc-header__nav > ul > li > ul > li > a {
    color: #333;
    display: block;
    font-size: 1.6rem;
    padding: 0 10px 10px 15px;
    position: relative;
    text-decoration: none;
  }
  .vc-header__nav > ul > li > ul > li > a .vc-nav__expand {
    align-items: center;
    background-color: #0A67E9;
    border-radius: 5px;
    display: flex;
    height: 25px;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 0;
    width: 25px;
  }
  .vc-header__nav > ul > li > ul > li > a .vc-nav__expand::before, .vc-header__nav > ul > li > ul > li > a .vc-nav__expand::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    transition: transform 0.25s;
    top: 13px;
    width: 9px;
    z-index: 1;
  }
  .vc-header__nav > ul > li > ul > li > a .vc-nav__expand::before {
    right: 11px;
    transform: rotate(45deg);
  }
  .vc-header__nav > ul > li > ul > li > a .vc-nav__expand::after {
    right: 5px;
    transform: rotate(-45deg);
  }
  .vc-header__nav > ul > li > ul > li > ul {
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
  }
  .vc-header__nav > ul > li > ul > li > ul > li {
    padding-right: 0;
  }
  .vc-header__nav > ul > li > ul > li > ul > li a {
    color: #333;
    display: block;
    font-size: 1.6rem;
    padding: 0 10px 10px 30px;
    position: relative;
    text-decoration: none;
  }
  .vc-header__nav > ul > li > ul > li.active > ul {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
  }
  .vc-header__nav > ul > li > ul > li.active > a {
    color: #0A67E9;
  }
  .vc-header__nav > ul > li > ul > li.active > a .vc-nav__expand::before {
    transform: rotate(-45deg);
  }
  .vc-header__nav > ul > li > ul > li.active > a .vc-nav__expand::after {
    transform: rotate(45deg);
  }
  .vc-header__nav > ul > li.active > ul {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
  }
  .vc-header__nav > ul > li.active > a {
    color: #0A67E9;
  }
  .vc-header__nav > ul > li.active > a .vc-nav__expand::before {
    transform: rotate(-45deg);
  }
  .vc-header__nav > ul > li.active > a .vc-nav__expand::after {
    transform: rotate(45deg);
  }
  .vc-header__nav-btn {
    background: url(../img/pro/icons/i-btn.png) no-repeat center center/26px;
    display: block;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 40px;
    top: 20px;
    z-index: 10001;
  }
  .vc-header__nav-btn.active {
    background: url(../img/pro/icons/i-close.png) no-repeat center center/20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-header__nav-btn {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-header__nav {
    top: 110px;
  }
  .vc-header__nav > ul {
    padding: 0 15px 30px;
  }
  .vc-header__nav-btn {
    right: 5px;
    top: 15px;
  }
}
.vc-top {
  height: 207px;
  transition: height 0.25s;
  z-index: 998;
}
.vc-top__row {
  height: 100%;
}
.vc-top__col {
  height: 100%;
}
.vc-top__input {
  font-size: 0;
}
.vc-top__input input {
  background-color: #0A67E9;
  border-width: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  height: 36px;
  padding: 10px 35px 10px 15px;
  transition: background-color 0.5s;
  min-width: 450px;
  width: 100%;
}
.vc-top__input input:focus {
  background-color: #073A91;
}
.vc-top__input button {
  background-color: transparent;
  border-width: 0;
  height: 28px;
  right: 10px;
  margin: 0;
  padding: 0;
  top: 4px;
  width: 28px;
}
.vc-top__input button svg {
  fill: #fff;
  font-size: 1.6rem;
}
.vc-top__input button:hover svg {
  fill: #EAF2FE;
}
.vc-top__input ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.vc-top__input :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.vc-top__input ::placeholder {
  opacity: 1;
  color: #fff;
}
.vc-top__input ::-webkit-input-placeholder {
  color: #fff;
}
.vc-top__input :-moz-placeholder {
  color: #fff;
}
.vc-top__input ::-moz-placeholder {
  color: #fff;
}
.vc-top__input :-ms-input-placeholder {
  color: #fff;
}
.vc-top__input ::-ms-input-placeholder {
  color: #fff;
}
.vc-top__nav a {
  margin: 0 10px;
  transition: opacity 0.25s;
}
.vc-top__nav a img {
  width: 40px;
}
.vc-top__nav a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 1199.98px) {
  .vc-top {
    height: 100%;
  }
  .vc-top__col {
    height: auto;
  }
  .vc-top__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 70px;
    width: 100%;
  }
  .vc-top__nav a {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-top__input {
    font-size: 0;
  }
  .vc-top__input input {
    font-size: 1.3rem;
    height: 30px;
    padding: 6px 35px 8px 10px;
    min-width: 200px;
  }
  .vc-top__input button {
    height: 28px;
    right: 5px;
    top: 1px;
    width: 28px;
  }
  .vc-top__input button svg {
    font-size: 1.5rem;
  }
  .vc-top__nav a {
    margin-left: 5px;
  }
  .vc-top__nav a img {
    width: 30px;
  }
}
.vc-footer {
  background: url(../img/pro//common/bg-03.jpg) no-repeat center center/cover;
  padding: 100px 0 0 0;
}
.vc-footer__logo {
  transition: opacity 0.25s;
}
.vc-footer__logo:hover {
  opacity: 0.7;
}
.vc-footer__fanpage {
  margin-bottom: 15px;
}
.vc-footer__info {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.vc-footer__info a {
  color: #fff;
  font-size: 1.6rem;
  padding-left: 26px;
  text-decoration: none;
  transition: color 0.25s;
}
.vc-footer__info a img {
  left: 0;
  top: 1px;
  max-width: 21px;
}
.vc-footer__info a.arrow {
  padding-left: 16px;
}
.vc-footer__info a.arrow img {
  top: 4px;
  width: 10px;
}
.vc-footer__info a:hover {
  color: #fff;
  text-decoration: underline;
}
.vc-footer__box {
  margin-bottom: 30px;
}
.vc-footer__box .vc-footer__info {
  flex: 1;
}
.vc-footer__bottom {
  border-top: 1px solid #0A67E9;
  margin-top: 50px;
  padding: 10px 0;
}
.vc-footer__copy {
  color: #fff;
  font-size: 1.6rem;
}
.vc-footer__copy a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.25s;
}
.vc-footer__copy a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 1199.98px) {
  .vc-footer {
    padding-top: 30px;
  }
  .vc-footer__logo img {
    max-width: 90px;
  }
  .vc-footer__info {
    font-size: 1.4rem;
  }
  .vc-footer__info a {
    font-size: 1.4rem;
    padding-left: 22px;
  }
  .vc-footer__info a img {
    top: 2px;
    max-width: 16px;
  }
  .vc-footer__info a.arrow {
    padding-left: 12px;
  }
  .vc-footer__info a.arrow img {
    top: 5px;
    width: 8px;
  }
  .vc-footer__bottom {
    margin-top: 30px;
  }
  .vc-footer__copy {
    font-size: 1.4rem;
  }
  .vc-footer__copy a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-footer__box {
    margin-bottom: 0;
  }
  .vc-footer__box .vc-footer__info {
    flex: inherit;
  }
  .vc-footer__col {
    margin-bottom: 30px;
  }
  .vc-footer__bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-footer__logo img {
    max-width: 80px;
  }
  .vc-footer__info {
    font-size: 1.3rem;
  }
  .vc-footer__info a {
    font-size: 1.3rem;
  }
  .vc-footer__info a img {
    top: 2px;
    max-width: 14px;
  }
  .vc-footer__info a.arrow img {
    top: 3px;
  }
  .vc-footer__copy {
    font-size: 1.3rem;
  }
  .vc-footer__copy a {
    font-size: 1.3rem;
  }
}

.vc-article, .vc-article--blog, .vc-article--product {
  color: #333;
  font-size: 1.8rem;
}
.vc-article__date {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.vc-article__content {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.vc-article__content p {
  color: currentColor;
  font-size: 1.8rem;
}
.vc-article__content p a {
  color: currentColor;
  font-size: 1.8rem;
  transition: color 0.5s;
}
.vc-article__content p a:hover {
  color: #073B91;
  text-decoration: none;
}
.vc-article__content .highlight {
  color: #073B91;
  font-size: 1.8rem;
}
.vc-article__content ul {
  padding-left: 1.2em;
}
.vc-article__content ul li {
  font-size: 1.8rem;
}
.vc-article__content ol {
  padding-left: 1.8rem;
}
.vc-article__content ol li {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.vc-article__content img {
  margin: 1.5rem auto;
  max-width: 100%;
}
.vc-article__box {
  background: #eaeaea url(../img/pro/common/bg-04.jpg) repeat-x 0 0/110px;
  /*margin-bottom: 60px;*/ /* LynkNeo edit */
  margin-top: 60px;
  padding-top: 45px;
}
.vc-article__wrap {
  padding: 50px;
}
.vc-article__input {
  font-size: 0;
  margin-bottom: 15px;
}
.vc-article__input input {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -105.26%, rgba(0, 0, 0, 0) 93.41%), #FFF;
  border: 2px solid #0A67E9;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  height: 55px;
  padding: 10px 30px;
  transition: background-color 0.5s;
  min-width: 350px;
  width: 100%;
}
.vc-article__input input:focus {
  background-color: #073A91;
}
.vc-article__input ::-moz-placeholder {
  opacity: 1;
  color: #333;
}
.vc-article__input :-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
.vc-article__input ::placeholder {
  opacity: 1;
  color: #333;
}
.vc-article__input ::-webkit-input-placeholder {
  color: #333;
}
.vc-article__input :-moz-placeholder {
  color: #333;
}
.vc-article__input ::-moz-placeholder {
  color: #333;
}
.vc-article__input :-ms-input-placeholder {
  color: #333;
}
.vc-article__input ::-ms-input-placeholder {
  color: #333;
}
.vc-article__btn {
  background-color: #0A67E9;
  border-radius: 25px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 55px;
  padding: 10px 30px;
  transition: box-shadow 0.25s, background-color 0.25s, color 0.25s;
}
.vc-article__btn:hover {
  background-color: #073B91;
  box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.vc-article__ttl {
  color: #333;
  font-size: 2.4rem;
}
.vc-article__ttl a {
  font-size: 2.4rem;
}
.vc-article__ttl-icon {
  color: #073A91;
  font-size: 2.4rem;
  margin: 30px 0 15px;
  padding-left: 45px;
}
.vc-article__ttl-icon span {
  left: 0;
  top: -6px;
  width: 40px;
}
.vc-article__ttl-icon img {
  max-width: 36px;
}
.vc-article__tag {
  color: #073A91;
  font-size: 1.6rem;
  font-weight: 700;
}
.vc-article__tag a {
  color: #333;
  border: 1px solid #333;
  border-radius: 25px;
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 3px 15px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-article__tag a:hover {
  background-color: #073A91;
  color: #fff;
  text-decoration: none;
}
.vc-article__txt {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.vc-article__txt p {
  color: currentColor;
  font-size: 1.8rem;
}
.vc-article__txt p a {
  color: currentColor;
  font-size: 1.8rem;
  transition: color 0.5s;
}
.vc-article__txt p a:hover {
  color: #073B91;
  text-decoration: none;
}
.vc-article__txt .highlight {
  color: #073B91;
  font-size: 1.8rem;
}
.vc-article__txt ul {
  padding-left: 1.2em;
}
.vc-article__txt ul li {
  font-size: 1.8rem;
}
.vc-article__txt ol {
  padding-left: 1.8rem;
}
.vc-article__txt ol li {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.vc-article__txt img {
  margin: 1.5rem auto;
  max-width: 100%;
}
.vc-article__name {
  color: #073A91;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.vc-article__name-border {
  border-bottom: 2px solid #999;
  margin-bottom: 15px;
  margin-top: 30px;
}
.vc-article__name-border span {
  color: #073A91;
  font-size: 2.4rem;
  line-height: 1;
}
.vc-article__name-border span::after {
  background-color: #23519F;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.vc-article__rating-txt {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.vc-article__rating svg {
  fill: #ddd;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.vc-article__rating svg.active {
  fill: #0A67E9;
}
.vc-article__rating svg:hover {
  cursor: pointer;
}
.vc-article__rating span {
  color: #000;
  font-size: 1.3rem;
}
.vc-article__avatar[data-type=hot]::after {
  background: url(../img/pro/icons/i-hot.png) no-repeat center 0/100%;
  content: "";
  display: inline-block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.vc-article__avatar[data-status=full]::before {
  background: url(../img/pro/icons/i-full.png) no-repeat center 0/100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 45px;
  left: 0;
  position: absolute;
  width: 45px;
}
.vc-article__info {
  color: #333;
  font-size: 1.8rem;
}
.vc-article__info a {
  color: #333;
  font-size: 1.8rem;
  transition: color 0.25s;
}
.vc-article__info a.status {
  color: #073A91;
}
.vc-article__info a:hover {
  color: #073A91;
  text-decoration: underline;
}
.vc-article__chapter {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 10px;
  transition: color 0.25s;
}
.vc-article__chapter-box {
  padding-left: 30px;
}
.vc-article__chapter-wrap {
  display: none;
}
.vc-article__chapter-wrap.show {
  display: block;
}
.vc-article__chapter:hover {
  color: #073A91;
  text-decoration: underline;
}
.vc-article__toolbar {
  margin: 30px 0;
}
.vc-article__toolbar a {
  background-color: #0A67E9;
  border-radius: 25px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  height: 38px;
  margin: 0 15px;
  padding: 10px 30px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-article__toolbar a svg {
  fill: currentColor;
  font-size: 1.3rem;
  margin-right: 10px;
}
.vc-article__toolbar a:last-child svg {
  margin-left: 10px;
  margin-right: 0;
}
.vc-article__toolbar a.disabled {
  background-color: #C5C4C4;
  pointer-events: none;
}
.vc-article__toolbar a:hover {
  background-color: #073B91;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.vc-article__select select {
  background-color: #fff;
  border: 1px solid #0A67E9;
  border-radius: 25px;
  color: #0A67E9;
  font-size: 1.8rem;
  height: 38px;
  padding: 3px 45px 5px 30px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-article__select svg {
  fill: #0A67E9;
  font-size: 1.3rem;
  right: 15px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.vc-article__icon {
  background-color: #0A67E9;
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  transition: background-color 0.25s;
  width: 38px;
}
.vc-article__icon img {
  max-width: 15px;
}
.vc-article__icon:hover {
  background-color: #073B91;
  cursor: pointer;
}
.vc-article__icon.hidden {
  display: none;
}
.vc-article__accor label::after {
  align-items: center;
  content: "Thu gọn";
  color: transparent;
  display: flex;
  height: 100%;
  left: 0;
  font-size: 1.8rem;
  justify-content: center;
  position: absolute;
  top: 0;
  transition: color 0.25s;
  width: 100%;
}
.vc-article__accor .vc-article__txt {
  color: #000;
  font-size: 1.6rem;
  max-height: 399px;
  overflow: hidden;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1), padding 0.25s;
}
.vc-article__accor input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.vc-article__accor input:checked ~ label {
  color: transparent;
}
.vc-article__accor input:checked ~ label::after {
  color: #fff;
}
.vc-article__accor input:checked ~ label:hover::after {
  color: #fff;
}
.vc-article__accor input:checked ~ .vc-article__txt {
  max-height: 2500px;
  transition: max-height 0.15s ease-in-out;
}
.vc-article__pattern {
  background: url(../img/pro/common/img-pattern2.png) no-repeat bottom 0 center/266px;
  margin-bottom: 50px;
  padding: 50px 0;
}
.vc-article--product {
  padding: 30px 0;
}
.vc-article--blog {
  padding-top: 60px;
  padding-bottom: 60px; /* LynkNeo add */
}
.vc-article--author {
  padding: 50px 0;
}
@media only screen and (max-width: 1199.98px) {
  .vc-article--blog {
    padding-top: 30px;
    padding-bottom: 30px; /* LynkNeo add */
  }
  .vc-article__accor .vc-article__txt {
    max-height: 240px;
  }
  .vc-article .vc-headline--primary, .vc-article--product .vc-headline--primary, .vc-article--blog .vc-headline--primary {
    font-size: 2rem;
  }
  .vc-article__date {
    font-size: 1.6rem;
  }
  .vc-article__content {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .vc-article__content p {
    font-size: 1.6rem;
  }
  .vc-article__content p a {
    font-size: 1.6rem;
  }
  .vc-article__content .highlight {
    font-size: 1.6rem;
  }
  .vc-article__content ul li {
    font-size: 1.6rem;
  }
  .vc-article__content ol {
    padding-left: 1.6rem;
  }
  .vc-article__content ol li {
    font-size: 1.6rem;
  }
  .vc-article__box {
    /*margin-bottom: 30px;*/ /* LynkNeo edit */
    margin-top: 30px;
  }
  .vc-article__input {
    margin-bottom: 15px;
  }
  .vc-article__input input {
    font-size: 1.6rem;
    height: 45px;
    padding: 10px 15px;
    min-width: 100%;
  }
  .vc-article__btn {
    font-size: 1.6rem;
    height: 45px;
    padding: 10px 15px;
  }
  .vc-article__head {
    font-size: 2.6rem;
    padding: 10px 15px;
  }
  .vc-article__ttl {
    font-size: 1.6rem;
  }
  .vc-article__ttl a {
    font-size: 1.6rem;
  }
  .vc-article__tag {
    font-size: 1.6rem;
  }
  .vc-article__tag a {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 2px 10px;
  }
  .vc-article__txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .vc-article__txt p {
    font-size: 1.6rem;
  }
  .vc-article__txt p a {
    font-size: 1.6rem;
  }
  .vc-article__txt .highlight {
    font-size: 1.6rem;
  }
  .vc-article__txt ul {
    padding-left: 1.2em;
  }
  .vc-article__txt ul li {
    font-size: 1.6rem;
  }
  .vc-article__txt ol {
    padding-left: 1.6rem;
  }
  .vc-article__txt ol li {
    font-size: 1.6rem;
  }
  .vc-article__info {
    font-size: 1.6rem;
  }
  .vc-article__info a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-article__wrap {
    padding: 15px;
  }
  .vc-article__avatar {
    margin-bottom: 15px;
  }
  .vc-article__avatar[data-type=hot]::after {
    width: 27px;
  }
  .vc-article__avatar[data-status=full]::before {
    width: 27px;
    height: 27px;
  }
  .vc-article__name {
    font-size: 2rem;
  }
  .vc-article__name-border span {
    font-size: 2rem;
  }
  .vc-article__item {
    margin: 0 -15px 15px;
    padding: 0 15px 10px;
  }
  .vc-article__ttl-icon {
    font-size: 1.8rem;
    margin: 30px 0 10px;
    padding-left: 35px;
  }
  .vc-article__ttl-icon span {
    top: -3px;
    width: 30px;
  }
  .vc-article__ttl-icon img {
    max-width: 25px;
  }
  .vc-article__pattern {
    background: url(../img/pro/common/img-pattern2.png) no-repeat bottom 0 center/150px;
    margin-bottom: 30px;
    padding: 50px 0;
  }
  .vc-article--product {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-article__head {
    font-size: 1.6rem;
  }
  .vc-article__ttl {
    font-size: 1.5rem;
  }
  .vc-article__ttl a {
    font-size: 1.5rem;
  }
  .vc-article__name {
    margin-top: 30px;
  }
  .vc-article__chapter {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .vc-article__chapter-box {
    padding-left: 0;
  }
  .vc-article__select select {
    font-size: 1.4rem;
    height: 32px;
    padding: 3px 30px 5px 15px;
  }
  .vc-article__select svg {
    font-size: 1.1rem;
    right: 15px;
  }
  .vc-article__icon {
    height: 32px;
    width: 32px;
  }
  .vc-article__icon img {
    max-width: 12px;
  }
  .vc-article__toolbar a {
    font-size: 1.4rem;
    height: 32px;
    margin: 0 5px;
    padding: 8px 10px 10px;
  }
  .vc-article__toolbar a svg {
    font-size: 1.1rem;
    margin-right: 5px;
  }
  .vc-article__toolbar a:last-child svg {
    margin-left: 5px;
    margin-right: 0;
  }
  .vc-article__accor label::after {
    font-size: 1.6rem;
  }
}
.vc-back-to-top {
  border: 2px solid #E9F3F5;
  background-color: #073A91;
  border-radius: 50%;
  bottom: -60px;
  height: 38px;
  right: 25px;
  text-decoration: none;
  transition: background-color 0.5s, bottom 0.5s;
  width: 38px;
  z-index: 999;
}
.vc-back-to-top.active {
  bottom: 15px;
}
.vc-back-to-top:hover {
  background-color: #D8E6EC;
  cursor: pointer;
}
.vc-back-to-top::before {
  background-color: #fff;
  content: "";
  height: 12px;
  left: 13px;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  width: 2px;
}
.vc-back-to-top::after {
  background-color: #fff;
  content: "";
  height: 12px;
  left: 21px;
  position: absolute;
  transform: rotate(-45deg);
  top: 11px;
  width: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-back-to-top {
    background-color: #fff;
    border-width: 0;
    right: 10px;
  }
  .vc-back-to-top::before {
    background-color: #073A91;
    border-radius: 3px;
    height: 13px;
    left: 14px;
    top: 12px;
    width: 2px;
  }
  .vc-back-to-top::after {
    background-color: #073A91;
    border-radius: 3px;
    height: 13px;
    left: 22px;
    top: 12px;
    width: 2px;
  }
}

.vc-instagram {
  background-color: #EAF2FE;
  padding: 60px 0;
}
.vc-instagram__item {
  font-size: 0;
  line-height: 0;
  padding-top: calc(406*100%/459);
  margin-bottom: 15px;
  overflow: hidden;
  transition: opacity 0.25s;
  width: 100%;
}
.vc-instagram__item img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.vc-instagram__item:hover {
  opacity: 0.75;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .vc-instagram .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .vc-instagram .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vc-instagram__item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-instagram {
    padding: 30px 0 20px;
  }
  .vc-instagram .vc-img img {
    max-width: 250px;
  }
}
.vc-contact {
  background: url(../img/pro/common/bg-02.jpg) no-repeat center center/cover;
  padding: 150px 0;
}
.vc-contact__box {
  background-color: #EAF2FF;
  padding: 50px;
}
.vc-contact__head {
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: 30px;
}
.vc-contact__txt {
  color: #fff;
  font-size: 2.6rem;
}
.vc-contact__ttl {
  color: #475FA1;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-contact {
    padding: 50px 0;
  }
  .vc-contact__box {
    padding: 30px;
  }
  .vc-contact__head {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  .vc-contact__txt {
    font-size: 1.6rem;
  }
  .vc-contact__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-contact__txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-contact__head {
    font-size: 2.6rem;
  }
  .vc-contact__txt {
    font-size: 1.5rem;
  }
}
.vc-news__item {
  color: #016379;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.5s;
  text-decoration: none;
}
.vc-news__item em {
  color: rgba(1, 99, 121, 0.5);
  font-size: 1.3rem;
  font-style: normal;
}
.vc-news__item span {
  flex: 1;
}
.vc-news__item:hover {
  color: #000;
  text-decoration: none;
}
.vc-news__avatar {
  border-radius: 50%;
  font-size: 0;
  height: 64px;
  line-height: 0;
  margin-right: 10px;
  overflow: hidden;
  width: 64px;
}
.vc-news__avatar img {
  height: 100%;
  left: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.vc-news__avatar:hover::after {
  opacity: 1;
}
.vc-news--home {
  padding-top: 15px;
}
.vc-news--home .vc-news__box {
  background-color: rgba(197, 195, 195, 0.14);
  padding: 15px;
  margin-top: -15px;
}
@media only screen and (max-width: 991.98px) {
  .vc-news--home .vc-news__box {
    margin-top: 30px;
  }
}
.vc-author__box {
  margin-bottom: 60px;
}
.vc-author__select {
  margin-left: 15px;
}
.vc-author__select select {
  background: #0A67E9 url(../img/pro/icons/i-down1.png) no-repeat right 15px center/15px;
  border-radius: 25px;
  border-width: 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 40px 7px 30px;
  transition: opacity 0.25s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-author__select select:hover {
  cursor: pointer;
  opacity: 0.75;
}
.vc-author__nav {
  max-width: 900px;
}
.vc-author__nav a {
  color: #073A91;
  font-size: 3.6rem;
  font-weight: 600;
  transition: color 0.25s;
}
.vc-author__nav a:hover {
  color: #0A67E9;
}
.vc-author__nav-col {
  width: calc(100% / 14);
}
.vc-author__img {
  margin-bottom: 50px;
}
.vc-author__img a {
  overflow: hidden;
  padding-top: calc(261 * 100% / 320);
  transition: opacity 0.25s;
  width: 100%;
}
.vc-author__img a img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-author__img a:hover {
  opacity: 0.75;
}
.vc-author__img .row {
  margin-left: -0px;
  margin-right: -0px;
}
.vc-author__img .row > * {
  padding-left: 0px;
  padding-right: 0px;
}
.vc-author__people a {
  color: #073A91;
  font-size: 2rem;
  margin-bottom: 30px;
  transition: opacity 0.25s;
  width: 100%;
}
.vc-author__people a span {
  margin-bottom: 10px;
  /* LynkNeo edit image display size START */
  /* padding-top: calc(496 * 100% / 342); */
  padding-top: calc(400 * 100% / 275);
  /* LynkNeo edit image display size END */
  overflow: hidden;
  width: 100%;
}
.vc-author__people a img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-author__people a:hover {
  opacity: 0.75;
}
.vc-author .vc-form__dropdown, .vc-author--home .vc-form__dropdown {
  margin-left: 15px;
}
.vc-author .vc-form__dropdown svg, .vc-author--home .vc-form__dropdown svg {
  top: 17px;
}
.vc-author .vc-form__dropdown span, .vc-author--home .vc-form__dropdown span {
  padding: 7px 45px 7px 30px;
}
.vc-author .vc-btn--primary,
/*.vc-author--home .vc-btn--primary,*/ /* LynkNeo edit as required 2021/12/28 */
.vc-author .vc-form__dropdown span,
.vc-author--home .vc-form__dropdown span,
.vc-author__select select {
  font-size: 2rem;
}
.vc-author--home {
  background-color: #EAF2FE;
  padding: 60px 0;
}
.vc-author--home .vc-author__img a {
  padding-top: calc(355 * 100% / 245);
}
.vc-author--home .vc-author__nav {
  margin-bottom: 60px;
  max-width: 450px;
}
.vc-author--home .vc-author__nav-col {
  width: calc(100% / 7);
}
@media only screen and (max-width: 991.98px) {
  .vc-author__select {
    margin-left: 10px;
  }
  .vc-author__select select {
    padding: 6px 40px 6px 30px;
  }
  .vc-author__nav {
    max-width: 500px;
  }
  .vc-author__nav a {
    font-size: 2.6rem;
  }
  .vc-author__nav-col {
    width: calc(100% / 7);
  }
  .vc-author__people-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .vc-author__people-row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vc-author__people a {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .vc-author .vc-btn--primary,
  /*.vc-author--home .vc-btn--primary,*/ /* LynkNeo edit as required 2021/12/28 */
  .vc-author .vc-form__dropdown span,
  .vc-author--home .vc-form__dropdown span,
  .vc-author__select select {
    font-size: 1.6rem;
  }
  .vc-author--home {
    padding: 30px 0;
  }
  .vc-author--home .vc-author__nav {
    margin-bottom: 30px;
  }
  .vc-author--home .vc-author__img {
    margin-bottom: 30px;
  }
  .vc-author--home .vc-author__box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-author__nav a {
    font-size: 2.8rem;
  }
  .vc-author__select {
    margin-left: 10px;
  }
  .vc-author__select select {
    background: #0A67E9 url(../img/pro/icons/i-down1.png) no-repeat right 10px center/10px;
    font-size: 1.4rem;
    padding: 5px 25px 4px 20px;
  }
  .vc-author--home .vc-author__nav {
    max-width: 300px;
  }
}

.vc-tip__box {
  border-bottom: 1px solid #f7f7f7;
  padding: 8px 0 5px;
}
.vc-tip__item {
  color: #000;
  font-size: 1.4rem;
}
.vc-tip__name {
  color: #084bf9;
  font-size: 1.4rem;
}
.vc-tip__up {
  color: forestgreen;
  font-size: 1.4rem;
}
.vc-tip__down {
  color: #b3002b;
  font-size: 1.4rem;
}
.vc-error {
  background: url(../img/pro/common/bg-02.jpg) no-repeat center center/cover;
  padding: 150px 0;
}
.vc-error__head {
  color: #fff;
  font-size: 4.8rem;
  margin-bottom: 30px;
}
.vc-error__txt {
  color: #fff;
  font-size: 3.6rem;
}
.vc-error__input {
  font-size: 0;
  margin-bottom: 30px;
}
.vc-error__input input {
  background-color: #0A67E9;
  border-width: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  height: 36px;
  padding: 10px 35px 10px 15px;
  transition: background-color 0.5s;
  min-width: 350px;
  width: 100%;
}
.vc-error__input input:focus {
  background-color: #073A91;
}
.vc-error__input button {
  background-color: transparent;
  border-width: 0;
  height: 28px;
  right: 10px;
  margin: 0;
  padding: 0;
  top: 4px;
  width: 28px;
}
.vc-error__input button svg {
  fill: #fff;
  font-size: 1.6rem;
}
.vc-error__input button:hover svg {
  fill: #EAF2FE;
}
.vc-error__input ::-moz-placeholder {
  opacity: 1;
  color: #fff;
  opacity: 1;
}
.vc-error__input :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  opacity: 1;
}
.vc-error__input ::placeholder {
  opacity: 1;
  color: #fff;
  opacity: 1;
}
.vc-error__input ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.vc-error__input :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.vc-error__input ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.vc-error__input :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.vc-error__input ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 1199.98px) {
  .vc-error {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-error__head {
    font-size: 3.6rem;
  }
  .vc-error__txt {
    font-size: 2.6rem;
  }
  .vc-error__input input {
    font-size: 1.4rem;
    min-width: 200px;
  }
  .vc-error img {
    width: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-error__head {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .vc-error__txt {
    font-size: 1.6rem;
  }
  .vc-error__input {
    max-width: 300px;
    margin: 0 auto 15px;
    width: auto;
  }
  .vc-error__input input {
    font-size: 1.4rem;
    min-width: 200px;
  }
  .vc-error img {
    width: 300px;
  }
}
.vc-calendar__item {
  border-right: 1px solid transparent;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;
  transition: background-color 0.25s, border-right-color 0.25s;
  width: 100%;
}
.vc-calendar__item.current, .vc-calendar__item:hover {
  background-color: #f0f0f0;
  border-right-color: red;
  text-decoration: none;
}
.vc-calendar__date {
  color: #666;
  width: 75px;
}
.vc-calendar__date em {
  border-bottom: 1px solid #999;
  color: red;
  font-style: normal;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}
.vc-calendar__ttl {
  color: #337ab7;
  font-size: 1.3rem;
  flex: 1;
}
.vc-read {
  padding: 65px 0;
}
.vc-read .swiper-button-next svg,
.vc-read .swiper-button-prev svg {
  fill: #000;
  font-size: 1.6rem;
}
.vc-read .swiper-button-next {
  right: -40px;
}
.vc-read .swiper-button-prev {
  left: -40px;
}
.vc-read .swiper-pagination {
  bottom: 0;
  margin-top: 30px;
}
.vc-read .swiper-pagination-bullet {
  background-color: #E0D6CC;
  border-width: 0;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  width: 12px;
}
.vc-read .swiper-pagination-bullet-active {
  background-color: #073A91;
}
.vc-read .swiper-slide {
  height: auto;
}
.vc-read__ttl {
  color: #073A91;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 10px 0 5px;
}
.vc-read__ttl span {
  font-size: 3.6rem;
  margin-top: 5px;
}
.vc-read__ttl::after {
  background-color: #073A91;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 250px;
}
.vc-read__txt {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto 50px;
}
.vc-read__item {
  margin-bottom: 60px;
}
.vc-read__avatar {
  overflow: hidden;
  padding-top: calc(800 * 100% / 550);
  transition: opacity 0.25s;
  width: 100%;
}
.vc-read__avatar img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-read__avatar:hover {
  opacity: 0.75;
}
.vc-read__img {
  overflow: hidden;
  padding-top: calc(800 * 100% / 550);
  width: 100%;
}
.vc-read__img img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-read__name {
  color: #073A91;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.vc-read__name:hover {
  text-decoration: underline;
}
.vc-read__tip {
  color: #333;
  font-size: 2.6rem;
}
.vc-read__des {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.vc-read__col {
  padding-left: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-read .swiper-pagination {
    margin-top: -90px;
  }
  .vc-read__col {
    padding-left: 15px;
  }
  .vc-read__name {
    font-size: 2.7rem;
  }
  .vc-read__tip {
    font-size: 1.8rem;
  }
  .vc-read__des {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-read {
    padding: 30px 0;
  }
  .vc-read .swiper-pagination {
    margin-top: 30px;
  }
  .vc-read .swiper-button-next {
    right: -30px;
  }
  .vc-read .swiper-button-prev {
    left: -30px;
  }
  .vc-read__avatar {
    margin-bottom: 30px;
  }
  .vc-read__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-read__name {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .vc-read__ttl {
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding: 0 0 5px;
  }
  .vc-read__ttl span {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .vc-read__ttl::after {
    width: 100px;
  }
  .vc-read__txt {
    font-size: 1.3rem;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .vc-read__avatar {
    float: left;
    margin-right: 10px;
    padding-top: 212px;
    width: 145px;
  }
}

.vc-update {
  padding: 0 0 60px 0;
}
.vc-update__item {
  transition: opacity 0.25s;
}
.vc-update__item:hover {
  opacity: 0.75;
}
.vc-update__avatar {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.vc-update__avatar img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s;
  width: 100%;
  z-index: 0;
}
.vc-update__status {
  font-weight: 700;
  margin-right: 15px;
}
.vc-update__status:last-child {
  margin-right: 0;
}
.vc-update__status[data-type=hot] {
  color: #C71F16;
}
.vc-update__status[data-type=full] {
  color: #073A91;
}
@media only screen and (max-width: 991.98px) {
  .vc-update {
    padding: 30px 0;
  }
}
.vc-menu {
  background: linear-gradient(180deg, #FFFDFD -22.92%, #EDEDED 100%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 0 5px;
}
.vc-menu .swiper-container {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.vc-menu .swiper-slide {
  width: auto;
}
.vc-menu .swiper-slide:last-child a::after {
  display: none;
}
.vc-menu__item {
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 10px;
  padding-right: 10px;
  transition: color 0.25s;
}
.vc-menu__item:hover, .vc-menu__item.current {
  color: #073A91;
  font-weight: bold;
}
.vc-menu .swiper-button-next svg,
.vc-menu .swiper-button-prev svg {
  fill: #333;
  font-size: 1.6rem;
}
.vc-menu .swiper-button-next {
  right: -30px;
}
.vc-menu .swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-menu {
    padding: 10px 25px 5px;
  }
  .vc-menu .swiper-button-next {
    right: -25px;
  }
  .vc-menu .swiper-button-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-menu__item {
    font-size: 1.6rem;
    margin-right: 5px;
    padding-right: 5px;
  }
}
.vc-accor__item {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.vc-accor__label {
  align-content: center;
  background-color: #EDEDED;
  display: flex;
  margin: 0;
  padding: 5px 30px 5px 10px;
  position: relative;
  transition: border-bottom-color 0.25s, color 0.25s, background-color 0.25s;
}
.vc-accor__label span {
  align-items: center;
  color: #00A4C5;
  display: flex;
  font-size: 1.6rem;
  transition: color 0.25s;
}
.vc-accor__label span i {
  width: 20px;
}
.vc-accor__label span img {
  margin: 0;
}
.vc-accor__label span svg {
  stroke: currentColor;
  font-size: 1.2rem;
}
.vc-accor__label:hover {
  background-color: #00A4C5;
  cursor: pointer;
  text-decoration: none;
}
.vc-accor__label:hover::before, .vc-accor__label:hover::after {
  background-color: #fff;
}
.vc-accor__label:hover span {
  color: #fff !important;
}
.vc-accor__label:hover img {
  filter: brightness(0) invert(1);
}
.vc-accor__label::before, .vc-accor__label::after {
  background-color: #00A4C5;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-130deg);
  transition: background-color 0.25s, transform 0.25s;
  width: 8px;
}
.vc-accor__label::after {
  right: 18px;
  transform: translateY(-50%) rotate(130deg);
}
.vc-accor__content {
  color: #000;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  margin-top: -8px;
  padding: 8px 15px 0;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1), padding 0.25s;
}
.vc-accor__content .highlight {
  color: #00A4C5;
  font-size: 1.6rem;
}
.vc-accor__content p {
  margin-bottom: 15px;
}
.vc-accor__content p:last-child {
  margin-bottom: 0;
}
.vc-accor input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.vc-accor input:checked + .vc-accor__label {
  border-bottom-color: #e7e7e7;
}
.vc-accor input:checked + .vc-accor__label span {
  color: #00A4C5;
}
.vc-accor input:checked + .vc-accor__label::before {
  transform: translateY(-50%) rotate(-50deg);
}
.vc-accor input:checked + .vc-accor__label::after {
  transform: translateY(-50%) rotate(50deg);
}
.vc-accor input:checked ~ .vc-accor__content {
  max-height: 2500px;
  padding: 15px 10px 10px;
  transition: max-height 0.25s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .vc-accor__label span {
    font-size: 1.6rem;
  }
  .vc-accor__content {
    font-size: 1.6rem;
  }
  .vc-accor__content p {
    font-size: 1.6rem;
  }
  .vc-accor__label {
    border-left-width: 5px;
    padding: 5px 35px 5px 5px;
  }
  .vc-accor__label em {
    font-size: 3.5rem;
  }
  .vc-accor__content {
    border-left-width: 5px;
  }
  .vc-accor__content em {
    font-size: 3.5rem;
  }
}

.vc-table, .vc-table--author, .vc-table--update {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.vc-table::-webkit-scrollbar, .vc-table--author::-webkit-scrollbar, .vc-table--update::-webkit-scrollbar {
  background-color: #e6e6e6;
  height: 10px;
  overflow: visible;
  width: 10px;
}
.vc-table::-webkit-scrollbar-button, .vc-table--author::-webkit-scrollbar-button, .vc-table--update::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.vc-table::-webkit-scrollbar-track, .vc-table--author::-webkit-scrollbar-track, .vc-table--update::-webkit-scrollbar-track {
  background-clip: padding-box;
  box-shadow: inset 1px 0 0 #e6e6e6;
}
.vc-table::-webkit-scrollbar-track:hover, .vc-table--author::-webkit-scrollbar-track:hover, .vc-table--update::-webkit-scrollbar-track:hover {
  background-color: #f3f3f3;
  box-shadow: inset 1px 0 0 #e6e6e6;
}
.vc-table::-webkit-scrollbar-track:active, .vc-table--author::-webkit-scrollbar-track:active, .vc-table--update::-webkit-scrollbar-track:active {
  background-color: #f3f3f3;
  box-shadow: inset 1px 0 0 #dcdcdc, inset -1px 0 0 #eeeeee;
}
.vc-table::-webkit-scrollbar-thumb, .vc-table--author::-webkit-scrollbar-thumb, .vc-table--update::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: #a5a5a5;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 #e6e6e6, inset 0 -1px 0 #a5a5a5;
}
.vc-table::-webkit-scrollbar-thumb:hover, .vc-table--author::-webkit-scrollbar-thumb:hover, .vc-table--update::-webkit-scrollbar-thumb:hover {
  background-color: #a5a5a5;
  box-shadow: inset 1px 1px 1px #a5a5a5;
}
.vc-table::-webkit-scrollbar-thumb:active, .vc-table--author::-webkit-scrollbar-thumb:active, .vc-table--update::-webkit-scrollbar-thumb:active {
  background-color: #808080;
  box-shadow: inset 1px 1px 3px #a6a6a6;
}
.vc-table table, .vc-table--author table, .vc-table--update table {
  border: 1px solid #eaeaea;
  border-collapse: collapse;
}
.vc-table table td, .vc-table--author table td, .vc-table--update table td,
.vc-table table th,
.vc-table--author table th,
.vc-table--update table th {
  border: 1px solid #eaeaea;
  font-size: 1.4rem;
  padding: 5px;
}
.vc-table--update table {
  border-width: 0;
  min-width: 705px;
  width: 100%;
}
.vc-table--update table td {
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  color: #333;
  padding: 15px;
}
.vc-table--update table td a {
  color: currentColor;
  font-size: 1.6rem;
  padding-left: 15px;
  transition: color 0.25s;
}
.vc-table--update table td a img {
  width: 10px;
  left: 0;
  top: 3px;
}
.vc-table--update table td a:hover {
  color: #073A91;
}
.vc-table--update table td:first-child {
  padding-left: 0;
}
.vc-table--update table td:last-child {
  color: #073A91;
  padding-right: 0;
  text-align: right;
}
.vc-table--author table {
  background-color: rgba(10, 103, 233, 0.15);
  border-width: 0;
  min-width: 705px;
  width: 100%;
}
.vc-table--author table td {
  border: 1px dashed #073A91;
  color: #000;
  font-size: 1.8rem;
  padding: 15px;
}
.vc-table--author table td:first-child {
  font-weight: 700;
  width: 270px;
}
.vc-table--author table td.head {
  background-color: #073A91;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 1199.98px) {
  .vc-table, .vc-table--author, .vc-table--update {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
  }
  .vc-table--author table {
    min-width: 610px;
  }
  .vc-table--author table td {
    font-size: 1.6rem;
    padding: 10px;
  }
  .vc-table--author table td:first-child {
    width: 200px;
  }
  .vc-table--author table td.head {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-table--update table td {
    vertical-align: top;
    padding: 10px 5px;
  }
  .vc-table--update table td a {
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 10px;
  }
  .vc-table--update table td a img {
    width: 6px;
    top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-table--update table {
    min-width: 100%;
  }
  .vc-table--update table td:nth-child(3) {
    display: none;
  }
}

.vc-card, .vc-card--read, .vc-card--product, .vc-card--related, .vc-card--library, .vc-card--book, .vc-card--review, .vc-card--blog {
  width: 100%;
}
.vc-card__avatar {
  overflow: hidden;
  /* LynkNeo edit image display size START */
  /* padding-top: calc(180 * 100% / 265); */
  padding-top: calc(400 * 100% / 600);
  /* LynkNeo edit image display size END */
  width: 100%;
}
.vc-card__avatar::before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
  z-index: 1;
}
.vc-card__avatar img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-card__ttl {
  color: #333;
  font-size: 1.8rem;
  transition: color 0.25s;
}
.vc-card__head {
  color: #073A91;
  font-size: 2.7rem;
}
.vc-card__des {
  color: #666;
  font-size: 1.6rem;
}
.vc-card__item {
  margin-bottom: 60px;
}
.vc-card__item[data-type=hot]::after {
  background: url(../img/pro/icons/i-hot.png) no-repeat center 0/100%;
  content: "";
  display: inline-block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.vc-card__item[data-status=full] .vc-card__avatar::after {
  background: url(../img/pro/icons/i-full.png) no-repeat center 0/100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 45px;
  left: 0;
  position: absolute;
  width: 45px;
}
.vc-card__item:hover .vc-card__avatar::before {
  opacity: 1;
}
.vc-card__item:hover .vc-card__ttl {
  color: #073A91;
}
.vc-card .swiper-button-next svg, .vc-card--read .swiper-button-next svg, .vc-card--product .swiper-button-next svg, .vc-card--related .swiper-button-next svg, .vc-card--library .swiper-button-next svg, .vc-card--book .swiper-button-next svg, .vc-card--review .swiper-button-next svg, .vc-card--blog .swiper-button-next svg,
.vc-card .swiper-button-prev svg,
.vc-card--read .swiper-button-prev svg,
.vc-card--product .swiper-button-prev svg,
.vc-card--related .swiper-button-prev svg,
.vc-card--library .swiper-button-prev svg,
.vc-card--book .swiper-button-prev svg,
.vc-card--review .swiper-button-prev svg,
.vc-card--blog .swiper-button-prev svg {
  fill: #073A91;
  font-size: 3.6rem;
}
.vc-card .swiper-button-next, .vc-card--read .swiper-button-next, .vc-card--product .swiper-button-next, .vc-card--related .swiper-button-next, .vc-card--library .swiper-button-next, .vc-card--book .swiper-button-next, .vc-card--review .swiper-button-next, .vc-card--blog .swiper-button-next {
  right: -30px;
}
.vc-card .swiper-button-prev, .vc-card--read .swiper-button-prev, .vc-card--product .swiper-button-prev, .vc-card--related .swiper-button-prev, .vc-card--library .swiper-button-prev, .vc-card--book .swiper-button-prev, .vc-card--review .swiper-button-prev, .vc-card--blog .swiper-button-prev {
  left: -30px;
}
.vc-card--blog {
  background-color: #EAF2FE;
  padding: 60px 0;
}
.vc-card--review {
  padding: 60px 0;
}
.vc-card--review .vc-card__col {
  width: calc(100% / 5);
}
.vc-card--book {
  background-color: #EAF2FE;
  padding: 60px 0;
}
/* LynkNeo edit as required 2021/12/28 START */
/*.vc-card--book .vc-card__ttl {
  min-height: 54px;
}*/
/* LynkNeo edit as required 2021/12/28 END */
.vc-card--book .vc-card__col {
  width: calc(100% / 5);
}
.vc-card--book .vc-card__avatar {
  /* LynkNeo edit image display size START */
  /* padding-top: calc(398 * 100% / 265); */
  padding-top: calc(400 * 100% / 275);
  /* LynkNeo edit image display size END */
}
.vc-card--library {
  padding-top: 60px;
}
.vc-card--library .vc-card__col {
  width: calc(100% / 5);
}
.vc-card--library .vc-card__avatar {
  /* LynkNeo edit image display size START */
  /* padding-top: calc(398 * 100% / 265); */
  padding-top: calc(400 * 100% / 275);
  /* LynkNeo edit image display size END */
}
.vc-card--related {
  background-color: #EAF2FD;
  padding: 60px 0;
}
.vc-card--related .vc-card__col {
  width: calc(100% / 5);
}
.vc-card--product {
  padding-top: 60px;
}
.vc-card--product .vc-card__avatar {
  /* LynkNeo edit image display size START */
  /* padding-top: calc(398 * 100% / 265); */
  padding-top: calc(400 * 100% / 275);
  /* LynkNeo edit image display size END */
}
.vc-card--read {
  margin: 0 auto;
  max-width: calc(100% - 70px);
}
.vc-card--read .vc-card__avatar {
  /* LynkNeo edit image display size START */
  /* padding-top: calc(398 * 100% / 265); */
  padding-top: calc(400 * 100% / 275);
  /* LynkNeo edit image display size END */
}
.vc-card--read .vc-card__item[data-type=hot]::after {
  width: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-card__ttl {
    font-size: 1.4rem;
  }
  .vc-card__des {
    font-size: 1.3rem;
  }
  .vc-card__item {
    margin-bottom: 30px;
  }
  .vc-card__item[data-type=hot]::after {
    width: 30px;
  }
  .vc-card__item[data-status=full] .vc-card__avatar::after {
    height: 30px;
    width: 30px;
  }
  .vc-card__head {
    font-size: 2rem;
  }
  .vc-card--blog {
    padding: 30px 0;
  }
  .vc-card--review {
    padding: 30px 0;
  }
  .vc-card--review .vc-card__col {
    width: calc(100% / 4);
  }
  .vc-card--book {
    padding: 30px 0;
  }
  .vc-card--book .vc-card__col {
    width: calc(100% / 4);
  }
  /* LynkNeo edit as required 2021/12/28 START */
  /*.vc-card--book .vc-card__ttl {
    min-height: 42px;
  }*/
  /* LynkNeo edit as required 2021/12/28 END */
  .vc-card--product {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-card--read {
    max-width: calc(100% - 50px);
  }
  .vc-card--review .vc-card__col {
    width: calc(100% / 3);
  }
  .vc-card--book .vc-card__col {
    width: calc(100% / 3);
  }
  .vc-card--book .swiper-pagination {
    bottom: 0;
    margin-top: 30px;
  }
  .vc-card--book .swiper-pagination-bullet {
    background-color: #E0D6CC;
    border-width: 0;
    height: 12px;
    margin: 0 3px;
    opacity: 1;
    position: relative;
    width: 12px;
  }
  .vc-card--book .swiper-pagination-bullet-active {
    background-color: #073A91;
  }
  .vc-card--book .swiper-button-next,
.vc-card--book .swiper-button-prev {
    display: none;
  }
  .vc-card--related {
    padding: 30px 0;
  }
  .vc-card--related .vc-card__col {
    width: calc(100% / 2);
  }
  .vc-card--library {
    padding-top: 30px;
  }
  .vc-card--library .vc-card__col {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-card--review .vc-card__col {
    width: calc(100% / 2);
  }
  .vc-card--book .vc-card__col {
    width: calc(100% / 2);
  }
  .vc-card--library {
    padding-top: 30px;
  }
  .vc-card--library .vc-card__col {
    width: calc(100% / 2);
  }
}

.vc-sidebar__head {
  background-color: #073A91;
  color: #fff;
  font-size: 2rem;
  padding: 10px 30px;
  text-align: center;
}
.vc-sidebar__box {
  background-color: #E0EDFF;
  padding: 15px 30px;
}
.vc-sidebar__tag {
  margin: 15px -8px;
}
.vc-sidebar__tag a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.3;
  transition: color 0.25s;
}
.vc-sidebar__tag a.current, .vc-sidebar__tag a:hover {
  color: #0A67E9;
}
.vc-sidebar__nav a {
  color: #333;
  font-size: 1.4rem;
  transition: color 0.25s;
  width: 100%;
}
.vc-sidebar__nav a span {
  margin-right: 95px;
}
.vc-sidebar__nav a em {
  color: #073A91;
  font-style: normal;
  right: 0;
  top: 0;
}
.vc-sidebar__nav a:hover {
  color: #073A91;
}
.vc-sidebar__category a {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 10px;
  transition: color 0.25s;
}
.vc-sidebar__category a:hover {
  color: #0A67E9;
}
.vc-sidebar__item {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  margin: 0 -30px 15px;
  padding: 0 20px 10px;
}
.vc-sidebar__item:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.vc-sidebar__item-ttl {
  color: #333;
  font-size: 1.6rem;
  padding-right: 95px;
  transition: color 0.25s;
}
.vc-sidebar__item-ttl[data-type]::before {
  color: #C71F16;
  content: attr(data-type);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  right: 50px;
  top: 0;
}
.vc-sidebar__item-ttl[data-status]::after {
  color: #073A91;
  content: attr(data-status);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
}
.vc-sidebar__item-ttl:hover {
  color: #073A91;
  text-decoration: underline;
}
.vc-sidebar__item-category {
  color: #0A67E9;
  font-size: 1.6rem;
  margin-right: 10px;
  transition: color 0.25s;
}
.vc-sidebar__item-category:hover {
  color: #073A91;
  text-decoration: underline;
}
@media only screen and (max-width: 1199.98px) {
  .vc-sidebar__category a {
    font-size: 1.5rem;
  }
  .vc-sidebar__box {
    padding: 10px 15px;
  }
  .vc-sidebar__head {
    font-size: 1.6rem;
    padding: 10px 15px;
  }
  .vc-sidebar__item {
    margin: 0 -15px 15px;
  }
  .vc-sidebar__tag {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-sidebar__head {
    font-size: 1.6rem;
    padding: 10px 15px 8px;
  }
  .vc-sidebar__box {
    margin-bottom: 15px !important;
    padding: 15px 15px 10px;
  }
  .vc-sidebar__tag {
    margin: 0;
  }
  .vc-sidebar__tag a {
    font-size: 1.5rem;
  }
}
.vc-library__avatar, .vc-library__avatar--video {
  overflow: hidden;
  padding-top: calc(193 * 100% / 342);
  width: 100%;
}
.vc-library__avatar::before, .vc-library__avatar--video::before {
  background: transparent url(../img/pro/icons/i-search.png) no-repeat center center/35px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.25s, background-color 0.25s;
  width: 100%;
  z-index: 1;
}
.vc-library__avatar img, .vc-library__avatar--video img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}
.vc-library__avatar--video::before {
  background: transparent url(../img/pro/icons/i-play.png) no-repeat center center/35px;
}
.vc-library__ttl {
  color: #333;
  font-size: 1.6rem;
  padding: 0 30px;
  transition: color 0.25s, font-weight 0.25s;
}
.vc-library__time {
  color: #fff;
  font-size: 1.4rem;
}
.vc-library__item {
  margin-bottom: 60px;
}
.vc-library__item:hover .vc-library__avatar::before, .vc-library__item:hover .vc-library__avatar--video::before {
  background: rgba(0, 0, 0, 0.25) url(../img/pro/icons/i-search.png) no-repeat center center/35px;
}
.vc-library__item:hover .vc-library__avatar--video::before {
  background: rgba(0, 0, 0, 0.25) url(../img/pro/icons/i-play.png) no-repeat center center/35px;
}
.vc-library__item:hover .vc-library__ttl {
  color: #073A91;
  font-weight: 700;
}
.vc-library--home {
  padding: 60px 0;
}
.vc-library__playlist {
  background-color: #333;
}
.vc-library__playlist-iframe {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.vc-library__playlist-iframe iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.vc-library__playlist-box {
  max-height: 427px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 15px;
  -webkit-overflow-scrolling: touch;
}
.vc-library__playlist-box::-webkit-scrollbar {
  border-radius: 0px;
  width: 5px;
}
.vc-library__playlist-box::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #C4C4C4;
}
.vc-library__playlist-box::-webkit-scrollbar-thumb {
  background-color: #C71F16;
}
.vc-library__playlist-box::-webkit-scrollbar-thumb:hover {
  background-color: #C71F16;
}
.vc-library__playlist-head {
  background-color: #0A67E9;
  color: #fff;
  height: 60px;
  left: -1.5rem;
  padding: 13px 15px 10px 45px;
  top: 0;
  width: calc(100% + 1.5rem);
  z-index: 2;
}
.vc-library__playlist-head img {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.vc-library__playlist-head span {
  font-size: 1.6rem;
  font-weight: 700;
}
.vc-library__playlist-head em {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.vc-library__playlist .vc-library__ttl {
  color: #fff;
  padding: 0;
}
.vc-library__playlist .vc-library__avatar--video {
  padding-top: calc(83 * 100% / 147);
}
.vc-library__playlist .vc-library__avatar--video::before {
  background: transparent url(../img/pro/icons/i-play.png) no-repeat center center/20px;
}
.vc-library__playlist .vc-library__item:hover {
  cursor: pointer;
}
.vc-library__playlist .vc-library__item:hover .vc-library__avatar--video::before {
  background: rgba(0, 0, 0, 0.25) url(../img/pro/icons/i-play.png) no-repeat center center/20px;
}
.vc-library__playlist .vc-library__item:hover .vc-library__ttl {
  color: #0A67E9;
  font-weight: 400;
}
.vc-library__playlist .vc-library__item:hover .vc-library__time {
  color: #0A67E9;
}
@media only screen and (max-width: 1199.98px) {
  .vc-library__ttl {
    font-size: 1.4rem;
    padding: 0;
  }
  .vc-library__time {
    font-size: 1.4rem;
  }
  .vc-library__item {
    margin-bottom: 30px;
  }
  .vc-library--home {
    padding: 30px 0;
  }
  .vc-library__playlist-box {
    max-height: 310px;
    padding-top: 15px;
  }
  .vc-library__playlist-head {
    height: 40px;
    padding: 8px 10px 10px 35px;
  }
  .vc-library__playlist-head img {
    left: 15px;
    max-width: 10px;
  }
  .vc-library__playlist-head span {
    font-size: 1.2rem;
  }
  .vc-library__playlist-head em {
    font-size: 1.1rem;
  }
  .vc-library__playlist .vc-library__ttl {
    font-size: 1.3rem;
  }
  .vc-library__playlist .vc-library__time {
    font-size: 1.2rem;
  }
  .vc-library__playlist .vc-library__item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-library .vc-img img, .vc-library--home .vc-img img {
    max-width: 250px;
  }
}

.fb-library .vc-caption {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.fb-library .vc-caption a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.25s;
  width: 100%;
}
.fb-library .vc-caption a:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.fb-library .vc-caption {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.fb-library .vc-caption a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
  width: 100%;
}
.fb-library .vc-caption a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #256695;
}

.fb-library .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.75);
}

.fb-library .fancybox-thumbs__list a::before {
  border: 0;
  transition: background-color 0.25s;
}
.fb-library .fancybox-thumbs__list a.fancybox-thumbs-active::before {
  background-color: rgba(37, 102, 149, 0.7);
}

.fb-library .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background-color: transparent;
}

.fb-library .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fb-library .fancybox-thumbs__list {
  margin: 0 auto;
}

.fb-library .fancybox-thumbs__list a::before {
  border-width: 2px;
}

.fb-library .fancybox-toolbar {
  background-color: #000;
  border-radius: 25px;
  overflow: hidden;
  right: 15px;
  top: 15px;
}

.fb-library .fancybox-navigation .fancybox-button {
  background-color: transparent;
  height: 38px;
  padding: 0;
  top: calc(50% - 19px);
  width: 38px;
}
.fb-library .fancybox-navigation .fancybox-button div {
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 0;
  position: relative;
  transition: background-color 0.25s;
}
.fb-library .fancybox-navigation .fancybox-button div::before {
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  top: 9px;
  width: 13px;
  z-index: 1;
}
.fb-library .fancybox-navigation .fancybox-button div svg {
  display: none;
}
.fb-library .fancybox-navigation .fancybox-button:hover div {
  background-color: #a0a0a0;
}
.fb-library .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 10px;
}
.fb-library .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div::before {
  left: 13px;
  transform: rotate(-42deg);
}
.fb-library .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 10px;
}
.fb-library .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div::before {
  left: 7px;
  transform: rotate(130deg);
}

.vc-partner {
  padding: 50px 0;
}
.vc-partner .swiper-slide {
  height: auto;
}
.vc-partner__item {
  height: 100%;
}
.vc-partner .swiper-button-next,
.vc-partner .swiper-button-prev {
  background: none;
  background-color: rgba(24, 108, 145, 0.17);
  border-radius: 20px;
  font-size: 0;
  height: 40px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  top: 15px;
  transition: background-color 0.25s;
  width: 40px;
}
.vc-partner .swiper-button-next svg,
.vc-partner .swiper-button-prev svg {
  fill: #186C91;
  font-size: 2rem;
}
.vc-partner .swiper-button-next.swiper-button-disabled,
.vc-partner .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.vc-partner .swiper-button-next:hover,
.vc-partner .swiper-button-prev:hover {
  background-color: #186C91;
}
.vc-partner .swiper-button-next:hover svg,
.vc-partner .swiper-button-prev:hover svg {
  fill: #fff;
}
.vc-partner .swiper-button-next {
  right: 15px;
}
.vc-partner .swiper-button-prev {
  left: inherit;
  right: 60px;
}
@media only screen and (max-width: 991.98px) {
  .vc-partner .swiper-button-next,
.vc-partner .swiper-button-prev {
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-partner {
    padding: 30px 0 75px;
  }
  .vc-partner__item img {
    max-height: 50px;
  }
  .vc-partner .swiper-button-next,
.vc-partner .swiper-button-prev {
    bottom: -45px;
    border-radius: 13px;
    height: 30px;
    top: inherit;
    width: 30px;
  }
  .vc-partner .swiper-button-next svg,
.vc-partner .swiper-button-prev svg {
    font-size: 1.6rem;
  }
  .vc-partner .swiper-button-next {
    right: calc(50% - 35px);
  }
  .vc-partner .swiper-button-prev {
    left: calc(50% - 35px);
  }
}

.vc-contact-btn {
  transition: right 0.5s, bottom 0.5s;
  z-index: 999;
}
.vc-contact-btn svg {
  fill: #fff;
}
.vc-contact-btn--inner {
  border: 2px solid #E9F3F5;
  border-radius: 50%;
  bottom: -300px;
  left: 10px;
}
.vc-contact-btn--inner.sticky {
  bottom: 10px;
}
.vc-contact-btn--inner.click .vc-contact-btn__icon::before {
  opacity: 1;
}
.vc-contact-btn--inner img {
  border-radius: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .vc-contact-btn--inner {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
}
.vc-contact-btn__icon {
  background-color: #186C91;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 66px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.5s;
  width: 66px;
}
.vc-contact-btn__icon:hover {
  background-color: #D8E6EC;
}
.vc-contact-btn__icon:hover span {
  background-color: #D8E6EC;
}
.vc-contact-btn__icon span {
  background-color: #186C91;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 3rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 1;
}
.vc-contact-btn__icon span.fadeInRight {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vc-contact-btn__icon span.slideInDown {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vc-contact-btn__icon span.active {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  align-items: center;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.vc-contact-btn__icon::before {
  align-items: center;
  background-color: #186C91;
  border-radius: 50%;
  content: "✗";
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 3rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .vc-contact-btn__icon {
    background-color: #fff;
    height: 50px;
    width: 50px;
  }
  .vc-contact-btn__icon span {
    background-color: #fff;
    font-size: 2rem;
    color: #186C91;
  }
  .vc-contact-btn__icon span svg {
    fill: #186C91;
  }
}
.vc-contact-btn--info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.29);
  bottom: 90px;
  display: none;
  flex-direction: column;
  padding: 10px 0;
  right: 5px;
  width: 195px;
}
.vc-contact-btn--info::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  left: 70%;
  position: absolute;
  top: 100%;
  width: 0;
}
.vc-contact-btn--info.click {
  display: flex;
}
.vc-contact-btn--info.zoomIn {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.vc-contact-btn--info.zoomOut {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.vc-contact-btn--info .vc-contact-btn__item {
  align-items: center;
  display: flex;
  padding: 5px 15px;
  text-decoration: none;
  width: 100%;
}
.vc-contact-btn--info .vc-contact-btn__item:hover span {
  color: #D8E6EC;
}
.vc-contact-btn--info .vc-contact-btn__item i {
  align-items: center;
  background-color: #186C91;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.vc-contact-btn--info .vc-contact-btn__item span {
  color: #186C91;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 10px;
  text-align: left;
  transition: color 0.5s;
  width: calc(100% - 50px);
}
.vc-contact-btn--info .vc-contact-btn__item em {
  color: #186C91;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
}

.vc-contact__sticky {
  border: 1px solid #ccc;
  border-bottom-width: 0;
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.25s;
  width: 60px;
  z-index: 9999;
}
.vc-contact__sticky-input {
  display: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky {
  left: -60px;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back {
  border: 1px solid #ccc;
  border-left-width: 0;
  height: 35px;
  left: 60px;
  width: 35px;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back svg {
  font-size: 0.75rem;
  transform: rotate(180deg);
}
.vc-contact__sticky-back {
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
  height: 60px;
  margin: 0;
  transition: background-color 0.25s, border 0.25s, left 0.25s, width 0.25s;
}
.vc-contact__sticky-back svg {
  fill: #09A4C6;
  font-size: 1.6rem;
  z-index: 1;
}
.vc-contact__sticky-back:hover {
  background-color: #E9F3F5;
  cursor: pointer;
}
.vc-contact__sticky-item {
  border-bottom: 1px solid #ccc;
  height: 60px;
  margin: 0;
}
.vc-contact__sticky-item::before {
  background-color: #f6f6f6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s;
  width: 100%;
  z-index: 1;
}
.vc-contact__sticky-item img,
.vc-contact__sticky-item svg {
  fill: currentColor;
  font-size: 3rem;
  max-height: 25px;
  z-index: 1;
}
.vc-contact__sticky-item span {
  background-color: #09A4C6;
  border-radius: 0 15px 15px 0;
  color: #fff;
  font-size: 1.6rem;
  left: -250px;
  height: 100%;
  top: 0;
  transition: left 0.25s;
  width: 250px;
  z-index: 0;
}
.vc-contact__sticky-item:hover {
  cursor: pointer;
}
.vc-contact__sticky-item:hover::before {
  background-color: #E9F3F5;
}
.vc-contact__sticky-item:hover span {
  left: 53px;
}
@media only screen and (max-width: 991.98px) {
  .vc-contact__sticky {
    left: -1px;
    width: 50px;
  }
  .vc-contact__sticky-input:checked + .vc-contact__sticky {
    left: -50px;
  }
  .vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back {
    left: 50px;
  }
  .vc-contact__sticky-back {
    height: 50px;
  }
  .vc-contact__sticky-back svg {
    font-size: 1.4rem;
  }
  .vc-contact__sticky-item {
    height: 50px;
  }
  .vc-contact__sticky-item img {
    max-height: 25px;
    max-width: 25px;
  }
  .vc-contact__sticky-item svg {
    font-size: 1.4rem;
  }
  .vc-contact__sticky-item span {
    left: -200px;
    width: 200px;
  }
  .vc-contact__sticky-item:hover span {
    left: 53px;
  }
}

.vc-sticky-contact {
  background-color: #fff;
  border-radius: 50%;
  bottom: -100px;
  height: 50px;
  left: 15px;
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
  width: 50px;
  z-index: 11000;
}
.vc-sticky-contact.sticky {
  bottom: 10px;
  opacity: 1;
}
.vc-sticky-contact::before {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 60px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 60px;
}
.vc-sticky-contact span {
  background-color: #00A4C5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  width: 40px;
}
.vc-sticky-nav {
  background-color: #fff;
  bottom: -100vh;
  left: 0;
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
  z-index: 12000;
}
.vc-sticky-nav.sticky {
  bottom: 0;
  opacity: 1;
}
.vc-sticky-nav__head {
  background-color: #00A4C5;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 15px;
}
.vc-sticky-nav__close {
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}
.vc-sticky-nav__item {
  border-bottom: 1px solid #F3F3F3;
  color: #000;
  font-size: 1.7rem;
  padding: 7px 15px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-sticky-nav__item:hover {
  background-color: #00A4C5;
  color: #fff;
  text-decoration: none;
}

.vc-breadcrumb {
  background: linear-gradient(180deg, #FFFFFF -20%, #E7E7E7 121.25%);
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding: 10px 0;
}
.vc-breadcrumb a {
  color: #999;
  font-size: 1.8rem;
  text-decoration: none;
  transition: color 0.5s;
}
.vc-breadcrumb a:hover {
  color: #073B91;
}
.vc-breadcrumb span {
  font-size: 1.8rem;
}
.vc-breadcrumb .breadcrumb_last {
  color: #073B91;
}
@media only screen and (max-width: 1199.98px) {
  .vc-breadcrumb {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 5px 0;
  }
  .vc-breadcrumb a {
    font-size: 1.6rem;
  }
  .vc-breadcrumb span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .vc-breadcrumb {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .vc-breadcrumb a {
    font-size: 1.5rem;
  }
  .vc-breadcrumb span {
    font-size: 1.5rem;
  }
}

.vc-navtab {
  background-color: #C6DCE5;
  padding: 5px 0;
}
.vc-navtab .swiper-container {
  margin: 0 30px;
}
.vc-navtab .swiper-slide {
  height: auto;
  width: auto;
}
.vc-navtab__item {
  border-radius: 5px;
  border-right: 1px solid rgba(24, 108, 145, 0.17);
  color: #000;
  font-size: 1.4rem;
  margin: 0 5px;
  padding: 5px 15px;
  transition: background-color 0.25s;
}
.vc-navtab__item.current {
  background-color: #F3F3F3;
}
.vc-navtab__item:hover {
  text-decoration: none;
}
.vc-navtab__avatar {
  border-radius: 15px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
}
.vc-navtab__avatar img {
  height: 100%;
  left: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s;
  width: 100%;
  z-index: 0;
}
.vc-navtab .swiper-button-next,
.vc-navtab .swiper-button-prev {
  background: none;
  border-radius: 20px;
  font-size: 0;
  height: 40px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.25s;
  width: 20px;
}
.vc-navtab .swiper-button-next svg,
.vc-navtab .swiper-button-prev svg {
  fill: #186C91;
  font-size: 1.5rem;
}
.vc-navtab .swiper-button-next.swiper-button-disabled,
.vc-navtab .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.vc-navtab .swiper-button-next:hover svg,
.vc-navtab .swiper-button-prev:hover svg {
  fill: #fff;
}
.vc-navtab .swiper-button-next {
  right: 5px;
}
.vc-navtab .swiper-button-prev {
  left: 5px;
}
.vc-pricing {
  padding: 75px 0;
}
.vc-pricing__item, .vc-pricing__item--option2, .vc-pricing__item--option1 {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
}
.vc-pricing__item--option1 .vc-pricing__box {
  background-color: #FEC93C;
  padding-top: 15px;
}
.vc-pricing__item--option1 .vc-pricing__cost {
  background-color: #E97000;
}
.vc-pricing__item--option1 .vc-pricing__btn {
  background-color: #FEC93C;
  border-color: #FFE7A8;
}
.vc-pricing__item--option1 .vc-pricing__info {
  border-color: #F0B720;
}
.vc-pricing__item--option1 .vc-pricing__icon {
  margin-left: auto;
  margin-right: auto;
  transform: none;
}
.vc-pricing__item--option1 .vc-pricing__icon span {
  background-color: #FEC93C;
}
.vc-pricing__item--option2 .vc-pricing__box {
  background-color: #186C91;
}
.vc-pricing__item--option2 .vc-pricing__cost {
  background-color: #034563;
}
.vc-pricing__item--option2 .vc-pricing__head,
.vc-pricing__item--option2 .vc-pricing__ttl {
  color: #fff;
}
.vc-pricing__item--option2 .vc-pricing__btn {
  background-color: #186C91;
  border-color: #82C3E0;
  color: #fff;
}
.vc-pricing__item--option2 .vc-pricing__info {
  border-color: #004C6D;
  color: #fff;
}
.vc-pricing__item--option2 .vc-pricing__icon span {
  background-color: #186C91;
}
.vc-pricing__box {
  background-color: #72BF44;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 44px 20px 10px;
}
.vc-pricing__head {
  color: #000;
  font-size: 2rem;
}
.vc-pricing__ttl {
  color: #000;
  font-size: 1.5rem;
}
.vc-pricing__info {
  border-bottom: 1px solid #86EA4A;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding: 0 15px 5px;
}
.vc-pricing__info:last-child {
  border-bottom-width: 0;
}
.vc-pricing__cost {
  background-color: #306C0C;
  color: #fff;
  font-size: 2rem;
  margin: 0 -20px;
  padding: 10px;
}
.vc-pricing__cost small {
  font-style: normal;
  font-weight: 1.5rem;
}
.vc-pricing__btn {
  background-color: #72BF44;
  border: 5px solid #BDE1A8;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  color: #000;
  font-size: 2rem;
  padding: 7px 15px;
  transition: box-shadow 0.25s, background-color 0.25s, color 0.25s;
}
.vc-pricing__btn:hover {
  background-color: #D8E6EC;
  box-shadow: 5px 15px 40px rgba(0, 201, 224, 0.2);
  color: #186C91;
  text-decoration: none;
}
.vc-pricing__icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  height: 108px;
  top: 0;
  transform: translate(-50%, -54px);
  width: 108px;
}
.vc-pricing__icon span {
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 0;
  height: 84px;
  line-height: 0;
  background-color: #72BF44;
  width: 84px;
}
.vc-pricing__icon img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991.98px) {
  .vc-pricing .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .vc-pricing .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vc-pricing__item, .vc-pricing__item--option1, .vc-pricing__item--option2 {
    padding: 5px 5px 15px;
  }
  .vc-pricing__box {
    padding: 40px 10px 10px;
  }
  .vc-pricing__head {
    color: #000;
    font-size: 1.7rem;
  }
  .vc-pricing__ttl {
    font-size: 1.4rem;
  }
  .vc-pricing__info {
    font-size: 1.4rem;
    padding: 0 5px 5px;
  }
  .vc-pricing__cost {
    font-size: 1.8rem;
    margin: 0 -10px;
    padding: 5px;
  }
  .vc-pricing__cost small {
    font-style: normal;
    font-weight: 1.4rem;
  }
  .vc-pricing__btn {
    border-width: 3px;
    font-size: 1.7em;
    padding: 5px 15px;
  }
  .vc-pricing__icon {
    height: 70px;
    transform: translate(-50%, -30px);
    width: 70px;
  }
  .vc-pricing__icon span {
    height: 60px;
    width: 60px;
  }
  .vc-pricing__icon img {
    max-height: 25px;
    max-width: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-pricing__col {
    margin-bottom: 50px;
  }
}

.vc-popup {
  background-color: transparent;
  display: none;
  max-width: 825px;
}
.vc-popup .fancybox-close-small {
  align-items: center;
  background-color: transparent;
  color: #fff;
  display: flex;
  height: 25px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  right: 90px;
  top: 70px;
  transition: color 0.25s;
  width: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .vc-popup .fancybox-close-small {
    right: 5px;
    top: 5px;
  }
}
.vc-popup .fancybox-close-small svg {
  font-size: 4rem;
  height: 1em;
  width: 1em;
}
.vc-popup .fancybox-close-small:hover {
  color: #ed1c24;
  cursor: pointer;
}
.vc-popup__content {
  background-color: #186C91;
  border: 3px solid #fff;
  border-radius: 35px;
  max-width: 96%;
  padding: 50px 30px;
  width: 525px;
}
.vc-popup .vc-btn--primary {
  background-color: #E6EFF4;
  color: #186C91;
}
.vc-popup .vc-btn--primary:hover {
  background-color: #186C91;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .vc-popup {
    padding: 0;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767.98px) {
  .vc-popup__content {
    padding: 30px 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}