@import url(https://cdn.bap-software.net/libs/bootstrap/css/bootstrap.min.css);
/* @import url(https://cdn.bap-software.net/libs/font-awesome/css/font-awesome.min.css); */
/* @font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Regular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Avenir Next LT Pro Regular"),
    url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next LT Pro Demi";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Avenir Next LT Pro Demi"),
    url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next LT Pro Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Avenir Next LT Pro Bold"),
    url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
} */
html,
body {
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  background-color: #f7fafc;
  font-family: Inter;
}
b,
strong,
.bap-team-item .team-item-info .team-item-title h4,
.text-header .text-header-text,
.single-header .single-header-text,
.bold {
  font-family: Inter;
}
.text-header .text-header-text p,
.bap-team-item .team-item-info .team-item-desc strong {
  font-family: Inter;
}
.bap-header .navbar-right ul#main-menu li a,
.commitment-text h3,
.bap-achievement-list
  .bap-achievement-item
  .content-inner
  .achievement-number-counter,
[class^="btn"],
.bap-footer .bap-footer-top .footer-action a,
.bap-slider .bap-intro-slider .bap-intro-left .web-title,
.section-bap-product .item a h4,
.office-map-item .bap-map-title h3,
.keymember-carousel .item .item-inner .item-inner-text .keymem-name,
.list-manager .manager-member .manager-info .manager-name,
.demi {
  font-family: Inter;
}
img {
  max-width: 100%;
}
.btn {
  padding: 0.75rem 2rem;
  border-radius: 5px;
  line-height: 1.75rem;
  font-weight: 500;
}
.btn-outline-danger {
  color: #f2638f;
  border-color: #f1487b;
}
.btn-around {
  border-radius: 40px;
}
.btn-around-blue:hover {
  border-color: #fff;
  background-color: transparent;
}
a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #062350;
  border-color: #062350;
  color: #fff;
}
.btn-readmore-white {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn-readmore-white:hover {
  background-color: #062350;
  border-color: #062350;
  color: #fff;
}
.btn-see-all {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #062350;
  border: 1px solid #062350;
  padding: 0.75rem 2.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 3rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn-see-all:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #062350;
  color: #062350;
}
.btn-see-all:focus {
  outline: none;
}
.bg-light {
  background-color: #f7fafc !important;
}
.hover-zoom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-zoom:hover i {
  -webkit-animation-name: iconzoom;
  -webkit-animation-duration: 0.8s;
  animation-name: iconzoom;
  animation-duration: 0.8s;
}
.fsz-xxs {
  font-size: 8px !important;
}
.fsz-xs {
  font-size: 12px !important;
}
.fsz-sm {
  font-size: 13px !important;
}
.fsz-def {
  font-size: 15px !important;
}
.fsz-md {
  font-size: 18px !important;
}
.fsz-lg {
  font-size: 24px !important;
}
.fsz-xl {
  font-size: 28px !important;
}
.fsz-sup {
  font-size: 40px !important;
}
.fsz-20 {
  font-size: 20px !important;
}
.fsz-30 {
  font-size: 30px !important;
}
.fsz-35 {
  font-size: 35px !important;
}
.fsz-40 {
  font-size: 40px !important;
}
.fsz-50 {
  font-size: 50px !important;
}
.fsz-60 {
  font-size: 60px !important;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.6);
    transform: scale(2.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
  }
}
@keyframes wave {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.6);
    transform: scale(2.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
  }
}
@-webkit-keyframes wave2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.6);
    transform: scale(2.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
  }
}
@keyframes wave2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.6);
    transform: scale(2.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
  }
}
@-webkit-keyframes iconzoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes iconzoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes float-top {
  0%,
  100% {
    bottom: 75px;
  }
  50% {
    bottom: 100px;
  }
}
@keyframes float-top {
  0%,
  100% {
    bottom: 75px;
  }
  50% {
    bottom: 100px;
  }
}
@-webkit-keyframes dot-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: -50px;
  }
}
@keyframes dot-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: -50px;
  }
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
  transform: rotate(45deg) translate(4px, 5px);
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}
.navbar-toggler span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-toggler {
  padding: 9px 0px;
  margin: 8px 0;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  outline: none;
  display: none;
}
@media (max-width: 1024px) {
  .navbar-toggler {
    display: inline-block;
  }
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.active .navbar-toggler .icon-bar {
  background: #333;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hr-50 {
  border-color: #e3e3e3;
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-gray {
  color: #848484;
}
.c-blue {
  color: #1d9eff;
}
.box-border {
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box-border:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.btn-submit {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.75rem 2.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #0057e2;
  background-color: #0057e2;
  font-size: 1rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn-submit:hover {
  color: #fff;
  background-color: #004dc9 !important;
  border-color: #004dc9 !important;
}
.btn-submit:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.p-10 {
  padding: 10px;
}
.pY-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pX-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-15 {
  padding: 15px;
}
.pY-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pX-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-20 {
  padding: 20px;
}
.pY-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pX-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pB-50 {
  padding-bottom: 50px;
}
.mT-5 {
  margin-top: 5px;
}
.mT-10 {
  margin-top: 10px;
}
.mT-15 {
  margin-top: 15px;
}
.mT-20 {
  margin-top: 20px;
}
.mT-25 {
  margin-top: 25px;
}
.mT-30 {
  margin-top: 30px;
}
.mT-35 {
  margin-top: 35px;
}
.mT-40 {
  margin-top: 40px;
}
.mT-45 {
  margin-top: 45px;
}
.mT-50 {
  margin-top: 50px;
}
.mB-5 {
  margin-bottom: 5px;
}
.mB-10 {
  margin-bottom: 10px;
}
.mB-15 {
  margin-bottom: 15px;
}
.mB-20 {
  margin-bottom: 20px;
}
.mB-25 {
  margin-bottom: 25px;
}
.mB-30 {
  margin-bottom: 30px;
}
.mB-35 {
  margin-bottom: 35px;
}
.mB-40 {
  margin-bottom: 40px;
}
.mB-45 {
  margin-bottom: 45px;
}
.mB-50 {
  margin-bottom: 50px;
}
@media (min-width: 1230px) {
  .container {
    max-width: 1170px;
  }
}
.hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-header {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-header .navbar-header {
  padding: 0.75rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-header .navbar-right ul#main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.bap-header .navbar-right ul#main-menu li {
  float: left;
  margin-left: 22px;
}
.bap-header .navbar-right ul#main-menu li a {
  color: #fff;
  position: relative;
  padding: 5px 0;
}
.bap-header .navbar-right ul#main-menu li a:before {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bap-header .navbar-right ul#main-menu li a:after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  right: 50%;
  bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bap-header .navbar-right ul#main-menu li a:hover {
  text-decoration: none;
}
.bap-header .navbar-right ul#main-menu li a:hover:before,
.bap-header .navbar-right ul#main-menu li a:hover:after {
  width: 50%;
}
.bap-header .navbar-right ul#main-menu li.current-menu-item a:before {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bap-header .navbar-right ul#main-menu li.current-menu-item a:after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  right: 50%;
  bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bap-header .navbar-right ul#main-menu li.current-menu-item a:before,
.bap-header .navbar-right ul#main-menu li.current-menu-item a:after {
  width: 50%;
}
.bap-header .navbar-right .lang-menu {
  float: left;
  margin-left: 25px;
}
.bap-header .navbar-right .lang-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bap-header .navbar-right .lang-menu li {
  list-style: none;
}
.bap-header .navbar-right .lang-menu ul li {
  display: inline;
  list-style-type: none;
  margin: 0 5px 0 0;
  opacity: 1;
  -webkit-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
.bap-header .navbar-right .lang-menu ul li img {
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-header .navbar-right .lang-menu ul li img:hover {
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
}
.bap-header .navbar-right .lang-menu ul li.active {
  display: none;
}
.bap-header .hidden-bar {
  display: none;
}
.bap-header .navbar-logo img {
  height: 40px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-header.active,
.bap-header.not-home {
  -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);
}
.bap-header.active .navbar-logo img,
.bap-header.not-home .navbar-logo img {
  -webkit-filter: unset;
  filter: unset;
}
.bap-header.active .navbar-right ul#main-menu li a,
.bap-header.not-home .navbar-right ul#main-menu li a {
  color: #333;
}
.bap-header.active .navbar-right ul#main-menu li a:before,
.bap-header.active .navbar-right ul#main-menu li a:after,
.bap-header.not-home .navbar-right ul#main-menu li a:before,
.bap-header.not-home .navbar-right ul#main-menu li a:after {
  border-color: #333;
}
.bap-header.active .navbar-toggler .icon-bar,
.bap-header.not-home .navbar-toggler .icon-bar {
  background: #333;
}
.bap-header.not-home .navbar-right ul#main-menu li a:hover,
.bap-header.not-home .navbar-right ul#main-menu li.current-menu-item a {
  color: #062350;
}
.bap-header.not-home .navbar-right ul#main-menu li a:before,
.bap-header.not-home .navbar-right ul#main-menu li a:after {
  border-color: #062350;
}
.deco-top {
  margin-top: -3px;
}
.deco-top,
.deco-bot {
  position: relative;
}
.deco-top:before,
.deco-bot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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: #062350;
  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: #333;
  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: 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-about-left-video {
  position: relative;
  width: 550px;
  height: 550px;
}
.bap-about-left-video .video-bg-outter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bap-video-deco.png);
  background-size: 100%;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 30000ms;
  animation-duration: 30000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 1;
}
.bap-about-left-video .video-bg-inner {
  position: absolute;
  left: 75px;
  top: 75px;
  z-index: 2;
  width: 400px;
  height: 400px;
}
.bap-about-left-video .btn-play {
  position: absolute;
  bottom: 75px;
  right: 115px;
  width: 80px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: 7s infinite float-top;
  animation: 7s infinite float-top;
}
.bap-about-left-video .btn-play:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.text-header {
  font-weight: bold;
  color: #000;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.text-header .text-header-icon {
  width: 50px;
  height: 56px;
  background-size: 100%;
  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;
  margin-right: 25px;
  background-image: url(../images/polygon-bg.png);
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text-header .text-header-icon i {
  color: #fff;
  font-size: 25px;
}
.text-header .text-header-icon:hover {
  top: -7px;
}
.text-header .text-header-text {
  width: calc(100% - 75px);
  display: inline-block;
  padding-top: 7px;
}
.text-header .text-header-text p {
  margin-top: 10px;
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 500;
  line-height: 25px;
}
.text-header .btn-viewall {
  position: absolute;
  right: 0;
  top: 10px;
  border: none;
  display: inline-block;
  font-weight: 400;
  color: #575757;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
.text-header .btn-viewall i {
  margin-left: 10px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text-header .btn-viewall:hover {
  color: #062350;
}
.text-header .btn-viewall:hover i {
  right: -10px;
}
.text-header.text-header-team {
  display: inline-block;
  width: 100%;
}
.text-header.text-header-team .text-header-text {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.section-bap-about {
  padding-top: 40px;
  padding-bottom: 80px;
}
.section-bap-service {
  padding-top: 70px;
  padding-bottom: 30px;
}
.bap-service-left .text-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.bap-service-left .service-list-text {
  list-style: none;
  display: inline-block;
  padding: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 15px auto;
}
.bap-service-left .service-list-text li {
  padding: 16px 0px 16px 25px;
  position: relative;
  color: #373737;
  font-size: 14px;
  width: 100%;
  float: left;
  text-align: left;
  letter-spacing: 0.337647px;
}
.bap-service-left .service-list-text li:before {
  color: #037eee;
  content: "\f058";
  font-family: Font Awesome\5 Free;
  -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: 0px;
  top: 20px;
  font-size: 16px;
}
.bap-service-right {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.offshore_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offshore_list ul li {
  padding: 20px;
}
.offshore_list ul li a {
  text-decoration: none;
}
.offshore_list ul li .offshore_list_item {
  border: 0.74387px solid #e7f2ff;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  padding: 15px 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.0426574);
}
.offshore_list ul li .offshore_list_item .item-thumb {
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e7f2ff;
  border-radius: 50%;
  color: #1d9eff;
  font-size: 28px;
}
.offshore_list ul li .offshore_list_item .item-thumb .icon-sap {
  font-size: 20px;
}
.offshore_list ul li .offshore_list_item .item-content {
  color: #262626;
  font-weight: 500;
  font-size: 13px;
  margin-left: 5px;
  height: unset !important;
  text-align: left;
  text-transform: uppercase;
}
.offshore_list ul li .offshore_list_item p {
  color: #858585;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
.offshore_list ul li .offshore_list_item:hover {
  background-color: #1d9eff;
}
.offshore_list ul li .offshore_list_item:hover .item-thumb {
  background-color: #fff;
}
.offshore_list ul li .offshore_list_item:hover .item-content {
  color: #fff;
}
.offshore_list ul li .offshore_list_item:hover a {
  color: #fff;
}
.offshore_list ul li .offshore_list_item:hover p {
  color: #fff;
}
.section-bap-product {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-bap-product .product-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.section-bap-product .product-slider .slick-dots {
  bottom: -60px;
}
.section-bap-product .product-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.section-bap-product .product-slider .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;
}
.section-bap-product .product-slider .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: #babbc6;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-bap-product .product-slider .slick-dots li.slick-active button:before {
  color: #062350;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-bap-product .item {
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: unset;
}
.section-bap-product .item img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.section-bap-product .item:hover .item-inner {
  -webkit-box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-bap-product .item:hover .item-inner img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-bap-product .item .item-thumb {
  min-height: 180px;
  overflow: hidden;
}
.section-bap-product .item .item-thumb img {
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-bap-product .item .item-inner {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.section-bap-product .item .item-inner .item-inner-text {
  padding: 25px 20px;
}
.section-bap-product .item a {
  color: #333;
  text-decoration: none;
}
.section-bap-product .item a time {
  color: #868686;
  font-size: 12px;
}
.section-bap-product .item a h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.825rem;
}
.section-bap-product .item a p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #494949;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
}
.section-bap-service-product,
.bap-partner {
  padding-top: 60px;
  padding-bottom: 80px;
}
.list-service-product .box-services {
  border-radius: 3px;
  border: 1px solid #ececec;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  margin-bottom: 16px;
}
.list-service-product .box-services .img-services {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list-service-product .box-services .img-services img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 45px;
  max-height: 45px;
  max-width: 100%;
}
.list-service-product .box-services .info-services h4 {
  font-size: 13px;
  margin-bottom: 15px;
  color: #393939;
}
.list-service-product .box-services .info-services p {
  font-size: 10px;
  margin-bottom: 0;
  height: 30px;
  overflow: hidden;
}
.list-service-product .box-services:hover {
  border-color: #fff;
  -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
}
.list-service-product .row {
  margin-left: -8px;
  margin-right: -8px;
}
.list-service-product .row [class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.list-service-product .row [class^="col-"] a {
  text-decoration: none;
  color: #868686;
}
.bap-achievement {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bap-achievement {
  position: relative;
  overflow: hidden;
}
.bap-achievement .dots {
  position: absolute;
  background-color: rgba(229, 248, 255, 0.3);
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.bap-achievement .dots-x2 {
  width: 14px;
  height: 14px;
}
.bap-achievement .dots-x3 {
  width: 20px;
  height: 20px;
}
.bap-achievement .dot-1 {
  left: 10%;
  top: 70%;
  -webkit-animation: 8s infinite dot-top;
  animation: 8s infinite dot-top;
}
.bap-achievement .dot-2 {
  left: 40%;
  top: 30%;
  -webkit-animation: 9s infinite dot-top;
  animation: 9s infinite dot-top;
}
.bap-achievement .dot-2-1 {
  left: 30%;
  top: 100%;
  -webkit-animation: 13s infinite dot-top;
  animation: 13s infinite dot-top;
}
.bap-achievement .dot-3 {
  left: 45%;
  top: 10%;
  -webkit-animation: 4s infinite dot-top;
  animation: 4s infinite dot-top;
}
.bap-achievement .dot-3-1 {
  left: 55%;
  top: 100%;
  -webkit-animation: 10s infinite dot-top;
  animation: 10s infinite dot-top;
}
.bap-achievement .dot-4 {
  left: 60%;
  top: 60%;
  -webkit-animation: 8s infinite dot-top;
  animation: 8s infinite dot-top;
}
.bap-achievement .dot-5 {
  left: 80%;
  top: 50%;
  -webkit-animation: 12s infinite dot-top;
  animation: 12s infinite dot-top;
}
.bap-achievement .dot-5-1 {
  left: 80%;
  top: 100%;
  -webkit-animation: 9s infinite dot-top;
  animation: 9s infinite dot-top;
}
.bap-achievement-list {
  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;
  box-sizing: border-box;
  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-commitment {
  padding: 60px 0;
}
.section {
  padding: 60px 0;
}
.commitment-item .commitment-image {
  text-align: center;
}
.commitment-item .commitment-image img {
  max-height: 350px;
}
.news-post-item {
  margin-bottom: 15px;
}
.news-post-item .new-post-item-inner {
  position: relative;
}
.news-post-item .new-post-item-inner a {
  color: #fff;
  text-decoration: none;
}
.news-post-item .new-post-item-inner .post-avatar {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.news-post-item .new-post-item-inner .post-avatar:before {
  z-index: 1;
  position: absolute;
  height: 180px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-post-item .new-post-item-inner .post-avatar img {
  height: 300px;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-post-item .new-post-item-inner .post-content {
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.news-post-item .new-post-item-inner .post-content h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-post-item .new-post-item-inner .post-content p {
  margin: 0;
}
.news-post-item:hover .new-post-item-inner .post-avatar:before {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-post-item:hover .new-post-item-inner .post-avatar img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-post-item:hover .new-post-item-inner .post-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-news {
  display: inline-block;
  width: 100%;
}
.feature-news .fn-post-large,
.feature-news .fn-post-medium {
  width: 50%;
  float: left;
}
.feature-news .fn-post-large {
  padding-right: 10px;
  overflow: hidden;
}
.feature-news
  .fn-post-large
  .news-post-item
  .new-post-item-inner
  .post-avatar
  img {
  height: 510px;
}
.feature-news
  .fn-post-large
  .news-post-item
  .new-post-item-inner
  .post-content
  h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-height: 3.6rem;
}
.feature-news .fn-post-medium {
  padding-left: 10px;
}
.feature-news .fn-post-medium .news-post-item:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(1)
  .new-post-item-inner
  .post-avatar
  img {
  height: 245px;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(1)
  .new-post-item-inner
  .post-content
  h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  max-height: 3.2rem;
}
.feature-news .fn-post-medium .news-post-item:nth-child(2) {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(2)
  .new-post-item-inner
  .post-avatar
  img {
  height: 245px;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(2)
  .new-post-item-inner
  .post-content
  h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 3rem;
}
.feature-news .fn-post-medium .news-post-item:nth-child(3) {
  padding-left: 10px;
  width: 50%;
  float: left;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(3)
  .new-post-item-inner
  .post-avatar
  img {
  height: 245px;
}
.feature-news
  .fn-post-medium
  .news-post-item:nth-child(3)
  .new-post-item-inner
  .post-content
  h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 3rem;
}
#bap-team {
  padding-bottom: 25px;
}
.bap-team-item {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 120px;
}
.bap-team-item figure {
  margin-bottom: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-team-item figure img {
  border-radius: 5px 5px 0 0;
}
.bap-team-item .team-item-info {
  z-index: 1;
  top: 100%;
  position: absolute;
  text-align: left;
  padding: 25px 20px 15px 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-team-item .team-item-info .team-item-title h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}
.bap-team-item .team-item-info p {
  text-align: left !important;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.bap-team-item .team-item-info .team-item-desc {
  height: 32px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-team-item .team-item-info .team-item-desc b,
.bap-team-item .team-item-info .team-item-desc strong {
  font-family: "Avenir Next LT Pro Bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.bap-team-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-team-item:hover figure {
  -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
}
.bap-team-item:hover .team-item-info {
  top: 50%;
  -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-team-item:hover .team-item-info .team-item-desc {
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-recruitment .list-unstyled {
  margin-bottom: 0;
}
.list-recruitment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.list-recruitment ul li .category-news {
  display: inherit;
  width: 120px;
  color: #062350;
  line-height: 30px;
}
.list-recruitment ul li .date-news {
  display: inherit;
  color: #868686;
  width: 150px;
  line-height: 30px;
  font-size: 13px;
}
.list-recruitment ul li a {
  display: inherit;
  color: #181818;
  line-height: 30px;
  display: inline-block;
  max-width: calc(100% - 270px);
  max-height: 30px;
  overflow: hidden;
}
.list-recruitment ul li a:hover {
  color: #062350;
}
.bap-contact .contact-desc {
  font-size: 1.3rem;
  line-height: 2rem;
}
.bap-contact .btn-around-blue {
  padding: 0.75rem 2rem;
  width: 290px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
}
.bap-contact .btn-around-blue:hover {
  border-color: #062350;
  color: #062350;
  background-color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-contact-list-img ul {
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .bap-contact-list-img ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.bap-contact-list-img ul li {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
}
@media (max-width: 767px) {
  .bap-contact-list-img ul li {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 498px) {
  .bap-contact-list-img ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.bap-contact-list-img ul li div {
  text-align: center;
}
.bap-contact-list-img ul li img {
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 1px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 1px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bap-contact-list-img ul li:hover img {
  -webkit-box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.1);
}
.section-fanpage h3 {
  line-height: 2.2rem;
}
.section-fanpage li.widget {
  list-style: none;
}
.section-fanpage .iframe-fanpage {
  width: 100%;
  max-width: 450px;
  margin: 20px 0;
  overflow-x: hidden;
}
.bap-footer .bap-footer-top {
  background-color: #062350;
}
.bap-footer .bap-footer-top .footer-item-1 .footer-logo img {
  max-height: 45px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.bap-footer .bap-footer-top .footer-item-1 ul.list-unstyled {
  margin-top: 20px;
}
.bap-footer .bap-footer-top .footer-item-1 ul.list-unstyled li {
  display: inline-block;
}
.bap-footer .bap-footer-top .footer-item-1 ul.list-unstyled li a {
  color: #d4edff;
  margin-right: 15px;
  text-align: center;
}
.bap-footer .bap-footer-top .footer-item-1 ul.list-unstyled li a 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;
}
.bap-footer .bap-footer-top .footer-item-1 ul.list-unstyled li a:hover i {
  background-color: #fff;
  color: #062350;
  border-color: #fff;
}
.bap-footer .bap-footer-top .footer-item-1 .footer-info {
  color: #d4edff;
  margin-top: 15px;
}
.bap-footer .bap-footer-top .footer-item-1 .footer-info p {
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.bap-footer .bap-footer-top .footer-item-1 .footer-info p a {
  color: #d4edff;
}
.bap-footer .bap-footer-top .footer-item-1 .footer-info p i {
  left: 0;
  top: 10px;
  margin-right: 5px;
  width: 20px;
}
.bap-footer .bap-footer-top .footer-item-list {
  color: #fff;
}
.bap-footer .bap-footer-top .footer-item-list h3 {
  font-size: 20px;
  font-weight: bold;
}
.bap-footer .bap-footer-top .footer-item-list ul {
  margin-top: 15px;
}
.bap-footer .bap-footer-top .footer-item-list ul li {
  margin-bottom: 2px;
}
.bap-footer .bap-footer-top .footer-item-list ul li a {
  color: #d4edff;
  line-height: 25px;
}
.bap-footer .bap-footer-top .footer-item-list ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.bap-footer .bap-footer-top .footer-action a {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px;
  line-height: 25px;
  background-color: transparent;
  border: 2px solid #d4edff;
  color: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-footer .bap-footer-top .footer-action a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #3994ff;
  color: #fff;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 7px;
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-footer .bap-footer-top .footer-action a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #062350;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-footer .bap-footer-top .footer-action a:hover i {
  left: calc(100% - 40px);
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bap-footer .bap-footer-copyright {
  color: #d4edff;
  background: #062350;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 14px;
  vertical-align: middle;
}
.bap-footer .bap-footer-copyright p {
  margin-bottom: 0;
}
#scrolltop {
  display: none;
}
.showrocket {
  -webkit-transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
}
.showrocket:hover,
.showrocket:focus,
.showrocket:active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#rocketmeluncur {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  width: 105px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 200px;
  right: 25px;
  background-image: url(../images/qa.png);
  background-size: 100%;
  -webkit-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
#rocketmeluncur:hover {
  transition: 0.1s;
  width: 167.64px;
  height: 161px;
  background-repeat: no-repeat;
  background-image: url(../images/qa_hover.png);
}
#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1;
}
#rocketmeluncur.launchrocket {
  opacity: 0;
  -webkit-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none;
}
.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;
}
.bap-company .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bap-company .row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-inner div > ul {
  padding-left: 20px;
}
.keymember-carousel .item .item-inner {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.keymember-carousel .item .item-inner .member-avatar {
  text-align: center;
  margin-bottom: 30px;
}
.keymember-carousel .item .item-inner .member-avatar img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
}
.keymember-carousel .item .item-inner .item-inner-text .keymem-name {
  color: #1d9eff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.keymember-carousel .item .item-inner .keymem-desc {
  margin-bottom: 30px;
  position: relative;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-inner p {
  text-align: center !important;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-inner div > ul {
  text-align: left !important;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-inner.active {
  max-height: 1000px;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-more {
  margin-top: 10px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  color: #979797;
}
.keymember-carousel .item .item-inner .keymem-desc .keymem-desc-more:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.keymember-carousel
  .item
  .item-inner
  .keymem-desc
  .keymem-desc-more.active
  i:before {
  content: "\f146";
}
.keymember-carousel .slick-arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  z-index: 9;
  background-color: #037eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#037eee),
    to(#10d8ec)
  );
  background-image: linear-gradient(left, #037eee, #10d8ec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#037EEE',endColorStr='#10D8EC',gradientType='1');
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.keymember-carousel .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.keymember-carousel .slick-arrow:before {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.keymember-carousel .slick-prev {
  left: 0;
}
.keymember-carousel .slick-prev:before {
  content: "\f053";
}
.keymember-carousel .slick-next {
  right: 0;
  background-color: #10d8ec;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#10d8ec),
    to(#037eee)
  );
  background-image: linear-gradient(left, #10d8ec, #037eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#10D8EC',endColorStr='#037EEE',gradientType='1');
}
.keymember-carousel .slick-next:before {
  content: "\f054";
}
.keymember-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.keymember-carousel .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;
}
.keymember-carousel .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: #babbc6;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.keymember-carousel .slick-dots li.slick-active button:before {
  color: #066ded;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.list-manager .manager-member {
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #efefef;
}
.list-manager .manager-member .manager-avatar img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.list-manager .manager-member .manager-info {
  padding-left: 20px;
}
.list-manager .manager-member .manager-info .manager-name {
  font-size: 1.5rem;
  color: #1d9eff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.list-manager .manager-member .manager-info * {
  text-align: left !important;
}
.list-manager .manager-member .manager-info h2,
.list-manager .manager-member .manager-info h3 {
  font-size: 1.25rem;
  font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.list-manager .manager-member .manager-info h4,
.list-manager .manager-member .manager-info h5 {
  font-size: 1rem;
}
.list-manager .manager-member .manager-info p {
  margin-bottom: 0.75rem;
}
.list-team-member .item {
  padding: 0 18px;
}
.list-team-member .slick-arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  z-index: 9;
  background-color: #037eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#037eee),
    to(#10d8ec)
  );
  background-image: linear-gradient(left, #037eee, #10d8ec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#037EEE',endColorStr='#10D8EC',gradientType='1');
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-team-member .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-team-member .slick-arrow:before {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.list-team-member .slick-prev {
  left: 0;
}
.list-team-member .slick-prev:before {
  content: "\f053";
}
.list-team-member .slick-next {
  right: 0;
}
.list-team-member .slick-next:before {
  content: "\f054";
}
.list-team-member .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.list-team-member .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;
}
.list-team-member .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: #babbc6;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.list-team-member .slick-dots li.slick-active button:before {
  color: #066ded;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.team-member-item {
  margin-bottom: 30px;
}
.team-member-item img {
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eaeaea;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-member-item img:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.team-member-item .team-member-text {
  margin-top: 20px;
}
.team-member-item .team-member-text b {
  margin-bottom: 10px;
}
.team-member-item .team-member-text div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.box-contact {
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.box-contact .box-contact-icon {
  height: 35px;
  margin-bottom: 20px;
  font-size: 30px;
}
.box-contact h4 {
  margin-bottom: 20px;
}
.box-contact .box-contact-text {
  line-height: 2;
  min-height: 56px;
}
.box-contact .box-contact-text br.hidden-sm {
  display: none;
}
.box-contact .box-contact-text p {
  line-height: 2;
  margin-bottom: 0;
}
.box-contact:hover {
  border-color: transparent;
}
.form-contact .form-control {
  min-height: calc(1.5em + 1.75rem + 2px);
  padding: 0.75rem 1rem;
  border-color: #eaeaea;
}
.form-contact .form-group {
  margin-bottom: 1.25rem;
}
.form-contact .form-group label {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.form-contact .form-group label .required {
  color: red;
  margin-left: 5px;
}
/* .form-contact .form-group label .form-control,
.form-contact .form-group label span {
  font-family: "Avenir Next LT Pro Regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
} */
.form-contact .form-group label .form-control {
  margin-top: 0.5rem;
}
.blog-tab {
  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;
  margin-bottom: 3rem;
}
.blog-tab .nav-tabs {
  border-bottom: none;
}
.blog-tab .nav-tabs .nav-item {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog-tab .nav-tabs .nav-item .nav-link {
  text-align: center;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #606060;
  padding: 0.5rem 2rem;
  min-width: 120px;
  font-size: 14px;
}
.blog-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #062350;
  color: #fff;
  border-color: #062350;
}
.blog-tab .form-search-small {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.blog-tab .form-search-small input {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.blog-tab .form-search-small input:focus {
  outline: 0;
  border-color: #062350;
}
.blog-tab .form-search-small button {
  border: none;
  background: none;
  color: #b0b0b0;
  outline: none;
  position: absolute;
  right: 5px;
  top: 7px;
}
.article-large {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-large:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.article-large .article-img {
  max-height: 400px;
  min-height: 336px;
  overflow: hidden;
  position: relative;
}
.article-large .article-img a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.article-large .article-img a .amenities-thumb {
  height: 100%;
}
.article-large .article-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-large .article-content {
  padding: 30px;
}
.article-large .article-content h5 {
  font-size: 2.2rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-large .article-content h5 a {
  color: #262626;
}
.article-large .article-content h5 a:hover {
  color: #062350;
  text-decoration: none;
}
.article-large .article-content time {
  color: #848484;
}
.article-large .article-content .article-text {
  color: #696969;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.article-large .article-content .article-text p {
  margin-bottom: 1rem;
}
.article-large .article-content .btn-readmore-article {
  padding: 0.65rem 2rem;
  background-color: #f3f3f3;
  color: #606060;
  border-radius: 30px;
}
.article-large .article-content .btn-readmore-article:hover {
  color: #fff;
  background-color: #062350;
}
.article-small {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  height: 95%;
  background: white;
}
.article-small:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.article-small .amenities-thumb {
  height: 230px;
}
.article-small .amenities-thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-small .article-content {
  padding: 25px 20px;
}
.article-small .article-content h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-small .article-content h5 a {
  color: #262626;
  font-weight: 700;
}
.article-small .article-content h5 a:hover {
  color: #062350;
  text-decoration: none;
}
.article-small .article-content time {
  color: #848484;
}
.article-small .article-content .article-text {
  color: #696969;
  line-height: 1.6;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.article-small .article-content .article-text p {
  margin-bottom: 1rem;
}
.amenities-thumb {
  position: relative;
  overflow: hidden;
}
.amenities-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.amenities-thumb:hover:before {
  left: -130%;
}
.career-description h4 {
  margin-bottom: 30px;
  /* font-family: "Avenir Next LT Pro Bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.career-description ul {
  list-style: none;
  padding-left: 0;
}
.career-description ul li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 15px;
}
.career-description ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\25A0";
  color: #1d9eff;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  font-size: 10px;
}
.box-job {
  padding: 25px 20px;
  margin-bottom: 30px;
}
.box-job a {
  color: #262626;
}
.box-job:hover a {
  color: #062350;
}
.box-job p {
  min-height: 70px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-job h5.demi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ourWorkingSlider .lSSlideOuter .lSPager.lSGallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
}
.ourWorkingSlider .lSSlideOuter .lSPager.lSGallery .active img {
  opacity: 1;
}
.ourWorkingSlider .lSSlideOuter.vertical .lightSlider li {
  position: relative;
}
.ourWorkingSlider .lSSlideOuter.vertical .lightSlider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
}
.ourWorkingSlider .lSSlideOuter.vertical .lightSlider li span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  background-color: rgba(3, 127, 238, 0.8);
}
.ourWorkingSlider .lSSlideOuter.vertical .lSAction > a {
  top: 50%;
  margin-top: -16px;
}
.ourWorkingSlider .lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
  right: auto;
  margin-left: 0;
}
.ourWorkingSlider .lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
  left: auto;
  margin-right: 0;
}
.core-values {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.core-values .core-values-inner {
  background-color: rgba(12, 124, 255, 0.8);
  padding: 90px 20px;
}
.core-values .core-values-slider {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 3px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.core-values .core-values-slider .core-values-slider-inner {
  border-radius: 5px;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
}
.core-values .core-values-slider #core-values-carousel .item {
  text-align: center;
  color: #838383;
}
.core-values .core-values-slider #core-values-carousel .item h4.bold {
  color: #262626;
}
.core-values .core-values-slider #core-values-carousel .slick-dots {
  bottom: -40px;
}
.core-values .core-values-slider #core-values-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.core-values .core-values-slider #core-values-carousel .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;
}
.core-values
  .core-values-slider
  #core-values-carousel
  .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: #babbc6;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.core-values
  .core-values-slider
  #core-values-carousel
  .slick-dots
  li.slick-active
  button:before {
  color: #066ded;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.career-detail .career-title {
  line-height: 1.7;
}
.career-detail .career-thumb img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 6px;
}
.career-detail .howtoapply p {
  margin-bottom: 5px;
  line-height: 1.75;
}
.career-detail .career-content .career-content-text {
  margin-top: 25px;
}
.career-detail .career-content .career-content-text p {
  margin-bottom: 5px;
}
.career-detail .career-content .career-content-text h1,
.career-detail .career-content .career-content-text h2,
.career-detail .career-content .career-content-text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.career-detail .career-content .career-content-text h4,
.career-detail .career-content .career-content-text h5 {
  font-weight: 500;
  font-size: 1.2rem;
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.bap-list-team {
  max-width: 1000px;
  margin: 0 auto;
}
.more-job {
  display: none;
}
.form-group-recruitment label {
  width: 100%;
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.form-group-recruitment .wpcf7-form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 1.75rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-group-recruitment .wpcf7-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-group-recruitment .wpcf7-submit {
  background-color: #062350;
  border-color: #062350;
  color: #fff;
  border-radius: 30px;
}
.form-search-big input {
  border: 1px solid #efefef;
  padding: 0.75rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  min-width: 50%;
  max-width: calc(100% - 80px);
}
.form-search-big input:focus {
  border-color: #062350;
}
.form-search-big button {
  text-align: center;
  border-radius: 3px;
  border: 1px solid #062350;
  background-color: #062350;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 14px;
}
.product-tab {
  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-bottom: 3rem;
}
.product-tab .nav-tabs {
  border-bottom: none;
}
.product-tab .nav-tabs .nav-item {
  margin: 5px 8px;
}
.product-tab .nav-tabs .nav-item .nav-link {
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  color: #484848;
  padding: 0.65rem 1.5rem;
  min-width: 90px;
  font-size: 15px;
}
.product-tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #24a8ff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#24a8ff),
    to(#4ad3ff)
  );
  background-image: linear-gradient(left, #24a8ff, #4ad3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A8FF',endColorStr='#4AD3FF',gradientType='1');
  -webkit-box-shadow: 0 10px 25px rgba(37, 169, 255, 0.4);
  box-shadow: 0 10px 25px rgba(37, 169, 255, 0.4);
}
.single-main-content {
  margin-top: 40px;
}
.post-single-header .single-header-text:before {
  display: none;
}
.post-meta {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-meta time {
  color: #767676;
  font-size: 13px;
}
.post-meta time a {
  color: #767676;
}
.post-meta time a:hover {
  color: #062350;
  text-decoration: none;
}
.post-meta .post-share .social-item {
  margin: 0 4px 6px 0;
}
.post-meta .post-share .social-item a {
  border-radius: 30px;
  min-width: 30px;
  padding: 0 5px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #646464;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-meta .post-share .social-item a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(45, 46, 46, 0.2);
  box-shadow: 0px 4px 4px rgba(45, 46, 46, 0.2);
}
.post-meta .post-share .social-item.facebook a:hover {
  background-color: #2d5f9a;
}
.post-meta .post-share .social-item.twitter a:hover {
  background-color: #53c7ff;
}
.post-meta .post-share .social-item.google a:hover {
  background-color: #d93b2b;
}
.entry-content {
  margin-bottom: 40px;
  line-height: 1.6;
}
.entry-content h1,
.entry-content h2 {
  margin-top: 20px;
  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;
}
.sidebar-right {
  padding-left: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 991px) {
  .sidebar-right {
    padding-left: 0;
    margin-top: 30px;
  }
}
.sidebar-right .sidebar-title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  /* font-family: "Avenir Next LT Pro Bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
  z-index: 1;
}
.sidebar-right .lasted-post ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar-right .lasted-post ul li {
  width: 100%;
}
.sidebar-right .lasted-post .lasted-post-item:last-child a {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-right .lasted-post .lasted-post-item a {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  color: #333333;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-img {
  width: 85px;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-img img {
  width: 85px;
  height: 85px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-content {
  width: calc(100% - 105px);
  float: left;
  font-size: 14px;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-content p {
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-content p:hover {
  color: #062350;
}
.sidebar-right .lasted-post .lasted-post-item a .lasted-post-content time {
  color: #8b8b8b;
  font-size: 12px;
}
.share-box {
  text-align: right;
}
.share-box .toggle-share {
  border-radius: 3px;
  background-color: #5d5d5d;
  color: #fff;
  padding: 4px 20px;
}
.share-box .toggle-share i {
  margin-right: 8px;
}
.share-box .share-dropup {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 220px;
  position: absolute;
  bottom: 50px;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  z-index: 10000;
}
.share-box .share-dropup:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.share-box .share-dropup.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.share-box .share-dropup .share-dropup-header {
  padding: 10px 15px;
  background-color: #062350;
  color: #fff;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.share-box .share-dropup .share-dropup-content {
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.share-box .share-dropup .share-dropup-content .post-share .social-item {
  margin: 4px 0;
  display: inline-block;
  width: 100%;
}
.share-box .share-dropup .share-dropup-content .post-share .social-item a {
  border-radius: 30px;
  min-width: 30px;
  padding: 0 5px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #646464;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.share-box
  .share-dropup
  .share-dropup-content
  .post-share
  .social-item
  a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(45, 46, 46, 0.2);
  box-shadow: 0px 4px 4px rgba(45, 46, 46, 0.2);
  text-decoration: none;
}
.share-box
  .share-dropup
  .share-dropup-content
  .post-share
  .social-item.facebook
  a {
  background-color: #2d5f9a;
}
.share-box
  .share-dropup
  .share-dropup-content
  .post-share
  .social-item.twitter
  a {
  background-color: #53c7ff;
}
.share-box
  .share-dropup
  .share-dropup-content
  .post-share
  .social-item.google
  a {
  background-color: #d93b2b;
}
.box-tag .tags-container {
  font-size: 0;
}
.box-tag .tags-container a {
  font-size: 13px;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.box-tag .tags-container a:hover {
  background-color: #e5e5e5;
  color: #000;
  text-decoration: none;
}
.box-tag .box-tag-left {
  margin-bottom: 5px;
}
.box-tag .box-tag-right {
  margin-bottom: 10px;
}
.title-bold {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  /* font-family: "Avenir Next LT Pro Bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}
.single-services-content {
  padding-bottom: 50px;
}
.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%;
}
.button-ios {
  display: inline-block;
  margin: 5px;
  width: 194px;
  height: 55px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/button-appstore.png);
}
.button-android {
  display: inline-block;
  margin: 5px;
  width: 194px;
  height: 55px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/button-googlestore.png);
}
.button-web {
  display: inline-block;
  margin: 5px;
  width: 194px;
  height: 55px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/button-website.png);
}
.btn-gradient-orange {
  background-color: #f28e7f;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f28e7f),
    to(#ff7985)
  );
  background-image: linear-gradient(left, #f28e7f, #ff7985);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F28E7F',endColorStr='#FF7985',gradientType='1');
  color: #fff !important;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  min-width: 200px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-gradient-orange:hover {
  color: #fff;
  -webkit-box-shadow: 2px 4px 20px rgba(248, 132, 130, 0.6);
  box-shadow: 2px 4px 20px rgba(248, 132, 130, 0.6);
}
.btn-gradient-blue {
  background-color: #24a8ff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#24a8ff),
    to(#4ad3ff)
  );
  background-image: linear-gradient(left, #24a8ff, #4ad3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A8FF',endColorStr='#4AD3FF',gradientType='1');
  color: #fff !important;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-gradient-blue:hover {
  color: #fff;
  -webkit-box-shadow: 2px 4px 20px rgba(36, 168, 255, 0.6);
  box-shadow: 2px 4px 20px rgba(36, 168, 255, 0.6);
}
.gradient-blue {
  background-color: #24a8ff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#24a8ff),
    to(#4ad3ff)
  );
  background-image: linear-gradient(left, #24a8ff, #4ad3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A8FF',endColorStr='#4AD3FF',gradientType='1');
}
.sap-title {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sap-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(74, 211, 255, 0.6);
  left: -33px;
  top: -13px;
  z-index: 0;
}
.sap-title:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(74, 211, 255, 0.5);
  left: -25px;
  top: -5px;
  z-index: 1;
}
.sap-title h3 {
  color: #434343;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 1.5rem;
}
.sap-title p {
  color: #7d7d7d;
  font-size: 16px;
}
.box-sap-border {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 5px;
  padding: 20px 25px;
}
.box-sap-border .box-header {
  font-size: 20px;
  color: #27abff;
  padding-bottom: 8px;
  border-bottom: 1px solid #27abff;
  margin-bottom: 20px;
  font-weight: bold;
}
.box-sap-border .box-body {
  font-size: 14px;
}
.box-sap-border .box-body h5 {
  font-size: 16px;
}
.box-sap-border .box-body p {
  color: #8d8d8d;
  line-height: 1.8;
}
.box-sap-border-dot-blue {
  border: 2px dashed #25a9ff;
  background: #fff;
  border-radius: 5px;
  padding: 0px 25px;
}
.box-sap-border-dot-blue .box-header {
  font-size: 22px;
  color: #27abff;
  font-weight: bold;
}
.box-sap-border-dot-blue .box-header span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 0 15px;
  top: -15px;
  left: -14px;
}
.box-sap-border-dot-blue .box-body {
  font-size: 14px;
}
.box-sap-border-dot-blue .box-body h5 {
  font-size: 16px;
}
.box-sap-border-dot-blue .box-body p {
  color: #8d8d8d;
  line-height: 1.8;
}
.sap-offshore-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sap-offshore-box .gradient-blue {
  color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  height: 150px;
  width: 160px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sap-offshore-box .sap-offshore-box-text {
  width: calc(100% - 180px);
}
.section-sap {
  padding: 25px 0;
}
.c-blue {
  color: #27abff;
}
.overseas-item {
  height: 70px;
  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;
}
.develop-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.develop-service .btn-gradient-blue {
  height: 70px;
  width: 30%;
  min-width: 160px;
  margin-right: 20px;
  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;
}
.bap-tech-table {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0 auto;
  text-align: left;
}
.bap-tech-table table {
  width: 100%;
  margin-bottom: 0;
}
.bap-tech-table table tr {
  border-right: 1px solid #dce6ff;
}
.bap-tech-table table tr td {
  border-top: 1px solid #dce6ff;
  border-left: 1px solid #dce6ff;
  padding: 12px 25px;
  background-color: #fff;
  color: #3a3a3a;
  font-size: 1rem;
}
.bap-tech-table table tr td:first-child {
  background-color: #e7f2ff;
  color: #0089ff;
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
  font-weight: bold;
}
.bap-tech-table table tr:last-child {
  border-bottom: 1px solid #dce6ff;
}
.bap-tech-table table thead tr td {
  /* font-family: "Avenir Next LT Pro Demi", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
  font-weight: bold;
  color: #0089ff;
  background-color: #e7f2ff;
}
.bap-tech-table table thead tr td:first-child {
  border: none;
  background-color: transparent;
}
.sap-container {
  margin-top: 0 !important;
}
.single-sap-banner {
  background-color: #1d5def;
}
.single-sap-banner .single-sap-banner-inner {
  background-image: radial-gradient(
    circle,
    rgba(76, 155, 236, 0.7),
    rgba(54, 103, 238, 0.7)
  );
  padding: 90px 0 10px 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;
}
.single-sap-banner .single-sap-banner-inner h2 {
  font-size: 1.5rem;
  line-height: 1.78;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-sap-banner .single-sap-banner-inner h2 {
    font-size: 1.2rem;
  }
}
.single-sap-banner .single-sap-banner-inner .sap-excerpt {
  color: #fff;
}
.single-sap-banner .single-sap-banner-inner img {
  max-height: calc(100vh - 150px);
}
.transition,
.transition:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.list-activity .row {
  margin-left: -10px;
  margin-right: -10px;
}
.list-activity .row [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.list-activity .activity-item {
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.list-activity .activity-item .list-activity-body {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.list-activity .activity-item .list-activity-body .list-activity-img {
  position: relative;
  max-height: 190px;
  height: 190px;
  overflow: hidden;
}
.list-activity .activity-item .list-activity-body .list-activity-img img {
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list-activity
  .activity-item
  .list-activity-body
  .list-activity-img
  .hover-div {
  width: 0;
  height: 0;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  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;
}
.list-activity
  .activity-item
  .list-activity-body
  .list-activity-img
  .hover-div
  i {
  font-size: 25px;
  color: #fff;
}
.list-activity .activity-item .list-activity-body .list-activity-text {
  padding: 20px;
  color: #fff;
}
.list-activity .activity-item .list-activity-body .list-activity-text h5 {
  font-size: 16px;
  text-align: center;
  color: #181818;
  margin-bottom: 0;
}
.list-activity .activity-item:hover .list-activity-body {
  -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
}
.list-activity .activity-item:hover .list-activity-body .list-activity-img img {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.list-activity
  .activity-item:hover
  .list-activity-body
  .list-activity-img
  .hover-div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 1;
}
.section-albums {
  padding-bottom: 60px;
}
.section-bap-product .item .item-thumb {
  max-height: 180px;
}
.section-bap-product .item .item-thumb img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.menu-backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: unset;
  position: fixed;
  z-index: 1;
  display: none;
}
.menu-backdrop.active {
  display: block;
}
.bap-header .navbar-right {
  z-index: 9;
}
@media (max-width: 1440px) {
  .text-header {
    font-size: 28px;
  }
  .section-bap-about {
    padding-bottom: 50px;
  }
  .section-bap-service {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section-bap-product {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .bap-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bap-commitment,
  .section {
    padding: 50px 0;
  }
  .commitment-item .commitment-image {
    text-align: center;
  }
  .commitment-item .commitment-image img {
    max-height: 250px;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 2rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .section-bap-service-product,
  .bap-partner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .web-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .feature-news
    .fn-post-large
    .news-post-item
    .new-post-item-inner
    .post-avatar
    img {
    height: 410px;
  }
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(1)
    .new-post-item-inner
    .post-avatar
    img,
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(2)
    .new-post-item-inner
    .post-avatar
    img,
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(3)
    .new-post-item-inner
    .post-avatar
    img {
    height: 195px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section-bap-about .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .bap-header .navbar-right ul#main-menu li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .offshore_list ul li {
    padding: 10px;
  }
  .bap-about-right .btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  p.subs-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bap-header .navbar-right ul#main-menu {
    width: 100%;
  }
  .bap-header .navbar-right ul#main-menu li .sub-menu {
    display: none;
  }
  .bap-header .navbar-right {
    position: fixed;
    left: -260px;
    top: 70px;
    background-color: #fff;
    height: 100%;
    width: 260px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
  }
  .bap-header .navbar-right.active {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .bap-header .navbar-right ul#main-menu {
    padding: 20px;
  }
  .bap-header .navbar-right ul#main-menu li {
    width: 100%;
    margin-left: 0;
  }
  .bap-header .navbar-right ul#main-menu li a {
    color: #333;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .bap-header .navbar-right ul#main-menu li a:before {
    border-color: #333;
  }
  .bap-header .navbar-right ul#main-menu li a:after {
    border-color: #333;
  }
  .bap-header .navbar-right .lang-menu {
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
  .bap-header .navbar-right ul#main-menu li.current-menu-item a:before,
  .bap-header .navbar-right ul#main-menu li.current-menu-item a:after {
    border-color: #333;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .web-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .web-description {
    font-size: 1.2rem;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .contact-button {
    margin-top: 3rem;
  }
  .single-services-content .entry-content table tr td {
    padding: 30px;
  }
  .bap-header.active .navbar-right ul#main-menu li a {
    position: relative;
    display: tab;
  }
  .navbar-right.active ul#main-menu li.menu-item-has-children a p {
    margin-bottom: 0;
    pointer-events: none;
  }
  .navbar-right ul#main-menu li.menu-item-has-children img {
    width: 16px;
  }
  .navbar-right.active ul#main-menu li.menu-item-has-children a {
    display: table-cell;
  }
  p.subs-menu img {
    z-index: 1111;
  }
  p.subs-menu {
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .text-header {
    font-size: 24px;
    line-height: 40px;
  }
  .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-about-left-video {
    margin: 0 auto 30px auto;
  }
  .section-bap-about {
    padding: 50px 0;
  }
  .section-bap-service,
  .section-bap-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bap-achievement {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .bap-achievement .container {
    max-width: 100%;
  }
  .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;
  }
  .bap-team-item .team-item-info {
    padding: 25px 15px;
  }
  .bap-commitment .commitment-image {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bap-commitment .commitment-image img {
    max-width: 300px;
  }
  .bap-commitment .commitment-text {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bap-commitment .commitment-text h3.mb-4 {
    margin-bottom: 1rem !important;
    margin-top: 2rem;
    font-size: 1.25rem;
  }
  .bap-about-left-video .video-bg-outter {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .feature-news-container {
    display: block;
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .feature-news-container .feature-news {
    width: 1264px;
  }
  .feature-news-container .feature-news .fn-post-large {
    width: 316px;
    padding: 0 !important;
  }
  .feature-news-container .feature-news .fn-post-large .news-post-item {
    width: 316px !important;
    display: inline-block;
    padding: 0 8px !important;
  }
  .feature-news-container
    .feature-news
    .fn-post-large
    .news-post-item
    .new-post-item-inner
    .post-avatar
    img {
    height: 245px;
  }
  .feature-news-container
    .feature-news
    .fn-post-large
    .news-post-item
    .new-post-item-inner
    .post-content
    h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 3rem;
  }
  .feature-news-container .feature-news .fn-post-medium {
    width: 948px;
    padding: 0 !important;
  }
  .feature-news-container .feature-news .fn-post-medium .news-post-item {
    width: 316px !important;
    display: inline-block;
    padding: 0 8px !important;
  }
  .feature-news-container
    .feature-news
    .fn-post-medium
    .news-post-item
    .new-post-item-inner
    .post-content
    h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 3rem;
  }
  .section-fanpage {
    text-align: center;
  }
  .section-fanpage h3 {
    margin-bottom: 20px;
  }
  .bap-footer .container {
  }
  .bap-footer .bap-footer-top .footer-action {
    display: inline-block;
    width: 100%;
  }
  .bap-footer .bap-footer-top .footer-action a {
    width: calc(50% - 20px);
    margin: 0 10px 15px 10px;
    float: left;
  }
  .single-header {
    padding: 50px 20px;
  }
  .single-content .bap-about .bap-about-text {
    padding: 0 0 50px 0;
    margin-top: 30px;
  }
  .single-header .single-header-text,
  .single-content .bap-about .bap-about-text .bat-left h2 {
    font-size: 2rem;
  }
  .single-services-content .entry-content table tr td {
    padding: 20px 15px;
  }
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(1)
    .new-post-item-inner
    .post-avatar
    img,
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(2)
    .new-post-item-inner
    .post-avatar
    img,
  .feature-news
    .fn-post-medium
    .news-post-item:nth-child(3)
    .new-post-item-inner
    .post-avatar
    img {
    height: 245px;
  }
}
.working-slider .ourWorkingSlider .lSSlideOuter.vertical .lightSlider li img {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #000;
}
.ourWorkingSlider .lSSlideOuter .lSPager.lSGallery img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  background-color: #000;
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .offshore_list ul li {
    padding: 8px;
  }
  .bap-team-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .bap-about-left-video {
    width: 400px;
    height: 400px;
  }
  .bap-about-left-video .video-bg-inner {
    left: 50px;
    top: 50px;
    width: 300px;
    height: 300px;
  }
  .list-recruitment ul li {
    display: inline-block;
    width: 100%;
  }
  .list-recruitment ul li a {
    width: 100%;
    max-width: 100%;
  }
  .bap-service-left .service-list-text li {
    width: 100%;
  }
  .single-header {
    padding: 30px 20px;
  }
  .single-header .single-header-text {
    margin-bottom: 43px;
  }
  .article-small .article-content h5 {
    font-size: 1rem;
  }
  .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;
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .working-slider .lSSlideOuter.vertical {
    padding-right: 0 !important;
  }
  .working-slider .lSSlideOuter.vertical .lSGallery {
    display: none !important;
  }
  .working-slider .ourWorkingSlider .lSSlideOuter.vertical .lightSlider li {
    max-height: 400px !important;
  }
  .working-slider .ourWorkingSlider .lSSlideOuter.vertical .lightSlider li img {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #000;
  }
  .list-team-member .item {
    padding: 0 10px;
  }
  .team-member-item img {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .bap-footer .bap-footer-top .footer-action a {
    width: calc(100% - 20px);
  }
  .bap-about-left-video {
    width: 345px;
    height: 345px;
  }
  .bap-about-left-video .video-bg-inner {
    left: 20px;
    top: 20px;
  }
  .bap-about-right .text-description {
    text-align: left !important;
  }
  .bap-about-right .mt-5 {
    text-align: center;
  }
  .bap-about-right .mt-5 .btn {
    width: 290px;
    margin: 0 auto 10px auto !important;
  }
  .bap-about-left-video .btn-play {
    bottom: -30px;
    right: 45px;
    width: 50px;
  }
  .bap-slider .bap-intro-slider .bap-intro-left .web-title {
    font-size: 2.2rem;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 1.75rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.25rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .text-header .text-header-text {
    line-height: 30px;
  }
  .text-header .text-header-text p {
    font-size: 14px;
    line-height: 25px;
  }
  .text-header .btn-viewall {
    top: 14px;
    font-size: 12px;
  }
  .bap-commitment .commitment-image img {
    max-width: 250px;
  }
  .bap-footer .bap-footer-top .footer-item-list {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-bap-product .item .item-inner .item-inner-text {
    padding: 20px 15px;
  }
  .section-bap-product .item .item-thumb {
    min-height: 140px;
  }
  .section-bap-product .item .item-thumb img {
    min-height: 140px;
    height: 140px;
  }
  .overseas-item {
    height: auto;
  }
  .develop-service .btn-gradient-blue {
    padding: 10px 15px;
    min-width: 100px;
  }
  .develop-service .develop-service-text {
    font-size: 13px;
  }
  .sap-title h3 {
    font-size: 1.25rem;
  }
  .sap-title p {
    font-size: 13px;
  }
  .bap-tech-table table tr td {
    padding: 12px 15px;
    font-size: 13px;
  }
  .bap-tech-table {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .bap-about-left-video {
    width: 290px;
    height: 290px;
  }
  .bap-about-left-video .video-bg-inner {
    width: 250px;
    height: 250px;
  }
  .offshore_list ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.prod-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prod-slider.owl-carousel .owl-dots > div {
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  background: rgb(186, 187, 198);
  vertical-align: middle;
}
.prod-slider.owl-carousel .owl-dots > div.active,
.prod-slider.owl-carousel .owl-dots > div:hover {
  background: #066ded;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 991px) {
  .career-detail .career-thumb img {
    height: 240px;
  }
}

@media screen and (max-width: 800px) {
  .career-detail .career-thumb img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .career-detail .career-thumb img {
    height: 300px;
    width: 80%;
  }
  .career-thumb {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .career-detail .career-thumb img {
    height: 260px;
  }
}

@media screen and (max-width: 500px) {
  .career-detail .career-thumb img {
    height: 270px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .career-detail .career-thumb img {
    height: 240px;
  }
}