@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../../fonts/BeVietnamPro-Regular.ttf") format("truetype"), url("../../fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 2000px) {
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
* {
  font-family: "Be Vietnam Pro", sans-serif !important;
}

html {
  direction: ltr;
}

body {
  font-size: 0.8rem;
  font-family: "Be Vietnam Pro", sans-serif !important;
  overflow-x: hidden;
  direction: ltr;
}
body.homePageBody {
  background-color: #f5f6f7;
}
body.innerPageBody {
  background-color: #fafafb;
}
body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body::-webkit-scrollbar-thumb {
  background: #1126b2;
}
body::-webkit-scrollbar-track {
  background: rgb(136, 146.5, 216.5);
}
body {
  scrollbar-face-color: #1126b2;
  scrollbar-track-color: rgb(136, 146.5, 216.5);
}
body:not(.loaded) {
  overflow: hidden;
}
body > .row {
  margin: 0px;
  padding: 0px;
}
body > .row > .col-sm-12 {
  margin: 0px;
  padding: 0px;
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  background-color: #f5f6f7;
  align-items: center;
  justify-content: center;
}
.preloading .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #f4f5ff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.preloading .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #1126b2;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a:focus-visible {
  outline-offset: 0;
  outline: none;
}

button, #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit],
a.button,
input.button[type=submit],
#newsletter-btn {
  display: block;
  min-height: 2.6rem;
}
button.orange, #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit],
a.button.orange,
input.button[type=submit].orange,
#newsletter-btn.orange {
  background-color: #dc3500;
  padding: 0.8rem 1.2rem;
  color: #fefdf5;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  border: none;
}

a.button,
input.button[type=submit],
#newsletter-btn {
  text-decoration: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs {
  width: 100%;
  margin: auto;
  padding-bottom: 1rem;
}
.tabs__header {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tabs__header::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.tabs__header::-webkit-scrollbar-thumb {
  background: #1126b2;
}
.tabs__header::-webkit-scrollbar-track {
  background: rgb(136, 146.5, 216.5);
}
.tabs__header {
  scrollbar-face-color: #1126b2;
  scrollbar-track-color: rgb(136, 146.5, 216.5);
}
.tabs .tab {
  padding: 1.2rem;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #505761;
  transition: 0.3s;
  font-weight: 600;
  border-top: 1.5rem solid #fff;
  min-width: 14.75rem;
  min-height: 10.45rem;
  height: 100%;
  background-color: #f5f6f7;
  text-align: center;
  width: 100%;
}
.tabs .tab.active {
  color: #f4f5ff;
  border-top: 1.5rem solid #1126b2;
  font-weight: 600;
  background-color: #1126b2;
}
.tabs__content {
  padding: 2.5rem;
  padding-bottom: 4rem;
  background-color: #fff;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
.tabs .tab-content {
  display: none;
  color: #2e3339;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.tabs .tab-content:first-child {
  margin-top: 0px;
}
.tabs .tab-content.active {
  display: block;
}
.tabs .tab-content .tab-title {
  font-size: 1.4rem;
  line-height: 1.55rem;
  color: #0e1b71;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.tabs .tab-content p {
  margin-bottom: 1.2rem;
}
.tabs .tab-content p strong,
.tabs .tab-content p b {
  font-weight: 600;
}
.tabs .tab-content a {
  color: #1126b2;
  text-decoration: underline;
}
.tabs .tab-content iframe {
  max-width: 100%;
}
.tabs .tab-content ol {
  margin-bottom: 1.5rem;
}
.tabs .tab-content ol li {
  margin-bottom: 0.8rem;
}
.tabs .tab-content ol li:last-child {
  margin-bottom: 0px;
}
.tabs .tab-content ul {
  margin-bottom: 1.5rem;
}
.tabs .tab-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.8rem;
}
.tabs .tab-content ul li:last-child {
  margin-bottom: 0px;
}
.tabs .tab-content ul li::before {
  content: "";
  height: 1.55rem;
  width: 0.8rem;
  max-width: 0.8rem;
  background-image: url("../../images/icons/correct_ic.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -1.5rem;
}

.fileCard {
  width: 100%;
  padding: 1.2rem 1.7rem;
  background-color: #f5f6f7;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.fileCard:hover {
  color: #1126b2;
}
.fileCard:hover .label {
  color: #1126b2;
}
.fileCard img {
  width: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.fileCard .label {
  text-decoration: none;
  color: #191c20;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.sideTabs .sidebar {
  max-width: 100%;
  max-width: 80%;
  width: auto;
  background: transparent;
  padding-left: 0.8rem;
}
.sideTabs .sidebar ul {
  list-style: none;
  padding: 0px;
}
.sideTabs .sidebar ul .menu-item {
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: background 0.3s;
  color: #505761;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.sideTabs .sidebar ul .menu-item.active {
  background: #fff;
  color: #0e2098;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(16, 24, 40, 0.04), 0px 0.05rem 0.1rem 0px rgba(16, 24, 40, 0.04);
}
.sideTabs .content {
  flex: 1;
}
.sideTabs .content .tab-content {
  display: none;
  background: transparent;
}
.sideTabs .content .tab-content.active {
  display: block;
}
.sideTabs .content .tab-content .accordion-item .tab-title {
  font-size: 1.4rem;
  line-height: 1.55rem;
  color: #0e1b71;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sideTabs .content .tab-content .accordion-item p {
  margin-bottom: 1.2rem;
}
.sideTabs .content .tab-content .accordion-item p strong,
.sideTabs .content .tab-content .accordion-item p b {
  font-weight: 600;
}
.sideTabs .content .tab-content .accordion-item a {
  color: #1126b2;
  text-decoration: underline;
}
.sideTabs .content .tab-content .accordion-item iframe {
  max-width: 100%;
}
.sideTabs .content .tab-content .accordion-item ol {
  margin-bottom: 1.5rem;
}
.sideTabs .content .tab-content .accordion-item ol li {
  margin-bottom: 0.8rem;
}
.sideTabs .content .tab-content .accordion-item ol li:last-child {
  margin-bottom: 0px;
}
.sideTabs .content .tab-content .accordion-item ul {
  margin-bottom: 1.5rem;
}
.sideTabs .content .tab-content .accordion-item ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.8rem;
}
.sideTabs .content .tab-content .accordion-item ul li:last-child {
  margin-bottom: 0px;
}
.sideTabs .content .tab-content .accordion-item ul li::before {
  content: "";
  height: 1.55rem;
  width: 0.8rem;
  max-width: 0.8rem;
  background-image: url("../../images/icons/correct_grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -1.5rem;
}
.sideTabs .content .tab-content .accordion-item ul li strong,
.sideTabs .content .tab-content .accordion-item ul li b {
  font-weight: 600;
}

.accordion .accordion-item {
  border: 1px solid #ced2d7;
  margin-bottom: 1rem;
  overflow: hidden;
}
.accordion .accordion-item .accordion-collapse {
  scroll-margin-top: 5rem;
}
.accordion .accordion-item .accordion-header:focus-visible {
  outline: 0;
}
.accordion .accordion-item .accordion-button {
  padding: 1.9rem;
  position: relative;
  background-color: #ebedef;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #2e3339;
  text-align: left;
  padding-right: 3.5rem;
  outline: 0;
}
.accordion .accordion-item .accordion-button:focus-visible {
  outline: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0e2098;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: url("../../images/icons/collapse.svg");
}
.accordion .accordion-item .accordion-button::after {
  content: url("../../images/icons/expand.svg");
  background: transparent;
  position: absolute;
  right: 2.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.accordion .accordion-item .accordion-button:focus {
  border: 0px;
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  padding: 1.9rem;
  padding-top: 0px;
  padding-right: 3.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
}
.accordion .accordion-item .accordion-body table th,
.accordion .accordion-item .accordion-body table td {
  padding: 16px 24px;
  text-align: left;
}
.accordion .accordion-item .accordion-body table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}
.accordion .accordion-item .accordion-body table tbody tr:nth-child(even) {
  background-color: #e9ecef;
}

.contactUs_card {
  width: 100%;
  background-color: #f4f5ff;
  border: 0.05rem solid #e1e5ff;
  padding: 3.2rem 0.75rem;
}
@media (max-width: 576px) {
  .contactUs_card {
    margin-bottom: 0.75rem;
  }
}
.contactUs_card .icon {
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 1.3rem 0px;
  text-align: center;
  background-color: #fbfcff;
  margin: 0px auto;
  margin-bottom: 1rem;
}
.contactUs_card .lable {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #6e737a;
  text-align: center;
  margin-bottom: 0.6rem;
}
.contactUs_card .value {
  text-align: center;
}
.contactUs_card .value a {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #2e3339;
  text-align: center;
  text-decoration: none;
}
.contactUs_card .value a:hover {
  color: #0e1b71 !important;
}

footer {
  padding: 0px 3.7rem;
}
@media (max-width: 1200px) {
  footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 765px) {
  footer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
footer .content {
  padding-top: 1.5rem;
  padding-bottom: 3.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 0.05rem #d8dbdf;
}
@media (max-width: 765px) {
  footer .content {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1042px) {
  footer .content {
    flex-direction: column;
    justify-content: center;
  }
  footer .content .logo {
    margin-bottom: 0.5rem;
  }
}
footer .content .logo {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #0e1b71;
}
@media (max-width: 765px) {
  footer .content .logo {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
footer .content .copyRight {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #505761;
}

.loading {
  position: relative;
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed !important;
}
.loading::after {
  content: url("../../images/icons/loading.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  transform: translateY(-50%) translateX(-50%);
}

.page {
  padding-bottom: 5rem;
}
.page_header {
  padding: 0.8rem 3.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f5f6f7;
  margin-bottom: 3rem;
  z-index: 0;
}
@media (max-width: 1200px) {
  .page_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 765px) {
  .page_header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.page_header .page_title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
}
.page_header .page_breadcrumb {
  max-width: 100%;
}
.page_header .page_breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 0px;
}
.page_header .page_breadcrumb ul li {
  padding-right: 0.6rem;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #505761;
}
.page_header .page_breadcrumb ul li::after {
  content: "";
  margin-left: 0.6rem;
  width: 0.2rem;
  height: 0.4rem;
  background-image: url("../../images/icons/chevron_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
}
.page_header .page_breadcrumb ul li:last-child {
  padding-right: 0px;
}
.page_header .page_breadcrumb ul li:last-child::after {
  display: none;
}
.page_header .page_breadcrumb ul li a,
.page_header .page_breadcrumb ul li .active {
  text-decoration: none;
  color: #0e1b71;
  cursor: pointer;
}
.page_content.custom_padding {
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}
@media (max-width: 1200px) {
  .page_content.custom_padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 765px) {
  .page_content.custom_padding {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.page_content .list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.page_content .list_header .lable {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #505761;
}
.page_content .list_header .lable span.num {
  margin-right: 0.25rem;
}
.page_content .list_header .sort_input {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 0.4rem;
  border: solid 1px #d1d5db;
  background-color: transparent;
  background-position: right 0.8rem center;
  background-image: url("../../images/icons/drop_down_icon.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(16, 24, 40, 0.04), 0px 0.05rem 0.1rem 0px rgba(16, 24, 40, 0.04);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page_content .list_header .sort_input form {
  margin: 0px !important;
}
.page_content .list_header .sort_input label {
  color: #6e737a;
  flex: 1;
  white-space: nowrap;
  padding-left: 0.8rem;
}
.page_content .list_header .sort_input select.form-select {
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  border: none;
  color: #2e3339;
  background-color: transparent;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  background-image: none;
}
.page_content .list_header .sort_input select.form-select:focus {
  box-shadow: none;
}

.pagination-container {
  margin: auto;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.pagination li {
  width: 2.4rem;
  height: 2.4rem;
  border-right: 0.05rem solid #f3f4f6;
}
.pagination li:last-child {
  border-right: none;
}
.pagination li.separator {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a, .pagination li.active {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #505761;
  font-size: 1rem;
  line-height: 1.4rem;
  cursor: pointer;
}
.pagination li a img, .pagination li.active img {
  width: 0.25rem;
  height: 0.5rem;
}
.pagination li a:hover, .pagination li.active:hover {
  color: #0e1b71;
}
.pagination li.active {
  background-color: #E9ECFF;
  color: #0e1b71;
}
.pagination li.active a {
  background-color: #E9ECFF;
  color: #0e1b71;
}
.pagination li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination li.disabled a {
  cursor: not-allowed;
}
.pagination li.disabled .page-link {
  pointer-events: none;
}

.custom_table {
  border-collapse: collapse;
  caption-side: bottom;
  width: 100%;
  background-color: #fafafb;
  overflow-x: auto;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.08), 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.08) !important;
}
.custom_table thead {
  background-color: #fff;
  border-bottom: 0.05rem solid #d8dbdf;
}
.custom_table thead th {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #505761;
  white-space: nowrap;
}
.custom_table thead th:last-child {
  text-align: right;
}
.custom_table thead th:first-child, .custom_table thead th:nth-child(2) {
  min-width: 15rem !important;
}
.custom_table th,
.custom_table td {
  padding: 0.85rem 1rem;
  text-align: left;
}
.custom_table tbody tr {
  /* Selects every even row (2, 4, 6, etc.) */
  /* Selects every odd row (1, 3, 5, etc.) */
}
.custom_table tbody tr tr:nth-child(even) {
  background-color: #f5f6f7;
}
.custom_table tbody tr tr:nth-child(odd) {
  background-color: #fff;
}
.custom_table tbody tr td {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #2e3339;
}
.custom_table tbody tr td.title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
}
.custom_table tbody tr td a {
  text-decoration: none;
  color: #2e3339;
  width: 100%;
  text-align: right;
  display: block;
}
.custom_table tbody tr td a img.file_icon {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}

.documents_table {
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.08), 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.08) !important;
}

#newsletter-popup.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  /* popup box */
}
#newsletter-popup.popup-overlay .popup-box {
  background: #fff;
  max-width: 20.6rem;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 0.4rem;
  padding: 1.2rem;
  position: relative;
  text-align: center;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
  /* icon */
  /* close button */
}
@media (max-width: 765px) {
  #newsletter-popup.popup-overlay .popup-box {
    padding: 1.2rem 0.6rem;
  }
}
#newsletter-popup.popup-overlay .popup-box .popup-icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newsletter-popup.popup-overlay .popup-box .popup-icon img {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#newsletter-popup.popup-overlay .popup-box .popup-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.6rem;
  min-height: unset;
}
#newsletter-popup.popup-overlay .popup-box > h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
  margin-bottom: 0.4rem;
}
#newsletter-popup.popup-overlay .popup-box > p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #6e737a;
  margin-bottom: 1rem;
}
#newsletter-popup.popup-overlay .popup-box #popup-not-now {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #2e3339;
}
#newsletter-popup.popup-overlay .popup-box form {
  margin: 0px !important;
}
#newsletter-popup.popup-overlay .popup-box form br {
  display: none;
}
#newsletter-popup.popup-overlay .popup-box form p {
  margin: 0px !important;
}
#newsletter-popup.popup-overlay .popup-box form #homepage-newsletter-message {
  display: none;
}
#newsletter-popup.popup-overlay .popup-box form.submitting #homepage-newsletter-message, #newsletter-popup.popup-overlay .popup-box form.resetting #homepage-newsletter-message {
  display: none;
  visibility: hidden;
}
#newsletter-popup.popup-overlay .popup-box form.invalid #homepage-newsletter-message.news-error {
  display: block;
  visibility: visible;
  max-width: 100%;
  padding: 0.8rem;
  height: auto;
  color: #664d03;
  background-color: #fff3cd;
  border: solid 0.05rem #ffe69c;
  border-radius: 0.2rem;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
#newsletter-popup.popup-overlay .popup-box form.sent #homepage-newsletter-message.news-success {
  display: block;
  visibility: visible;
  max-width: 100%;
  padding: 0.8rem;
  height: auto;
  color: #0a3622;
  background-color: #d1e7dd;
  border: solid 0.05rem #a3cfbb;
  border-radius: 0.2rem;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p span[class*=-not-valid-tip] {
  display: none;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner {
  position: relative;
  width: 100%;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner span[class*=-spinner] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0px;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit] {
  width: 100%;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p #contact_eamil,
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p input[type=email] {
  background-color: #fff !important;
  padding: 0.75rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1rem;
  height: 2.6rem;
  width: 100%;
  max-width: 100%;
  border: solid 0.05rem #b1b6be !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  margin-bottom: 0.5rem;
}
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p #contact_eamil:focus,
#newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p input[type=email]:focus {
  outline: none;
}
#newsletter-popup.popup-overlay .popup-box form div[class*=response-output] {
  display: none !important;
}

/* Appear Animation */
@keyframes showSection {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}
/* Disappear Animation */
@keyframes hideSection {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
    display: none; /* Note: display:none only works at the end frame of keyframes */
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari-specific focus font size */
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
header.homePage {
  position: absolute;
  top: 2rem;
  left: 3.7rem;
  z-index: 10;
  max-width: 100%;
  width: calc(100% - 7.4rem);
}
@media (max-width: 1200px) {
  header.homePage {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (max-width: 765px) {
  header.homePage {
    left: 0.75rem;
    width: calc(100% - 1.5rem);
  }
}
header.homePage nav {
  padding: 2rem;
}
header.innerPage {
  width: 100%;
  position: relative;
}
header.innerPage nav {
  padding: 2rem 3.7rem;
}
@media (max-width: 1200px) {
  header.innerPage nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 765px) {
  header.innerPage nav {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

nav {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  flex-wrap: nowrap !important;
}
nav .navbar-brand {
  color: #0e1b71;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  padding: 0px;
  white-space: normal;
}
@media (max-width: 1162px) {
  nav .navbar-brand {
    font-size: 1rem;
  }
}
nav ul.dropdown-menu {
  padding: 0.4rem;
  border-radius: 0.5rem;
  z-index: 50;
}
nav ul.dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0px;
}
nav ul.dropdown-menu li {
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #2e3339;
  text-align: left;
}
nav ul.dropdown-menu li a {
  padding: 0.45rem 0.7rem !important;
}
nav ul.dropdown-menu li a:hover {
  background-color: transparent;
}
nav ul.dropdown-menu li:hover {
  background-color: #fefdf5;
}
nav .navbar-collapse {
  justify-content: flex-end;
}
nav .navbar-collapse .nav-link {
  color: #2e3339;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 500;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
nav .navbar-collapse .nav-link.dropdown-toggle::after {
  content: "";
  border: 0px;
  vertical-align: middle;
  position: relative;
  left: 0.15rem;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../../images/icons/dorpDown_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
nav .navbar-toggler {
  margin-left: 1rem;
  margin-right: 0.5rem;
  border: 0;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: middle;
}
nav .navbar-toggler i {
  display: block;
  width: 1.5rem;
  height: 0.1rem;
  margin: 0.25rem auto;
  background-color: #222938;
  transition: all linear 0.2s;
}
nav .navbar-toggler[aria-expanded=true] > i:first-child {
  transform: translateY(0.35rem) rotateZ(-45deg);
}
nav .navbar-toggler[aria-expanded=true] > i:nth-child(2) {
  width: 0;
}
nav .navbar-toggler[aria-expanded=true] > i:last-child {
  transform: translateY(-0.35rem) rotateZ(45deg);
}
@media (max-width: 991px) {
  nav.page-nave {
    padding: 1rem !important;
  }
  nav.page-nave .navbar-collapse {
    background-color: #fff;
    margin-top: 0.75rem;
    position: absolute;
    top: 100%;
    right: 3%;
    width: 95%;
    border-radius: 0.4rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
    z-index: 99999;
  }
  nav.page-nave .navbar-collapse ul {
    padding: 0.75rem;
  }
}

section.hero {
  background-color: #1126b2;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 8.5rem;
}
@media (max-width: 402px) {
  section.hero {
    padding-top: 11rem;
  }
}
section.hero .hero_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1126b2;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero .content {
  margin: auto;
  max-width: 100%;
  z-index: 2;
}
section.hero .content h1 {
  max-width: 45rem;
  color: #f4f5ff;
  font-size: 3.4rem;
  line-height: 3.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0.5rem;
}
@media (max-width: 765px) {
  section.hero .content h1 {
    font-size: 2.5rem;
  }
}
section.hero .content p {
  max-width: 43.5rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem;
  margin: auto;
}

section.about-us {
  padding: 5.5rem 3.7rem;
  position: relative;
}
section.about-us .about_us_cover_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
section.about-us .about_us_cover_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: absolute;
  height: 100%;
}
section.about-us .about_us_cover_image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}
section.about-us h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.about_us_large_card {
  padding: 2.5rem;
  background-color: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 765px) {
  .about_us_large_card {
    padding: 1rem;
  }
}
.about_us_large_card .texts {
  margin-bottom: 3rem;
}
.about_us_large_card .texts p {
  color: #2e3339;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
}
.about_us_large_card .texts p:last-child {
  margin-bottom: 0px;
}

.about_us_colored_card {
  display: flex;
  padding: 2rem 1.5rem;
  background-color: #fefdf5;
  height: 100%;
  border: solid #eae8de 0.05rem;
}
@media (max-width: 765px) {
  .about_us_colored_card {
    flex-direction: column;
    align-items: center;
  }
  .about_us_colored_card .icon {
    margin-bottom: 0.5rem;
  }
}
.about_us_colored_card .icon {
  min-width: 6rem !important;
  width: 6rem !important;
  height: 6rem !important;
  border-radius: 50%;
  padding: 1.25rem;
  margin-right: 1.5rem;
  background-color: #fdfae8;
}
.about_us_colored_card .icon img {
  width: 100%;
  height: 100%;
}
.about_us_colored_card .content .title {
  font-size: 1.4rem;
  line-height: 1.55rem;
  font-weight: 600;
  color: #2e3339;
  margin-bottom: 0.8rem;
}
.about_us_colored_card .content .desc {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #2e3339;
}

.about_us_linkedCards_list {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.about_us_linkedCards_list .link_card {
  background-image: url("../../images/link_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 11.4rem;
  max-width: 11.25rem;
  min-width: 11.25rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid;
  border-image-source: linear-gradient(90deg, #1126b2, #ebedef);
  border-image-slice: 1;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.about_us_linkedCards_list .link_card:last-child {
  margin-right: 0rem;
}
.about_us_linkedCards_list .link_card a {
  text-decoration: none;
  color: #1126b2;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  text-align: center;
}

section.logos {
  padding: 5rem 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f8f9ff;
}
section.logos .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: remF;
}
@media (max-width: 1360px) {
  section.logos .imgs {
    margin-bottom: 1rem;
  }
}
section.logos .imgs img {
  margin-right: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 7.5rem;
}
section.logos span {
  color: #1126b2;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media (max-width: 1385px) {
  section.logos span {
    text-align: center;
    margin-top: 1rem;
  }
}

section.news {
  padding: 7.5rem 3.7rem;
  padding-bottom: 0px;
  background-color: #fff;
}
section.news .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 1139px) {
  section.news .header button, section.news .header a.button,
  section.news .header input.button[type=submit],
  section.news .header #newsletter-btn, section.news .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.news .header input[type=submit] {
    margin: 0px auto;
    margin-top: 1rem;
  }
}
section.news .header .title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0e1b71;
  margin-bottom: 1rem;
}
section.news .header .desc {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #2e3339;
}
section.news .header button, section.news .header a.button,
section.news .header input.button[type=submit],
section.news .header #newsletter-btn, section.news .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.news .header input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
}
section.news .owl-stage-outer,
section.news .owl-stage,
section.news .owl-item {
  height: 100%;
}

.owl-carousel-news {
  position: relative;
}
.owl-carousel-news .owl-nav {
  position: absolute;
  top: calc(50% - 7.5rem);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
}
.owl-carousel-news .owl-nav button.disabled, .owl-carousel-news .owl-nav a.disabled.button,
.owl-carousel-news .owl-nav input.disabled.button[type=submit],
.owl-carousel-news .owl-nav .disabled#newsletter-btn, .owl-carousel-news .owl-nav #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input.disabled[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner .owl-carousel-news .owl-nav input.disabled[type=submit] {
  pointer-events: none;
}
.owl-carousel-news .owl-nav .owl-prev {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
}
.owl-carousel-news .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.owl-carousel-news .owl-nav .owl-prev:after {
  content: "";
  background-image: url("../../images/icons/arrow_ic_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.06);
  position: absolute;
  left: -1rem;
}
.owl-carousel-news .owl-nav .owl-next {
  margin: 0px;
  position: relative;
}
.owl-carousel-news .owl-nav .owl-next:hover {
  background-color: transparent;
}
.owl-carousel-news .owl-nav .owl-next:after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../../images/icons/arrow_ic_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8rem;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(16, 24, 40, 0.06);
  position: relative;
  left: -0.4rem;
}
.owl-carousel-news .owl-stage-outer {
  z-index: 2;
  padding-bottom: 7.5rem;
}
.owl-carousel-news .owl-stage-outer .item {
  height: 100%;
}

.news_card {
  min-width: 21rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
.news_card a {
  text-decoration: none;
}
.news_card .image-box {
  position: relative;
  height: auto;
  padding-top: 71.4285714286%;
  overflow: hidden;
}
.news_card .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  vertical-align: middle;
  overflow-clip-margin: content-box;
  overflow: clip;
  visibility: visible;
  transition: all 0.2s ease;
}
.news_card .content {
  padding: 1.2rem;
  background-color: #fff;
}
.news_card .content .date {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #9da4ae;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.news_card .content .title {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
  font-weight: 600;
  cursor: pointer;
}
.news_card .content .title:hover {
  color: #1126b2;
}

section.discover {
  padding: 0px 3.7rem;
  background-color: #fff;
}
section.discover .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.discover .header .title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0e1b71;
  margin-bottom: 1rem;
}
section.discover .header .desc {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #2e3339;
}
section.discover .header button, section.discover .header a.button,
section.discover .header input.button[type=submit],
section.discover .header #newsletter-btn, section.discover .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.discover .header input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
}

section.members {
  padding: 0px 3.7rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
section.members .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.members .header .title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0e1b71;
  margin-bottom: 1rem;
}
section.members .header .desc {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #2e3339;
}
section.members .header button, section.members .header a.button,
section.members .header input.button[type=submit],
section.members .header #newsletter-btn, section.members .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.members .header input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
}
section.members .texts {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
  font-weight: 400;
}
section.members .texts p {
  margin-bottom: 2rem;
}
section.members .texts p:last-child {
  margin-bottom: 0px;
}

section.newsletter {
  padding: 4rem 3.6rem;
  position: relative;
}
section.newsletter .coverImage {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.9;
  z-index: -1;
}
section.newsletter::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #dc3400;
  z-index: -2;
}
section.newsletter .newsletter_card {
  display: flex;
  align-items: center;
}
@media (max-width: 1201px) {
  section.newsletter .newsletter_card {
    flex-direction: column;
  }
  section.newsletter .newsletter_card .icon {
    margin-bottom: 1rem;
  }
  section.newsletter .newsletter_card .content {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
section.newsletter .newsletter_card .icon {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefdf5;
  border-radius: 50%;
  margin-right: 1rem;
}
section.newsletter .newsletter_card .icon img {
  width: 2.1rem;
  min-width: 2.1rem;
  height: 2.1rem;
  margin: auto;
}
section.newsletter .newsletter_card .content .title {
  color: #fefdf5;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
section.newsletter .newsletter_card .content .desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

section.faqs {
  padding: 5.5rem 3.7rem;
  padding-bottom: 0px;
}
section.faqs .header {
  margin-bottom: 3rem;
}
@media (max-width: 1139px) {
  section.faqs .header button, section.faqs .header a.button,
  section.faqs .header input.button[type=submit],
  section.faqs .header #newsletter-btn, section.faqs .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.faqs .header input[type=submit] {
    margin: 0px auto;
    margin-top: 1rem;
  }
}
section.faqs .header .title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0e1b71;
  margin-bottom: 1rem;
}
section.faqs .header .desc {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #2e3339;
}
section.faqs .header button, section.faqs .header a.button,
section.faqs .header input.button[type=submit],
section.faqs .header #newsletter-btn, section.faqs .header #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner input[type=submit], #newsletter-popup.popup-overlay .popup-box form .newsletter-form .form_email_button > p .input-spinner section.faqs .header input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
}

section.contacts {
  padding: 5.5rem 3.7rem;
  padding-bottom: 6rem;
  background: linear-gradient(to bottom, #f5f6f7 0%, #f5f6f7 calc(50% + 3.2rem), #fff calc(50% + 3.2rem), #fff 100%);
}
@media (max-width: 765px) {
  section.contacts {
    padding-bottom: 2.5rem;
    padding-top: 3.5rem;
  }
}
section.contacts .header {
  margin-bottom: 3rem;
}
section.contacts .header .title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0e1b71;
  margin-bottom: 1rem;
}

section.about-us, section.logos, section.news, section.discover, section.members, section.newsletter, section.faqs, section.contacts {
  overflow: hidden;
}
@media (max-width: 1200px) {
  section.about-us, section.logos, section.news, section.discover, section.members, section.newsletter, section.faqs, section.contacts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 765px) {
  section.about-us, section.logos, section.news, section.discover, section.members, section.newsletter, section.faqs, section.contacts {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.newsletter#newsLetterSection br {
  display: none;
}
.newsletter#newsLetterSection p,
.newsletter#newsLetterSection form {
  margin: 0px !important;
}
.newsletter#newsLetterSection form.submitting #homepage-newsletter-message,
.newsletter#newsLetterSection form.resetting #homepage-newsletter-message {
  display: none;
  visibility: hidden;
}
.newsletter#newsLetterSection form #homepage-newsletter-message {
  display: none;
}
.newsletter#newsLetterSection form.invalid #homepage-newsletter-message.news-error {
  visibility: visible;
  display: block;
  max-width: 100%;
  padding: 0.8rem;
  height: auto;
  color: #664d03;
  background-color: #fff3cd;
  border: solid 0.05rem #ffe69c;
  border-radius: 0.2rem;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
.newsletter#newsLetterSection form.sent #homepage-newsletter-message.news-success {
  display: block;
  visibility: visible;
  max-width: 100%;
  padding: 0.8rem;
  height: auto;
  color: #0a3622;
  background-color: #d1e7dd;
  border: solid 0.05rem #a3cfbb;
  border-radius: 0.2rem;
  box-shadow: 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08), 0px 0.3rem 0.75rem -0.1rem rgba(16, 24, 40, 0.08);
}
.newsletter#newsLetterSection .newsletter-form {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .newsletter#newsLetterSection .newsletter-form {
    align-items: center;
  }
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
@media (max-width: 431px) {
  .newsletter#newsLetterSection .newsletter-form .form_email_button > p {
    justify-content: center;
  }
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p span[class*=-not-valid-tip] {
  display: none;
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p .input-spinner {
  position: relative;
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p .input-spinner span[class*=-spinner] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0px;
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p #contact_eamil {
  border-color: #fff !important;
  background-color: #fff !important;
  padding: 0.75rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1rem;
  height: 2.6rem;
  width: 17.5rem;
  max-width: 100%;
  border-width: 0px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
}
.newsletter#newsLetterSection .newsletter-form .form_email_button > p #contact_eamil:focus {
  outline: none;
}
.newsletter#newsLetterSection div[class*=response-output] {
  display: none !important;
}

.page_404 {
  text-align: center;
  margin: auto 0px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.page_404 img {
  max-height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  margin: auto;
  margin-bottom: 2.5rem;
}
.page_404 h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #2e3339;
  text-align: center;
  margin-bottom: 1rem;
}
.page_404 p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page_404 a.button {
  margin: auto;
}

.newsPage .list_data > .row div[class*=col-] {
  margin-bottom: 1.5rem;
}
.newsPage .news_card {
  min-width: unset;
}

.news_details h1 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #2e3339;
  margin-bottom: 1.5rem;
}
@media (max-width: 765px) {
  .news_details h1 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.news_details .image_cover {
  width: 100%;
  max-height: 39rem;
  text-align: center;
}
.news_details .image_cover img {
  max-height: 39rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.news_details .news_content {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2e3339;
}
.news_details .news_content strong,
.news_details .news_content b {
  font-weight: 600;
}
.news_details .news_content a {
  color: #1126b2;
  text-decoration: underline;
}
.news_details .news_content ol {
  margin-bottom: 1.5rem;
}
.news_details .news_content ol li {
  margin-bottom: 0.8rem;
}
.news_details .news_content ol li:last-child {
  margin-bottom: 0px;
}
.news_details .news_content ul {
  margin-bottom: 1.5rem;
}
.news_details .news_content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.8rem;
}
.news_details .news_content ul li:last-child {
  margin-bottom: 0px;
}
.news_details .news_content ul li::before {
  content: "";
  height: 1.55rem;
  width: 0.8rem;
  max-width: 0.8rem;
  background-image: url("../../images/icons/correct_grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -1.5rem;
}
.news_details .news_content ul li strong,
.news_details .news_content ul li b {
  font-weight: 600;
}
.news_details .news_content p {
  margin-bottom: 1.5rem;
}
.news_details .news_content p:last-child {
  margin-bottom: 0px;
}
.news_details .news_content iframe {
  max-width: 100%;
}
.news_details .news_content p.blockquote {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  border-left: solid 0.2rem #0e1b71;
  padding-left: 0.8rem;
}
.news_details .news_content p.blockquote .by {
  display: block;
  color: #6e737a;
  margin-top: 0.8rem;
}

.document-tabs {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ebedef;
  padding: 0.5rem 0.8rem;
  margin: 0px auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.document-tabs .tab-link {
  padding: 1rem 1.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  color: #666;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #505761;
}
.document-tabs .tab-link:focus {
  outline: none;
}
.document-tabs .tab-link.active {
  background-color: #fff;
  color: #0e2098;
}/*# sourceMappingURL=style.css.map */