@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

.owl-dots .owl-dot span {
  background-color: #F9F2E1;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.owl-dots .owl-dot.active span {
  background-color: #E9D297 !important;
  width: 36px !important;
}
.owl-dots .owl-dot:hover span {
  background-color: #d4a017 !important;
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #142A60;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #142A60;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

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

/* CSS để tùy chỉnh kiểu hiển thị của chú thích */
.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
section.visible {
  opacity: 1;
  transform: translateY(0);
}

#menu-main {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#menu-main.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: tw-fadeInDown 1s ease-out;
}

@keyframes tw-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.logo_header {
  width: 104px;
  height: 62px;
  overflow: hidden;
}

.logo_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gallery figure {
  width: 100% !important;
}

.menu_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.menu_main ul {
  margin: 0;
  list-style: none;
}

.menu_main > div > ul {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  margin: 0;
}

.menu_main > div > ul > li {
  padding: 0 20px;
  display: flex;
  position: relative;
  align-items: center;
  height: 70px;
}

.menu_main > div > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.menu_main > div > ul > li.has-children > a::after {
  content: "\f078";
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu_main > div > ul > li > ul {
  position: absolute;
  z-index: 9999999;
  list-style: none;
  line-height: 40px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  top: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.menu_main > div > ul > li:hover > ul,
.menu_main > div > ul > li.has-children:hover > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.menu_main > div > ul > li > ul > li {
  position: relative;
}

.menu_main > div > ul > li > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #757575;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.7;
  font-weight: 300;
  text-decoration: none;
}

.menu_main > div > ul > li > ul > li > a:hover {
  font-size: 18px;
  font-weight: 500;
}

.menu_main > div > ul > li > ul > li.has-children > a {
  position: relative;
}

.menu_main > div > ul > li > ul > li > ul {
  width: 100%;
  z-index: 9999999;
  list-style: none;
  white-space: nowrap;
  width: auto;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.menu_main > div > ul > li > ul > li > ul > li > ul > li {
  text-align: left;
}

.menu_main > div > ul > li > ul > li > ul > li {
  text-align: left;
}

.menu_main > div > ul > li > ul > li > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #757575;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: none;
}

.menu_main > div > ul > li > ul > li > ul > li > a:hover {
  font-size: 18px;
  font-weight: 500;
}

.menu_main > div > ul > li > ul > li > ul > li > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #757575;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: none;
}

.menu_main > div > ul > li > ul > li > ul > li > ul > li > a:hover {
  font-weight: 500;
  font-size: 18px;
}

.menu_main > div > ul > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  z-index: 9999999;
  list-style: none;
  line-height: 40px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  white-space: nowrap;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.menu_main > div > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9999999;
  list-style: none;
  line-height: 40px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  white-space: nowrap;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.menu_main > div > ul > li:hover > ul,
.menu_main > div > ul > li > ul > li:hover > ul,
.menu_main > div > ul > li > ul > li > ul > li:hover > ul {
  display: inline-block;
}

.menu_main > div > ul > li > ul > li a svg {
  margin-right: 15px;
}

.menu_main > div > ul > li:has(> ul) > a::after {
  content: "\f078";
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu_main > div > ul > li > ul > li:has(> ul) > a::after {
  content: "\f078";
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu_main > div > ul > li > ul > li > ul > li:has(> ul) > a::after {
  content: "\f078";
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu_main > .menu-menu-lang-en-container > ul {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  background-color: #EEEEEE;
}
.menu_main > .menu-menu-lang-en-container > ul li a {
  color: #142A60 !important;
  font-weight: 500;
}

.menu_main > .menu-menu-lang-vn-container > ul {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 80px;
  height: 40px !important;
  background-color: #EEEEEE;
}
.menu_main > .menu-menu-lang-vn-container > ul li a {
  color: #142A60 !important;
  font-weight: 500;
}

.line-menu {
  height: 3px;
  background-color: #fff;
  width: 100%;
}

#icon-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  padding: 19px 16px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  height: 70px;
  display: none;
  z-index: 99999;
}

#icon-menu-mobile .icon-menu {
  width: 32px;
  height: 32px;
}

#icon-menu-mobile .icon-menu .icon span {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #000;
  display: block;
  transition: all 0.3s;
}

#icon-menu-mobile .icon-menu .icon span:not(:first-child) {
  margin-top: 6px;
}

#icon-menu-mobile .icon-menu .active .top {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

#icon-menu-mobile .icon-menu .active .mid {
  opacity: 0;
}

#icon-menu-mobile .icon-menu .active .bot {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

#id-menu-mobile {
  width: 80%;
  max-width: 400px;
  position: fixed;
  overflow: auto;
  height: 100%;
  z-index: 9999;
  top: 65px;
  left: -100%;
  background: #fff;
  transition: all 0.3s;
}

#id-menu-mobile.active {
  left: 0;
}

#id-menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#id-menu-mobile .class-list-menu {
  padding: 0 0 50px;
}

#id-menu-mobile .class-list-menu > .menu-item {
  border-top: solid 1px #000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#id-menu-mobile .class-list-menu > .menu-item li > a {
  padding: 13px 14px;
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: #fff;
}

#id-menu-mobile .class-list-menu > .menu-item a {
  padding: 13px 14px;
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: #fff;
  width: 90%;
}

#id-menu-mobile .class-list-menu .menu-item-has-children {
  position: relative;
  background: #fff;
}

#id-menu-mobile .class-list-menu .menu-item-has-children::before {
  position: absolute;
  content: "\f078";
  width: 16px;
  height: 12px;
  top: 10px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#id-menu-mobile .class-list-menu .menu-item-has-children > .sub-menu {
  padding: 0 10px;
  display: none;
}

#id-menu-mobile .class-list-menu .menu-item-has-children.show::before {
  transform: rotate(90deg);
}

#id-menu-mobile .class-list-menu .menu-item-has-children.show > .sub-menu {
  display: block;
}

#id-menu-mobile .class-list-menu .menu-item-has-children.show > .sub-menu > li {
  border: none;
}

#id-menu-mobile::-webkit-scrollbar {
  width: 4px;
  -webkit-appearance: none;
}

#id-menu-mobile::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  #id-menu-mobile {
    width: 100%;
  }
}
html.overflow {
  overflow: hidden;
}

@media (max-width: 1023px) {
  html {
    padding-top: 42px;
  }
  #icon-menu-mobile {
    display: block;
    background: #fff;
    z-index: 111;
  }
}
#banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
}
#banner-section .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 0s 1s;
}
#banner-section .banner.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out, visibility 0s;
}
#banner-section .banner:not(.active) {
  opacity: 0;
  visibility: hidden;
}
#banner-section .banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#banner-section .banner .banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
#banner-section .banner .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
}
#banner-section .banner .banner-title {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
#banner-section .banner .banner-description {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3rem;
}
#banner-section .banner .banner-btn {
  background-color: #C49F43;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
#banner-section .banner .banner-btn:hover {
  background-color: #D8B253;
}

#relations-section {
  padding: 70px 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#relations-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#relations-section .small-title {
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #142A60;
  padding-left: 5px;
}
#relations-section .title {
  font-size: 48px;
  font-weight: 800;
  color: #212121;
  margin-top: 15px;
}
#relations-section .content-container .content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3%;
  font-weight: 300;
}
#relations-section #relations-slider {
  margin-top: 70px;
}
#relations-section #relations-slider .owl-dots {
  margin-top: 30px;
}
#relations-section #relations-slider .slider-item {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  width: 628px;
}
#relations-section #relations-slider .slider-item .slider-img {
  width: 40%;
}
#relations-section #relations-slider .slider-item .slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#relations-section #relations-slider .slider-item .slider-content {
  width: 60%;
  padding: 20px;
}
#relations-section #relations-slider .slider-item .slider-content .slider-year {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
#relations-section #relations-slider .slider-item .slider-content .slider-title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3%;
  font-weight: 300;
  color: #333;
}
#relations-section #relations-slider .slider-item .slider-content .slider-link {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #C49F43;
  letter-spacing: 2%;
}
#relations-section #relations-slider .slider-item .slider-content .slider-link:hover {
  text-decoration: none;
  color: #E9D297;
}
#relations-section #relations-slider .slider-item .slider-content .slider-link:hover svg path {
  stroke: #E9D297;
}

#our-numbers-section {
  padding: 70px 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  background-color: #001D62 !important;
}
#our-numbers-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#our-numbers-section .section-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-left: 10px solid #C49F43;
  margin-bottom: 75px;
  padding-left: 5px;
}
#our-numbers-section .stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #C49F43;
  margin-bottom: 0.5rem;
}
#our-numbers-section .stat-rate {
  font-size: 24px;
  font-weight: 700;
  color: #C49F43;
  margin-left: 0.5rem;
}
#our-numbers-section .stat-description {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#our-numbers-section .stat-category {
  font-size: 48px;
  font-weight: 800;
  color: #C49F43;
  padding-right: 5rem !important;
  margin-bottom: 0.5rem;
}

#portfolio-companies-section {
  padding: 70px 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#portfolio-companies-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-companies-section .section-title {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  border-left: 10px solid #001D62;
  margin-bottom: 48px;
  padding-left: 5px;
}
#portfolio-companies-section .see-more .link {
  font-size: 16px;
  font-weight: 500;
  color: #C49F43;
  text-decoration: none;
  text-transform: uppercase;
}
#portfolio-companies-section .see-more .link:hover {
  color: #E9D297;
}
#portfolio-companies-section .see-more .link:hover svg path {
  stroke: #E9D297;
}
#portfolio-companies-section .portfolio-slider .owl-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#portfolio-companies-section .portfolio-slider .owl-item .item {
  width: 144px;
  height: 144px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#portfolio-companies-section .portfolio-slider .owl-item .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#portfolio-companies-section .portfolio-slider .owl-item.active .item {
  max-width: 300px;
  width: 144px;
  height: 144px;
}
#portfolio-companies-section .portfolio-slider .owl-item.active .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#our-approach-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#our-approach-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#our-approach-section .approach {
  background-color: #f9f9f9;
  padding: 70px 0;
}
#our-approach-section .approach .approach-title {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  border-left: 10px solid #001D62;
  margin-bottom: 1rem;
  padding-left: 5px;
}
#our-approach-section .approach .approach-heading {
  font-size: 48px;
  font-weight: 800;
  margin-top: 10px;
  padding-right: 60px;
}
#our-approach-section .approach .approach-card {
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  height: 230px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
#our-approach-section .approach .approach-card .card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}
#our-approach-section .approach .approach-card .front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #142A60;
  display: flex;
  justify-content: center;
  align-items: center;
}
#our-approach-section .approach .approach-card .icon-title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#our-approach-section .approach .approach-card .icon-title .icon {
  margin-bottom: 1rem;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#our-approach-section .approach .approach-card .icon-title .icon img {
  max-width: 100%;
  height: auto;
}
#our-approach-section .approach .approach-card .icon-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#our-approach-section .approach .approach-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #142A60;
  color: #fff;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#our-approach-section .approach .approach-card .back .content {
  font-size: 18px;
  font-weight: 300;
  text-align: start;
}
#our-approach-section .approach .approach-card:hover .card-inner {
  transform: rotateY(180deg);
}
#our-approach-section .approach .approach-card .back:hover .content {
  opacity: 1;
  visibility: visible;
}

#our-investors-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  padding: 70px 0px;
}
#our-investors-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#our-investors-section .investors {
  background-color: #f9f9f9;
  padding: 50px 0;
}
#our-investors-section .investor-title {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  border-left: 10px solid #001D62;
  margin-bottom: 48px;
  padding-left: 5px;
}
#our-investors-section .investor-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#our-investors-section .investor-logo img {
  max-width: 100%;
  height: auto;
}
#our-investors-section .investor-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
#our-investors-section .investor-content p {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  margin-bottom: 10px;
}
#our-investors-section .see-more {
  color: #C49F43;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
#our-investors-section .see-more:hover {
  text-decoration: none;
  color: #E9D297;
}
#our-investors-section .see-more:hover svg path {
  stroke: #E9D297;
}
#our-investors-section .see-more svg {
  margin-left: 5px;
}

#banner-aboutpage {
  background-size: cover;
  background-position: 50%;
  height: 778px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#banner-aboutpage .content {
  padding: 0px 175px;
  height: auto;
}
#banner-aboutpage .content p {
  font-size: 18px;
  color: #212121;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 300;
}
#banner-aboutpage .title {
  color: #212121;
  font-size: 64px !important;
  margin-bottom: 25px;
  font-weight: 800;
  padding: 0px 150px;
}
#banner-aboutpage .small-title h6 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #142A60;
  padding-left: 5px;
  margin-bottom: 3rem;
}

#our-vision-section, #our-focus-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#our-vision-section.visible, #our-focus-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#our-vision-section .row, #our-focus-section .row {
  background-color: #fff;
}
#our-vision-section .small-title, #our-focus-section .small-title {
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  color: #212121;
  margin-bottom: 3rem;
}
#our-vision-section .title, #our-focus-section .title {
  font-size: 48px;
  font-weight: 800;
  color: #212121;
  margin-top: 15px;
}
#our-vision-section .img-container, #our-focus-section .img-container {
  height: 708px;
}
#our-vision-section .img-container img, #our-focus-section .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
#our-vision-section .content-container, #our-focus-section .content-container {
  padding-right: 150px !important;
}
#our-vision-section .content-container .content, #our-focus-section .content-container .content {
  font-size: 18px;
  color: #212121;
  line-height: 28px;
  letter-spacing: 3%;
  font-weight: 300;
}

#our-vision-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#our-vision-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#our-vision-section .row {
  background-color: #142A60;
}
#our-vision-section .small-title {
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  color: #fff;
  margin-bottom: 3rem;
}
#our-vision-section .title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 15px;
}
#our-vision-section .img-container {
  height: 708px;
}
#our-vision-section .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
#our-vision-section .content-container {
  padding-right: 150px !important;
}
#our-vision-section .content-container .content {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 3%;
  font-weight: 300;
}

#relations2-section {
  padding: 70px 0px;
}
#relations2-section .section-title {
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #142A60;
  padding-left: 5px;
  color: #000;
  margin-bottom: 3rem;
}
#relations2-section .col-left ul {
  padding-top: 80px;
}
#relations2-section .col-left ul li {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}
#relations2-section .col-left ul li span {
  font-size: 14px;
  font-weight: 300px;
  color: #757575;
}
#relations2-section .col-right .country .name h4 {
  font-size: 48px;
  font-weight: 800;
}
#relations2-section .col-right .country .flag {
  width: 80px;
  height: 60px;
}
#relations2-section .col-right .country .flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#relations2-section .col-right .list-content li {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

#timelines-section {
  background-color: #FAFAFA;
  padding: 70px 0px;
}
#timelines-section .timeline-title {
  font-size: 48px;
  font-weight: 800;
  text-align: left;
  padding-right: 3rem;
  overflow-wrap: break-word;
}
#timelines-section .timeline {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid #ddd;
}
#timelines-section .timeline .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
#timelines-section .timeline .timeline-item .col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#timelines-section .timeline .timeline-item .col-left .timeline-year {
  font-weight: bold;
  color: #C49F43;
  font-size: 24px;
  font-weight: 700;
}
#timelines-section .timeline .timeline-item .col-left .timeline-heading {
  font-weight: bold;
  font-size: 24px;
  font-weight: 700;
}
#timelines-section .timeline .timeline-item .col-left .timeline-content {
  padding-right: 20px;
}
#timelines-section .timeline .timeline-item .col-right {
  display: flex;
  align-items: center;
}
#timelines-section .timeline .timeline-item .col-right p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
}
#timelines-section .timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #142A60;
}
#timelines-section .timeline .timeline-title {
  font-weight: bold;
  font-size: 1.5rem;
}

#charts-section {
  padding: 70px 0px;
}
#charts-section .chart-title {
  margin-bottom: 50px;
}
#charts-section .chart-title h1 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}

#gallery-section {
  padding: 70px 0 !important;
}
#gallery-section .gallery-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 3rem !important;
}
#gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
}
#gallery-section .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out; /* Mượt mà khi làm mờ ảnh */
}
#gallery-section .gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#gallery-section .gallery-item:hover img {
  filter: blur(3px);
  transform: scale(1.05);
}
#gallery-section .gallery-item:hover .caption {
  visibility: visible;
  opacity: 1;
}
#gallery-section .gallery-item.short img {
  height: 200px;
}
#gallery-section .gallery-item.tall img {
  height: 200px;
}
#gallery-section h3 {
  color: #333;
  font-size: 1.8rem;
}

#core-values-section {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
#core-values-section .container .core-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  margin-bottom: 3rem;
}
#core-values-section .container .col-md-4 {
  width: 360px;
}
#core-values-section .container .col-md-4 .value-card {
  background: #fff;
  color: #000;
  padding: 30px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 303px;
}
#core-values-section .container .col-md-4 .value-card h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
#core-values-section .container .col-md-4 .value-card p {
  font-size: 18px;
  font-weight: 300;
}
#core-values-section .container .col-md-4 .value-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
#core-values-section .container .col-md-4 .value-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#foundational-sectors-section {
  background-color: #fff;
  padding: 70px 0;
}
#foundational-sectors-section .col-lg-4 {
  padding-right: 30px;
}
#foundational-sectors-section .col-lg-4 .foundational-title {
  font-size: 48px;
  font-weight: 800;
}
#foundational-sectors-section .col-lg-4 .foundational-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}
#foundational-sectors-section .col-lg-4 .navigation-buttons .btn {
  width: 40px;
  height: 40px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
#foundational-sectors-section .col-lg-4 .navigation-buttons .btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
#foundational-sectors-section .col-lg-4 .navigation-buttons .btn:hover {
  transform: scale(1.1);
  background-color: #E0E0E0;
}
#foundational-sectors-section .sector-item {
  padding-left: 20px;
}
#foundational-sectors-section .sector-item .sector-card {
  padding-bottom: 20px;
}
#foundational-sectors-section .sector-item .sector-card .sector-img {
  height: 230px;
}
#foundational-sectors-section .sector-item .sector-card .sector-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#foundational-sectors-section .sector-item .sector-card .sector-title {
  height: 58px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

#banner-approach {
  background-size: cover;
  background-position: 50%;
  height: 602px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#banner-approach .content {
  padding: 0px 375px;
  height: auto;
}
#banner-approach .content p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
#banner-approach .title {
  color: #fff;
  font-size: 64px !important;
  margin-bottom: 25px;
  font-weight: 800;
}
#banner-approach .small-title h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  margin-bottom: 2rem;
}

#investment-strategy-section {
  background-color: #FAFAFA;
  padding: 70px 0px;
}
#investment-strategy-section .strategy-img {
  width: 50%;
  height: auto;
  padding: 0px !important;
}
#investment-strategy-section .strategy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#investment-strategy-section .strategy-content {
  padding: 50px 100px 0 50px;
}
#investment-strategy-section .strategy-content .strategy-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #212121;
  text-align: justify;
}

#investment-process-section .container-fluid {
  padding: 0px !important;
}
#investment-process-section .container-fluid .process-img {
  height: 504px;
  width: 100%;
}
#investment-process-section .container-fluid .process-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#investment-process-section .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#investment-process-section .arrow-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  min-width: 100%;
  overflow-x: auto;
  height: 480px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#investment-process-section .arrow-container .arrow-card {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  z-index: 2;
  padding: 3.75rem;
  width: 100%;
}
#investment-process-section .arrow-container .arrow-card .arrow-item {
  position: relative;
  z-index: 3;
  min-width: 300px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15);
  }
  50% {
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
  }
}
#investment-process-section .arrow-container .arrow-card .arrow-item .arrow-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-bottom: 1.75rem;
  background-color: rgba(244, 246, 251, 0.7);
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.01);
  animation: pulse 1.5s infinite;
}
#investment-process-section .arrow-container .arrow-card .arrow-item .arrow-icon .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#investment-process-section .arrow-container .arrow-card .arrow-item .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
#investment-process-section .arrow-container .arrow-card .arrow-item .arrow span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
#investment-process-section .arrow-container .arrow-card .arrow-item .arrow .icon {
  background-color: #F4F6FB;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}
#investment-process-section .item-container {
  display: flex;
  justify-content: center;
}
#investment-process-section .item-container .item {
  padding-top: 70px;
  width: 55%;
}
#investment-process-section .item-container .item .item-img {
  height: 80px;
  width: 80px;
  margin-bottom: 2rem;
}
#investment-process-section .item-container .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#investment-process-section .item-container .item .item-content {
  padding-bottom: 70px;
  border-bottom: 1px solid #EEEEEE;
}
#investment-process-section .item-container .item .item-content .section-title {
  font-size: 48px;
  font-weight: 800;
  color: #212121;
  margin-bottom: 2rem;
}
#investment-process-section .item-container .item .item-content .section-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #212121;
}

#banner-portfolio {
  background-size: cover;
  background-position: 50%;
  height: 602px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#banner-portfolio .content {
  padding: 0px 175px;
  height: auto;
}
#banner-portfolio .content p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}
#banner-portfolio .title {
  color: #fff;
  font-size: 64px !important;
  margin-bottom: 25px;
  font-weight: 800;
}
#banner-portfolio .small-title h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  margin-bottom: 2rem;
}

#portfolio-section .filter-nav, #category-section .filter-nav, #tag-section .filter-nav {
  padding: 50px 0px;
}
#portfolio-section .filter-nav .btn, #category-section .filter-nav .btn, #tag-section .filter-nav .btn {
  font-size: 24px;
  font-weight: 700;
  color: #BDBDBD;
  margin-right: 30px;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
#portfolio-section .filter-nav .btn.active, #category-section .filter-nav .btn.active, #tag-section .filter-nav .btn.active {
  color: #212121;
  font-weight: bold;
}
#portfolio-section .filter-nav .btn:hover, #category-section .filter-nav .btn:hover, #tag-section .filter-nav .btn:hover {
  color: #212121;
}
#portfolio-section .portfolio-card, #portfolio-section .category-card, #portfolio-section .tag-card, #category-section .portfolio-card, #category-section .category-card, #category-section .tag-card, #tag-section .portfolio-card, #tag-section .category-card, #tag-section .tag-card {
  margin-bottom: 30px;
}
#portfolio-section .portfolio-card .card, #portfolio-section .category-card .card, #portfolio-section .tag-card .card, #category-section .portfolio-card .card, #category-section .category-card .card, #category-section .tag-card .card, #tag-section .portfolio-card .card, #tag-section .category-card .card, #tag-section .tag-card .card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  border: none;
}
#portfolio-section .portfolio-card .card.appear, #portfolio-section .category-card .card.appear, #portfolio-section .tag-card .card.appear, #category-section .portfolio-card .card.appear, #category-section .category-card .card.appear, #category-section .tag-card .card.appear, #tag-section .portfolio-card .card.appear, #tag-section .category-card .card.appear, #tag-section .tag-card .card.appear {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-section .portfolio-card .card .card-thumbnail, #portfolio-section .category-card .card .card-thumbnail, #portfolio-section .tag-card .card .card-thumbnail, #category-section .portfolio-card .card .card-thumbnail, #category-section .category-card .card .card-thumbnail, #category-section .tag-card .card .card-thumbnail, #tag-section .portfolio-card .card .card-thumbnail, #tag-section .category-card .card .card-thumbnail, #tag-section .tag-card .card .card-thumbnail {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 312px;
}
#portfolio-section .portfolio-card .card .card-thumbnail img, #portfolio-section .category-card .card .card-thumbnail img, #portfolio-section .tag-card .card .card-thumbnail img, #category-section .portfolio-card .card .card-thumbnail img, #category-section .category-card .card .card-thumbnail img, #category-section .tag-card .card .card-thumbnail img, #tag-section .portfolio-card .card .card-thumbnail img, #tag-section .category-card .card .card-thumbnail img, #tag-section .tag-card .card .card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#portfolio-section .portfolio-card .card .card-thumbnail .hover-link, #portfolio-section .category-card .card .card-thumbnail .hover-link, #portfolio-section .tag-card .card .card-thumbnail .hover-link, #category-section .portfolio-card .card .card-thumbnail .hover-link, #category-section .category-card .card .card-thumbnail .hover-link, #category-section .tag-card .card .card-thumbnail .hover-link, #tag-section .portfolio-card .card .card-thumbnail .hover-link, #tag-section .category-card .card .card-thumbnail .hover-link, #tag-section .tag-card .card .card-thumbnail .hover-link {
  position: relative;
  display: block;
  height: 100%;
}
#portfolio-section .portfolio-card .card .card-thumbnail .hover-link .hover-overlay, #portfolio-section .category-card .card .card-thumbnail .hover-link .hover-overlay, #portfolio-section .tag-card .card .card-thumbnail .hover-link .hover-overlay, #category-section .portfolio-card .card .card-thumbnail .hover-link .hover-overlay, #category-section .category-card .card .card-thumbnail .hover-link .hover-overlay, #category-section .tag-card .card .card-thumbnail .hover-link .hover-overlay, #tag-section .portfolio-card .card .card-thumbnail .hover-link .hover-overlay, #tag-section .category-card .card .card-thumbnail .hover-link .hover-overlay, #tag-section .tag-card .card .card-thumbnail .hover-link .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#portfolio-section .portfolio-card .card .card-thumbnail .hover-link .hover-arrow, #portfolio-section .category-card .card .card-thumbnail .hover-link .hover-arrow, #portfolio-section .tag-card .card .card-thumbnail .hover-link .hover-arrow, #category-section .portfolio-card .card .card-thumbnail .hover-link .hover-arrow, #category-section .category-card .card .card-thumbnail .hover-link .hover-arrow, #category-section .tag-card .card .card-thumbnail .hover-link .hover-arrow, #tag-section .portfolio-card .card .card-thumbnail .hover-link .hover-arrow, #tag-section .category-card .card .card-thumbnail .hover-link .hover-arrow, #tag-section .tag-card .card .card-thumbnail .hover-link .hover-arrow {
  font-size: 36px;
  color: #212121;
  transition: transform 0.3s ease-in-out;
}
#portfolio-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-overlay, #portfolio-section .category-card .card .card-thumbnail .hover-link:hover .hover-overlay, #portfolio-section .tag-card .card .card-thumbnail .hover-link:hover .hover-overlay, #category-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-overlay, #category-section .category-card .card .card-thumbnail .hover-link:hover .hover-overlay, #category-section .tag-card .card .card-thumbnail .hover-link:hover .hover-overlay, #tag-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-overlay, #tag-section .category-card .card .card-thumbnail .hover-link:hover .hover-overlay, #tag-section .tag-card .card .card-thumbnail .hover-link:hover .hover-overlay {
  opacity: 1;
}
#portfolio-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-arrow, #portfolio-section .category-card .card .card-thumbnail .hover-link:hover .hover-arrow, #portfolio-section .tag-card .card .card-thumbnail .hover-link:hover .hover-arrow, #category-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-arrow, #category-section .category-card .card .card-thumbnail .hover-link:hover .hover-arrow, #category-section .tag-card .card .card-thumbnail .hover-link:hover .hover-arrow, #tag-section .portfolio-card .card .card-thumbnail .hover-link:hover .hover-arrow, #tag-section .category-card .card .card-thumbnail .hover-link:hover .hover-arrow, #tag-section .tag-card .card .card-thumbnail .hover-link:hover .hover-arrow {
  transform: translateX(5px);
}
#portfolio-section .portfolio-card .card .card-body, #portfolio-section .category-card .card .card-body, #portfolio-section .tag-card .card .card-body, #category-section .portfolio-card .card .card-body, #category-section .category-card .card .card-body, #category-section .tag-card .card .card-body, #tag-section .portfolio-card .card .card-body, #tag-section .category-card .card .card-body, #tag-section .tag-card .card .card-body {
  margin-bottom: 10px;
  padding: unset;
  border: none;
}
#portfolio-section .portfolio-card .card .card-body .card-title, #portfolio-section .category-card .card .card-body .card-title, #portfolio-section .tag-card .card .card-body .card-title, #category-section .portfolio-card .card .card-body .card-title, #category-section .category-card .card .card-body .card-title, #category-section .tag-card .card .card-body .card-title, #tag-section .portfolio-card .card .card-body .card-title, #tag-section .category-card .card .card-body .card-title, #tag-section .tag-card .card .card-body .card-title {
  margin-bottom: 15px;
}
#portfolio-section .portfolio-card .card .card-body .card-title a, #portfolio-section .category-card .card .card-body .card-title a, #portfolio-section .tag-card .card .card-body .card-title a, #category-section .portfolio-card .card .card-body .card-title a, #category-section .category-card .card .card-body .card-title a, #category-section .tag-card .card .card-body .card-title a, #tag-section .portfolio-card .card .card-body .card-title a, #tag-section .category-card .card .card-body .card-title a, #tag-section .tag-card .card .card-body .card-title a {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 15px;
}
#portfolio-section .portfolio-card .card .card-body .card-desc, #portfolio-section .category-card .card .card-body .card-desc, #portfolio-section .tag-card .card .card-body .card-desc, #category-section .portfolio-card .card .card-body .card-desc, #category-section .category-card .card .card-body .card-desc, #category-section .tag-card .card .card-body .card-desc, #tag-section .portfolio-card .card .card-body .card-desc, #tag-section .category-card .card .card-body .card-desc, #tag-section .tag-card .card .card-body .card-desc {
  font-size: 16px;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#portfolio-section .portfolio-card .card .card-footer, #portfolio-section .category-card .card .card-footer, #portfolio-section .tag-card .card .card-footer, #category-section .portfolio-card .card .card-footer, #category-section .category-card .card .card-footer, #category-section .tag-card .card .card-footer, #tag-section .portfolio-card .card .card-footer, #tag-section .category-card .card .card-footer, #tag-section .tag-card .card .card-footer {
  padding: unset;
  border: none;
  background: none;
}
#portfolio-section .portfolio-card .card .card-footer a, #portfolio-section .category-card .card .card-footer a, #portfolio-section .tag-card .card .card-footer a, #category-section .portfolio-card .card .card-footer a, #category-section .category-card .card .card-footer a, #category-section .tag-card .card .card-footer a, #tag-section .portfolio-card .card .card-footer a, #tag-section .category-card .card .card-footer a, #tag-section .tag-card .card .card-footer a {
  font-size: 14px;
  font-weight: 300;
  color: #9E9E9E;
  text-decoration: none;
}
#portfolio-section #portfolio-posts .no-posts-message, #portfolio-section #category-posts .no-posts-message, #portfolio-section #tag-posts .no-posts-message, #category-section #portfolio-posts .no-posts-message, #category-section #category-posts .no-posts-message, #category-section #tag-posts .no-posts-message, #tag-section #portfolio-posts .no-posts-message, #tag-section #category-posts .no-posts-message, #tag-section #tag-posts .no-posts-message {
  color: #142A60;
  text-align: center;
  font-size: 18px;
}
#portfolio-section .load-more-posts, #category-section .load-more-posts, #tag-section .load-more-posts {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
#portfolio-section .load-more-posts .see-more-btn, #category-section .load-more-posts .see-more-btn, #tag-section .load-more-posts .see-more-btn {
  width: 170px;
  background: none;
  border: 1px solid #C49F43;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C49F43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#portfolio-section .load-more-posts .see-more-btn::after, #category-section .load-more-posts .see-more-btn::after, #tag-section .load-more-posts .see-more-btn::after {
  content: "\f078";
  font-size: 15px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #C49F43;
  font-weight: 900;
}
#portfolio-section .load-more-posts .see-more-btn:hover, #category-section .load-more-posts .see-more-btn:hover, #tag-section .load-more-posts .see-more-btn:hover {
  background-color: #F9F2E1;
}

#posts-content-section .sticky-image {
  position: sticky;
  top: 20%;
  z-index: 10;
  width: 100%;
}
#posts-content-section .title-container {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
#posts-content-section .title-container .title {
  font-size: 48px;
  font-weight: 800;
  color: #142A60;
  margin-bottom: 10px;
}
#posts-content-section .title-container .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #9E9E9E;
  margin-bottom: 10px;
}
#posts-content-section .meta-data {
  padding-top: 20px;
}
#posts-content-section .meta-data ul li {
  font-size: 18px;
  font-weight: 300;
}
#posts-content-section .meta-data ul li strong {
  font-size: 18px;
  font-weight: 500;
}
#posts-content-section .link {
  padding-top: 10px;
  padding-bottom: 30px;
}
#posts-content-section .link a {
  font-size: 16px;
  font-weight: 500;
  color: #C49F43;
  text-transform: uppercase;
}
#posts-content-section .link a:hover {
  color: #E9D297;
}
#posts-content-section .link a:hover svg path {
  stroke: #E9D297;
}
#posts-content-section .content {
  padding-left: 20px;
}
#posts-content-section .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
}
#posts-content-section .btn-link {
  color: #007bff;
}
#posts-content-section .btn-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

#banner-team {
  background-size: cover;
  background-position: 50%;
  height: 602px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#banner-team .content {
  padding: 0px 275px;
  height: auto;
}
#banner-team .content p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
#banner-team .title {
  color: #fff;
  font-size: 64px !important;
  margin-bottom: 25px;
  font-weight: 800;
}
#banner-team .small-title h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-left: 10px solid #C49F43;
  padding-left: 5px;
  margin-bottom: 2rem;
}

#teams-section .sidebar {
  position: sticky;
  top: 20%;
  z-index: 10;
  width: 100%;
}
#teams-section .sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#teams-section .sidebar ul li {
  width: 100%;
  padding: 5px 10px;
}
#teams-section .sidebar ul li.active {
  background-color: #F4F6FB;
}
#teams-section .sidebar ul li.active a {
  font-weight: 500;
}
#teams-section .sidebar ul li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #142A60 !important;
  text-decoration: none;
  padding: 5px;
}
#teams-section .profile-container {
  padding: 0 1rem;
}
#teams-section .profile-container .profile {
  margin-bottom: 70px;
}
#teams-section .profile-container .profile .team-title {
  font-size: 48px;
  font-weight: 800;
}
#teams-section .profile-container .profile .team-card {
  background-color: none;
  border: none;
  padding: unset;
  margin-bottom: 70px;
}
#teams-section .profile-container .profile .team-card .row {
  padding-bottom: 30px;
}
#teams-section .profile-container .profile .team-card .row .col-md-12 .name-container {
  padding: 20px;
  background-color: #142a60;
  margin-bottom: 20px;
}
#teams-section .profile-container .profile .team-card .row .col-md-12 .name-container .team-name {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
#teams-section .profile-container .profile .team-card .row .col-md-12 .name-container .position {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
#teams-section .profile-container .profile .team-card .row .team-desc {
  padding-right: 2rem;
}
#teams-section .profile-container .profile .team-card .row .team-desc .team-link {
  text-transform: uppercase;
  color: #C49F43;
  font-size: 16px;
  font-weight: 500;
}
#teams-section .profile-container .profile .team-card .row .team-desc .team-link:hover {
  color: #E9D297;
}
#teams-section .profile-container .profile .team-card .row .team-desc .team-link:hover svg path {
  stroke: #E9D297;
}
#teams-section .profile-container .profile .team-card .row .team-desc .description {
  margin-top: 20px;
  color: #212121;
  font-size: 18px;
  font-weight: 300;
}
#teams-section .profile-container .profile .team-card .row .team-img {
  margin-top: -8%;
  padding-right: 50px;
}
#teams-section .profile-container .profile .team-card .row .team-img .avatar {
  position: relative;
}
#teams-section .profile-container .profile .team-card .row .team-img .avatar img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#teams-section .profile-container .profile .team-card .row .description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

#image-footer .container-fluid {
  padding: unset !important;
}

#media-section .filter-nav {
  padding: 30px 0px;
}
#media-section .filter-nav .btn {
  font-size: 24px;
  font-weight: 700;
  color: #BDBDBD;
  margin-right: 30px;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
#media-section .filter-nav .btn.active {
  color: #212121;
  font-weight: bold;
}
#media-section .filter-nav .btn:hover {
  color: #212121;
}
#media-section .media-card {
  margin-bottom: 30px;
}
#media-section .media-card .card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  border: none;
  background-color: #FAFAFA;
}
#media-section .media-card .card.appear {
  opacity: 1;
  transform: translateY(0);
}
#media-section .media-card .card .card-thumbnail {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 312px;
}
#media-section .media-card .card .card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#media-section .media-card .card .card-thumbnail .hover-link {
  position: relative;
  display: block;
  height: 100%;
}
#media-section .media-card .card .card-thumbnail .hover-link .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#media-section .media-card .card .card-thumbnail .hover-link .hover-arrow {
  font-size: 36px;
  color: #212121;
  transition: transform 0.3s ease-in-out;
}
#media-section .media-card .card .card-thumbnail .hover-link:hover .hover-overlay {
  opacity: 1;
}
#media-section .media-card .card .card-thumbnail .hover-link:hover .hover-arrow {
  transform: translateX(5px);
}
#media-section .media-card .card .card-body {
  border: none;
}
#media-section .media-card .card .card-body .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#media-section .media-card .card .card-body .card-title a {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 15px;
}
#media-section .media-card .card .card-date {
  padding: 0 1rem;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 300;
  color: #9E9E9E;
}
#media-section #media-posts .no-posts-message {
  color: #142A60;
  text-align: center;
  font-size: 18px;
}
#media-section .load-more-posts {
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
#media-section .load-more-posts .see-more-btn {
  width: 170px;
  background: none;
  border: 1px solid #C49F43;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C49F43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#media-section .load-more-posts .see-more-btn::after {
  content: "\f078";
  font-size: 15px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #C49F43;
  font-weight: 900;
}
#media-section .load-more-posts .see-more-btn:hover {
  background-color: #F9F2E1;
}

#article-content-section .container {
  display: flex;
  justify-content: center;
}
#article-content-section .container .card {
  width: 70%;
  border: none;
}
#article-content-section .container .card .article-title {
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  color: #212121;
}
#article-content-section .container .card .article-meta {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 300;
}
#article-content-section .container .card .article-meta .divider {
  color: #9E9E9E;
}
#article-content-section .container .card .article-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.08px;
}
#article-content-section .container .card .article-content img {
  margin: 20px 0;
}
#article-content-section .container .card .article-content h1, #article-content-section .container .card .article-content h2, #article-content-section .container .card .article-content h3, #article-content-section .container .card .article-content h4, #article-content-section .container .card .article-content h5, #article-content-section .container .card .article-content h6 {
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 1.4;
}
#article-content-section .container .card .article-content h1.h1, #article-content-section .container .card .article-content h2.h1, #article-content-section .container .card .article-content h3.h1, #article-content-section .container .card .article-content h4.h1, #article-content-section .container .card .article-content h5.h1, #article-content-section .container .card .article-content h6.h1 {
  font-size: 32px;
}
#article-content-section .container .card .article-content h1.h2, #article-content-section .container .card .article-content h2.h2, #article-content-section .container .card .article-content h3.h2, #article-content-section .container .card .article-content h4.h2, #article-content-section .container .card .article-content h5.h2, #article-content-section .container .card .article-content h6.h2 {
  font-size: 28px;
}
#article-content-section .container .card .article-content h1.h3, #article-content-section .container .card .article-content h2.h3, #article-content-section .container .card .article-content h3.h3, #article-content-section .container .card .article-content h4.h3, #article-content-section .container .card .article-content h5.h3, #article-content-section .container .card .article-content h6.h3 {
  font-size: 24px;
}
#article-content-section .container .card .article-content h1.h4, #article-content-section .container .card .article-content h2.h4, #article-content-section .container .card .article-content h3.h4, #article-content-section .container .card .article-content h4.h4, #article-content-section .container .card .article-content h5.h4, #article-content-section .container .card .article-content h6.h4 {
  font-size: 20px;
}
#article-content-section .container .card .article-content h1.h5, #article-content-section .container .card .article-content h2.h5, #article-content-section .container .card .article-content h3.h5, #article-content-section .container .card .article-content h4.h5, #article-content-section .container .card .article-content h5.h5, #article-content-section .container .card .article-content h6.h5 {
  font-size: 18px;
}
#article-content-section .container .card .article-content h1.h6, #article-content-section .container .card .article-content h2.h6, #article-content-section .container .card .article-content h3.h6, #article-content-section .container .card .article-content h4.h6, #article-content-section .container .card .article-content h5.h6, #article-content-section .container .card .article-content h6.h6 {
  font-size: 16px;
}
#article-content-section .container .card .article-content ul, #article-content-section .container .card .article-content ol {
  padding-left: 40px;
  margin: 20px 0;
}
#article-content-section .container .card .article-content ul li, #article-content-section .container .card .article-content ol li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#article-content-section .container .card .article-content ul li:last-child, #article-content-section .container .card .article-content ol li:last-child {
  margin-bottom: 0;
}
#article-content-section .container .card .article-content ul {
  list-style-type: disc;
}
#article-content-section .container .card .article-content ol {
  list-style-type: decimal;
}

#banner-career-section .container-fluid {
  padding: unset;
}

#career-section .card {
  border: none;
  background-color: #142A60;
  padding: 20px;
  border-radius: 0px;
}
#career-section .card h5 {
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
}
#career-section .card .form-title {
  font-size: 24px;
  font-weight: 700;
}
#career-section .card form.af-form .af-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#career-section .card form.af-form .af-fields > .acf-field {
  border-top-style: none;
  padding: unset;
}
#career-section .card form.af-form .af-success {
  background-color: #7dc67d;
  color: #fff;
  border-left: 3px solid #2f9d33;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 400;
}
#career-section .card form.af-form .af-success p {
  margin: unset;
}
#career-section .card form.af-form .af-field-type-text label, #career-section .card form.af-form .af-field-type-email label, #career-section .card form.af-form .af-field-type-number label, #career-section .card form.af-form .af-field-type-password label, #career-section .card form.af-form .af-field-type-file label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
}
#career-section .card form.af-form .af-field-type-text input[type=text],
#career-section .card form.af-form .af-field-type-text input[type=email],
#career-section .card form.af-form .af-field-type-text input[type=file], #career-section .card form.af-form .af-field-type-email input[type=text],
#career-section .card form.af-form .af-field-type-email input[type=email],
#career-section .card form.af-form .af-field-type-email input[type=file], #career-section .card form.af-form .af-field-type-number input[type=text],
#career-section .card form.af-form .af-field-type-number input[type=email],
#career-section .card form.af-form .af-field-type-number input[type=file], #career-section .card form.af-form .af-field-type-password input[type=text],
#career-section .card form.af-form .af-field-type-password input[type=email],
#career-section .card form.af-form .af-field-type-password input[type=file], #career-section .card form.af-form .af-field-type-file input[type=text],
#career-section .card form.af-form .af-field-type-file input[type=email],
#career-section .card form.af-form .af-field-type-file input[type=file] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#career-section .card form.af-form .af-field-type-text input[type=text]:focus,
#career-section .card form.af-form .af-field-type-text input[type=email]:focus,
#career-section .card form.af-form .af-field-type-text input[type=file]:focus, #career-section .card form.af-form .af-field-type-email input[type=text]:focus,
#career-section .card form.af-form .af-field-type-email input[type=email]:focus,
#career-section .card form.af-form .af-field-type-email input[type=file]:focus, #career-section .card form.af-form .af-field-type-number input[type=text]:focus,
#career-section .card form.af-form .af-field-type-number input[type=email]:focus,
#career-section .card form.af-form .af-field-type-number input[type=file]:focus, #career-section .card form.af-form .af-field-type-password input[type=text]:focus,
#career-section .card form.af-form .af-field-type-password input[type=email]:focus,
#career-section .card form.af-form .af-field-type-password input[type=file]:focus, #career-section .card form.af-form .af-field-type-file input[type=text]:focus,
#career-section .card form.af-form .af-field-type-file input[type=email]:focus,
#career-section .card form.af-form .af-field-type-file input[type=file]:focus {
  outline: none;
  border-color: #142A60;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader, #career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader, #career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader, #career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader, #career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
#career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file] {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  content: var(--file-name, "Upload CV/Portfolio");
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F9F2E1;
  border: 3px dashed #f4c984;
  color: #f4c984;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
input[type=file]:hover + #career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  background-color: #f4c984;
  color: #F9F2E1;
}
#career-section .card form.af-form .acf-hidden {
  display: none;
}
#career-section .card form.af-form .af-submit {
  text-align: center;
  padding: unset;
}
#career-section .card form.af-form .af-submit button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #C49F43;
  border: none;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
#career-section .card form.af-form .af-submit button:hover {
  background-color: #D8B253;
}
#career-section .card form.af-form .af-submit .acf-spinner {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #142A60;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#career-section .btn {
  background-color: #C49F43;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
#career-section .btn:hover {
  background-color: #D8B253;
}
#career-section .load-more-posts {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
#career-section .load-more-posts .see-more-btn {
  width: 170px;
  background: none;
  border: 1px solid #C49F43;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C49F43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#career-section .load-more-posts .see-more-btn::after {
  content: "\f078";
  font-size: 15px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #C49F43;
  font-weight: 900;
}
#career-section .load-more-posts .see-more-btn:hover {
  background-color: #F9F2E1;
}
#career-section .job-item {
  background-color: #F5F5F5;
  padding: 20px;
  margin-bottom: 30px;
}
#career-section .job-item:hover {
  background-color: #EEEEEE;
}
#career-section .job-item .text-muted {
  font-size: 0.875rem;
  color: #6c757d;
}
#career-section .job-item .job-title {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
  padding-bottom: 15px;
}
#career-section .job-item .job-desc {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
#career-section .job-item-hidden {
  display: none !important;
}

#banner-career-section .container-fluid {
  padding: unset;
}

#single-career-section .card {
  border: none;
  background-color: #142A60;
  padding: 20px;
  border-radius: 0px;
}
#single-career-section .card h5 {
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
}
#single-career-section .card .form-title {
  font-size: 24px;
  font-weight: 700;
}
#single-career-section .card form.af-form .af-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#single-career-section .card form.af-form .af-fields > .acf-field {
  border-top-style: none;
  padding: unset;
}
#single-career-section .card form.af-form .af-success {
  background-color: #7dc67d;
  color: #fff;
  border-left: 3px solid #2f9d33;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 400;
}
#single-career-section .card form.af-form .af-success p {
  margin: unset;
}
#single-career-section .card form.af-form .af-field-type-text label, #single-career-section .card form.af-form .af-field-type-email label, #single-career-section .card form.af-form .af-field-type-number label, #single-career-section .card form.af-form .af-field-type-password label, #single-career-section .card form.af-form .af-field-type-file label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
}
#single-career-section .card form.af-form .af-field-type-text input[type=text],
#single-career-section .card form.af-form .af-field-type-text input[type=email],
#single-career-section .card form.af-form .af-field-type-text input[type=file], #single-career-section .card form.af-form .af-field-type-email input[type=text],
#single-career-section .card form.af-form .af-field-type-email input[type=email],
#single-career-section .card form.af-form .af-field-type-email input[type=file], #single-career-section .card form.af-form .af-field-type-number input[type=text],
#single-career-section .card form.af-form .af-field-type-number input[type=email],
#single-career-section .card form.af-form .af-field-type-number input[type=file], #single-career-section .card form.af-form .af-field-type-password input[type=text],
#single-career-section .card form.af-form .af-field-type-password input[type=email],
#single-career-section .card form.af-form .af-field-type-password input[type=file], #single-career-section .card form.af-form .af-field-type-file input[type=text],
#single-career-section .card form.af-form .af-field-type-file input[type=email],
#single-career-section .card form.af-form .af-field-type-file input[type=file] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#single-career-section .card form.af-form .af-field-type-text input[type=text]:focus,
#single-career-section .card form.af-form .af-field-type-text input[type=email]:focus,
#single-career-section .card form.af-form .af-field-type-text input[type=file]:focus, #single-career-section .card form.af-form .af-field-type-email input[type=text]:focus,
#single-career-section .card form.af-form .af-field-type-email input[type=email]:focus,
#single-career-section .card form.af-form .af-field-type-email input[type=file]:focus, #single-career-section .card form.af-form .af-field-type-number input[type=text]:focus,
#single-career-section .card form.af-form .af-field-type-number input[type=email]:focus,
#single-career-section .card form.af-form .af-field-type-number input[type=file]:focus, #single-career-section .card form.af-form .af-field-type-password input[type=text]:focus,
#single-career-section .card form.af-form .af-field-type-password input[type=email]:focus,
#single-career-section .card form.af-form .af-field-type-password input[type=file]:focus, #single-career-section .card form.af-form .af-field-type-file input[type=text]:focus,
#single-career-section .card form.af-form .af-field-type-file input[type=email]:focus,
#single-career-section .card form.af-form .af-field-type-file input[type=file]:focus {
  outline: none;
  border-color: #142A60;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#single-career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
#single-career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file] {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#single-career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  content: var(--file-name, "Upload CV/Portfolio");
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F9F2E1;
  border: 3px dashed #f4c984;
  color: #f4c984;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
input[type=file]:hover + #single-career-section .card form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .card form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .card form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .card form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .card form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  background-color: #f4c984;
  color: #F9F2E1;
}
#single-career-section .card form.af-form .acf-hidden {
  display: none;
}
#single-career-section .card form.af-form .af-submit {
  text-align: center;
  padding: unset;
}
#single-career-section .card form.af-form .af-submit button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #C49F43;
  border: none;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
#single-career-section .card form.af-form .af-submit button:hover {
  background-color: #D8B253;
}
#single-career-section .card form.af-form .af-submit .acf-spinner {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #142A60;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#single-career-section .btn {
  background-color: #C49F43;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
#single-career-section .btn:hover {
  background-color: #D8B253;
}
#single-career-section .load-more-posts {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
#single-career-section .load-more-posts .see-more-btn {
  width: 170px;
  background: none;
  border: 1px solid #C49F43;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C49F43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#single-career-section .load-more-posts .see-more-btn::after {
  content: "\f078";
  font-size: 15px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  color: #C49F43;
  font-weight: 900;
}
#single-career-section .load-more-posts .see-more-btn:hover {
  background-color: #F9F2E1;
}
#single-career-section .posts-content {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#single-career-section .posts-content .text-muted {
  font-size: 0.875rem;
  color: #6c757d;
}
#single-career-section .posts-content .post-title {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
  padding-bottom: 15px;
}
#single-career-section .posts-content .post-meta {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#single-career-section .posts-content .post-content h1 {
  font-size: 32px;
  font-weight: 800;
  color: #212121;
}
#single-career-section .posts-content .post-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #212121;
}
#single-career-section .posts-content .post-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212121;
}
#single-career-section .posts-content .post-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
}
#single-career-section .posts-content .post-content h5 {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
}
#single-career-section .posts-content .post-content ol {
  font-size: 18px;
  font-weight: 300;
  color: #0A1B43;
  list-style-type: decimal;
  margin-left: 20px;
}
#single-career-section .posts-content .post-content ul,
#single-career-section .posts-content .post-content li {
  font-size: 18px;
  font-weight: 300;
  color: #0A1B43;
}
#single-career-section .posts-item-hidden {
  display: none !important;
}
#single-career-section .form-apply {
  background-color: #142A60;
  padding: 20px;
}
#single-career-section .form-apply .form-title {
  padding: 0 1rem;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
#single-career-section .form-apply form .af-success {
  background-color: #7dc67d;
  color: #fff;
  border-left: 3px solid #2f9d33;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 400;
}
#single-career-section .form-apply form .af-success p {
  margin: unset;
}
#single-career-section .form-apply form .acf-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#single-career-section .form-apply form .acf-fields > .acf-field {
  border: none;
}
#single-career-section .form-apply form .acf-fields .af-success {
  background-color: #7dc67d;
  color: #fff;
  border-left: 3px solid #2f9d33;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 400;
}
#single-career-section .form-apply form .acf-fields .af-success p {
  margin: unset;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text label, #single-career-section .form-apply form .acf-fields .af-field-type-email label, #single-career-section .form-apply form .acf-fields .af-field-type-number label, #single-career-section .form-apply form .acf-fields .af-field-type-password label, #single-career-section .form-apply form .acf-fields .af-field-type-file label, #single-career-section .form-apply form .acf-fields .af-field-type-textarea label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-text textarea, #single-career-section .form-apply form .acf-fields .af-field-type-email input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-email input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-email input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-email textarea, #single-career-section .form-apply form .acf-fields .af-field-type-number input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-number input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-number input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-number textarea, #single-career-section .form-apply form .acf-fields .af-field-type-password input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-password input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-password input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-password textarea, #single-career-section .form-apply form .acf-fields .af-field-type-file input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-file input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-file input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-file textarea, #single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=text],
#single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=email],
#single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=file],
#single-career-section .form-apply form .acf-fields .af-field-type-textarea textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-text input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-text textarea:focus, #single-career-section .form-apply form .acf-fields .af-field-type-email input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-email input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-email input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-email textarea:focus, #single-career-section .form-apply form .acf-fields .af-field-type-number input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-number input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-number input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-number textarea:focus, #single-career-section .form-apply form .acf-fields .af-field-type-password input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-password input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-password input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-password textarea:focus, #single-career-section .form-apply form .acf-fields .af-field-type-file input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-file input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-file input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-file textarea:focus, #single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=text]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=email]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-textarea input[type=file]:focus,
#single-career-section .form-apply form .acf-fields .af-field-type-textarea textarea:focus {
  outline: none;
  border-color: #142A60;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#single-career-section .form-apply form .acf-fields .af-field-type-text textarea, #single-career-section .form-apply form .acf-fields .af-field-type-email textarea, #single-career-section .form-apply form .acf-fields .af-field-type-number textarea, #single-career-section .form-apply form .acf-fields .af-field-type-password textarea, #single-career-section .form-apply form .acf-fields .af-field-type-file textarea, #single-career-section .form-apply form .acf-fields .af-field-type-textarea textarea {
  resize: vertical;
  min-height: 150px;
  font-family: inherit;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .form-apply form .acf-fields .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .form-apply form .acf-fields .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .form-apply form .acf-fields .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .form-apply form .acf-fields .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader, #single-career-section .form-apply form .acf-fields .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader {
  position: relative;
  display: inline-block;
  width: 100%;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .form-apply form .acf-fields .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .form-apply form .acf-fields .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .form-apply form .acf-fields .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .form-apply form .acf-fields .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #single-career-section .form-apply form .acf-fields .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file] {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#single-career-section .form-apply form .acf-fields .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .form-apply form .acf-fields .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .form-apply form .acf-fields .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .form-apply form .acf-fields .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .form-apply form .acf-fields .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #single-career-section .form-apply form .acf-fields .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  content: var(--file-name, "Upload CV/Portfolio");
  display: block;
  width: 100%;
  padding: 6px;
  background-color: #F9F2E1;
  border: 3px dashed #f4c984;
  color: #f4c984;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #single-career-section .form-apply form .acf-fields .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  background-color: #f4c984;
  color: #F9F2E1;
}
#single-career-section .form-apply form .acf-fields .acf-hidden {
  display: none;
}
#single-career-section .form-apply form .acf-fields .af-submit {
  text-align: center;
  padding: unset;
  width: 100%;
  padding: 1rem;
}
#single-career-section .form-apply form .acf-fields .af-submit button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #C49F43;
  border: none;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
}
#single-career-section .form-apply form .acf-fields .af-submit button:hover {
  background-color: #D8B253;
}
#single-career-section .form-apply form .acf-fields .af-submit .acf-spinner {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #142A60;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#contact .col-lg-6 .contact-form {
  background-color: #142A60;
  padding: 1rem;
}
#contact .col-lg-6 .contact-form form.af-form .af-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contact .col-lg-6 .contact-form form.af-form .af-fields > .acf-field {
  border-top-style: none;
  padding: unset;
}
#contact .col-lg-6 .contact-form form.af-form .af-success {
  background-color: #7dc67d;
  color: #fff;
  border-left: 3px solid #2f9d33;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 400;
}
#contact .col-lg-6 .contact-form form.af-form .af-success p {
  margin: unset;
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text label, #contact .col-lg-6 .contact-form form.af-form .af-field-type-email label, #contact .col-lg-6 .contact-form form.af-form .af-field-type-number label, #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea label, #contact .col-lg-6 .contact-form form.af-form .af-field-type-password label, #contact .col-lg-6 .contact-form form.af-form .af-field-type-file label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text textarea, #contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email textarea, #contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number textarea, #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea textarea, #contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password textarea, #contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=text],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=email],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=file],
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text textarea:focus, #contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-email textarea:focus, #contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-number textarea:focus, #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea textarea:focus, #contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-password textarea:focus, #contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=text]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=email]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file input[type=file]:focus,
#contact .col-lg-6 .contact-form form.af-form .af-field-type-file textarea:focus {
  outline: none;
  border-color: #142A60;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader, #contact .col-lg-6 .contact-form form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader, #contact .col-lg-6 .contact-form form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader, #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader, #contact .col-lg-6 .contact-form form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader, #contact .col-lg-6 .contact-form form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #contact .col-lg-6 .contact-form form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #contact .col-lg-6 .contact-form form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #contact .col-lg-6 .contact-form form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file], #contact .col-lg-6 .contact-form form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader input[type=file] {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#contact .col-lg-6 .contact-form form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #contact .col-lg-6 .contact-form form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #contact .col-lg-6 .contact-form form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #contact .col-lg-6 .contact-form form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, #contact .col-lg-6 .contact-form form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  content: var(--file-name, "Upload CV/Portfolio");
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F9F2E1;
  border: 3px dashed #f4c984;
  color: #f4c984;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-text .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-email .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-number .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-textarea .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-password .acf-file-uploader .hide-if-value .acf-basic-uploader::before, input[type=file]:hover + #contact .col-lg-6 .contact-form form.af-form .af-field-type-file .acf-file-uploader .hide-if-value .acf-basic-uploader::before {
  background-color: #f4c984;
  color: #F9F2E1;
}
#contact .col-lg-6 .contact-form form.af-form .acf-hidden {
  display: none;
}
#contact .col-lg-6 .contact-form form.af-form .af-submit {
  text-align: center;
  padding: unset;
}
#contact .col-lg-6 .contact-form form.af-form .af-submit button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #C49F43;
  border: none;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
#contact .col-lg-6 .contact-form form.af-form .af-submit button:hover {
  background-color: #D8B253;
}
#contact .col-lg-6 .contact-form form.af-form .af-submit .acf-spinner {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #142A60;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#contact .col-lg-6 .contact-details .contact-title {
  margin-bottom: 2rem;
}
#contact .col-lg-6 .contact-details .contact-title h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
}
#contact .col-lg-6 .contact-details .contact-title p {
  font-weight: 300;
  font-weight: 18px;
  padding: unset !important;
}
#contact .col-lg-6 .contact-details h5 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 1rem;
}
#contact .col-lg-6 .contact-details p {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  padding-left: 10px;
}
#contact .col-lg-6 .contact-details .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#contact .col-lg-6 .contact-details .icon img {
  filter: grayscale(100%) invert(100%) brightness(0%) contrast(100%);
}
#contact .col-lg-6 .contact-details .social-links {
  margin-top: 1rem;
}
#contact .col-lg-6 .contact-details .social-links a {
  display: inline-block;
  margin-right: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#contact .col-lg-6 .contact-details .social-links a img {
  width: 20px;
  height: 20px;
  filter: grayscale(100%) invert(100%) brightness(0%) contrast(100%);
}
#contact .col-lg-6 .contact-details .social-links a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

#map-section {
  padding: 70px 0px;
}

#policy-section {
  padding: 70px 0px;
}
#policy-section .policy-container {
  display: flex;
}
#policy-section .policy-container .policy-sidebar {
  padding-right: 20px;
}
#policy-section .policy-container .policy-sidebar ul {
  list-style: none;
  padding: 0;
}
#policy-section .policy-container .policy-sidebar ul li {
  margin-bottom: 10px;
  padding: 10px;
}
#policy-section .policy-container .policy-sidebar ul li a {
  text-decoration: none;
  color: #142A60;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
#policy-section .policy-container .policy-sidebar ul li a.active {
  color: #142A60;
  font-weight: 500;
}
#policy-section .policy-container .policy-sidebar ul li.active {
  background-color: #F4F6FB;
  color: #142A60;
}
#policy-section .policy-container .policy-sidebar ul li.active a {
  font-weight: 500;
}
#policy-section .policy-container .policy-content {
  padding-left: 20px;
}
#policy-section .policy-container .policy-content h1 {
  font-size: 48px;
  font-weight: 800;
}
#policy-section .policy-container .policy-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
#policy-section .policy-container .policy-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}
#policy-section .policy-container .policy-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
#policy-section .policy-container .policy-content h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
#policy-section .policy-container .policy-content h6 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
#policy-section .policy-container .policy-content p {
  color: #0A1B43;
  font-size: 18px;
  font-weight: 300;
}
#policy-section .policy-container .policy-content ol, #policy-section .policy-container .policy-content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}
#policy-section .policy-container .policy-content ol li, #policy-section .policy-container .policy-content ul li {
  color: #0A1B43;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
}
#policy-section .policy-container .policy-content ol ul, #policy-section .policy-container .policy-content ul ul {
  list-style-type: disc;
}
#policy-section .policy-container .policy-content ol ol, #policy-section .policy-container .policy-content ul ol {
  list-style-type: decimal;
}
#policy-section .content-section {
  display: none;
}
#policy-section .content-section.active {
  display: block;
}

#faq-section {
  padding: 70px 0;
}
#faq-section .content-title .fag-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
}
#faq-section .questions-list {
  margin: auto;
  max-width: 900px;
  padding: 40px;
}
#faq-section .questions-list .question-item {
  padding: 16px;
  margin-bottom: 1rem;
  background-color: #FAFAFA;
}
#faq-section .questions-list .question-item:last-child {
  border-bottom: unset;
}
#faq-section .questions-list .question-item:first-child .answer {
  display: block;
}
#faq-section .questions-list .question-item .question {
  cursor: pointer;
  position: relative;
}
#faq-section .questions-list .question-item .question .q-text {
  color: #0A1B43;
  font-size: 24px;
  font-weight: 700;
}
#faq-section .questions-list .question-item .question .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
#faq-section .questions-list .question-item .question .icon.show {
  opacity: 1;
  visibility: visible;
}
#faq-section .questions-list .question-item .answer {
  display: none;
  transition: unset;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  color: #0A1B43;
}
#faq-section .send-question {
  align-items: center;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 30px;
  flex-wrap: wrap;
}
#faq-section .send-question .left {
  margin-bottom: 20px;
}
#faq-section .send-question .right a {
  padding: 14px 30px;
  background: #1abc9c;
  color: #fff;
  border-radius: 50px;
}

#footer #call-phone {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 9999;
}
#footer #call-phone .phonering-alo-phone {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-circle {
  width: 100%;
  height: 100%;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle {
  width: 60px;
  background: #111;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer #call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone img {
  width: 30px;
  height: 30px;
}
#footer #call-phone .phonering-alo-phone .numberphone {
  width: 130px;
  background: #111;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-30%, -50%);
  padding: 6px 12px;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
#footer #call-phone .phonering-alo-phone .numberphone .link-phone {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer #call-phone .phonering-alo-phone .numberphone .fa-caret-right {
  position: absolute;
  right: -5px;
  top: 8px;
  color: #111;
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#footer #zalo {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 9999;
}
#footer #zalo .zalo-icon img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.footer-section {
  background-color: #FAFAFA;
  padding-top: 50px;
}
.footer-section h5 {
  font-size: 24px;
  font-weight: 700;
  color: #003b8b;
  margin-bottom: 1rem;
}
.footer-section p {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  padding-left: 10px;
}
.footer-section .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.footer-section .icon img {
  vertical-align: middle;
}
.footer-section .footer-links {
  padding: 0px 50px;
}
.footer-section .social-links {
  margin-top: 1rem;
}
.footer-section .social-links a {
  display: inline-block;
  margin-right: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-section .social-links a img {
  width: 20px;
  height: 20px;
}
.footer-section .social-links a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.footer-section .menu-menu-main-container ul, .footer-section .menu-menu-main-en-container ul, .footer-section .menu-menu-main-vn-container ul {
  padding: 0 50px;
  margin: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  margin-top: 1.5rem;
  margin-top: 0;
}
.footer-section .menu-menu-main-container ul li, .footer-section .menu-menu-main-en-container ul li, .footer-section .menu-menu-main-vn-container ul li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.footer-section .menu-menu-main-container ul li a, .footer-section .menu-menu-main-en-container ul li a, .footer-section .menu-menu-main-vn-container ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-section .menu-menu-main-container ul .sub-menu, .footer-section .menu-menu-main-en-container ul .sub-menu, .footer-section .menu-menu-main-vn-container ul .sub-menu {
  display: none;
}
.footer-section .footer-bottom {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  margin-top: 30px;
  background-color: #142A60;
  align-items: center;
}
.footer-section .footer-bottom small {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer-section .footer-bottom small a {
  color: #fff !important;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
  font-size: 14px;
  font-weight: 300;
}
.footer-section .footer-bottom small a:hover {
  color: #0066cc;
}

@media (max-width: 1024px) {
  html {
    padding-top: 42px;
  }
  #icon-menu-mobile {
    display: block;
    background: #fff;
    z-index: 111;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
  }
  #menu-main {
    padding: unset !important;
  }
  #menu-main .col-md-7 .menu_main .menu-menu-main-en-container, #menu-main .col-md-7 .menu_main .menu-menu-main-vn-container {
    display: none;
  }
}
@media (max-width: 992px) {
  .logo_header {
    position: fixed;
    z-index: 222;
    top: 0;
    left: 8%;
    width: 200px;
  }
  #menu-main {
    position: unset;
  }
  #menu-main .container {
    padding: unset;
  }
  #menu-main .col-md-2 {
    position: fixed;
    z-index: 222;
    top: 2%;
    right: 3%;
    width: 200px;
  }
  #banner-section .banner .banner-title {
    font-size: 54px;
  }
  #our-numbers-section .col-12, #portfolio-companies-section .col-12 {
    padding: 1rem !important;
  }
  #our-approach-section .approach .approach-card .overlay {
    font-size: 14px;
  }
  #our-approach-section .approach .approach-card .front .icon-title {
    font-size: 20px;
  }
  #our-approach-section .approach .approach-card .back .content {
    font-size: 12px;
  }
  #banner-portfolio .content, #banner-team .content {
    padding: unset;
  }
  #banner-portfolio .title, #banner-team .title {
    font-size: 48px !important;
  }
  #relations-section #relations-slider .slider-item {
    width: auto;
    height: auto;
    align-items: unset;
  }
  #relations-section #relations-slider .slider-item .slider-img {
    width: 50%;
  }
  #relations-section #relations-slider .slider-item .slider-content {
    width: 50%;
    padding: 0px 20px;
  }
  #relations-section #relations-slider .slider-item .slider-content .slider-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer-section .footer-links {
    padding: 1.5rem 1rem !important;
  }
  .footer-section .menu-menu-main-container ul, .footer-section .menu-menu-main-en-container ul, .footer-section .menu-menu-main-vn-container ul {
    gap: unset;
    margin-top: unset;
    padding: 0 !important;
  }
  #banner-aboutpage, #banner-approach {
    height: auto;
    padding: 70px 0;
  }
  #banner-aboutpage .content, #banner-approach .content {
    padding: unset;
  }
  #banner-aboutpage .title, #banner-approach .title {
    font-size: 48px !important;
    padding: unset;
  }
  #banner-aboutpage .small-title h6, #banner-approach .small-title h6 {
    width: unset;
  }
  #our-vision-section .content-container, #our-focus-section .content-container {
    padding: 30px 0;
    padding-right: unset !important;
  }
  #our-vision-section .img-container, #our-focus-section .img-container {
    height: auto;
  }
  #relations2-section {
    padding: 30px 0px;
  }
  #relations2-section .col-left ul {
    padding-top: 10px;
  }
  #relations2-section .col-left ul li {
    margin-top: 20px;
  }
  #relations2-section .col-right .country .name {
    align-items: center;
    display: flex;
  }
  #relations2-section .col-right .country .name h4 {
    font-size: 18px;
  }
  #relations2-section .col-right .country .flag {
    width: 60px;
    height: 40px;
  }
  #relations2-section .col-right .list-content li {
    font-size: 14px;
  }
  #timelines-section {
    padding: 30px 0px;
  }
  #timelines-section .col-md-8 {
    padding: 0 1rem !important;
  }
  #timelines-section .col-md-8 .timeline .timeline-item {
    align-items: center;
  }
  #timelines-section .col-md-8 .timeline .timeline-item .col-left .timeline-heading {
    font-size: 18px;
  }
  #timelines-section .col-md-8 .timeline .timeline-item .col-right p {
    font-size: 16px;
  }
  #timelines-section .col-md-4 .timeline-title {
    padding-bottom: 30px;
  }
  #foundational-sectors-section .sector-item {
    padding-left: unset !important;
  }
  #core-values-section {
    padding: 70px 0px;
  }
  #core-values-section .col-md-4 {
    width: 100% !important;
  }
  #investment-strategy-section .strategy-content {
    padding: 1rem;
  }
  #investment-strategy-section .strategy-img {
    width: 100%;
  }
  #investment-process-section .arrow-container {
    height: unset;
  }
  #investment-process-section .arrow-container .arrow-card {
    padding: 1rem;
  }
  #investment-process-section .arrow-container .arrow-card .arrow-item {
    padding: 30px 1rem;
  }
  #investment-process-section .arrow-container .arrow-card .arrow-item.arrow-top {
    margin-bottom: unset !important;
  }
  #investment-process-section .item-container {
    padding-top: 70px;
  }
  #investment-process-section .item-container .item {
    padding: 1rem !important;
    width: unset;
  }
  #posts-content-section .content {
    padding: 30px 0px;
  }
  #teams-section .profile-container .team-card .team-img {
    margin-top: unset !important;
    padding-right: 1rem !important;
  }
  #article-content-section .container .card {
    width: 100%;
    padding: unset !important;
  }
}
html.overflow {
  overflow: hidden;
}

@media (max-width: 767px) {
  #id-menu-mobile {
    width: 100%;
  }
  #portfolio-companies-section .portfolio-slider .owl-item {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  #relations-section .content-container {
    padding: 15px 10px !important;
  }
  #relations-section .slider-item .slider-content {
    padding: 0px 20px;
  }
  #relations-section .slider-item .slider-content .slider-title {
    font-size: 14px;
    line-height: 1.5;
  }
  #portfolio-companies-section .see-more .link {
    font-size: 14px;
  }
  #career-section .col-md-9 {
    margin-top: 20px;
  }
  #career-section .job-item .job-title {
    font-size: 18px;
  }
  #faq-section .questions-list {
    padding: 1rem;
  }
}
@media (max-width: 414px) {
  .logo_header {
    left: 16%;
    top: 0;
    z-index: 222;
  }
  #menu-main {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #003b8b;
    padding: 0;
  }
  #menu-main .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }
  #menu-main .container .navbar-toggler {
    align-self: flex-end;
    border: none;
  }
  #menu-main .container .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: relative;
  }
  #menu-main .container .navbar-toggler .navbar-toggler-icon::before, #menu-main .container .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  #menu-main .container .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }
  #menu-main .container .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }
  #menu-main .container .collapse {
    width: 100%;
  }
  #menu-main .container .collapse .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #menu-main .container .collapse .menu .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #menu-main .container .collapse .menu .menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
  }
  #menu-main .container .collapse .menu .menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #menu-main .container .collapse .menu .menu-item .sub-menu {
    display: none;
    flex-direction: column;
    background-color: #004080;
  }
  #menu-main .container .collapse .menu .menu-item .sub-menu .menu-item a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
  }
  #menu-main .container .collapse .menu .menu-item .sub-menu .menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #menu-main .container .collapse .menu .menu-item.active > .sub-menu {
    display: flex;
  }
}
