@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  line-height: 1.5;
}

.card {
  height: 100%;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s;
}

a {
  color: #005EB8;
}

h1,
h4,
h5,
h6 {
  color: #005EB8;
}

.logoTitle {
  color: #005EB8;
}

.logoSubTitle {
  color: #005EB8;
}

@media screen and (max-width: 395px) {
  .logoTitle {
    font-size: calc(95% + 1vmin) !important;
  }

  .logoSubTitle {
    font-size: calc(95% + 1vmin) !important;
  }
}
.breadcrumb-item a {
  text-decoration: none;
}

.nav-link {
  color: #000 !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #005EB8 !important;
  font-weight: 500;
}

.nav-link.active {
  text-decoration: underline;
}

.header {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .header {
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 300px 100px;
  }
  .header .navbar {
    margin-top: 30px;
  }
}
.header .header-logo {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header a {
  text-decoration: none;
  margin: 10px;
  color: #000;
}
.header .header-personal span {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.header .ln-phone,
.header .ln-personal {
  color: #5a5b5d;
  font-size: 24px;
  margin-right: 5px;
  width: 24px;
}
.header .top-link a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.header .top-link a:hover {
  color: #207bbd;
}
.header .header-btn {
  margin: 0;
}
.header .header-btn span {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
}
.header .header-about {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .header .header-about {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .bottom-menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    display: block;
  }

  .bottom-menu {
    display: none;
  }

  .nav-menu {
    display: none;
  }
}
.nav-menu {
  transition: all 0.3s ease;
  background: #005EB8;
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 19;
  padding: 0;
  left: 100%;
  margin: 0;
  border: 0;
  top: 0;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.dropdown-menu .dropdown-menu-title {
  font-weight: 500;
}
.dropdown-menu li > a {
  margin: 0;
}

.dropdown-item:hover {
  color: #005EB8;
  background-color: rgba(255, 255, 255, 0);
}

.without-dots li {
  list-style-type: none;
  text-decoration: none !important;
}

.active-menu {
  left: 0;
  color: #fff;
}
.active-menu h1,
.active-menu h4 {
  color: #fff;
}
.active-menu a {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
}
.active-menu a:hover {
  text-decoration: underline;
}

.hide-scroll {
  overflow: hidden;
}

.bottom-menu {
  background-color: #005EB8;
  padding: 5px;
  margin-right: 0;
  margin-left: 0;
  position: sticky;
  bottom: 0;
  z-index: 20;
}

.ln-bottom-menu {
  font-size: 42px;
  color: #fff;
  cursor: pointer;
}

main {
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1;
}
main .main-slider .main-slider__bglink {
  background-color: black;
}
main .main-slider .main-slider__link {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  text-shadow: 2px 2px 2px black;
}
main .main-slider .main-slider__link:hover {
  text-decoration: underline;
}
main .main-slider .swiper-container {
  width: auto;
}
main .main-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main-slider .swiper-slide .slider-img {
  position: relative;
}
main .main-slider .swiper-slide .slider-img .slider-text {
  letter-spacing: 1px;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 10%;
  background-color: rgba(255, 255, 255, 0.3);
}
main .hide-top-menu {
  display: none;
}
main .top-menu {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
main .top-menu a {
  color: #fff;
  text-decoration: none;
}
main .top-menu div {
  width: 100%;
  background-color: #006BB7;
  color: #fff;
  padding: 10px;
  border-bottom: solid 0.1px lightgrey;
}
main .top-menu div:hover {
  background-color: #004d84;
  transition: all 0.3s ease;
}
main .top-menu .ln-icon__top {
  font-size: 35px;
  margin-left: 10px;
  margin-right: 30px;
}
@media screen and (min-width: 1400px) {
  main .top-menu div {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  main .top-menu div {
    height: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  main .top-menu div {
    height: 46px;
  }
}
@media screen and (max-width: 991px) {
  main .slider {
    display: none;
  }
  main .hide-top-menu {
    display: block;
    padding: 0px;
  }
  main .hide-top-menu .row div {
    width: 100%;
    background-color: #2c6c9a;
    color: #fff;
    padding: 15px;
    border-bottom: solid 0.1px lightgrey;
  }
  main .hide-top-menu .row div:hover {
    background-color: #215072;
    transition: all 0.3s ease;
  }
  main .hide-top-menu .row a {
    color: #fff;
    text-decoration: none;
  }
  main .hide-top-menu .row .ln-label {
    padding-right: 10px;
    font-weight: bold;
  }
  main .top-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  main .top-menu div {
    height: 58px;
  }
}
main .main-menu1 {
  padding: 15px 15px 0px 15px;
  background-color: #eef4f8;
}
main .main-menu2 {
  padding: 15px 15px 0px 15px;
  background-color: #e2ebf2;
}
main .main-menu3 {
  padding: 15px 15px 0px 15px;
  background-color: #d5e3ed;
}
main .link-title {
  font-weight: 700;
  text-decoration: none;
  color: #005EB8;
  margin-bottom: 20px;
}
main ul {
  margin-left: -15px;
}
main .link-menu {
  margin-top: 20px;
}
main .link-menu li {
  margin-bottom: 10px;
}
main .link-menu a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
main .link-menu a:hover {
  color: #207bbd;
}
main .ln-icon {
  font-size: 30px;
  color: #207bbd;
  font-weight: bolder;
  margin-right: 15px;
}
main .ln-icon-50 {
  font-size: 50px;
  color: #005EB8;
  font-weight: bolder;
  margin: 0px 20px;
}
main .ln-icon_home {
  font-size: 16px;
  font-weight: bolder;
}
main .main-news h5 {
  color: #005EB8;
}
main .main-news .main-news__date {
  color: #5a5b5d;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 15px;
}
main .main-news .main-news__title {
  color: #5a5b5d;
  font-weight: bolder;
  font-size: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}
main .main-news .main-news__title a {
  text-decoration: none;
  font-weight: normal;
  color: #005EB8;
}
main .main-news a:hover {
  color: #ffae00;
}
main .main-news .main-news__text {
  color: #5a5b5d;
  font-size: 13px;
}
main .main-news .main-news__readmore {
  margin-top: 15px;
  color: #5a5b5d;
  font-style: italic;
  font-size: 13px;
  text-decoration: none;
}
main .main-news .main-news__info {
  border-radius: 6px;
  border: 3px solid #007EB8;
  padding: 10px;
}
main .main-news .main-news__info iframe {
  height: 200px;
  width: 100%;
}
main .main-news .main-news_calc .ln-icon_find {
  font-size: 10px;
  color: #fff;
  font-weight: bolder;
}
main .main-news .area-app {
  border: solid 1px lightgrey;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.75);
}
main .main-news .area-app .area-app-title {
  text-align: center;
  padding: 10px;
}
main .main-news .area-app .area-app-link h6 {
  padding-top: 10px;
}
main .main-news .area-app .ln-icon_app {
  font-size: 70px;
  color: #207bbd;
  margin-bottom: 15px;
}
main .main-news .area-app .ln-icon_app2 {
  font-size: 70px;
  color: #207bbd;
  margin-bottom: 15px;
}
main .main-news .area-app a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
main .main-news .area-app a:hover {
  text-decoration: none;
}
main .main-news .area-app .area-app-banner img {
  width: 100%;
  max-height: 92px;
}
main .main-news .area-app .area-app-banner a:hover img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  transform: scale(1.01);
}
main .main__about {
  font-size: 14px;
  line-height: 1.5;
}
main .main__about .main__about-bgtext {
  background-color: #f8f8f8;
}
main .main__about .main__about-bgtext img {
  width: 100%;
}
main .main__about .main__about-bgtext p {
  padding: 15px;
}
main .main__about .main__about-bgtext .about_risks p, main .main__about .main__about-bgtext .about_risks h5 {
  margin: 0;
}
main .main__about .main__about-steps .ln-icon {
  font-size: 64px;
  font-weight: normal;
  margin-right: 0;
}
main .main__about .main__about-steps p {
  text-align: center;
}
main .main__about .steps {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main__about .steps .round {
  background-color: #007ac2;
  border-radius: 50%;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
main .main__about .steps div ~ div {
  margin-left: 30px;
}
@media screen and (max-width: 993px) {
  main .main__about .steps {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  main .main__about .steps div ~ div {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
main .main-calc .main-calc__form .count {
  font-weight: bold;
  font-size: 32px;
  padding-right: 10px;
}
main .main-calc .main-calc__result {
  text-align: center;
}
main .main-calc .main-calc__result .count {
  font-weight: bold;
  font-size: 38px;
}
main .main__left-menu li {
  color: #005EB8;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
}
main .main__left-menu li a:hover {
  color: #00376c;
}
main .main_left-menu2,
main .main_bottom-menu2 {
  display: none;
  margin-top: 15px;
  background-color: #f8f8f8;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.75);
  padding: 15px;
}
main .main_left-menu2 a,
main .main_bottom-menu2 a {
  text-decoration: none;
}
main .main_left-menu2 a:hover,
main .main_bottom-menu2 a:hover {
  color: #00376c;
}
main .main_left-menu2 .ln-icon,
main .main_bottom-menu2 .ln-icon {
  font-weight: normal;
  margin-right: 15px;
  font-size: 32px;
}
main .main_left-menu2 .link-text,
main .main_bottom-menu2 .link-text {
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 993px) {
  main .main_left-menu2 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  main .main_bottom-menu2 {
    display: block;
  }
}
main .pdf-ico {
  width: 32px;
  margin-right: 10px;
}
main .tab-content .download-link:hover {
  text-decoration: none;
}

footer .footer-links ul {
  padding: 0;
}
footer .footer-links ul li a {
  line-height: 32px;
}
footer .footer-links a:hover {
  text-decoration: none;
  color: #00376c;
}
footer .footer-links .svg-icon {
  margin-right: 5px;
  width: 24px;
}
footer .footer-links .item:not(:last-child):after {
  display: inline-block;
  margin: 0 5px 0 4px;
  color: #007ac2;
  content: "|";
}
footer .footer-logo img {
  width: 30%;
  height: auto;
}
footer .footer-text {
  color: #5a5b5d;
  font-size: 14px;
}

.body-agent {
  background-color: #f8f8f8;
}

.navbar-agent {
  background-color: #006BB7;
}
.navbar-agent a {
  color: #fff !important;
  text-decoration: none;
}
.navbar-agent a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.pagebreak {
  page-break-before: always;
}

@page {
  size: A4;
  margin: 1cm 1cm 2cm 1.5cm;
}
@media print {
  .print-hide {
    display: none;
  }

  .print-show {
    font-size: 80%;
  }

  p {
    margin-bottom: 0 !important;
  }

  .pagebreak {
    page-break-before: always;
  }
}
@media screen {
  .print-show {
    display: none;
  }
}