@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/Poppins-Thin.eot");
  src: url("../fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins-Thin.ttf") format("truetype"), url("../fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1560px;
  }
}

body {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  color: #2C2C2C;
  font-family: "Poppins-Light", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body a {
  color: #2C2C2C;
  text-decoration: none;
}
body img {
  max-width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6, body b, body strong {
  font-family: "Poppins";
}

.btn-hover {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.btn-hover > * {
  position: relative;
  z-index: 1;
}
.btn-hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.35s ease;
}
.btn-hover:hover {
  color: #2C2C2C;
}
.btn-hover:hover::after {
  width: 100%;
  background: #ffffff;
}

.home-header-placeholder {
  height: 0;
  transition: all 1s ease;
}

.home-hero-section {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #002d7b 0%, rgba(0, 45, 123, 0.6) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  opacity: 0.6;
}
.home-hero-section .home-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .home-hero-section .home-header {
    padding: 1.22rem 2rem;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .home-header {
    padding: 1.33rem 2.99rem;
  }
}
.home-hero-section .home-header a {
  color: #ffffff;
}
.home-hero-section .home-header .logo {
  position: relative;
}
.home-hero-section .home-header .logo a {
  display: block;
}
.home-hero-section .home-header .logo a:first-child {
  opacity: 1;
}
.home-hero-section .home-header .logo a:last-child { /* 蓝色logo */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home-hero-section .home-header .logo img {
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 575.98px) {
  .home-hero-section .home-header .logo {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .home-hero-section .home-header .logo {
    max-width: 130px;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .home-header .logo {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .home-hero-section .home-header .logo {
    max-width: 170px;
  }
}
.home-hero-section .home-header .nav {
  position: fixed;
  z-index: 3;
  width: 80%;
  top: 0;
  right: -100%;
  height: 100%;
  background: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s ease;
}
.home-hero-section .home-header .nav .nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.home-hero-section .home-header .nav .nav-list li a {
  font-family: "Poppins-Light", Roboto;
  font-size: 22px;
  line-height: 1.5;
  color: #2C2C2C;
  display: inline-block;
  white-space: nowrap;
}
.home-hero-section .home-header .nav .nav-list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2C2C2C;
  transition: width 0.3s ease-in-out;
}
.home-hero-section .home-header .nav .nav-list li a:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .home-hero-section .home-header .nav .nav-list li a {
    color: #2C2C2C !important;
  }
}
@media (min-width: 992px) {
  .home-hero-section .home-header .nav {
    position: relative;
    width: auto;
    right: auto;
    background: transparent;
  }
  .home-hero-section .home-header .nav .nav-list {
    flex-direction: row;
    gap: 2rem;
  }
  .home-hero-section .home-header .nav .nav-list li a {
    color: #ffffff;
  }
  .home-hero-section .home-header .nav .nav-list li a::after {
    background: #ffffff;
  }
}
@media (min-width: 1400px) {
  .home-hero-section .home-header .nav {
    margin-left: 3rem;
  }
  .home-hero-section .home-header .nav .nav-list {
    gap: 3rem;
  }
}
@media (min-width: 1600px) {
  .home-hero-section .home-header .nav {
    margin-left: 5rem;
  }
  .home-hero-section .home-header .nav .nav-list {
    gap: 3.5rem;
  }
}
.home-hero-section .home-header .header-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home-hero-section .home-header .header-bar .btn-search {
  height: 2.4rem;
  width: 2.4rem;
  padding: 8px;
  border: #ffffff 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-section .home-header .header-bar .btn-search.btn-search-sticky {
  position: relative;
}
.home-hero-section .home-header .header-bar .btn-search.btn-search-sticky img:last-child {
  position: absolute;
  opacity: 0;
}
@media (min-width: 1600px) {
  .home-hero-section .home-header .header-bar .btn-search {
    height: 3rem;
    width: 3rem;
  }
}
.home-hero-section .home-header .header-bar .btn-contact {
  font-size: 20px;
  border: #ffffff 1px solid;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap;
}
.home-hero-section .home-header .header-bar .btn-contact:hover {
  color: #2C2C2C !important;
}
@media (min-width: 1400px) {
  .home-hero-section .home-header .header-bar .btn-contact {
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 1600px) {
  .home-hero-section .home-header .header-bar .btn-contact {
    padding: 1rem 2.5rem;
  }
}
.home-hero-section .home-header .header-bar-mobile {
  display: flex;
  flex-direction: column;
}
.home-hero-section .home-header .header-bar-mobile .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2C2C2C;
  border-radius: 2rem;
}
.home-hero-section .home-header .header-bar-mobile .search-form input {
  border: none;
  margin-left: 1rem;
  outline: none;
}
.home-hero-section .home-header .header-bar-mobile .search-form .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-section .home-header .header-bar-mobile .btn-contact {
  width: 100%;
  background: #002D7B;
  border-radius: 2rem;
}
.home-hero-section .home-header .header-menu .btn-menu {
  padding: 0;
  height: 1.5rem;
  width: 2rem;
  position: relative;
  z-index: 5;
  border: none;
}
.home-hero-section .home-header .header-menu .btn-menu span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #ffffff;
  transition: all 0.35s ease;
}
.home-hero-section .home-header .header-menu .btn-menu span:nth-child(1) {
  top: 0;
}
.home-hero-section .home-header .header-menu .btn-menu span:nth-child(2) {
  top: calc(50% - 0.5px);
}
.home-hero-section .home-header .header-menu .btn-menu span:nth-child(3) {
  bottom: 0;
}
.home-hero-section .home-header.active .nav {
  right: 0;
  transition: all 0.35s ease;
}
.home-hero-section .home-header.active .header-menu {
  position: fixed;
  right: 1rem;
  z-index: 9;
}
@media (min-width: 768px) {
  .home-hero-section .home-header.active .header-menu {
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .home-header.active .header-menu {
    right: 3rem;
  }
}
.home-hero-section .home-header.active .header-menu .btn-menu span {
  background: #2C2C2C;
}
.home-hero-section .home-header.active .header-menu .btn-menu span:nth-child(1) {
  top: calc(50% - 0.5px);
  transform: rotate(45deg);
}
.home-hero-section .home-header.active .header-menu .btn-menu span:nth-child(2) {
  display: none;
}
.home-hero-section .home-header.active .header-menu .btn-menu span:nth-child(3) {
  bottom: calc(50% - 0.5px);
  transform: rotate(-45deg);
}
.home-hero-section .home-header.sticky {
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.home-hero-section .home-header.sticky .logo a:last-child {
  opacity: 1; /* 显示蓝色logo */
}
.home-hero-section .home-header.sticky .logo a:first-child {
  opacity: 0; /* 隐藏白色logo */
}
.home-hero-section .home-header.sticky .nav {
  padding: 0 2rem;
}
.home-hero-section .home-header.sticky .nav .nav-list li a::after {
  background: #2C2C2C;
}
.home-hero-section .home-header.sticky .btn-contact:hover {
  color: #ffffff !important;
}
.home-hero-section .home-header.sticky .btn-contact:hover::after {
  background: #2C2C2C;
}
.home-hero-section .home-hreo-container {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.home-hero-section .home-hreo-container .banner-sub-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.home-hero-section .home-hreo-container .banner-title h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
@media (min-width: 768px) {
  .home-hero-section .home-hreo-container .banner-title h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .home-hero-section .home-hreo-container .banner-title h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .home-hreo-container .banner-title h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .home-hero-section .home-hreo-container .banner-title h1 {
    font-size: 4.5rem;
  }
}
.home-hero-section .home-hreo-container .banner-description {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .home-hero-section .home-hreo-container .banner-description {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .home-hreo-container .banner-description {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .home-hero-section .home-hreo-container .banner-description {
    width: 37%;
  }
}
@media (min-width: 1600px) {
  .home-hero-section .home-hreo-container .banner-description {
    width: 32%;
  }
}
.home-hero-section .home-hreo-container .banner-button {
  margin-top: 2rem;
}
@media (min-width: 1400px) {
  .home-hero-section .home-hreo-container .banner-button {
    margin-top: 3rem;
  }
}
@media (min-width: 1600px) {
  .home-hero-section .home-hreo-container .banner-button {
    margin-top: 4rem;
  }
}
.home-hero-section .home-hreo-container .banner-button .btn {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 0.5rem;
}
.home-hero-section .home-hreo-container .banner-button .btn i {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}
.home-hero-section .home-hreo-container .banner-button .btn i img {
  width: 0.65rem;
}
@media (min-width: 1600px) {
  .home-hero-section .home-hreo-container .banner-button .btn i {
    height: 3rem;
    width: 3rem;
  }
  .home-hero-section .home-hreo-container .banner-button .btn i img {
    width: 1rem;
  }
}
.home-hero-section .home-hreo-container .banner-button .btn span {
  margin: 0 0.75rem;
  font-size: 1.125rem;
}
@media (min-width: 1600px) {
  .home-hero-section .home-hreo-container .banner-button .btn span {
    margin-left: 1rem;
  }
}
.home-hero-section .home-hreo-container .banner-button .btn:hover {
  color: #2C2C2C;
}
@media (min-width: 1600px) {
  .home-hero-section .home-hreo-container {
    padding-bottom: 5rem;
  }
}
.home-hero-section .home-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-hero-section .home-hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1600px) {
  .home-hero-section {
    min-height: 700px;
  }
}

.our-focus {
  background: transparent linear-gradient(180deg, #D5DCFF 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.our-focus .focus-head {
  margin-bottom: 2rem;
}
.our-focus .focus-head .focus-text {
  max-width: 740px;
}
.our-focus .focus-head .focus-text p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .our-focus .focus-head .focus-text h1 {
    font-size: 3.125rem;
  }
}
.our-focus .focus-head .focus-btn a {
  display: inline-flex;
  align-items: center;
  background: #002D7B;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem;
  transition: all 0.35s ease;
}
.our-focus .focus-head .focus-btn a i {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}
.our-focus .focus-head .focus-btn a i img {
  width: 0.65rem;
}
@media (min-width: 1600px) {
  .our-focus .focus-head .focus-btn a i {
    height: 3rem;
    width: 3rem;
  }
  .our-focus .focus-head .focus-btn a i img {
    width: 1rem;
  }
}
.our-focus .focus-head .focus-btn a span {
  margin: 0 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .our-focus .focus-head .focus-btn a span {
    margin: 0 1.5rem;
  }
}
.our-focus .focus-head .focus-btn a:hover {
  box-shadow: 0px 3px 6px rgba(0, 45, 123, 0.27);
}
.our-focus .focus-item {
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.35s ease;
}
.our-focus .focus-item .focus-item-img {
  --bs-aspect-ratio: 95%;
  overflow: hidden;
}
.our-focus .focus-item .focus-item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.35s ease;
}
.our-focus .focus-item .focus-item-title {
  padding: 1.5rem;
}
.our-focus .focus-item .focus-item-title h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.our-focus .focus-item:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
}
.our-focus .focus-item:hover .focus-item-img img {
  transform: scale(1.15);
}

.latest-news .news-head {
  text-align: center;
  margin-bottom: 2rem;
}
.latest-news .news-head p {
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .latest-news .news-head h1 {
    font-size: 3.125rem;
  }
}
.latest-news .news-item {
  color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  transition: all 0.35s ease;
}
.latest-news .news-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: transparent linear-gradient(180deg, rgba(9, 18, 81, 0) 0%, #091251 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  border-radius: 1rem;
  transition: all 0.35s ease;
}
.latest-news .news-item .news-item-img {
  --bs-aspect-ratio: 120%;
}
.latest-news .news-item .news-item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.latest-news .news-item .news-item-content {
  position: absolute;
  z-index: 2;
  bottom: -3rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  transition: all 0.35s ease;
}
.latest-news .news-item .news-item-content span {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
}
.latest-news .news-item .news-item-content h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  transition: all 0.35s ease;
}
.latest-news .news-item .news-item-content .news-arrow {
  opacity: 0;
  transition: all 0.35s ease;
}
.latest-news .news-item .news-item-content .news-arrow span {
  display: block;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .latest-news .news-item .news-item-content .news-arrow span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.latest-news .news-item .news-item-content .news-arrow span img {
  filter: brightness(0) invert(1);
}
.latest-news .news-item:hover::after {
  height: 100%;
}
.latest-news .news-item:hover .news-item-content {
  bottom: 0;
}
.latest-news .news-item:hover .news-item-content .news-arrow {
  margin-top: 0.5rem;
  opacity: 1;
}
.latest-news .news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-news .news-btn a {
  display: inline-flex;
  align-items: center;
  background: #002D7B;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem;
  transition: all 0.35s ease;
}
.latest-news .news-btn a i {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}
.latest-news .news-btn a i img {
  width: 0.65rem;
}
@media (min-width: 1600px) {
  .latest-news .news-btn a i {
    height: 3rem;
    width: 3rem;
  }
  .latest-news .news-btn a i img {
    width: 1rem;
  }
}
.latest-news .news-btn a span {
  margin: 0 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .latest-news .news-btn a span {
    margin: 0 1.5rem;
  }
}
.latest-news .news-btn a:hover {
  box-shadow: 0px 3px 6px rgba(0, 45, 123, 0.27);
}

.contact-us-container {
  margin-top: 2rem;
  background: url("../images/block-bg.png") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .contact-us-container {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .contact-us-container {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1600px) {
  .contact-us-container {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
.contact-us-container .contact-us-text {
  display: flex;
  flex-direction: column;
}
.contact-us-container .contact-us-text .contact-content p {
  font-size: 1.125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
@media (min-width: 992px) {
  .contact-us-container .contact-us-text .contact-content p {
    display: inline-block;
    padding-right: 2rem;
  }
}
@media (min-width: 1600px) {
  .contact-us-container .contact-us-text .contact-content h1 {
    font-size: 3.125rem;
  }
  .contact-us-container .contact-us-text .contact-content p {
    padding-bottom: 2rem;
  }
}
.contact-us-container .contact-us-text .contact-number {
  font-size: 1.25rem;
  color: #2C2C2C;
}
@media (min-width: 768px) {
  .contact-us-container .contact-us-text .contact-number {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .contact-us-container .contact-us-text .contact-number {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-us-container .contact-us-text .contact-number {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .contact-us-container .contact-us-text .contact-number {
    font-size: 3.125rem;
  }
}
.contact-us-container .contact-us-form {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contact-us-container .contact-us-form {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .contact-us-container .contact-us-form form {
    max-width: 580px;
  }
}
@media (min-width: 1600px) {
  .contact-us-container .contact-us-form form {
    max-width: 625px;
  }
}
.contact-us-container .contact-us-form .form-control {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  outline: none;
  transition: all 0.35s ease;
}
.contact-us-container .contact-us-form .form-control:focus {
  border-color: rgba(0, 45, 123, 0.5);
  box-shadow: none;
}
.contact-us-container .contact-us-form .form-control::-moz-placeholder {
  color: rgba(44, 44, 44, 0.5);
}
.contact-us-container .contact-us-form .form-control::placeholder {
  color: rgba(44, 44, 44, 0.5);
}
.contact-us-container .contact-us-form .form-control + label.error {
  color: red;
  font-size: 12px;
}
.contact-us-container .contact-us-form .btn {
  margin-top: 1rem;
  width: 100%;
  border: none;
  border-radius: 2rem;
  background: #002D7B;
  color: #ffffff;
  padding: 0.5rem 1rem;
  transition: all 0.35s ease;
}
.contact-us-container .contact-us-form .btn:hover {
  box-shadow: 0px 3px 6px rgba(0, 45, 123, 0.27);
}
@media (min-width: 1400px) {
  .contact-us-container .contact-us-form .btn {
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 1600px) {
  .contact-us-container .contact-us-form .btn {
    padding: 1rem 1rem;
  }
}

.footer {
  background: #002D7B;
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .footer {
    padding-top: 5rem !important;
  }
}
.footer a {
  color: #ffffff;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 3rem 0;
  }
}
@media (min-width: 992px) {
  .footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1600px) {
  .footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 5rem 0;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-content .footer-logo {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  .footer .footer-content .footer-logo {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-content .footer-logo {
    max-width: 170px;
  }
}
.footer .footer-content .footer-links {
  width: 100%;
  margin-top: 2rem;
}
.footer .footer-content .footer-links ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .footer-content .footer-links {
    width: auto;
    flex-direction: row;
    margin-top: 0;
  }
  .footer .footer-content .footer-links ul {
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .footer .footer-content .footer-links ul {
    gap: 3rem;
  }
}
@media (min-width: 1600px) {
  .footer .footer-content .footer-links ul {
    gap: 3.5rem;
  }
}
.footer .footer-content .footer-links a {
  position: relative;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer .footer-content .footer-links a {
    font-size: 1.25rem;
  }
}
.footer .footer-content .footer-links a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease-in-out;
}
.footer .footer-content .footer-links a:hover::after {
  width: 100%;
}
.footer .footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .footer-bottom {
    padding-top: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .footer-bottom .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.footer .footer-bottom a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  white-space: nowrap;
}
.footer .footer-bottom a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease-in-out;
}
.footer .footer-bottom a:hover::after {
  width: 100%;
}

.page-header {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-header {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .page-header {
    padding: 1.5rem 3rem;
  }
}
.page-header a {
  color: #2C2C2C;
}
@media (max-width: 575.98px) {
  .page-header .logo {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .page-header .logo {
    max-width: 130px;
  }
}
@media (min-width: 1200px) {
  .page-header .logo {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .page-header .logo {
    max-width: 170px;
  }
}
.page-header .nav {
  position: fixed;
  z-index: 3;
  width: 80%;
  top: 0;
  right: -100%;
  height: 100%;
  background: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s ease;
}
.page-header .nav .nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.page-header .nav .nav-list li a {
  font-family: "Poppins-Light", Roboto;
  font-size: 22px;
  line-height: 1.5;
  color: #2C2C2C;
  display: inline-block;
  white-space: nowrap;
}
.page-header .nav .nav-list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2C2C2C;
  transition: width 0.3s ease-in-out;
}
.page-header .nav .nav-list li a:hover::after {
  width: 100%;
}
@media (min-width: 992px) {
  .page-header .nav {
    padding: 0 2rem;
    position: relative;
    width: auto;
    right: auto;
    background: transparent;
  }
  .page-header .nav .nav-list {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .page-header .nav .nav-list {
    gap: 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-header .nav {
    margin-left: 5rem;
  }
  .page-header .nav .nav-list {
    gap: 3.5rem;
  }
}
.page-header .header-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-header .header-bar .btn-search {
  height: 2.4rem;
  width: 2.4rem;
  padding: 8px;
  border: #2C2C2C 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1600px) {
  .page-header .header-bar .btn-search {
    height: 3rem;
    width: 3rem;
  }
}
.page-header .header-bar .btn-contact {
  font-size: 20px;
  border: #2C2C2C 1px solid;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap;
}
.page-header .header-bar .btn-contact:hover {
  color: #ffffff;
}
.page-header .header-bar .btn-contact:hover::after {
  background: #2C2C2C;
}
@media (min-width: 1400px) {
  .page-header .header-bar .btn-contact {
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 1600px) {
  .page-header .header-bar .btn-contact {
    padding: 1rem 2.5rem;
  }
}
.page-header .header-bar-mobile {
  display: flex;
  flex-direction: column;
}
.page-header .header-bar-mobile .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2C2C2C;
  border-radius: 2rem;
}
.page-header .header-bar-mobile .search-form input {
  border: none;
  margin-left: 1rem;
  outline: none;
}
.page-header .header-bar-mobile .search-form .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header-bar-mobile .btn-contact {
  width: 100%;
  color: #ffffff;
  background: #002D7B;
  border-radius: 2rem;
}
.page-header .header-menu .btn-menu {
  padding: 0;
  height: 1.5rem;
  width: 2rem;
  position: relative;
  z-index: 5;
  border: none;
}
.page-header .header-menu .btn-menu span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #2C2C2C;
  transition: all 0.35s ease;
}
.page-header .header-menu .btn-menu span:nth-child(1) {
  top: 0;
}
.page-header .header-menu .btn-menu span:nth-child(2) {
  top: calc(50% - 0.5px);
}
.page-header .header-menu .btn-menu span:nth-child(3) {
  bottom: 0;
}
.page-header.active .nav {
  right: 0;
  transition: all 0.35s ease;
}
.page-header.active .header-menu {
  position: fixed;
  right: 1rem;
  z-index: 9;
}
@media (min-width: 768px) {
  .page-header.active .header-menu {
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-header.active .header-menu {
    right: 3rem;
  }
}
.page-header.active .header-menu .btn-menu span {
  background: #2C2C2C;
}
.page-header.active .header-menu .btn-menu span:nth-child(1) {
  top: calc(50% - 0.5px);
  transform: rotate(45deg);
}
.page-header.active .header-menu .btn-menu span:nth-child(2) {
  display: none;
}
.page-header.active .header-menu .btn-menu span:nth-child(3) {
  bottom: calc(50% - 0.5px);
  transform: rotate(-45deg);
}

.page-banner {
  width: 100%;
  position: relative;
}
.page-banner img {
  display: block;
  width: 100%;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner .page-banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #ffffff;
  background: rgba(0, 45, 123, 0.45);
}
.page-banner .page-banner-container .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.page-banner .page-banner-container .container h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .page-banner .page-banner-container .container h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-banner .page-banner-container .container h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .page-banner .page-banner-container .container h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .page-banner .page-banner-container .container h1 {
    font-size: 4.5rem;
  }
}
.page-banner .page-banner-container .container p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-banner .page-banner-container .container p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page-banner .page-banner-container .container p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .page-container.pt-md-5 {
    padding-top: 5rem !important;
  }
}
.page-container .product-container .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 2rem 0;
}
@media (min-width: 768px) {
  .page-container .product-container .category-list {
    padding: 1rem 0 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .page-container .product-container .category-list {
    padding: 1rem 0 3.5rem 0;
  }
}
@media (min-width: 1600px) {
  .page-container .product-container .category-list {
    gap: 0.75rem;
  }
}
.page-container .product-container .category-list a {
  font-size: 1.125rem;
  color: #2C2C2C;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  border: 1px solid #091251;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .page-container .product-container .category-list a {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
    min-width: 18%;
  }
}
@media (min-width: 1400px) {
  .page-container .product-container .category-list a {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    min-width: 22%;
  }
}
@media (min-width: 1600px) {
  .page-container .product-container .category-list a {
    font-size: 1.25rem;
    padding: 1.5rem 2rem;
    border-radius: 3rem;
  }
}
.page-container .product-container .category-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 2rem;
  background: #091251;
  z-index: -1;
  transition: all 0.35s ease;
}
.page-container .product-container .category-list a.active, .page-container .product-container .category-list a:hover {
  color: #ffffff;
}
.page-container .product-container .category-list a.active::after, .page-container .product-container .category-list a:hover::after {
  width: 100%;
}
.page-container .product-container .product-list .product-item {
  height: 100%;
  width: 100%;
  background: #F2F4FF;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.35s ease;
}
.page-container .product-container .product-list .product-item .product-img {
  border-radius: 10px;
  overflow: hidden;
  --bs-aspect-ratio: 75%;
}
.page-container .product-container .product-list .product-item .product-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.35s ease;
}
.page-container .product-container .product-list .product-item .product-title {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .page-container .product-container .product-list .product-item .product-title {
    font-size: 1.25rem;
  }
}
.page-container .product-container .product-list .product-item:hover {
  box-shadow: 0px 3px 6px rgba(0, 45, 123, 0.1);
}
.page-container .product-container .product-list .product-item:hover .product-img img {
  transform: scale(1.15);
}
@media (min-width: 992px) {
  .page-container .product-container .product-list .product-item {
    border-radius: 15px;
  }
}
@media (min-width: 1600px) {
  .page-container .product-container .product-list.g-xxl-5, .page-container .product-container .product-list.gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
  .page-container .product-container .product-list.g-3, .page-container .product-container .product-list.gx-3 {
    --bs-gutter-x: 1.25rem;
  }
}
.page-container .product-content-container .product-detail-content .product-detail-image img {
  width: 100%;
  border-radius: 1rem;
}
.page-container .product-content-container .product-detail-content .product-detail-title {
  color: #091251;
}
.page-container .product-content-container .product-detail-content .detail-content {
  font-size: 1.125rem;
}
.page-container .product-content-container .product-detail-content .detail-content li {
  line-height: 1.5;
}
.page-container .product-content-container .product-detail-content .detail-content li::marker {
  color: #002D7B;
}
@media (min-width: 992px) {
  .page-container .product-content-container .product-detail-content .detail-content {
    font-size: 1.25rem;
  }
}
.page-container .product-content-container .product-detail-table table {
  width: 100%;
  border-radius: 5px 5px 0 0;
  border-collapse: collapse;
  overflow: hidden;
}
.page-container .product-content-container .product-detail-table table thead {
  border: 1px solid #091251;
  background-color: #091251;
}
.page-container .product-content-container .product-detail-table table thead td, .page-container .product-content-container .product-detail-table table thead th {
  color: #ffffff;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .page-container .product-content-container .product-detail-table table thead td, .page-container .product-content-container .product-detail-table table thead th {
    font-size: 1.25rem;
  }
}
.page-container .product-content-container .product-detail-table table tbody {
  border: 1px solid #e5e5e5;
}
.page-container .product-content-container .product-detail-table table td, .page-container .product-content-container .product-detail-table table th {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 10px;
}
@media (min-width: 992px) {
  .page-container .product-content-container .product-detail-table table td, .page-container .product-content-container .product-detail-table table th {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1600px) {
  .page-container .product-content-container .product-detail-table table td, .page-container .product-content-container .product-detail-table table th {
    padding: 1.25rem 2.25rem;
  }
}
@media (min-width: 1600px) {
  .page-container .product-content-container.mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .page-container .product-content-container .product-detail-content .col-lg-4 {
    flex: 0 0 auto;
    width: 37%;
  }
  .page-container .product-content-container .product-detail-content .col-lg-8 {
    flex: 0 0 auto;
    width: 63%;
  }
}
.page-container .news-container .news-list .news-item {
  height: 100%;
  width: 100%;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.page-container .news-container .news-list .news-item .news-img {
  overflow: hidden;
  --bs-aspect-ratio: 68%;
}
.page-container .news-container .news-list .news-item .news-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.35s ease;
}
.page-container .news-container .news-list .news-item .news-item-content {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item .news-item-content {
    padding: 1.5rem;
  }
}
.page-container .news-container .news-list .news-item .news-item-content .news-text {
  flex: 1;
}
.page-container .news-container .news-list .news-item .news-item-content .news-text .news-date {
  display: block;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-text .news-date {
    font-size: 1.125rem;
  }
}
.page-container .news-container .news-list .news-item .news-item-content .news-text .news-title {
  margin-top: 1rem;
  color: #091251;
  font-size: 1.25rem;
  font-family: "Poppins";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-text .news-title {
    font-size: 1.5rem;
  }
}
.page-container .news-container .news-list .news-item .news-item-content .news-text .news-summary {
  margin-top: 1rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-text .news-summary {
    font-size: 1.125rem;
  }
}
.page-container .news-container .news-list .news-item .news-item-content .news-arrow {
  margin-top: 1rem;
}
@media (min-width: 1400px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-arrow {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-arrow {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.page-container .news-container .news-list .news-item .news-item-content .news-arrow span {
  display: block;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002D7B;
  border-radius: 50%;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item .news-item-content .news-arrow span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-container .news-container .news-list .news-item:hover {
  box-shadow: 0px 3px 6px rgba(0, 45, 123, 0.1);
}
.page-container .news-container .news-list .news-item:hover .news-img img {
  transform: scale(1.15);
}
.page-container .news-container .news-list .news-item:hover .news-item-content .news-arrow span {
  background: #002D7B;
}
.page-container .news-container .news-list .news-item:hover .news-item-content .news-arrow span img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .page-container .news-container .news-list .news-item {
    border-radius: 15px;
  }
}
.page-container .pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .page-container .pagination-container {
    margin: 3rem 0;
  }
}
@media (min-width: 1400px) {
  .page-container .pagination-container {
    margin: 3.5rem 0;
  }
}
@media (min-width: 1600px) {
  .page-container .pagination-container {
    margin: 4.45rem 0;
  }
}
.page-container .pagination-container .pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.11);
  border-radius: 7px;
}
.page-container .pagination-container .pagination li a {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #2C2C2C;
  border-radius: 7px;
  padding: 0.5rem 0.85rem;
}
@media (min-width: 768px) {
  .page-container .pagination-container .pagination li a {
    padding: 0.5rem 1rem;
  }
}
.page-container .pagination-container .pagination li a:hover {
  color: #002D7B;
  background-color: transparent;
}
.page-container .pagination-container .pagination li.active a {
  border: 1px solid #002D7B;
  background: none;
}
.page-container .pagination-container .pagination li.disabled a {
  opacity: 0.5;
  background: none;
  color: #707070;
  pointer-events: none;
}
.page-container .pagination-container .pagination .page-item-etc {
  display: flex;
  align-items: center;
}
.page-container .pagination-container .pagination .page-item-etc.left {
  padding-right: 0.75rem;
}
.page-container .pagination-container .pagination .page-item-etc.right {
  padding-left: 0.75rem;
}
.page-container .pagination-container .pagination .page-item-etc span {
  display: block;
  line-height: 1;
  margin-top: -0.5rem;
}
.page-container .page-content-container .page-content-title h2 {
  color: #091251;
}
.page-container .page-content-container .page-content-date {
  padding: 1rem 0;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(44, 44, 44, 0.3);
}
@media (min-width: 1400px) {
  .page-container .page-content-container .page-content-date {
    padding: 2rem 0;
  }
}
.page-container .page-content-container .page-content {
  padding: 1.5rem 0;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .page-container .page-content-container .page-content {
    padding: 2rem 0;
  }
}
@media (min-width: 1400px) {
  .page-container .page-content-container .page-content {
    padding: 3rem 0;
  }
}
@media (min-width: 1400px) {
  .page-container.page-detail .container {
    max-width: 1160px;
  }
}
@media (min-width: 1600px) {
  .page-container.page-detail .container {
    max-width: 1160px;
  }
}
@media (min-width: 1900px) {
  .page-container.page-detail .container {
    max-width: 1160px;
  }
}
.page-container .about-content-container .about-profile {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.page-container .about-content-container .about-profile .about-profile-img img {
  width: 100%;
  border-radius: 1rem;
}
.page-container .about-content-container .about-profile .about-profile-content {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page-container .about-content-container .about-profile {
    padding-bottom: 2rem;
    flex-direction: row;
  }
  .page-container .about-content-container .about-profile .about-profile-img {
    flex: 0 0 40%;
    width: 40%;
  }
  .page-container .about-content-container .about-profile .about-profile-content {
    margin-top: 0;
    margin-left: 2rem;
  }
  .page-container .about-content-container .about-profile .about-profile-content .detail-content {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page-container .about-content-container .about-profile {
    padding-bottom: 3rem;
    flex-direction: row;
  }
  .page-container .about-content-container .about-profile .about-profile-img {
    flex: 0 0 45%;
    width: 40%;
  }
  .page-container .about-content-container .about-profile .about-profile-content {
    margin-top: 1rem;
    margin-left: 3rem;
  }
  .page-container .about-content-container .about-profile .about-profile-content .detail-content {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .page-container .about-content-container .about-profile {
    padding-bottom: 3.5rem;
  }
  .page-container .about-content-container .about-profile .about-profile-content {
    margin-left: 3.5rem;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-profile {
    padding-bottom: 4rem;
  }
  .page-container .about-content-container .about-profile .about-profile-content {
    margin-left: 5rem;
    flex: 0 0 45%;
    width: 45%;
  }
  .page-container .about-content-container .about-profile .about-profile-content .detail-title {
    font-size: 2.25rem;
  }
}
.page-container .about-content-container .about-products .about-products-content {
  padding-top: 1rem;
}
@media (min-width: 1400px) {
  .page-container .about-content-container .about-products .about-products-content {
    padding-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-products .about-products-content {
    padding-top: 3.5rem;
  }
  .page-container .about-content-container .about-products .about-products-content .g-xl-4, .page-container .about-content-container .about-products .about-products-content .gy-xl-4 {
    --bs-gutter-x: 2rem;
  }
}
.page-container .about-content-container .about-products .about-products-content .about-products-item {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-img {
  --bs-aspect-ratio: 68%;
  overflow: hidden;
}
.page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-img img {
  display: block;
  border-radius: 1rem 1rem 0 0;
}
.page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text {
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text {
    padding: 1.5rem;
  }
}
.page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text ol, .page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text ul {
  padding-left: 1.25rem;
}
.page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text ol li::marker, .page-container .about-content-container .about-products .about-products-content .about-products-item .about-products-text ul li::marker {
  color: #002D7B;
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-products.mt-xxl-5 {
    margin-top: 4.75rem !important;
  }
  .page-container .about-content-container .about-products .about-products-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-services.mt-xxl-5 {
    margin-top: 4.75rem !important;
  }
  .page-container .about-content-container .about-services .about-services-title {
    font-size: 2.25rem;
  }
}
.page-container .about-content-container .about-services .about-services-content {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-container .about-content-container .about-services .about-services-content {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page-container .about-content-container .about-services .about-services-content {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-services .about-services-content {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .page-container .about-content-container .about-services .about-services-logos {
    padding: 1rem 0;
  }
}
@media (min-width: 1400px) {
  .page-container .about-content-container .about-services .about-services-logos {
    padding: 1.5rem 0 2rem;
  }
}
@media (min-width: 1600px) {
  .page-container .about-content-container .about-services .about-services-logos {
    padding: 4rem 0 5rem;
  }
}
.page-container .about-content-container .about-services .about-services-logos .logos-item {
  height: 100%;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.page-container .about-content-container .about-services .about-services-logos .logos-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-container .contact-content-container .contact-title-summary {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-container .contact-content-container .contact-title-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .page-container .contact-content-container .contact-title-summary .contact-summary {
    flex: 0 0 65%;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .page-container .contact-content-container .contact-title-summary .contact-summary {
    flex: 0 0 55%;
    width: 55%;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .page-container .contact-content-container .contact-title-summary .contact-summary {
    flex: 0 0 50%;
    width: 50%;
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .page-container .contact-content-container .contact-content.mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .page-container .contact-content-container .contact-content .g-md-4, .page-container .contact-content-container .contact-content .gx-md-4 {
    --bs-gutter-x: 2.5rem;
  }
}
.page-container .contact-content-container .contact-content .contact-item {
  height: 100%;
  width: 100%;
  border-radius: 11px;
  background-color: #F6F6F6;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .page-container .contact-content-container .contact-content .contact-item {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .page-container .contact-content-container .contact-content .contact-item {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1400px) {
  .page-container .contact-content-container .contact-content .contact-item {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1600px) {
  .page-container .contact-content-container .contact-content .contact-item {
    padding: 6rem 2.5rem 4rem;
  }
}
.page-container .contact-content-container .contact-content .contact-item .contact-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
.page-container .contact-content-container .contact-content .contact-item .contact-item-icon img {
  display: block;
  width: 100%;
}
@media (min-width: 1600px) {
  .page-container .contact-content-container .contact-content .contact-item .contact-item-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.page-container .contact-content-container .contact-content .contact-item .contact-item-title {
  color: #002D7B;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem;
  font-family: "Poppins";
}
@media (min-width: 1200px) {
  .page-container .contact-content-container .contact-content .contact-item .contact-item-title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1600px) {
  .page-container .contact-content-container .contact-content .contact-item .contact-item-title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.page-container .contact-content-container .contact-content .contact-item .contact-item-content {
  font-size: 1.125rem;
}
.page-container .contact-content-container .contact-content .contact-item .contact-item-content a {
  color: #0E7FFF;
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .page-container .contact-content-container .contact-map.mt-xxl-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 4.25rem !important;
  }
}
@media (min-width: 1600px) {
  .page-container .contact-content-container .contact-map.mt-xxl-5 {
    margin-top: 4.25rem !important;
    margin-bottom: 6.25rem !important;
  }
}

.page-relate-container {
  background-color: #F4F6F5;
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin-bottom: -2rem;
}
@media (min-width: 1200px) {
  .page-relate-container {
    padding-top: 4rem;
  }
}

.search-container {
  position: fixed;
  z-index: 1022;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-container .search-content {
  width: 90%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  position: relative;
}
.search-container .search-content .search-header {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2c2c2c;
  right: -0.8rem;
  top: -0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container .search-content .search-header .btn-close {
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-size: 50%;
}
.search-container .search-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.search-container .search-form input {
  width: 100%;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .search-container .search-form input {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .search-container .search-form input {
    font-size: 1.5rem;
  }
}
.search-container .search-form .btn-search {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container.active {
  display: flex;
}
.search-container.active .search-content {
  animation: fadeIn 0.3s ease-in-out forwards;
}/*# sourceMappingURL=style.css.map */