@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #189B9B;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: #000;
}

body {
  font-family: "Open Sans", sans-serif;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ht-40 {
  height: 40px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.text-primary {
  color: #3A3B5E !important;
}

.text-secondary {
  color: #189B9B !important;
}

.text-secondary-hover {
  color: #189B9B;
}
.text-secondary-hover:hover {
  opacity: 0.75;
}

.bg-primary {
  background-color: #3A3B5E !important;
}

.bg-secondary {
  background-color: #189B9B !important;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #189B9B;
  --bs-btn-border-color: #189B9B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #116f6f;
  --bs-btn-hover-border-color: #116f6f;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3A3B5E;
  --bs-btn-active-border-color: #3A3B5E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #189B9B;
  --bs-btn-disabled-border-color: #189B9B;
}

.form-control-transparent {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.form-control-transparent::-moz-placeholder {
  color: #fff;
}
.form-control-transparent::placeholder {
  color: #fff;
}

.mmwh-58 {
  min-width: 58px;
  max-width: 58px;
  min-height: 58px;
  max-height: 58px;
}

.maxh-58 {
  max-height: 58px;
}

.maxw-265 {
  max-width: 265px;
}

.maxw-500 {
  max-width: 500px;
}

.maxw-550 {
  max-width: 550px;
}

.maxw-600 {
  max-width: 600px;
}

.maxw-700 {
  max-width: 700px;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.zindex-2 {
  z-index: 2;
}

.zindex-5 {
  z-index: 5;
}

.zindex-6 {
  z-index: 6;
}

.top-bar {
  background-color: #3A3B5E;
  padding: 6px 0;
}
.top-bar .hstack .vr {
  color: #fff;
  opacity: 0.75;
}
.top-bar .hstack a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.top-bar .hstack a:hover {
  color: #189B9B;
}
.top-bar .hstack a .icon {
  margin-right: 5px;
}
.top-bar .top-social a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin-left: 8px;
}
.top-bar .top-social a:hover {
  color: #189B9B;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  max-height: 80px;
}
.navbar .navbar-toggler {
  border: none;
  border-radius: 0;
}
.navbar .nav-item {
  margin-left: 12px;
}
.navbar .nav-item .nav-link, .navbar .nav-item .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #3A3B5E;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link.active, .navbar .nav-item .dropdown-item.active {
  color: #189B9B;
}
.navbar .nav-item .dropdown-item {
  text-transform: capitalize;
}
.navbar .btn-speak {
  background-color: #189B9B;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .btn-speak:hover {
  background-color: #3A3B5E;
  color: #fff;
}
.navbar .btn-speak:active {
  opacity: 0.75;
}

.carousel-home {
  overflow: hidden;
}
.carousel-home .carousel-inner::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  pointer-events: none;
}
.carousel-home .carousel-control-prev,
.carousel-home .carousel-control-next {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  top: calc(50% - 22px);
  opacity: 1;
  z-index: 4;
  margin-left: 10px;
}
.carousel-home .carousel-control-prev:hover,
.carousel-home .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.carousel-home .carousel-control-next {
  margin-left: 0;
  margin-right: 10px;
}

.common-banner {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background-color: #189B9B;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.common-banner .img-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.common-banner .container {
  z-index: 2;
  position: relative;
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}

.inline-link {
  font-size: 14px;
}
.inline-link .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.inline-link a {
  color: #fff;
  text-decoration: none;
}
.inline-link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.services-box {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: #189B9B;
}
.services-box:hover {
  text-shadow: 0 2px 4px #000;
}
.services-box:hover img {
  opacity: 0.75;
}
.services-box img {
  max-width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.services-box span {
  background-color: #189B9B;
  color: #fff;
  display: block;
  padding: 8px 12px;
}

.logo-wrapper {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.logo-box {
  width: 240px;
  height: 90px;
  border: 1px solid #D9D9D9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  margin-right: 8px;
}
.logo-box img {
  max-width: 90%;
  max-height: 50px;
}

.blog-box {
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1882352941);
  background-color: #189B9B;
}
.blog-box:hover {
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3137254902);
  transition: 300ms;
}
.blog-box:hover img {
  opacity: 0.6;
}
.blog-box img {
  width: 100%;
  aspect-ratio: 4/2.6;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.blog-box .blog-content {
  padding: 12px 15px 18px 15px;
  background-color: #fff;
}
.blog-box .blog-content small {
  font-size: 12px;
  color: #189B9B;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.blog-box .blog-content h2 {
  font-size: 22px;
  color: #3A3B5E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box .blog-content hr {
  opacity: 0.15;
}
.blog-box .blog-content .blog-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #189B9B;
}
.blog-box .blog-content .blog-action a {
  text-decoration: none;
  color: inherit;
}
.blog-box .blog-content .blog-action a:hover {
  color: #3A3B5E;
  text-decoration: underline;
}
.blog-box .blog-content .blog-action a::before {
  content: "→";
  margin-right: 8px;
  transform: scale(1.4) translateY(-1.5px);
  display: inline-block;
}

.blog-service {
  background-color: #F5F5F5;
  color: #189B9B;
  padding: 10px 20px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.half-right {
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.half-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.accordion-common {
  border: none;
}
.accordion-common .accordion-button {
  color: #fff;
  background-color: #189B9B;
  border-radius: 0 !important;
}
.accordion-common .accordion-button::after {
  filter: brightness(0) invert(1);
}
.accordion-common .accordion-collapse, .accordion-common .accordion-item {
  border-radius: 0 !important;
}

.list-play {
  font-weight: 600;
  list-style-type: none;
  color: #18333C;
  padding-left: 15px;
}
.list-play li {
  margin-bottom: 4px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%2318333C' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M-3.0598e-07 7C-1.37079e-07 10.864 3.136 14 7 14C10.864 14 14 10.864 14 7C14 3.136 10.864 1.43247e-06 7 1.60137e-06C3.136 1.77027e-06 -4.7488e-07 3.136 -3.0598e-07 7ZM8.4 7L5.6 9.8L5.6 4.2L8.4 7Z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position-y: 4px;
  padding-left: 22px;
}

.carousel-service .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 35px);
  width: calc(100% + 40px);
  left: -20px;
  pointer-events: none;
}
.carousel-service .owl-nav button[class*=owl-] {
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  color: #fff;
  background: #3A3B5E;
  font-size: 20px;
  margin: 0;
}

footer {
  background-color: #3A3B5E;
  padding-top: 20px;
}
footer h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-links a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  margin-bottom: 7px;
  color: #fff;
  transition: 300ms;
}
footer .footer-links a::before {
  content: "→";
  margin-right: 7px;
}
footer .footer-links a:hover {
  color: #189B9B;
}
footer .footer-address {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-address a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  margin-bottom: 18px;
  color: #fff;
  transition: 300ms;
  display: inline-flex;
}
footer .footer-address a:hover {
  color: #189B9B;
}
footer .footer-address a .icon {
  margin-top: 3px;
  margin-right: 8px;
  font-size: 16px;
}
footer .footer-more {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
footer .footer-more::after {
  content: "→";
  margin-left: 7px;
  transition: 300ms;
}
footer .footer-more:hover {
  color: #189B9B;
}
footer .footer-more:hover::after {
  margin-left: 10px;
}
footer .copyright {
  margin-top: 30px;
  background-color: #ffffff;
  padding: 15px 0;
  color: #3A3B5E;
}
footer .copyright p, footer .copyright a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  margin: 0;
}
footer .copyright a:hover {
  color: #189B9B;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    right: -300px;
    top: 0;
    width: 250px;
    min-height: 100%;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    transition: 350ms;
    box-shadow: 0 5px 10px #999;
    padding-left: 15px;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .navbar-collapse ul.align-items-center {
    align-items: start !important;
  }
  .navbar-collapse .btn-speak {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .half-right {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .carousel-home .carousel-item {
    min-height: 300px;
  }
  .carousel-home .carousel-item img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-service .owl-nav {
    width: calc(100% + 0px);
    left: 0;
  }
  .common-banner {
    min-height: 300px;
  }
}/*# sourceMappingURL=style.css.map */