@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header.active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 841px) {
  .site-header:not(.active) .nav-menu ul li a {
    color: #fff;
  }
  .site-header.active .nav-menu ul li a {
    color: #333;
  }
}
.site-header #main-header {
  padding: 1rem 2rem;
  /*   background: #fff;
         @include sp {
             position: fixed;
             top: 0;
             left: 0;
             right: 0;
             z-index: 199;
             padding: 0.5rem 0;
         }
  */
}
.site-header #main-header .navbar__toggle {
  display: none;
  color: #333;
}
@media screen and (max-width: 840px) {
  .site-header #main-header .navbar__toggle {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .site-header .header-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item {
  position: relative;
  padding: 1.5rem 1.2rem;
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item > a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item > a {
  font-size: 1.4rem;
  line-height: 1.9;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item > a::after,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item > a::after {
  content: "";
  background-color: #197DD8;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 841px) {
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item > a:hover::after,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item > a:hover::after {
    width: 100%;
  }
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item.current-menu-item a, .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item.current_page_item a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item.current-menu-item a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item.current_page_item a {
  font-weight: bold;
}
@media screen and (min-width: 841px) {
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item.current-menu-item a::after, .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item.current_page_item a::after,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item.current-menu-item a::after,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item.current_page_item a::after {
    width: 100%;
  }
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item.menu-item-has-children a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item.menu-item-has-children a {
  display: table-cell;
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item:hover .sub-menu,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item:hover .sub-menu {
  display: block;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  pointer-events: auto;
}
.site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu li a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item ul.sub-menu li a {
  line-height: 1.8em;
}
@media screen and (min-width: 841px) {
  .site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu {
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    z-index: 20;
    border-radius: 4px;
    width: 190px;
    border-top: none;
    display: block;
    opacity: 0;
    left: 0;
    top: calc(100% - 1px);
    pointer-events: none;
    padding: 20px;
    width: 200px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top: 4px solid #037eee;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #037eee;
    position: absolute;
    top: -14px;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu li {
    padding: 0;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu li a {
    font-weight: 400;
    font-size: 13px;
    color: #363636;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
    text-transform: none;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu li a:hover {
    color: #037eee;
  }
}
@media screen and (max-width: 840px) {
  .site-header .header-inner .header-logo img {
    height: 4rem;
    margin-left: -1.8rem;
  }
  .site-header .header-inner .header-menu {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    bottom: 0;
    top: 6rem;
    overflow-y: auto;
    margin: 0;
    padding: 2rem 0;
    list-style: none;
    z-index: 99;
    opacity: 0;
    display: none;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item {
    padding: 1rem 2rem;
    border-bottom: 1px solid #ececec;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item:first-child,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item:first-child {
    border-top: 1px solid #ececec;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item > a,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item > a {
    line-height: 2;
    font-size: 1.4rem;
    text-align: left;
  }
  .site-header .header-inner .header-menu .nav-menu ul.primary-menu li.menu-item ul.sub-menu,
.site-header .header-inner .header-menu .nav-menu ul.primary-menu .page_item ul.sub-menu {
    display: none;
  }
}
.site-header .menu-button {
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 841px) {
  .site-header .menu-button {
    display: none;
  }
}
.site-header .menu-button span {
  display: block;
  width: 2.4rem;
  height: 2px;
  border-radius: 2px;
  background-color: #5d5d5d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-header .menu-button span:nth-child(1) {
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 0.8rem));
          transform: translateX(-50%) translateY(calc(-50% + 0.8rem));
}
.site-header .menu-button span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.site-header .menu-button span:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(calc(-50% - 0.8rem));
          transform: translateX(-50%) translateY(calc(-50% - 0.8rem));
}
.site-header .menu-button.is-active span {
  width: 2.5rem;
}
.site-header .menu-button.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.site-header .menu-button.is-active span:nth-child(2) {
  width: 0;
}
.site-header .menu-button.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

body.single:not(.single-services) .site-header,
body.error404 .site-header {
  background-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 841px) {
  body.single:not(.single-services) .site-header:not(.active) .nav-menu ul li a,
body.error404 .site-header:not(.active) .nav-menu ul li a {
    color: #333;
  }
}

@media screen and (min-width: 841px) {
  body .site-header:not(.active) .sub-menu li a {
    color: #333;
  }
}
body .site-header .sub-menu li a {
  color: #333;
}
body .site-header .sub-menu li a::after {
  content: none !important;
}

.l-footer {
  background-color: #333333;
  padding-top: 50px;
}
.l-footer .footer-logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.l-footer .footer-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-footer .footer-content h3 {
  color: #fff;
  font-size: 18px;
}
.l-footer .footer-content .foot-title {
  margin-bottom: 15px;
}
.l-footer .footer-content p {
  color: #fff;
}
.l-footer .footer-content .foot-map {
  margin-top: 15px;
}
.l-footer .footer-content .footer-email {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 841px) {
  .l-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.l-footer .footer-content .nav-footer-menu .footer-menu li {
  margin: 7px 0;
}
.l-footer .footer-content .nav-footer-menu .footer-menu li a {
  color: #fff;
  font-size: 1.6rem;
}
.l-footer .footer-content .nav-footer-menu .footer-menu li a:hover {
  text-decoration: underline;
}
.l-footer .footer-content .foot-col {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 841px) {
  .l-footer .footer-content .foot-col {
    width: 50%;
  }
}
.l-footer .copyright {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 840px) {
  .l-footer .foot-menu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 841px) {
  .l-footer .foot-menu {
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .l-footer .foot-sns {
    margin-top: 20px;
  }
}
@media screen and (min-width: 841px) {
  .l-footer .foot-sns {
    width: 50%;
  }
}
.l-footer .foot-sns .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .foot-sns .list-sns .sns-item {
  margin-right: 15px;
}
.l-footer .foot-sns .list-sns .sns-item i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  border: 1px solid #D4EDFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 840px) {
  .l-footer .foot-sns .list-sns .sns-item i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.l-footer .foot-sns .list-sns .sns-item a {
  color: #D4EDFF;
  text-align: center;
}
.l-footer .foot-sns .list-sns .sns-item a:hover {
  color: #333333;
}
.l-footer .foot-sns .list-sns .sns-item a:hover i {
  background-color: #fff;
  color: #333333;
}
@media screen and (min-width: 841px) {
  .l-footer .foot-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (min-width: 840px) and (max-width: 1179px) {
  html {
    font-size: 0.8474576271vw;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #F7FAFC;
  color: #333333;
}

a {
  color: #6bb6fd;
  text-decoration: none;
}

@media screen and (min-width: 841px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .only-pc {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.container {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-viewmore-wrap {
  padding: 34px 0px 10px 0px;
  text-align: center;
}
.btn-viewmore-wrap .btn-viewmore {
  color: #5b6a76;
  display: inline-block;
}

.underline-hover {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: -7px;
}
.underline-hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.underline-hover:hover::after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.75rem 2.5rem;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(32, 33, 36);
  background-color: #197DD8;
  min-width: 104px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #0C7CFF;
  color: #0c7cff;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #197DD8;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 841px) {
  .section-title {
    font-size: 3rem;
    margin-bottom: 7rem;
    padding-bottom: 2.5rem;
  }
  .section-title::after {
    width: 9rem;
  }
}

@media screen and (min-width: 841px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.btn-gohome {
  color: #fff;
  text-decoration: none !important;
}

.img-hover-01 {
  position: relative;
  display: block;
  overflow: hidden;
}
.img-hover-01 img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-hover-01:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.h2, h2 {
  font-size: 2rem;
}

.contact-banner h1 {
  text-transform: uppercase;
}

.contact-banner h1 {
  color: #fff;
  font-size: 63px;
  text-shadow: 0px 2px 22px rgba(0, 0, 0, 0.136801);
  font-weight: 700;
}

@media screen and (max-width: 840px) {
  .contact-banner h1 {
    color: #fff;
    font-size: 45px;
    text-shadow: 0px 2px 22px rgba(0, 0, 0, 0.136801);
    font-weight: 700;
  }
}
.single-container {
  margin-top: 72px;
  background-color: #fff;
}

.single-header {
  padding: 80px 20px 30px 20px;
  background-color: #fff;
}

.single-header .single-header-text {
  font-size: 3rem;
  color: #434343;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.single-header .breadcrumbs {
  margin-top: -40px;
}

.single-header .single-header-desc {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3E3E3;
}

.single-header .single-header-desc .single-header-desc-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.section-title {
  color: #3f3f3f;
  margin-bottom: 50px;
}

.breadcrumbs a {
  color: #197DD8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

#toc_container a {
  color: -webkit-link;
}

.lang-item > a {
  line-height: 1.25 !important;
}
.lang-item > a::after {
  content: none !important;
}
.lang-item > a img {
  width: 21px !important;
}

.client-section {
  padding: 50px 0;
  padding-bottom: 10rem;
}
.client-section .section-title {
  color: #fff;
}
.client-section .client-content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.client-section .client-content .client-item {
  width: 25%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #333;
          box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.client-section .client-content .client-item img {
  width: 100%;
  height: 100%;
  padding: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 840px) {
  .client-section .client-content .client-item {
    width: 50%;
  }
}

.main-cfc {
  background-color: #fff;
}

section.new-bap-about-us {
  background: #f7fafc;
  padding: 50px 0;
}

.main-about-content {
  position: relative;
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.15826);
          box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.15826);
  border-radius: 6px;
  overflow: hidden;
}

.bap-about-container .text-header-text {
  color: #197DD8;
}

.bap-about-container .text-description {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.bap-about-container {
  padding: 50px 20px;
  text-align: center;
}

.bap-achievement-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  background: #fff;
  padding: 40px 0;
  border: 0.7px solid #F7FAFC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 31px rgba(211, 211, 211, 0.220744);
          box-shadow: 0px 12px 31px rgba(211, 211, 211, 0.220744);
  border-radius: 4px;
}

.bap-achievement-list .bap-achievement-item {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 150px;
  -webkit-box-flex: 0;
  flex: 0 0 150px;
  max-width: 150px;
  margin-bottom: 20px;
}

.bap-achievement-list .bap-achievement-item .content-inner .achievement-item-icon {
  width: 100px;
  height: 114px;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
}

.bap-achievement-list .bap-achievement-item .content-inner .achievement-item-icon i {
  font-size: 50px;
  color: #1D9EFF;
}

.bap-achievement-list .bap-achievement-item .content-inner .achievement-number-counter {
  color: #DDEFFF;
  font-size: 50px;
  font-weight: 500;
}

.bap-achievement-list .bap-achievement-item .content-inner p {
  font-size: 18px;
  color: #4AD9FF;
}

.bap-achievements .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bap-achievements .content-inner p {
  font-size: 13px;
  color: #bcbaba;
  margin: 0;
}

.bap-achievements .content-inner .number-counter {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 18px;
  color: #848b93;
}

.bap-achievements .content-inner i {
  font-size: 47px;
  color: #1d9eff;
  margin-right: 10px;
}

.bap-slider {
  position: relative;
  overflow-x: hidden;
}

.bap-slider .bap-intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bap-slider .bap-intro-slider .bap-intro-left {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bap-slider .bap-intro-slider .bap-intro-left .web-title {
  font-size: 4rem;
  margin-bottom: 3rem;
}

.bap-slider .bap-intro-slider .bap-intro-left .web-description {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
}

.bap-slider .bap-intro-slider .bap-intro-left .btn {
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
  border-width: 2px;
  width: 250px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
}

.bap-slider .bap-intro-slider .bap-intro-left .btn:hover {
  background-color: #fff;
  color: #0C7CFF;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bap-slider .bap-intro-slider .bap-intro-left .contact-button {
  margin-top: 5rem;
}

.bap-slider .slideshow {
  background: #197DD8;
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.bap-slider .slideshow:before {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), color-stop(98.7%, rgba(0, 0, 0, 0.352006)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.352006) 98.7%);
  z-index: 1;
}

.bap-slider .slideshow .slider {
  height: auto;
}

.bap-slider .slideshow .item img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100vh;
  height: 100vh;
  width: 100%;
}

.bap-slider .slideshow .slick-dots {
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.bap-slider .slideshow .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}

.bap-slider .slideshow .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.bap-slider .slideshow .slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
  text-align: center;
  color: rgba(249, 249, 249, 0.7);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bap-slider .slideshow .slick-dots li.slick-active button:before {
  color: #4D9CFF;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bap-slider .bap-intro-right {
  text-align: right;
}

.bap-slider .bap-intro-right .bap-intro-right-inner {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background-color: rgba(94, 132, 253, 0.12);
  padding: 77.5px;
  float: right;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .bap-list-services {
  position: relative;
  width: 305px;
  height: 305px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .circle-spin {
  position: absolute;
  width: 305px;
  height: 305px;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 9000ms;
  animation-duration: 9000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .circle-wave-1 {
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  top: 100px;
  left: 100px;
  background-color: rgba(109, 144, 255, 0.3);
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-duration: 6000ms;
  animation-duration: 6000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item-center {
  position: absolute;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-color: rgba(109, 144, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 60px;
  top: 60px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item-center .list-services-item a {
  position: relative;
  width: 110px;
  height: 110px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item-center .list-services-item a img {
  width: 54px;
  height: 54px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a {
  position: absolute;
  background-color: #0F6FD8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-1 a {
  top: -10px;
  left: 50%;
  width: 26px;
  height: 26px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-1 a:hover {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-2 a {
  top: 20px;
  right: -25px;
  width: 90px;
  height: 90px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-3 a {
  top: 190px;
  right: -20px;
  width: 90px;
  height: 90px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-4 a {
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 60px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-4 a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-5 a {
  bottom: -16px;
  left: 115px;
  width: 45px;
  height: 45px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-5 a:hover {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-6 a {
  top: calc(50% + 10px);
  left: -35px;
  width: 90px;
  height: 90px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-7 a {
  top: 0px;
  left: 5px;
  width: 90px;
  height: 90px;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .item-7 a:hover {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a .title-icon {
  color: white;
  text-align: center;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a img {
  text-align: center;
}

.bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a {
  justify-items: center;
  display: inline-grid;
}

.item-reson {
  text-align: left;
}

.item-reson h4 {
  font-size: 14px;
  text-align: justify;
  letter-spacing: -0.337647px;
  text-transform: uppercase;
  color: #373737;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-weight: 700;
}

.item-reson img {
  margin-right: 10px;
}

.content-reason p {
  margin: 0;
}

.content-reason {
  text-align: left;
}

.content-reason ul {
  padding: 0;
  margin: 0;
}

.content-reason ul li:before {
  content: "\f00c";
  color: #037eee;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 12px;
}

.content-reason ul li {
  list-style: none;
  padding: 5px 0 5px 30px;
  position: relative;
  color: #373737;
  font-size: 14px;
}

.item-nomal {
  background: #fff;
  -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.0851453);
          box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.0851453);
  border-radius: 3px;
  padding: 5px;
}

@media (max-width: 981px) {
  .main-about-content {
    position: relative;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.15826);
            box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.15826);
    border-radius: 6px;
    overflow: hidden;
  }
  .main-about-content:before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 22, 76, 0.7);
  }
  .main-about-content {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-about-content:before {
    background: unset;
    position: unset;
  }
  .main-about-content:before {
    position: unset !important;
  }
  .bap-about-container .text-header-text {
    color: #373737;
    width: 100%;
    text-align: left;
  }
  .bap-about-container .text-description {
    color: #addcff;
    font-size: 15px;
    line-height: 1.7;
  }
  .bap-about-container {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
  }
  .bap-about-container .text-description {
    color: #767676;
    font-size: 13px;
  }
  .bap-about-container {
    position: unset;
    padding-bottom: 30px;
  }
  .bap-about-container a.btn.btn-outline.mb-2 {
    color: #067bff;
    border-color: #067bff;
  }
  .bap-achievement-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bap-achievement-list .bap-achievement-item .content-inner .achievement-item-icon {
    margin-bottom: 10px;
  }
  .bap-achievement-list .bap-achievement-item .content-inner .achievement-item-icon i {
    font-size: 40px;
  }
  .bap-achievement-list .bap-achievement-item .content-inner .achievement-number-counter {
    font-size: 40px;
  }
  div#iso-certified.bap-achievements .content-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .bap-achievements .content-inner i {
    font-size: 30px;
  }
  .bap-achievements .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bap-achievements .content-inner p {
    font-size: 13px;
    color: #bcbaba;
    margin: 0;
  }
  .bap-achievements .content-inner .number-counter {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 18px;
    color: #848b93;
  }
  .bap-achievements .content-inner i {
    color: #1d9eff;
    margin-right: 10px;
  }
  .bap-achievements .content-inner img {
    width: 50%;
  }
  .bap-slider .bap-intro-right {
    display: none;
  }
  .bap-slider .bap-intro-slider .bap-intro-left {
    text-align: center;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .bap-intro-left-inner {
    width: 100%;
  }
  .bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a .title-icon {
    color: white;
    text-align: center;
  }
  .bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a img {
    text-align: center;
  }
  .bap-slider .bap-intro-right .bap-intro-right-inner .list-services-item a {
    justify-items: center;
    display: inline-grid;
  }
  .item-reson {
    text-align: left;
  }
  .item-reson h4 {
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.337647px;
    text-transform: uppercase;
    color: #373737;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .item-reson img {
    margin-right: 10px;
  }
  .content-reason p {
    margin: 0;
  }
  .content-reason {
    text-align: left;
  }
  .content-reason ul {
    padding: 0;
    margin: 0;
  }
  .content-reason ul li:before {
    color: #037eee;
    left: 8px;
    top: 10px;
    font-size: 12px;
  }
  .content-reason ul li {
    list-style: none;
    padding: 5px 0 5px 30px;
    position: relative;
    color: #373737;
    font-size: 14px;
  }
  .item-nomal {
    background: #fff;
    -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.0851453);
            box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.0851453);
    border-radius: 3px;
    padding: 5px;
  }
}
.list-project .item .item-inner {
  display: block;
}
@media screen and (min-width: 841px) {
  .list-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-project .item {
    width: 25%;
  }
  .list-project .item .item-inner {
    height: 100%;
  }
}

.p-page {
  padding: 3rem 0;
  min-height: calc(100vh - 62rem);
}
@media screen and (max-width: 840px) {
  .p-page {
    padding: 3rem 0;
  }
}
.p-page .title,
.p-page .entry-title {
  font-size: 2.8rem;
  color: #197DD8;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 840px) {
  .p-page .title,
.p-page .entry-title {
    font-size: 2rem;
    text-align: left;
    padding-bottom: 1.1rem;
    margin-bottom: 2.5rem;
  }
}
.p-page h1,
.p-page h2,
.p-page h3,
.p-page h4,
.p-page h5,
.p-page h6 {
  color: #197DD8;
  font-weight: 600;
}
.p-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.p-page h2 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
.p-page h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.p-page h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.p-page h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.p-page h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.p-page p {
  margin-bottom: 1em;
}
.p-page ul {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 2em;
}
.p-page a {
  text-decoration: underline;
}
.p-page .p-page-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 94rem;
  width: 100%;
}
.p-page blockquote {
  background: #f0f0f0;
  margin: 2rem 0;
  border-left: 0.5rem solid #111;
  padding: 1.5rem;
}

.p-notfound {
  padding-top: 10rem;
}
.p-notfound .p-content {
  margin-top: 5rem;
}

.archive-header {
  margin-bottom: 4rem;
}
.archive-header .archive-title {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #197DD8;
  position: relative;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
}
.archive-header .archive-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 9rem;
  height: 0.3rem;
  background-color: #197DD8;
}
@media screen and (max-width: 840px) {
  .archive-header .archive-title {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 841px) {
  .post-list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.post-list .post-item {
  width: 50%;
  margin-bottom: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 841px) {
  .post-list .post-item {
    width: 33.33%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 7rem;
  }
}
.post-list .post-item .post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 16/10;
}
.post-list .post-item .post-title {
  margin-top: 1rem;
  margin-bottom: 0;
}
.post-list .post-item .post-title a {
  display: block;
  color: #197DD8;
  font-style: normal;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (min-width: 841px) {
  .post-list .post-item .post-title a {
    font-size: 1.8rem;
  }
}
.post-list .post-item .post-title a:hover {
  text-decoration: underline;
}
.post-list .post-item .post-excerpt {
  margin-top: 1rem;
}
@media screen and (min-width: 841px) {
  .post-list .post-item .post-excerpt {
    font-size: 1.6rem;
  }
}
.post-list .post-item .post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list .post-item .xem-them a {
  color: #197DD8;
}
.post-list .post-item .xem-them a:hover {
  text-decoration: underline;
}
.post-list .post-item .read-more {
  display: inline-block;
  background-color: #197DD8;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 2.4em;
  font-weight: bold;
  padding: 0 3rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-list .post-item .read-more:hover {
  color: #197DD8;
  background-color: brown;
}

#related-posttags {
  margin-top: 5rem;
}
#related-posttags .related-title {
  border-left: 0.5rem solid #197DD8;
  padding-left: 2rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 840px) {
  #related-posttags .related-title {
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
}
#related-posttags .post-item {
  margin-bottom: 0;
}

.p-post .entry-header {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-post .entry-header .entry-header__meta {
  text-align: left;
  font-style: italic;
}
.p-post .entry-header .entry-header__meta .sep {
  margin: 0 1rem;
}
.p-post .entry-header .entry-title {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0;
  background: none;
}
@media screen and (max-width: 840px) {
  .p-post .entry-header .entry-title {
    font-size: 2.2rem;
  }
}
.p-post .entry-header .entry-title::after {
  margin-left: 0;
  content: none;
}
.p-post .entry-content figure {
  max-width: 100%;
}
.p-post .entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-post .entry-content .wp-caption-text,
.p-post .entry-content .wp-caption-dd {
  text-align: center;
  padding: 5px 0;
  font-size: 0.8em;
  background: #e9e9e9;
  padding: 5px 8px;
  margin-bottom: 24px;
}
.p-post .entry-content table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.p-post .entry-content table td,
.p-post .entry-content table th {
  border: 1px solid #333;
  padding: 0.5rem 1rem;
}

.cfc-contact-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg-contact.jpg");
}

.new-item-footer h4 span {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.1px;
  color: #141414;
  margin-left: 10px;
}

.new-item-footer h5 {
  font-size: 14px;
  line-height: 31px;
  color: #424242;
  padding: 5px 0;
  font-weight: 400;
}

.project-header {
  background-image: url("../img/project/product-main.jpeg");
  background-size: 100% 100%;
  height: 45vh;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 840px) {
  .project-header {
    background-position: center;
    background-size: cover;
  }
}

section.contact-intro {
  background: #fff;
}

section.contact-intro .main-contact-intro {
  background: -webkit-gradient(linear, right top, left top, color-stop(52%, #fff), color-stop(48%, #f4f6fd));
  background: linear-gradient(to left, #fff 52%, #f4f6fd 48%);
}

#page-contact section.new-about-header {
  background-color: #fff;
  height: 42vh;
}

section.contact-intro h2 {
  font-size: 49px;
  color: #0986ff;
}

section.contact-intro .contact-slogan:before {
  position: absolute;
  content: url("../img/border.png");
  width: 14px;
  height: 95px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

section.contact-intro .contact-slogan:after {
  position: absolute;
  content: url("../img/next.png");
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

section.contact-intro .contact-slogan {
  position: relative;
  padding: 45px;
}

section.contact-intro h4 {
  font-weight: 300;
  font-size: 41px;
  letter-spacing: 4.76087px;
  color: #141414;
  margin: unset;
}

section.contact-intro .contact-slogan span {
  font-size: 68px;
  letter-spacing: 4.4px;
  color: #141414;
  line-height: 1;
  font-weight: 600;
  display: block;
}

section.contact-intro .contact-content p {
  margin: 0;
}

section.contact-intro .contact-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.041765px;
  color: #686868;
}

@media (max-width: 981px) {
  section.contact-intro .main-contact-intro {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(52%, #fff), color-stop(48%, #f4f6fd));
    background: linear-gradient(to top, #fff 52%, #f4f6fd 48%);
  }
  section.contact-intro h4 {
    font-size: 25px;
    font-weight: 300;
    font-size: 41px;
    letter-spacing: 4.76087px;
    color: #141414;
    margin: unset;
  }
  section.contact-intro .contact-slogan span {
    font-size: 45px;
    letter-spacing: 4.4px;
    color: #141414;
    line-height: 1;
    font-weight: 600;
    display: block;
  }
  section.contact-intro .contact-slogan {
    display: block;
    margin-bottom: 50px;
  }
  section.contact-intro .contact-slogan:after {
    position: absolute;
    content: url("../img/next.png");
    width: 60px;
    height: 60px;
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    bottom: -25px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 991px) {
  #page-contact section.new-about-header {
    background-color: #fff;
    height: 42vh;
  }
  section.contact-intro h2 {
    font-size: 49px;
    color: #0986ff;
  }
  section.contact-intro .contact-slogan:before {
    position: absolute;
    content: url("../img/border.png");
    width: 14px;
    height: 95px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  section.contact-intro .contact-slogan:after {
    position: absolute;
    content: url("../img/next.png");
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  section.contact-intro .contact-slogan {
    position: relative;
    padding: 45px;
  }
  section.contact-intro h4 {
    font-weight: 300;
    font-size: 41px;
    letter-spacing: 4.76087px;
    color: #141414;
    margin: unset;
  }
  section.contact-intro .contact-content p {
    margin: 0;
  }
  section.contact-intro .contact-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.041765px;
    color: #686868;
  }
  section.contact-intro .contact-slogan span {
    font-size: 45px;
  }
  section.contact-intro span {
    font-size: 45px;
  }
  .contact-banner h1 {
    font-size: 45px;
  }
  section.contact-intro .contact-content {
    font-size: 16px;
  }
}
.contact-controler {
  position: relative;
  z-index: 2;
  padding-left: 35px;
  padding-right: 35px;
}

.section.contact-controler h4 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.549905px;
  color: #fff;
}

.section.contact-controler h2:before {
  position: absolute;
  content: "";
  background: #b1d9ff;
  height: 7px;
  width: 36px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}

.section.contact-controler h2 {
  position: relative;
  font-size: 40px;
  text-align: center;
  letter-spacing: 4.34475px;
  color: #fff;
  padding-bottom: 50px;
}

.item-services .item-thumb i {
  font-size: 60px;
  color: #0a7ee2;
  padding: 30px 0;
  display: block;
}

.item-services a:hover .item-content {
  color: #0a7ee2;
}

.item-services a:hover div,
.item-services a:hover {
  text-decoration: unset;
}

.item-services .item-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.444346px;
  color: #1f1f1f;
  min-height: 40px;
}

.item-services .offshore_list_item_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.0949242px;
  color: #606060;
  min-height: 65px;
}

.item-services {
  background: #fff;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0771962);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0771962);
  border-radius: 3.92465px;
  padding: 25px 20px;
  text-align: center;
}

.section-service {
  background: linear-gradient(28.47deg, #006dd1 -0.83%, #1088ec 99.77%);
}
.section-service .section {
  padding: 30px 0;
}

.col-item-service {
  margin-top: 2rem;
}

@media screen and (max-width: 840px) {
  .section.contact-controler h2 {
    font-size: 25px;
    line-height: unset;
    letter-spacing: unset;
  }
}
.item-ai {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.0771962);
          box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.0771962);
  border-radius: 4.12844px;
  padding: 25px;
  margin-bottom: 30px;
}

.img-ai img {
  height: 100px;
}

.item-ai h4 a {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.467419px;
  color: #1f1f1f;
}

.img-ai {
  margin: 20px 0;
}

.item-ai h4 a:hover {
  text-decoration: none;
}

.item-ai p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.0998532px;
  color: #606060;
}

.img-ai img {
  height: 100px;
  width: auto;
}

.item-ai h4 a {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.467419px;
  color: #1f1f1f;
}

.img-ai {
  margin: 20px 0;
}

.item-ai h4 a:hover {
  text-decoration: none;
}

.item-ai p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.0998532px;
  color: #606060;
}

.number-post {
  font-size: 60px;
  line-height: 71px;
  color: #141414;
  font-weight: 600;
  margin-right: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0986ff;
}

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #acacac;
}

.block-header .about-title {
  font-size: 29px;
  display: inline-grid;
  margin: 0;
  padding-bottom: 15px;
  text-align: left;
}

.block-header .about-title span {
  font-size: 13.3708px;
  line-height: 16px;
  letter-spacing: -0.322472px;
  color: #797979;
  text-transform: uppercase;
}

#bap-achievements > * {
  color: #fff;
}
#bap-achievements .number-post, #bap-achievements .block-header .about-title span, #bap-achievements a {
  color: #fff;
}
#bap-achievements .adress-info {
  padding: 15px 0;
  border-bottom: 1px solid #acacac;
}
#bap-achievements .adress-info h5 {
  font-size: 20px;
  color: #1d9eff;
  font-weight: 700;
}
#bap-achievements .adress-info p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #fff;
}

.about-contain {
  font-size: 16px;
  text-align: left;
  letter-spacing: -0.385882px;
  color: #696969;
  padding: 10px 0;
  line-height: 1.8;
}

.read-more {
  margin-top: 20px;
}

.seo-messages {
  background-image: url("../img/worldmap.png");
}

.basic-info, .basic-derection {
  border-bottom: 1px solid #d5d5d5;
  padding: 30px 0;
}

.basic-info .basic-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic-info .basic-data h5 {
  display: table;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  border-left: 4px solid #6bb6fd;
}
.basic-info .basic-data p {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #505050;
}

.company-infomation .basic-data h4 {
  font-size: 22px;
  line-height: 26px;
  color: #090909;
  margin-top: 15px;
}
.company-infomation .basic-data h5 {
  display: table;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  border-left: 4px solid #6bb6fd;
}

.company-infomation .basic-derection .basic-data h5 {
  margin-bottom: 20px;
}

.basic-info.content-single h5 {
  width: 20%;
}

.basic-info .basic-data p, .basic-info .basic-data p * {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #505050;
}

.basic-info .basic-data ul {
  padding: 0;
  margin: 0;
}

.basic-info .basic-data > div {
  padding-left: 20px;
}

.office-map-country {
  margin: 30px 0;
}

.bg-contact {
  background-image: url("../img/bg-contact.jpeg");
}

.office-map-item .map-title {
  margin-bottom: 15px;
  min-height: 46px;
}

table {
  border-collapse: collapse;
}

.table-history table tr {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.table-history table th {
  width: 100px;
  text-align: center;
  background-color: #e8f6ff;
  color: #519bf1;
  font-size: 16px;
  font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  vertical-align: middle;
}
.table-history table td {
  padding: 10px 40px;
}
.table-history table td:last-child {
  border-left: 1px solid #d8ecf9;
}
@media screen and (max-width: 840px) {
  .table-history table th {
    min-width: 80px;
  }
  .table-history table td {
    padding: 10px 12px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.contact-header {
  background-image: url("../img/contact.jpeg");
}

.anchor-contact .contact-controler {
  background: linear-gradient(28.47deg, #006dd1 -0.83%, #1088ec 99.77%);
  -webkit-box-shadow: 7px 12px 21px rgba(0, 40, 189, 0.25);
          box-shadow: 7px 12px 21px rgba(0, 40, 189, 0.25);
  border-radius: 7px;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  padding-right: 35px;
}

.bap-form-mail label input, .bap-form-mail label select option, .bap-form-mail label select, .bap-form-mail label textarea {
  background: #f5f8fd;
  border: 0.925658px solid #e5ebf7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.85132px;
  font-size: 12px;
  width: 100%;
  margin: 5px 0;
}

.entry-content cite,
.entry-content dfn,
.entry-content em {
  font-style: italic;
}

.entry-content p {
  line-height: 1.8;
}

.entry-content ol,
.entry-content ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

.entry-content ul {
  list-style-type: inherit;
  line-height: 1.8;
}

.entry-content ol {
  list-style: decimal outside;
}

.entry-content li > ul,
.entry-content li > ol {
  margin: 0;
}

.entry-content dt {
  font-weight: 700;
}

.entry-content dd {
  margin: 0 0 20px;
}

.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
  font-size: 14px;
}

.entry-content pre {
  font-size: 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 0;
  line-height: 1.8;
  border: 0;
  background: #f5f5f5;
  padding: 10px;
  border-left: 5px solid #ddd;
  margin: 20px 0;
  font-family: "Segoe-Ui-Semibold";
}

.entry-content blockquote,
.entry-content q {
  quotes: none;
}

.entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after {
  content: "";
  content: none;
}

.entry-content blockquote {
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.02);
}

.entry-content blockquote blockquote {
  margin-right: 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.entry-content cite {
  border-bottom: 0;
}

.entry-content abbr[title] {
  border-bottom: 1px dotted;
}

.entry-content address {
  font-style: italic;
  margin: 0 0 24px;
}

.entry-content del {
  color: #333;
}

.entry-content ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none;
}

.entry-content sub,
.entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.entry-content sup {
  top: -0.5em;
}

.entry-content sub {
  bottom: -0.25em;
}

.entry-content a:not(.post-title) {
  text-decoration: none;
  font-weight: 700;
}

.entry-content a:not(.post-title):active,
.entry-content a:not(.post-title):hover {
  color: #337ab7;
  outline: 0;
}

.entry-content .alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

.entry-content .alignright {
  float: right;
  margin: 5px 0 5px 20px;
}

.entry-content .aligncenter {
  display: block;
  margin: 5px auto;
}

.entry-content img.alignnone {
  display: block;
  margin: 5px auto;
}

.entry-content table {
  border: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: 400;
  border: 1px solid #ededed;
  text-align: left;
  padding: 6px 10px;
}

.entry-content caption {
  font-size: 16px;
  margin: 20px 0;
}

.entry-content img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

.entry-content .wp-caption {
  background: 0 0;
  border: none;
  padding: 0;
  text-align: center;
  max-width: 100% !important;
  margin: 0 auto;
}

.entry-content .wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

.entry-content .wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

.entry-content .wp-caption-dt {
  margin: 0;
}

.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
  color: #666;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 2.5;
  margin-bottom: 20px;
  padding: 0;
}

.entry-content .mceTemp + ul,
.entry-content .mceTemp + ol {
  list-style-position: inside;
}

.entry-content a[href^="tel:"] {
  background: #009f4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.5;
  padding-right: 5px;
  color: #fff;
  border-radius: 3px;
}

.entry-content a[href^="tel:"]:hover {
  color: #fff;
}

.entry-content a[href^="tel:"]:before {
  font-family: FontAwesome;
  content: "\f10b";
  margin-right: 0.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.13);
  width: 35px;
  text-align: center;
}

.entry-content {
  margin-bottom: 40px;
  line-height: 1.6;
}

.entry-content h1,
.entry-content h2 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.entry-content h3,
.entry-content h4 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.entry-content h5,
.entry-content h6 {
  font-size: 1rem;
  line-height: 1.6;
}

.entry-content p,
.entry-content,
.bap-about .bap-about-text .bat-right .text-description,
.section-bap-about .text-description {
  text-align: justify !important;
}

.single-services-content .entry-content table {
  border: none;
  border-top: 1px solid #ededed;
}

.single-services-content .entry-content table .text-center {
  text-align: center;
}

.single-services-content .entry-content table tr {
  border-bottom: 1px solid #ededed;
}

.single-services-content .entry-content table tr td {
  padding: 50px 40px;
  width: 50% !important;
  border: none;
}

.single-services-content .entry-content table tr td .text-center {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .single-services-content .entry-content table tr td {
    padding: 30px;
  }
}
@media (max-width: 981px) {
  .single-services-content .entry-content table tr td {
    padding: 20px 15px;
  }
  .single-services-content .entry-content table {
    display: inline-block;
    width: 100% !important;
  }
  .single-services-content .entry-content table tr {
    display: inline-block;
    width: 100% !important;
  }
  .single-services-content .entry-content table tr td {
    display: inline-block;
    width: 100% !important;
    padding: 20px 0 10px 0;
  }
  .career-content .entry-content td {
    width: 100% !important;
    display: block;
  }
  .entry-content cite,
.entry-content dfn,
.entry-content em {
    font-style: italic;
  }
  .entry-content p {
    line-height: 1.8;
  }
  .entry-content ol,
.entry-content ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
  }
  .entry-content ul {
    list-style-type: inherit;
    line-height: 1.8;
  }
  .entry-content ol {
    list-style: decimal outside;
  }
  .entry-content li > ul,
.entry-content li > ol {
    margin: 0;
  }
  .entry-content dt {
    font-weight: 700;
  }
  .entry-content dd {
    margin: 0 0 20px;
  }
  .entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
    font-size: 14px;
  }
  .entry-content pre {
    font-size: 15px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0;
    line-height: 1.8;
    border: 0;
    background: #f5f5f5;
    padding: 10px;
    border-left: 5px solid #ddd;
    margin: 20px 0;
    font-family: "Segoe-Ui-Semibold";
  }
  .entry-content blockquote,
.entry-content q {
    quotes: none;
  }
  .entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after {
    content: "";
    content: none;
  }
  .entry-content blockquote {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.02);
  }
  .entry-content blockquote blockquote {
    margin-right: 0;
  }
  .entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .entry-content cite {
    border-bottom: 0;
  }
  .entry-content abbr[title] {
    border-bottom: 1px dotted;
  }
  .entry-content address {
    font-style: italic;
    margin: 0 0 24px;
  }
  .entry-content del {
    color: #333;
  }
  .entry-content ins {
    background: #fff9c0;
    border: none;
    color: #333;
    text-decoration: none;
  }
  .entry-content sub,
.entry-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .entry-content sup {
    top: -0.5em;
  }
  .entry-content sub {
    bottom: -0.25em;
  }
  .entry-content a:not(.post-title) {
    text-decoration: none;
    font-weight: 700;
  }
  .entry-content a:not(.post-title):active,
.entry-content a:not(.post-title):hover {
    color: #337ab7;
    outline: 0;
  }
  .entry-content .alignleft {
    float: left;
    margin: 5px 20px 5px 0;
  }
  .entry-content .alignright {
    float: right;
    margin: 5px 0 5px 20px;
  }
  .entry-content .aligncenter {
    display: block;
    margin: 5px auto;
  }
  .entry-content img.alignnone {
    display: block;
    margin: 5px auto;
  }
  .entry-content table {
    border: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
  }
  .entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: 400;
    border: 1px solid #ededed;
    text-align: left;
    padding: 6px 10px;
  }
  .entry-content caption {
    font-size: 16px;
    margin: 20px 0;
  }
  .entry-content img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
  }
  .entry-content .wp-caption {
    background: 0 0;
    border: none;
    padding: 0;
    text-align: center;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .entry-content .wp-caption.alignleft {
    margin: 5px 10px 5px 0;
  }
  .entry-content .wp-caption.alignright {
    margin: 5px 0 5px 10px;
  }
  .entry-content .wp-caption-dt {
    margin: 0;
  }
  .entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
    color: #666;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 2.5;
    margin-bottom: 20px;
    padding: 0;
  }
  .entry-content .mceTemp + ul,
.entry-content .mceTemp + ol {
    list-style-position: inside;
  }
  .entry-content a[href^="tel:"] {
    background: #009f4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 2.5;
    padding-right: 5px;
    color: #fff;
    border-radius: 3px;
  }
  .entry-content a[href^="tel:"]:hover {
    color: #fff;
  }
  .entry-content a[href^="tel:"]:before {
    font-family: FontAwesome;
    content: "\f10b";
    margin-right: 0.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.13);
    width: 35px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */