<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Noto Sans CJK";
  src: url("../css/webfonts/NotoSansCJKsc-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans CJK";
  font-weight: bold;
  src: url("../css/webfonts/NotoSansCJKsc-Bold.otf") format("opentype");
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blue {
  color: #1F4199;
}

green {
  color: #1EC6AC;
}

small {
  font-size: calc(1.8rem * 0.8);
}

big {
  font-size: calc(1.8rem * 1.2);
}

.selector * {
  color: black;
}

.view-more {
  display: inline-block;
  padding: 10px 45px;
  font-size: 16px;
  font-family: Gilroy-Bold;
  border-radius: 20px;
  border: 1px solid #f56a55;
  background-color: #f56a55;
  cursor: pointer;
  line-height: 1.4;
  color: #FFFFFF !important;
}

.view-more a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color linear 0.4s;
  transition: color linear 0.4s;
}

.view-more a:hover {
  color: #FFFFFF !important;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .view-more {
    padding: 10px 25px;
  }
}

@media (max-width: 799px) {
  .view-more {
    padding: 10px 25px;
  }
}

.view-more:hover {
  background-color: #fff;
  border: 1px solid #F5998B;
  background-color: #F5998B !important;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .view-more:hover {
    width: unset;
  }
}

@media (max-width: 799px) {
  .view-more:hover {
    width: unset;
  }
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive table {
  min-width: 800px;
}

body {
  margin: 0;
  overflow-x: hidden;
  line-height: 1.4;
  width: 100%;
  background-color: #F3F7F8;
  font-family: "Gilroy-Regular", "Noto Sans CJK";
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 10px;
  height: 4px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1EC6AC;
}

.floating_btn {
  width: 60px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1;
}

.floating_btn img {
  width: 100%;
  border-radius: 10px;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color linear 0.4s;
  transition: color linear 0.4s;
}

a:hover {
  color: #111;
}

a.current {
  color: #1EC6AC;
}

a.parent-current {
  color: #1EC6AC;
}

.button a {
  border: 1px solid #1EC6AC;
  font-size: 1.4rem;
  border-radius: 3px;
  color: #1EC6AC;
  -webkit-transition: color, background-color 0.2s ease-in;
  transition: color, background-color 0.2s ease-in;
  padding: 10px;
  line-height: 1.2;
  display: block;
}

.button a:hover {
  background-color: #1EC6AC;
  color: #fff;
}

.selector {
  position: relative;
}

.selector select {
  width: 100%;
  -webkit-appearance: none;
  line-height: 1.2;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
  font-weight: lighter;
  font-size: 1.4rem;
  padding-right: 25px;
}

.selector:after {
  right: 8px;
  color: #fff;
  top: 50%;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "";
  position: absolute;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .button a {
    padding: 5px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .selector:after {
    color: #000;
  }
}

@media (max-width: 799px) {
  .selector:after {
    color: #000;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: rgba(5, 219, 212, 0.4);
  padding: 10px 0;
  height: 70px !important;
}

header .container {
  height: 100% !important;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

header .header &gt; div {
  display: inline-block;
}

header .header .mobile-language-selector {
  display: none;
  width: 100px;
  margin: 20px auto;
}

header .header &gt; .menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

header .logo {
  width: 15vw;
  max-height: 50px;
  background-repeat: no-repeat;
  background-image: url("./images/logoOCH_white.svg");
  background-position: center;
  background-size: 100% 50px;
}

header .logo a {
  display: block;
  height: 100%;
}

header #header-menu {
  margin: 20px auto;
  text-align: center;
}

header #header-menu .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

header #header-menu .logo {
  height: 50px;
  text-align: center;
  margin: 10px 20px;
  display: none;
}

header #header-menu a:hover * {
  color: #1F4199;
}

header #header-menu .kk_menu_items {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-size: 1.4rem;
}

header #header-menu .kk_menu_items:last-child {
  border-right: none;
}

header #header-menu .kk_menu_items a {
  display: block;
  color: #fff;
}

header #header-menu .kk_menu_items.has_child_menu {
  padding-right: 25px;
  position: relative;
}

header #header-menu .kk_menu_items.has_child_menu &gt; a &gt; div &gt; div {
  position: relative;
  display: inline-block;
}

header #header-menu .kk_menu_items.has_child_menu &gt; a &gt; div &gt; div:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  top: 0;
  font-weight: 600;
  position: absolute;
  right: -15px;
}

header #header-menu .kk_menu_items.has_child_menu:hover .child_menu_items {
  display: block;
}

header #header-menu .kk_menu_items.has_child_menu .child_menu_items {
  font-size: 1.7rem;
  position: absolute;
  display: none;
  right: 0;
  padding: 10px;
  width: 180px;
  background-color: rgba(5, 219, 212, 0.4);
}

header #header-menu .kk_menu_items.has_child_menu .child_menu_items &gt; a {
  color: #fff;
}

header .menu-button {
  text-align: right;
  margin: 20px auto;
}

header .menu-button &gt; div {
  display: inline-block;
  vertical-align: middle;
}

header .menu-button .button a {
  color: #fff;
  border: 0;
  padding: 0 8px;
}

header .menu-button .button a:hover {
  color: #153C9F;
  background-color: unset;
}

header .menu-button .selector select {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 20px 0 8px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  header {
    padding: 10px 0;
  }
  header .header &gt; div {
    display: block;
    text-align: center;
  }
  header .header .language-selector {
    display: none;
  }
  header .header .mobile-language-selector {
    display: block;
  }
  header .header &gt; .menu-toggle {
    display: block;
  }
  header .logo {
    width: 20vw !important;
  }
  header #header-menu {
    position: fixed;
    width: calc(100% + 20px);
    background-color: #1F4199;
    z-index: 9999;
    opacity: 1;
    top: 0;
    right: calc(-100% - 20px);
    -webkit-transition: right ease 0.4s;
    transition: right ease 0.4s;
    overflow: scroll;
    height: 100vh;
    margin: 0;
  }
  header #header-menu .close {
    display: block;
  }
  header #header-menu .logo {
    display: block;
  }
  header #header-menu a:hover * {
    color: #fff;
  }
  header #header-menu .kk_menu_items.has_child_menu .child_menu_items {
    background-color: unset;
    display: block;
    width: 100%;
    position: static;
  }
  header #header-menu .kk_menu_items {
    display: block;
    padding: 10px 0;
  }
  header #header-menu.open {
    right: -20px;
  }
  header .menu-button {
    display: none !important;
  }
}

@media (max-width: 799px) {
  header {
    padding: 10px 0;
  }
  header .header &gt; div {
    text-align: center;
    display: block;
  }
  header .header .language-selector {
    display: none;
  }
  header .header .mobile-language-selector {
    display: block;
  }
  header .header &gt; .menu-toggle {
    display: block;
  }
  header .logo {
    width: 48vw !important;
  }
  header #header-menu {
    top: -10px;
    height: 100vh;
    margin-top: 0px;
    position: absolute;
    width: 100vw;
    background-color: #1F4199;
    z-index: 9999;
    opacity: 1;
    left: calc(102% + 20px);
    -webkit-transition: right ease 0.4s;
    transition: right ease 0.4s;
    overflow: scroll;
  }
  header #header-menu .close {
    display: block;
  }
  header #header-menu .logo {
    display: block;
  }
  header #header-menu a:hover * {
    color: #fff;
  }
  header #header-menu .kk_menu_items.has_child_menu {
    padding-right: 0;
  }
  header #header-menu .kk_menu_items.has_child_menu .child_menu_items {
    background-color: unset;
    width: 100%;
    display: block;
    position: static;
  }
  header #header-menu .kk_menu_items {
    display: block;
    padding: 10px 0;
  }
  header #header-menu.open {
    left: -20px;
  }
  header .menu-button {
    display: none !important;
  }
}

@media (min-width: 1199px) {
  .menu_events-news + div {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .menu_why-opencerthub + div {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .menu_solutions + div {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .menu_qualifications + div {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  header #header-menu .kk_menu_items {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  header .mobile-button {
    display: none !important;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  header .mobile-button {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  header .mobile-button {
    display: none !important;
  }
}

footer .footer-top {
  background-color: #1F4199;
  color: #aaa;
  padding: 15px 0;
  font-size: 1.4rem;
}

footer .footer-top .footer-logo {
  background-size: cover;
  background-image: url(./images/logo-white.svg);
  width: 165px;
  height: 35px;
}

footer .footer-top .footer-language {
  width: 200px;
  margin-top: 30px;
}

footer .footer-top .footer-language .title {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}

footer .footer-top .footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-top .footer-menus .footer-menu {
  float: left;
  margin-top: 30px;
}

footer .footer-top .footer-menus .footer-menu:first-child {
  width: 20%;
  color: #fff;
}

footer .footer-top .footer-menus .footer-menu .title {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}

footer .footer-top .footer-menus .footer-menu .menu .kk_menu_items {
  margin-bottom: 5px;
}

footer .footer-top .footer-menus .footer-menu .menu .kk_menu_items a {
  font-size: 1.4rem;
  color: #fff;
}

footer .footer-top .footer-menus .footer-menu .email {
  margin-bottom: 5px;
}

footer .footer-bottom {
  background-color: #1F4199;
  color: #eee;
  padding: 15px 0;
  font-size: 1.4rem;
}

footer .footer-bottom .container {
  position: relative;
}

footer .footer-bottom .container .social-media {
  width: 100%;
  margin-bottom: 14px;
  padding-top: 5px;
}

footer .footer-bottom .container .social-media .title {
  font-size: 3.2rem;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

footer .footer-bottom .container .social-media a {
  display: inline-block;
  margin: 0 10px;
}

footer .footer-bottom .container .social-media a img {
  width: 35px;
  height: 35px;
}

footer .footer-bottom .container .links {
  display: inline-block;
  font-size: 12px;
}

footer .footer-bottom .container .copyright {
  display: inline-block;
  margin-left: 30px;
  font-size: 13px;
}

footer .footer-bottom .container .logo-desktop {
  width: 23%;
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .footer-bottom .container .logo-desktop img {
  display: block;
  width: 100%;
  height: auto;
}

footer .footer-bottom .container .logo-mobile {
  width: 230px;
  margin-bottom: 30px;
  display: none;
}

footer .footer-bottom .container .logo-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 800px) and (max-width: 1199px) {
  footer .footer-top .footer-logo {
    margin: auto;
  }
  footer .footer-top .footer-language {
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
  footer .footer-top .footer-menus .footer-menu {
    width: 100%;
    text-align: start;
    margin-top: 20px;
  }
  footer .footer-top .footer-menus .footer-menu:first-child {
    width: 90%;
  }
  footer .footer-top .footer-menus .footer-menu:not(:first-child) {
    display: none;
  }
  footer .footer-bottom .container .copyright {
    margin-left: 0;
    margin-top: 10px;
  }
  footer .footer-bottom .container .logo-desktop {
    display: none;
  }
  footer .footer-bottom .container .logo-mobile {
    display: block;
  }
}

@media (max-width: 799px) {
  footer .footer-top .footer-logo {
    margin: auto;
  }
  footer .footer-top .footer-language {
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  footer .footer-top .footer-menus .footer-menu {
    width: 100%;
    text-align: start;
    margin-top: 20px;
  }
  footer .footer-top .footer-menus .footer-menu:first-child {
    width: 90%;
  }
  footer .footer-top .footer-menus .footer-menu:not(:first-child) {
    display: none;
  }
  footer .footer-bottom {
    padding-bottom: 80px;
  }
  footer .footer-bottom .container .copyright {
    margin-left: 0;
    margin-top: 10px;
  }
  footer .footer-bottom .container .logo-desktop {
    display: none;
  }
  footer .footer-bottom .container .logo-mobile {
    display: block;
  }
}

@media (min-width: 1900px) {
  footer .footer-bottom .container .addresses {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
  footer .footer-bottom .container .emails {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  footer .footer-bottom .container .addresses {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
  footer .footer-bottom .container .emails {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  footer .footer-bottom .container .addresses {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
  footer .footer-bottom .container .emails {
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
    float: left;
  }
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.2;
}

@media (max-width: 799px) {
  h3 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.8rem;
  line-height: 1.4;
}

td {
  padding-bottom: 15px;
}

.container {
  margin: auto;
  padding: 0 20px;
}

@media (min-width: 1900px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 799px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1900px) {
  .container2 {
    max-width: 1400px;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .container2 {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .container2 {
    max-width: 1100px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .container2 {
    max-width: 100%;
  }
}

@media (max-width: 799px) {
  .container2 {
    max-width: 100%;
  }
}

.element-featured_video {
  margin-bottom: 20px;
}

.element-featured_video .container {
  padding-bottom: 10px;
}

.element-featured_video .title {
  text-align: center;
}

.element-featured_video .title h3 {
  display: inline-block;
  font-family: "Gilroy-Bold";
  color: #1F4199;
  border-bottom: 8px solid #05DBD4;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.element-featured_video .swiper-container {
  width: calc(100% + 20px);
  padding: 20px 10px 40px 10px;
  margin-left: -10px;
  overflow: hidden;
}

.element-featured_video .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
}

.element-featured_video .swiper-container .description {
  color: #1F4199;
  padding: 15px;
  font-size: 15px;
}

.element-home_event_and_activities {
  background-color: #ECF7F5;
}

.element-home_event_and_activities &gt; div {
  padding: 40px 0;
}

.element-home_event_and_activities .section-container {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.element-home_event_and_activities .section-left {
  width: 100%;
  text-align: center;
}

.element-home_event_and_activities .section-left .title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 5px;
  color: #153C9F;
}

.element-home_event_and_activities .section-left .see-all {
  font-size: 1.6rem;
  color: #1EC6AC;
  padding-bottom: 20px;
}

.element-home_event_and_activities .section-right {
  width: 100%;
}

.element-home_event_and_activities .section-right .news-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.element-home_event_and_activities .section-right .news-item .left {
  width: 30%;
}

.element-home_event_and_activities .section-right .news-item .left .image img {
  max-width: 100%;
  display: block;
}

.element-home_event_and_activities .section-right .news-item .right {
  padding-left: 20px;
  width: 70%;
}

.element-home_event_and_activities .section-right .news-item .right .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3px;
}

.element-home_event_and_activities .section-right .news-item .right .detail {
  font-size: 1.6rem;
}

.element-home_event_and_activities .section-right .news-item .right .view-more {
  margin-top: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  line-height: 1.4;
}

.element-home_event_and_activities .section-right .news-item .right .view-more:hover {
  background-color: transparent;
}

.element-home_event_and_activities .section-right .news-item .right .meta {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.element-home_event_and_activities .section-right .news-item .right .meta .date {
  padding-right: 10px;
  display: inline-block;
}

.element-home_event_and_activities .section-right .news-item .right .meta .location {
  display: inline-block;
}

@media (min-width: 1900px) {
  .element-home_event_and_activities {
    background-image: url("./images/event&amp;activities-bg.jpg");
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .element-home_event_and_activities .section-container {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
  }
  .element-home_event_and_activities .container {
    max-width: 1640px;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .element-home_event_and_activities {
    background-image: url("./images/event&amp;activities-bg.jpg");
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
  }
  .element-home_event_and_activities .section-container {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
  }
  .element-home_event_and_activities .container {
    max-width: 1240px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-home_event_and_activities {
    background-image: url("./images/event&amp;activities-bg.jpg");
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
  }
  .element-home_event_and_activities .section-container {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
  }
  .element-home_event_and_activities .container {
    max-width: 1040px;
  }
}

@media (max-width: 799px) {
  .element-home_event_and_activities &gt; div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .element-home_event_and_activities .section-left {
    width: 100%;
  }
  .element-home_event_and_activities .section-right {
    width: 100%;
  }
  .element-home_event_and_activities .section-right .news-item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .element-home_event_and_activities .section-right .news-item .right {
    width: 100%;
    padding-left: 0px;
  }
}

.element-banner_slider {
  margin-bottom: 20px;
}

.element-banner_slider .banner-slide {
  padding-bottom: 46.9153515065%;
  height: 0;
  position: relative;
}

.element-banner_slider .banner-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.element-banner_slider .banner-slide .bg.banner_mobile {
  display: none;
}

.element-banner_slider .banner-slide .bg.banner_desktop {
  display: block;
}

.element-banner_slider .banner-slide .content1 {
  position: absolute;
  height: 100%;
  text-align: center;
  width: 100%;
}

.element-banner_slider .banner-slide .content1 .content2 {
  display: table;
  width: 100%;
  height: 100%;
}

.element-banner_slider .banner-slide .content1 .content2 .content3 {
  position: absolute;
  width: 35%;
  text-align: start;
  top: 20%;
  left: 10%;
  color: #fff;
}

.element-banner_slider .banner-slide .content1 .content2 .content3 .title {
  color: #252581;
}

.element-banner_slider .banner-slide .content1 .content2 .content3 .title h2 {
  font-family: Gilroy-ExtraBold;
  font-size: 4rem;
  margin-bottom: 10px;
}

.element-banner_slider .banner-slide .content1 .content2 .content3 .detail {
  text-shadow: 1px 1px 1px #000;
}

.element-banner_slider .banner-slide .content1 .content2 .content3 .detail h3 {
  line-height: 1.2;
  font-size: 3rem;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-banner_slider .banner-slide {
    padding-bottom: 159.4202898551%;
  }
  .element-banner_slider .banner-slide .bg.banner_mobile {
    display: block;
  }
  .element-banner_slider .banner-slide .bg.banner_desktop {
    display: none;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 {
    width: 50%;
    left: 5%;
    top: 30%;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .title h2 {
    font-size: 4.4rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .title p {
    font-size: 1.5rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .detail h3 {
    font-size: 3rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .view-more {
    padding: 5px 40px;
    font-size: 1.5rem;
  }
}

@media (max-width: 799px) {
  .element-banner_slider .banner-slide {
    padding-bottom: 159.4202898551%;
  }
  .element-banner_slider .banner-slide .bg.banner_mobile {
    display: block;
  }
  .element-banner_slider .banner-slide .bg.banner_desktop {
    display: none;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .title h2 {
    font-size: 3rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .title p {
    font-size: 1.5rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .detail h3 {
    font-size: 2rem;
  }
  .element-banner_slider .banner-slide .content1 .content2 .content3 .view-more {
    padding: 5px 40px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}

@media (min-width: 321px) and (max-width: 799px) {
  .element-banner_slider .banner-slide .content1 .content2 .content3 {
    width: 40%;
    left: 5%;
    top: 30%;
  }
}

@media (max-width: 321px) {
  .element-banner_slider .banner-slide .content1 .content2 .content3 {
    width: 55%;
  }
}

.element-image_top_text_bottom &gt; div {
  padding: 30px 0;
  background-attachment: initial;
  background-repeat: no-repeat;
}

.element-image_top_text_bottom .container .title h3 {
  text-align: center;
}

.element-image_top_text_bottom .container .detail {
  font-size: 1.8rem;
  margin: 20px 0;
}

.element-image_top_text_bottom .container .items {
  margin: auto;
}

.element-image_top_text_bottom .container .items .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.element-image_top_text_bottom .container .items .item .image {
  padding: 10px 20px;
}

.element-image_top_text_bottom .container .items .item .image img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: auto;
}

.element-image_top_text_bottom .container .items .item .title {
  font-size: 1.8rem;
  padding: 5px 10px;
}

.element-image_top_text_bottom .container .items.items-count-4 .item {
  width: 24%;
}

.element-image_top_text_bottom .container .items.items-count-3 .items {
  padding: 20px 0;
}

.element-image_top_text_bottom .container .items.items-count-3 .item {
  width: 33%;
}

.element-image_top_text_bottom .container .items.items-count-6 .items {
  padding: 20px 0;
}

.element-image_top_text_bottom .container .items.items-count-6 .item {
  width: 33%;
}

.element-image_top_text_bottom .container .items.items-count-2 .item {
  width: 49%;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-image_top_text_bottom {
    padding: 25px 0;
  }
  .element-image_top_text_bottom .container .items.items-count-4 .item {
    width: 49%;
    padding: 10%;
  }
  .element-image_top_text_bottom .container .items.items-count-3 .item {
    width: 49%;
    padding: 10%;
  }
  .element-image_top_text_bottom .container .items.items-count-6 .item {
    width: 49%;
    padding: 10%;
  }
  .element-image_top_text_bottom .container .items.items-count-2 .item {
    width: 100%;
    padding: 10%;
  }
}

@media (max-width: 799px) {
  .element-image_top_text_bottom {
    padding: 20px 0;
  }
  .element-image_top_text_bottom .container .items .item .image {
    width: 39%;
    display: inline-block;
    padding: unset;
  }
  .element-image_top_text_bottom .container .items .item .title {
    width: 100%;
    display: inline-block;
    font-size: 1.6rem;
  }
  .element-image_top_text_bottom .container .items.items-count-4 .item {
    width: 100%;
    padding: 5%;
  }
  .element-image_top_text_bottom .container .items.items-count-4 .item .title {
    width: 60%;
    text-align: left;
  }
  .element-image_top_text_bottom .container .items.items-count-3 .item {
    width: 49%;
  }
  .element-image_top_text_bottom .container .items.items-count-6 .item {
    width: 49%;
  }
  .element-image_top_text_bottom .container .items.items-count-2 .item {
    width: 100%;
    padding: 10%;
  }
}

.element-header_banner .banner {
  position: relative;
  height: 0;
  padding-bottom: 20.8333333333%;
}

.element-header_banner .banner .title1 {
  z-index: 2;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.element-header_banner .banner .title1 .title2 {
  display: table;
  width: 100%;
  height: 100%;
}

.element-header_banner .banner .title1 .title2 .title3 {
  display: table-cell;
  vertical-align: middle;
}

.element-header_banner .banner .title1 .title2 .title3 .title {
  color: #fff;
  font-size: 5rem;
  text-shadow: 1px 1px 1px #000;
  font-family: Gilroy-Bold;
}

.element-header_banner .banner .title1 .title2 .title3 .title h1 {
  font-size: 5rem;
}

.element-header_banner .banner .title1 .title2 .title3 .detail {
  color: #fff;
  font-size: 2rem;
}

.element-header_banner .banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}

.element-header_banner .banner .bg-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-header_banner .banner {
    padding-bottom: 60%;
  }
  .element-header_banner .banner .title1 .title2 .title3 .title h1 {
    font-size: 4rem;
  }
  .element-header_banner .banner .bg-mobile {
    display: block;
  }
}

@media (max-width: 799px) {
  .element-header_banner .banner {
    padding-bottom: 60%;
  }
  .element-header_banner .banner .title1 .title2 .title3 .title h1 {
    font-size: 3rem;
  }
  .element-header_banner .banner .bg-mobile {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-header_banner .banner .title1 .title2 .title3 .title h1 {
    font-size: 4.5rem;
  }
  .element-header_banner .banner .bg {
    display: block;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .element-header_banner .banner .bg {
    display: block;
  }
}

@media (min-width: 1900px) {
  .element-header_banner .banner .bg {
    display: block;
  }
}

.element-contact_us {
  padding: 30px 0;
}

.element-contact_us .contacts {
  margin: auto;
}

.element-contact_us .contacts .contact-left {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.element-contact_us .contacts .contact-left .title {
  font-size: 2.4rem;
  font-family: Gilroy-Bold;
  margin-bottom: 10px;
}

.element-contact_us .contacts .contact-left .detail {
  font-size: 1.8rem;
}

.element-contact_us .contacts .contact-left .form-message {
  font-size: 1.5rem;
  margin: 10px 0;
  display: none;
  color: #1EC6AC;
}

.element-contact_us .contacts .contact-left .form-message.error {
  color: #FF4E5F;
}

.element-contact_us .contacts .contact-left .form {
  margin-top: 20px;
}

.element-contact_us .contacts .contact-left .form .inline-input-group &gt; div {
  display: inline-block;
  width: 49%;
}

.element-contact_us .contacts .contact-left .form .input-group {
  margin-bottom: 15px;
}

.element-contact_us .contacts .contact-left .form .input-group .label {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.element-contact_us .contacts .contact-left .form .input-group .input {
  margin-right: 20px;
}

.element-contact_us .contacts .contact-left .form .input-group .input input {
  padding: 5px 8px;
  background-color: #fff;
  width: 200px;
  font-size: 1.8rem;
  max-width: 100%;
}

.element-contact_us .contacts .contact-left .form .input-group .input select {
  padding: 5px 8px;
  background-color: #fff;
  width: 200px;
  font-size: 1.8rem;
  max-width: 100%;
}

.element-contact_us .contacts .contact-left .form .input-group .input .select {
  position: relative;
}

.element-contact_us .contacts .contact-left .form .input-group .input .select select {
  border-radius: 0;
  width: 200px;
  max-width: 100%;
}

.element-contact_us .contacts .contact-left .form .input-group textarea {
  width: 430px;
  max-width: 100%;
  font-size: 1.5rem;
  padding: 5px;
  border: 1px solid #ddd;
}

.element-contact_us .contacts .contact-left .form #form-submit {
  font-size: 1.5rem;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
}

.element-contact_us .contacts .contact-right {
  padding-left: 20px;
  width: 50%;
  float: left;
  vertical-align: top;
}

.element-contact_us .contacts .contact-right .title {
  font-size: 2.4rem;
  font-family: Gilroy-Bold;
  margin-bottom: 10px;
}

.element-contact_us .contacts .contact-right .detail {
  font-size: 1.8rem;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-contact_us {
    padding: 25px 0;
  }
  .element-contact_us .contacts .contact-left {
    padding-right: 0;
    width: 100%;
  }
  .element-contact_us .contacts .contact-left .form .inline-input-group &gt; div {
    width: 100%;
  }
  .element-contact_us .contacts .contact-right {
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 799px) {
  .element-contact_us {
    padding: 20px 0;
  }
  .element-contact_us .contacts .contact-left {
    padding-right: 0;
    width: 100%;
  }
  .element-contact_us .contacts .contact-left .form .inline-input-group &gt; div {
    width: 100%;
  }
  .element-contact_us .contacts .contact-right {
    padding-left: 0;
    width: 100%;
  }
}

@media (min-width: 1900px) {
  .element-contact_us .contacts .contact-left .form .input-group .input input {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input select {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input .select select {
    width: 250px;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .element-contact_us .contacts .contact-left .form .input-group .input input {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input select {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input .select select {
    width: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-contact_us .contacts .contact-left .form .input-group .input input {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input select {
    width: 250px;
  }
  .element-contact_us .contacts .contact-left .form .input-group .input .select select {
    width: 250px;
  }
}

@media (max-width: 799px) {
  .element-title_top_video_bottom &gt; div {
    padding-bottom: 149.7584541063%;
  }
  .element-title_top_video_bottom &gt; div .background_desktop {
    display: none;
  }
  .element-title_top_video_bottom &gt; div .background_mobile {
    display: block;
  }
  .element-title_top_video_bottom &gt; div .content {
    width: 90%;
  }
  .element-title_top_video_bottom &gt; div .content .title {
    font-size: 3.3rem;
    width: 100%;
    padding: unset;
  }
  .element-title_top_video_bottom &gt; div .content .description {
    font-size: 24px;
    padding: unset;
    margin-top: 0;
    line-height: 38px;
  }
  .element-title_top_video_bottom &gt; div .content #player {
    width: 90vw;
    height: 68vw;
  }
}

.element-html_block {
  font-size: 1.8rem;
}

.element-html_block &gt; div {
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 30px 0;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-html_block &gt; div {
    padding: 25px 0;
    background-attachment: initial;
  }
}

@media (max-width: 799px) {
  .element-html_block &gt; div {
    background-attachment: initial;
    padding: 20px 0;
  }
}

.element-text_block {
  padding: 30px 0;
  background-image: url(./images/examinationbg.png);
  background-size: cover;
  font-size: 1.4rem;
}

.element-text_block .container .title {
  text-align: center;
  font-size: 2.4rem;
  color: #1F4199;
}

.element-text_block .container .content {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(30, 198, 172, 0.8);
}

.element-icon_text {
  background-color: #eee;
  padding: 30px 0;
  font-size: 1.6rem;
}

.element-icon_text .container .title {
  text-align: center;
  font-size: 3rem;
}

.element-icon_text .container .content .items .item {
  padding: 20px 10px;
  vertical-align: top;
  display: inline-block;
  width: 49%;
}

.element-icon_text .container .content .items .item .icon {
  background-position: center center;
  width: 150px;
  height: 150px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.element-icon_text .container .content .items .item .icon.round {
  border-radius: 50%;
}

.element-icon_text .container .content .items .item .detail3 {
  display: table;
}

.element-icon_text .container .content .items .item .detail2 {
  display: table-cell;
  vertical-align: middle;
}

.element-icon_text .container .content .items .item .detail {
  font-size: 1.8rem;
}

.element-image_and_html &gt; div {
  padding: 30px 0;
}

.element-image_and_html .title {
  text-align: center;
}

.element-image_and_html .item .image {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.element-image_and_html .item .image img {
  display: block;
  width: 100%;
}

.element-image_and_html .item .content {
  padding-left: 20px;
  width: 49%;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.8rem;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-text_block {
    padding: 25px 0;
  }
  .element-icon_text {
    padding: 25px 0;
  }
  .element-icon_text .container .content .items .item {
    width: 100%;
    margin: 20px 0;
  }
  .element-image_and_html {
    padding: 25px 0;
  }
  .element-image_and_html .item .image {
    width: 100%;
  }
  .element-image_and_html .item .image img {
    width: 50%;
    margin: 0 auto;
  }
  .element-image_and_html .item .content {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 799px) {
  .element-text_block {
    padding: 20px 0;
  }
  .element-icon_text {
    padding: 20px 0;
  }
  .element-icon_text .container .content .items .item {
    width: 100%;
    margin: 20px 0;
  }
  .element-icon_text .container .content .items .item .icon {
    width: 100px;
    height: 100px;
  }
  .element-image_and_html {
    padding: 20px 0;
  }
  .element-image_and_html blockquote {
    margin: 0;
  }
  .element-image_and_html .item .image {
    width: 100%;
  }
  .element-image_and_html .item .image img {
    width: 50%;
    margin: 0 auto;
  }
  .element-image_and_html .item .content {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.element-video_content {
  background-color: #eee;
  padding: 30px 0;
}

.element-video_content .title {
  color: #1F4199;
  text-align: center;
}

.element-video_content .swiper-container {
  padding-bottom: 40px;
}

.element-video_content .block {
  background-color: white;
  position: relative;
}

.element-video_content .left {
  padding: 40px;
  float: left;
  width: 60%;
}

.element-video_content .left .top .icon {
  float: left;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.element-video_content .left .top .description {
  font-size: 1.4rem;
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}

.element-video_content .left .bottom .content p {
  font-size: 1.5rem;
}

.element-video_content .left .bottom .content .video {
  display: none;
}

.element-video_content .right {
  width: 40%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 0;
}

.element-video_content .right .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.element-video_content .right .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-video_content {
    padding: 25px 0;
  }
}

@media (max-width: 799px) {
  .element-video_content {
    padding: 20px 0;
  }
  .element-video_content .left {
    width: 100%;
    height: 100%;
  }
  .element-video_content .left .bottom .content .video {
    display: block;
  }
  .element-video_content .left .bottom .content .video img {
    display: block;
    width: 100%;
  }
  .element-video_content .right {
    display: none;
  }
  .element-video_content .right .layer {
    display: none;
  }
}

.element-staff_content {
  background-color: #eee;
  padding: 30px 0;
}

.element-staff_content .title {
  color: #1F4199;
  text-align: center;
}

.element-staff_content .swiper-container {
  padding-bottom: 40px;
}

.element-staff_content .detail {
  font-size: 1.8rem;
}

.element-staff_content .block {
  background-color: white;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  margin: 20px;
}

.element-staff_content ul {
  font-size: 1.6rem;
}

.element-staff_content .top .icon {
  float: left;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.element-staff_content .top .description {
  font-size: 1.7rem;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}

.element-staff_content .bottom .content p {
  font-size: 1.6rem;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-staff_content {
    padding: 25px 0;
  }
}

@media (max-width: 799px) {
  .element-staff_content {
    padding: 20px 0;
  }
  .element-staff_content .block {
    margin: 10px;
    padding: 10px;
  }
}

.element-exam_flow &gt; div {
  padding: 30px 0;
}

.element-exam_flow .title h3 {
  margin: 1rem 0;
  text-align: center;
  color: #1F4199;
}

.element-exam_flow .detail {
  text-align: center;
  font-size: 1.6rem;
}

.element-exam_flow .steps .step {
  float: left;
  width: 25%;
  padding: 10px;
}

.element-exam_flow .steps .step .step2 {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.element-exam_flow .steps .step .step2 .icon {
  padding-bottom: 60%;
  height: 0;
  background-size: 100px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.element-exam_flow .steps .step .step2 .title {
  font-size: 1.6rem;
  height: 4.48rem;
  line-height: 1.4;
}

.element-exam_flow .steps .step .step2 .title span {
  color: #1EC6AC;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-exam_flow &gt; div {
    padding: 25px 0;
  }
  .element-exam_flow .steps .step {
    width: 25%;
  }
}

@media (max-width: 799px) {
  .element-exam_flow &gt; div {
    padding: 20px 0;
  }
  .element-exam_flow .steps .step {
    width: 50%;
  }
}

.profile-content {
  width: 90%;
  padding: 0;
  max-width: 900px;
}

.profile-content .left {
  width: 40%;
  float: left;
}

.profile-content .left .image {
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-content .right {
  width: 60%;
  float: left;
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
}

.profile-content .right .name {
  color: #1EC6AC;
  font-family: Gilroy-Bold;
  font-size: 2rem;
  font-weight: bold;
}

.profile-content .right .position {
  font-size: 1.8rem;
  color: #1F4199;
}

.profile-content .right .detail p {
  font-size: 1.4rem;
}

.profile-content .right .detail li {
  font-size: 1.2rem;
}

@media (max-width: 799px) {
  .profile-content {
    width: 95%;
  }
  .profile-content .left {
    display: none;
  }
  .profile-content .right {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .profile-content .left {
    display: none;
  }
  .profile-content .right {
    width: 100%;
  }
}

.element-profiles &gt; div {
  padding: 30px 0;
}

.element-profiles .profile-item {
  float: left;
  width: 33.3333333333%;
  height: 0;
  position: relative;
  padding-bottom: 50%;
}

.element-profiles .profile-item .profile-item2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.element-profiles .profile-item .profile-item2 .image {
  width: 100%;
  position: relative;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.element-profiles .profile-item .profile-item2 .image:hover .meta {
  bottom: 0;
}

.element-profiles .profile-item .profile-item2 .image .meta {
  -webkit-transition: bottom linear 0.2s;
  transition: bottom linear 0.2s;
  font-size: 1.4rem;
  position: absolute;
  bottom: -51px;
  background-color: rgba(50, 50, 50, 0.55);
  padding: 5px 10px;
  width: 100%;
}

.element-profiles .profile-item .profile-item2 .image .meta .position {
  color: #fff;
}

.element-profiles .profile-item .profile-item2 .image .meta .name {
  font-size: 1.4em;
  font-family: Gilroy-Bold;
  color: #1EC6AC;
}

.element-profiles .profile-item .profile-item2 .image .meta .view-more {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
}

.element-profiles .profile-item .profile-item2 .image .meta .view-more:hover {
  background-color: transparent !important;
}

@media (max-width: 799px) {
  .element-profiles .profile-item {
    width: 100%;
    padding-bottom: 150%;
  }
}

.element-cert_content &gt; div {
  padding: 30px 0;
}

.element-cert_content .title {
  text-align: center;
}

.element-cert_content .roles {
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.element-cert_content .roles .role {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px;
  border-radius: 2px;
  width: 19%;
  margin: 0 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  height: 60px;
  line-height: 1.2;
  opacity: 0.2;
}

.element-cert_content .roles .role:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 3px 3px #888;
          box-shadow: 0 3px 3px #888;
}

.element-cert_content .roles .role .role2 {
  display: table;
  width: 100%;
  height: 100%;
}

.element-cert_content .roles .role .role3 {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.element-cert_content .roles .role .layer {
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.element-cert_content .roles .role.active {
  opacity: 1;
  -webkit-box-shadow: 0 3px 3px #aaa;
          box-shadow: 0 3px 3px #aaa;
  -webkit-transition: all 0.4 linear;
  transition: all 0.4 linear;
}

.element-cert_content .roles .role.active .layer {
  opacity: 1;
}

.element-cert_content .roles .role.init {
  opacity: 1;
  -webkit-box-shadow: 0 3px 3px #aaa;
          box-shadow: 0 3px 3px #aaa;
  -webkit-transition: all 0.4 linear;
  transition: all 0.4 linear;
}

.element-cert_content .certs .cert {
  float: left;
  margin: 1%;
  border-radius: 2px;
  position: relative;
  width: 23%;
  padding-bottom: 15%;
}

.element-cert_content .certs .cert .content3 {
  position: absolute;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  padding: 0 20px;
}

.element-cert_content .certs .cert .content3 .content2 {
  display: table;
  width: 100%;
  height: 100%;
}

.element-cert_content .certs .cert .content3 .content2 .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.element-cert_content .certs .cert .content3 .content2 .content .name {
  color: #1F4199;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.element-cert_content .certs .cert .content3 .content2 .content .cert-price {
  color: #1EC6AC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.element-cert_content .certs .cert .content3 .content2 .content .cert-price .hkd:before {
  content: "HK$";
}

.element-cert_content .certs .cert .content3 .content2 .content .cert-roles {
  position: absolute;
  margin-top: 5px;
  text-align: left;
  font-size: 1.4rem;
  left: 0;
  top: 0;
}

.element-cert_content .certs .cert .content3 .content2 .content .cert-roles .cert-role {
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  border-radius: 50%;
}

.element-cert_content .certs .cert .link-button {
  position: absolute;
  width: 100%;
  height: 100%;
}

.element-cert_content .certs .cert .link-button2 a {
  color: #1F4199;
}

.element-cert_content .certs .cert .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.element-cert_content .certs .cert .bg {
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.element-cert_content .certs .cert.active .bg {
  opacity: 1;
}

.element-cert_content .certs .cert.active .content3 {
  opacity: 1;
}

.element-cert_content .certs .cert.init .bg {
  opacity: 1;
}

.element-cert_content .certs .cert.init .content3 {
  opacity: 1;
}

@media (max-width: 799px) {
  .element-cert_content {
    padding: 20px 0;
  }
  .element-cert_content &gt; div {
    padding-top: 0;
  }
  .element-cert_content .roles .role {
    margin: 0;
    width: 100%;
  }
  .element-cert_content .certs .cert {
    display: none;
    width: 48%;
    padding-bottom: 41%;
  }
  .element-cert_content .certs .cert .content3 .content2 .content .name {
    font-size: 15px;
  }
  .element-cert_content .certs .cert .content3 .content2 .content .cert-price {
    font-size: 2rem;
    top: 70%;
  }
  .element-cert_content .certs .cert .content3 .content2 .content .cert-roles .cert-role {
    width: 10px;
    height: 10px;
  }
  .element-cert_content .certs .cert.active {
    display: block;
  }
  .element-cert_content .certs .cert.init {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-cert_content {
    padding: 25px 0;
  }
  .element-cert_content .roles .role {
    width: 48%;
    margin-bottom: 10px;
  }
  .element-cert_content .certs .cert {
    width: 48%;
    padding-bottom: 31%;
  }
  .element-cert_content .certs .cert .content3 .content2 .content .cert-roles .cert-role {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-cert_content .certs .cert {
    padding-bottom: 31%;
    width: 48%;
  }
  .element-cert_content .certs .cert .content3 .content2 .content .cert-roles .cert-role {
    height: 10px;
    width: 10px;
  }
}

.element-media_and_news .news-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.element-media_and_news .news-item .left {
  width: 30%;
}

.element-media_and_news .news-item .left .image img {
  max-width: 100%;
  display: block;
}

.element-media_and_news .news-item .right {
  padding-left: 20px;
  width: 70%;
}

.element-media_and_news .news-item .right .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3px;
}

.element-media_and_news .news-item .right .detail {
  font-size: 1.6rem;
}

.element-media_and_news .news-item .right .meta {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.element-media_and_news .news-item .right .meta .date {
  padding-right: 10px;
  display: inline-block;
}

.element-media_and_news .news-item .right .meta .location {
  display: inline-block;
}

.element-media_and_news .news-item .right .view-more {
  margin-top: 10px;
}

.element-media_and_news .paging {
  text-align: center;
  font-size: 2rem;
  margin: 15px;
}

.element-media_and_news .paging a {
  padding: 2px 8px;
  font-weight: bold;
}

.element-media_and_news .paging a:hover {
  color: #1F4199;
}

.element-media_and_news .paging a.active {
  color: #1F4199;
  border-bottom: 1px solid #1F4199;
}

@media (max-width: 799px) {
  .element-media_and_news .news-item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .element-media_and_news .news-item .right {
    padding-left: 0px;
    width: 100%;
  }
}

.element-media_and_news2 .news-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.element-media_and_news2 .news-item .left {
  width: 20%;
}

.element-media_and_news2 .news-item .left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.element-media_and_news2 .news-item .left .image img {
  max-width: 100%;
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 75px;
}

.element-media_and_news2 .news-item .right {
  padding-left: 20px;
  width: 70%;
}

.element-media_and_news2 .news-item .right .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3px;
}

.element-media_and_news2 .news-item .right .detail {
  font-size: 1.6rem;
}

.element-media_and_news2 .news-item .right .meta {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.element-media_and_news2 .news-item .right .meta .date {
  padding-right: 10px;
  display: inline-block;
}

.element-media_and_news2 .news-item .right .meta .location {
  display: inline-block;
}

.element-media_and_news2 .news-item .right .view-more {
  margin-top: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  line-height: 1.4;
}

.element-media_and_news2 .news-item .right .view-more:hover {
  border-color: #1F4199;
}

.element-media_and_news2 .paging {
  text-align: center;
  font-size: 2rem;
  margin: 15px;
}

.element-media_and_news2 .paging a {
  padding: 2px 8px;
  font-weight: bold;
}

.element-media_and_news2 .paging a:hover {
  color: #1F4199;
}

.element-media_and_news2 .paging a.active {
  color: #1F4199;
  border-bottom: 1px solid #1F4199;
}

@media (max-width: 799px) {
  .element-media_and_news2 .news-item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .element-media_and_news2 .news-item .right {
    padding-left: 0px;
    width: 100%;
  }
}

.element-our_partner_network .title b {
  font-size: 2.2rem;
}

.element-our_partner_network .news-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.element-our_partner_network .news-item .left {
  width: 30%;
}

.element-our_partner_network .news-item .left .image img {
  max-width: 100%;
  display: block;
}

.element-our_partner_network .news-item .right {
  padding-left: 20px;
  width: 70%;
}

.element-our_partner_network .news-item .right .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

.element-our_partner_network .news-item .right .detail {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.element-our_partner_network .news-item .right .meta {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}

.element-our_partner_network .news-item .right .meta .date {
  padding-right: 10px;
  display: inline-block;
}

.element-our_partner_network .news-item .right .meta .location {
  display: inline-block;
}

.element-our_partner_network .news-item .right .meta div {
  padding-bottom: 5px;
  font-size: 1.6rem;
  max-width: 90vw;
  overflow: hidden;
}

.element-our_partner_network .news-item .right .meta div.webpage::before {
  content: url("images/web.svg");
  padding: 0 10px 0 0;
  vertical-align: -25%;
}

.element-our_partner_network .news-item .right .meta div.address::before {
  content: url("images/location.svg");
  padding: 0 10px 0 0;
  vertical-align: -25%;
}

.element-our_partner_network .news-item .right .meta div.contact_number::before {
  content: url("images/phone.svg");
  padding: 0 10px 0 0;
  vertical-align: -25%;
}

.element-our_partner_network .news-item .right .meta div.email::before {
  content: url("images/email.svg");
  padding: 0 10px 0 0;
  vertical-align: -25%;
}

.element-our_partner_network .news-item .right .meta div.email a {
  color: #000000;
}

.element-our_partner_network .news-item .right .view-more {
  margin-top: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  line-height: 1.4;
}

.element-our_partner_network .news-item .right .view-more:hover {
  border-color: #153C9F;
}

.element-our_partner_network .news-item .right .url {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.element-our_partner_network .news-item .right .url a {
  color: #1EC6AC;
}

.element-our_partner_network .news-item .right .custom-select {
  position: relative;
  font-family: Arial;
  color: #1EC6AC;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.element-our_partner_network .news-item .right .custom-select select {
  display: none;
}

.element-our_partner_network .news-item .right .select-selected {
  background-color: transparent;
}

.element-our_partner_network .news-item .right .select-selected.select_down:after {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("images/showdown-green.svg");
  background-size: 10px 20px;
}

.element-our_partner_network .news-item .right .select-selected.select_up:after {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("images/showdown-green.svg");
  background-size: 10px 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.element-our_partner_network .news-item .right .select-selected.select-arrow-active:after {
  top: 7px;
}

.element-our_partner_network .news-item .right .select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.element-our_partner_network .news-item .right .select-items .select-selected {
  color: #1EC6AC;
  padding: 8px 0px;
  font-size: 1.6rem;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.element-our_partner_network .news-item .right .select-items div {
  color: #333;
  padding: 10px 0px;
  font-size: 1.6rem;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.element-our_partner_network .news-item .right .select-items div:hover {
  color: #1EC6AC;
}

.element-our_partner_network .news-item .right .select-hide {
  display: none;
}

.element-our_partner_network .news-item .right .information {
  font-size: 1.6rem;
}

.element-our_partner_network .news-item .right .information_text {
  font-size: 1.6rem;
}

.element-our_partner_network .paging {
  text-align: center;
  font-size: 2rem;
  margin: 15px;
}

.element-our_partner_network .paging a {
  padding: 2px 8px;
  font-weight: bold;
}

.element-our_partner_network .paging a:hover {
  color: #1F4199;
}

.element-our_partner_network .paging a.active {
  color: #1F4199;
  border-bottom: 1px solid #1F4199;
}

.element-our_partner_network .dropdown-menu {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
}

.element-our_partner_network .dropbtn1 {
  background-color: transparent;
  color: #333;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 18px system-ui !important;
  display: block;
  border: none;
  float: left;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

.element-our_partner_network .dropbtn1:after {
  background-color: transparent;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  background-size: 10px 20px;
  background-color: transparent;
}

.element-our_partner_network .dropbtn {
  background-color: transparent;
  color: #333;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  float: left;
  text-align: left;
  max-width: 90vw;
  font-size: 16px;
  cursor: pointer;
}

.element-our_partner_network .dropbtn:after {
  background-color: transparent;
  color: transparent;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("images/showdown-grey.svg");
  background-size: 10px 20px;
  display: none;
}

.element-our_partner_network .dropbtn.disable {
  color: #CDCDCD;
  cursor: no-drop;
}

.element-our_partner_network .dropdown {
  float: left;
  position: relative;
  display: inline-block;
  border: 1px solid #CDCDCD;
}

.element-our_partner_network .dropdown:hover .dropdown-content {
  display: block;
}

.element-our_partner_network .dropdown:hover .dropdown-content1 {
  display: block;
}

.element-our_partner_network .dropdown:hover .dropbtn {
  background-color: transparent;
}

.element-our_partner_network .dropdown i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.element-our_partner_network .dropdown.active {
  color: #1EC6AC;
}

.element-our_partner_network .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

.element-our_partner_network .dropdown-content a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partner_network .dropdown-content a:hover {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partner_network .dropdown-content a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partner_network .dropdown-content1 {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

.element-our_partner_network .dropdown-content1 a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partner_network .dropdown-content1 a:hover {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partner_network .dropdown-content1 a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partner_network input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  padding: unset;
  border-radius: 50%;
  outline: none;
  border: 1px solid lightgrey;
  float: left;
  text-align: left;
  margin-top: 6px;
}

.element-our_partner_network input[type=radio]:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  margin: 15% auto;
  border-radius: 50%;
}

.element-our_partner_network input[type=radio]:checked:before {
  background: #1EC6AC;
}

.element-our_partner_network #filter-all-div {
  width: 10%;
  float: left;
  height: 32px;
}

.element-our_partner_network #filter-all-div label {
  font: unset !important;
  font-size: 16px !important;
  padding-left: 5px;
  height: 32px;
  padding-top: 6px;
}

.element-our_partner_network #region {
  width: 20%;
  border-right: unset;
}

.element-our_partner_network #region button {
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}

.element-our_partner_network #city {
  width: 20%;
  border-right: unset;
}

.element-our_partner_network #city button {
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}

.element-our_partner_network #certificate {
  width: 50%;
}

.element-our_partner_network #certificate button {
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}

@media (max-width: 799px) {
  .element-our_partner_network .news-item {
    padding-top: 0;
  }
  .element-our_partner_network .news-item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .element-our_partner_network .news-item .right {
    padding-left: 0px;
    width: 100%;
  }
  .element-our_partner_network .dropdown-content1 {
    display: none;
    position: absolute;
    top: 33px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 100%;
  }
  .element-our_partner_network #filter-all-div {
    width: 100%;
  }
  .element-our_partner_network #region {
    width: 100%;
    border-right: 1px solid #CDCDCD;
    margin-top: 5px;
  }
  .element-our_partner_network #city {
    width: 100%;
    border-right: 1px solid #CDCDCD;
    margin-top: 5px;
  }
  .element-our_partner_network #certificate {
    margin-top: 5px;
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partner_network #filter-all-div {
    width: 20%;
  }
  .element-our_partner_network #region {
    width: 40%;
  }
  .element-our_partner_network #city {
    width: 40%;
    border-right: 1px solid #CDCDCD;
  }
  .element-our_partner_network #certificate {
    margin-top: 5px;
    width: 100%;
  }
}

.element-featured_url {
  margin-bottom: 20px;
}

.element-featured_url .container {
  padding-bottom: 10px;
}

.element-featured_url .title {
  text-align: center;
}

.element-featured_url .title h3 {
  display: inline-block;
  font-family: "Gilroy-Bold";
  color: #1F4199;
  border-bottom: 8px solid #05DBD4;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.element-featured_url .swiper-container {
  width: calc(100% + 20px);
  padding: 20px 10px 40px 10px;
  margin-left: -10px;
  overflow: hidden;
}

.element-featured_url .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
}

.element-featured_url .swiper-container .description {
  color: #1F4199;
  padding: 15px;
  font-size: 15px;
}

.element-featured_url a img {
  width: 100%;
  height: 225px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 1199px) {
  .element-featured_url a img {
    height: 50vw;
  }
}

.element-home_media_and_news &gt; div {
  padding: 30px 0;
}

.element-home_media_and_news .section-container {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.element-home_media_and_news .section-left {
  width: 100%;
  text-align: center;
}

.element-home_media_and_news .section-left .title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 5px;
  color: #1F4199;
}

.element-home_media_and_news .section-left .see-all {
  font-size: 1.6rem;
  color: #1EC6AC;
  padding-bottom: 20px;
}

.element-home_media_and_news .section-right {
  width: 100%;
}

.element-home_media_and_news .section-right .news-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.element-home_media_and_news .section-right .news-item .left {
  width: 30%;
}

.element-home_media_and_news .section-right .news-item .left .image img {
  max-width: 100%;
  display: block;
}

.element-home_media_and_news .section-right .news-item .right {
  padding-left: 20px;
  width: 70%;
}

.element-home_media_and_news .section-right .news-item .right .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3px;
}

.element-home_media_and_news .section-right .news-item .right .detail {
  font-size: 1.6rem;
}

.element-home_media_and_news .section-right .news-item .right .view-more {
  margin-top: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  line-height: 1.4;
}

.element-home_media_and_news .section-right .news-item .right .view-more:hover {
  border-color: #1F4199;
}

.element-home_media_and_news .section-right .news-item .right .meta {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.element-home_media_and_news .section-right .news-item .right .meta .date {
  padding-right: 10px;
  display: inline-block;
}

.element-home_media_and_news .section-right .news-item .right .meta .location {
  display: inline-block;
}

@media (max-width: 799px) {
  .element-home_media_and_news &gt; div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .element-home_media_and_news .section-left {
    width: 100%;
  }
  .element-home_media_and_news .section-right {
    width: 100%;
  }
  .element-home_media_and_news .section-right .news-item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .element-home_media_and_news .section-right .news-item .right {
    padding-left: 0px;
    width: 100%;
  }
}

.element-vision_and_mission &gt; div {
  padding: 30px 0;
}

.element-vision_and_mission .item {
  position: relative;
}

.element-vision_and_mission .item .image {
  width: 50%;
  background-position: center;
  top: 0;
  position: absolute;
  height: 100%;
}

.element-vision_and_mission .item .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
  top: 40%;
  z-index: 2;
  position: absolute;
}

.element-vision_and_mission .item .content {
  padding: 30px;
  margin: 10px 0;
  width: 50%;
}

.element-vision_and_mission .item .content .content2 h3 {
  color: #fff;
}

.element-vision_and_mission .item .content .content2 p {
  color: #fff;
}

.element-vision_and_mission .item.odd {
  background-color: #1EC6AC;
}

.element-vision_and_mission .item.odd .image {
  right: 0;
}

.element-vision_and_mission .item.odd .arrow {
  border-color: transparent transparent transparent #1EC6AC;
  left: 50%;
}

.element-vision_and_mission .item.odd .content2 {
  padding-left: 40%;
}

.element-vision_and_mission .item.even {
  background-color: #1F4199;
}

.element-vision_and_mission .item.even .image {
  left: 0;
}

.element-vision_and_mission .item.even .arrow {
  border-color: transparent #1F4199 transparent transparent;
  right: 50%;
}

.element-vision_and_mission .item.even .content {
  margin-left: 50%;
}

.element-vision_and_mission .item.even .content .content2 {
  padding-right: 40%;
}

@media (max-width: 799px) {
  .element-vision_and_mission &gt; div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .element-vision_and_mission .item .image {
    position: static;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    background-size: cover;
  }
  .element-vision_and_mission .item .arrow {
    top: 100%;
    border-width: 25px;
  }
  .element-vision_and_mission .item .content {
    position: relative;
    width: 100%;
    padding: 15px;
  }
  .element-vision_and_mission .item.odd .arrow {
    left: 45%;
    border-color: #1EC6AC transparent transparent transparent;
  }
  .element-vision_and_mission .item.odd .content2 {
    padding-left: 0;
  }
  .element-vision_and_mission .item.even .arrow {
    left: 45%;
    border-color: #1F4199 transparent transparent transparent;
  }
  .element-vision_and_mission .item.even .content {
    margin-left: 0;
  }
  .element-vision_and_mission .item.even .content .content2 {
    padding-right: 0;
  }
}

.element-homepage_about_opencerthub {
  padding: 30px 0;
}

.element-homepage_about_opencerthub .container {
  padding-bottom: 10px;
}

.element-homepage_about_opencerthub &gt; div {
  background-image: url("images/logoOCH_icon.svg");
  background-repeat: no-repeat;
}

.element-homepage_about_opencerthub .item {
  color: #1F4199;
}

.element-homepage_about_opencerthub .item .content {
  margin-left: 10%;
  margin-right: 5%;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.element-homepage_about_opencerthub .item .content h3 {
  font-family: Gilroy-Bold;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.element-homepage_about_opencerthub .item .content p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
}

.element-homepage_about_opencerthub .item .content .view-more {
  color: #FFF;
}

.element-homepage_about_opencerthub .item .image {
  width: 39%;
  display: inline-block;
  margin-top: 30px;
  border-bottom: 8px solid #05DBD4;
}

.element-homepage_about_opencerthub .item .title {
  text-align: center;
  margin-top: 40px;
}

.element-homepage_about_opencerthub .item .title h3 {
  display: inline-block;
  font-family: "Gilroy-Bold";
}

.element-homepage_about_opencerthub .item .goals {
  text-align: center;
}

.element-homepage_about_opencerthub .item .goals .goal {
  display: inline-block;
  width: 14%;
  margin: 0 1%;
  text-align: center;
  vertical-align: top;
}

.element-homepage_about_opencerthub .item .goals .goal .goal-img {
  border-radius: 50%;
  border: 5px solid #05DBD4;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.element-homepage_about_opencerthub .item .goals .goal .goal-img img {
  position: absolute;
  width: 60px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.element-homepage_about_opencerthub .item .goals .goal .goal-detail {
  font-size: 16px;
  font-family: gilroy-medium;
}

.element-homepage_about_opencerthub .item .buttons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.element-homepage_about_opencerthub .item .buttons a {
  width: 100%;
}

.element-homepage_about_opencerthub .item .buttons .button {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 1%;
  color: #FFF;
  text-align: left;
  padding: 10px 5px 10px 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.element-homepage_about_opencerthub .item .buttons .button:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

.element-homepage_about_opencerthub .item .buttons .button .button-title {
  font-size: 2.3rem;
  font-family: "Gilroy-Bold";
  margin: 10px 0;
}

.element-homepage_about_opencerthub .item .buttons .button .button-detail {
  width: 82%;
  font-size: 12px;
  margin: 40px 0 20px;
  display: inline-block;
  min-height: 50px;
}

.element-homepage_about_opencerthub .item .buttons .button:after {
  content: "";
  display: inline-block;
  width: 15%;
  background-image: url(images/Chevron_right.png);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  background-position: right;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-homepage_about_opencerthub .item .content {
    width: 100%;
    margin: 20px 0;
  }
  .element-homepage_about_opencerthub .item .image {
    width: 100%;
    margin: 20px 0;
  }
  .element-homepage_about_opencerthub .item .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
  .element-homepage_about_opencerthub .item .buttons .button {
    width: 100%;
    margin: 5px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .element-homepage_about_opencerthub .item .buttons .button .button-title {
    margin: 5px 0 5px;
  }
  .element-homepage_about_opencerthub .item .buttons .button .button-detail {
    margin: 15px 0 5px;
  }
}

@media (max-width: 799px) {
  .element-homepage_about_opencerthub .item .content {
    width: 100%;
    margin: 20px 0;
  }
  .element-homepage_about_opencerthub .item .image {
    width: 100%;
    margin: 20px 0;
  }
  .element-homepage_about_opencerthub .item .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
  .element-homepage_about_opencerthub .item .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .element-homepage_about_opencerthub .item .buttons .button {
    width: 100%;
    margin: 5px 0;
    min-height: 180px;
  }
  .element-homepage_about_opencerthub .item .buttons .button .button-title {
    margin: 5px 0 5px;
  }
  .element-homepage_about_opencerthub .item .buttons .button .button-detail {
    margin: 15px 0 5px;
  }
}

.element-homepage_cdpos {
  background-image: url("images/cdpos-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 0;
}

.element-homepage_cdpos .container {
  background-image: url("images/cdpos-container-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.element-homepage_cdpos .container .top-block {
  color: #1F4199;
  text-align: center;
}

.element-homepage_cdpos .container .top-block .top-image img {
  width: 30%;
}

.element-homepage_cdpos .container .top-block .top-title h3 {
  display: inline-block;
  font-family: "Gilroy-Bold";
  border-bottom: 8px solid #05DBD4;
  margin-bottom: 5px;
}

.element-homepage_cdpos .container .top-block .top-description {
  font-size: 1.5rem;
  width: 70%;
  margin: 0 auto 20px;
}

.element-homepage_cdpos .container .items {
  width: 100%;
}

.element-homepage_cdpos .container .items .item {
  width: 32%;
  float: left;
  margin: 0 6px;
  padding: 5px 0;
}

.element-homepage_cdpos .container .items .item:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

.element-homepage_cdpos .container .items .item .title {
  width: 70%;
  display: inline-block;
}

.element-homepage_cdpos .container .items .item .title h3 {
  font-size: 3rem;
  color: #FFF;
  font-family: "Gilroy-Bold";
  line-height: 3rem;
  margin: 5px 33px;
}

.element-homepage_cdpos .container .items .item .title h3 small {
  font-size: 2.2rem;
  line-height: 2.2rem;
  white-space: nowrap;
}

.element-homepage_cdpos .container .items .item .icon {
  width: 25%;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: end;
}

.element-homepage_cdpos .container .items .item .icon img {
  width: 57px;
  height: 57px;
}

.element-homepage_cdpos .container .items .item .image {
  width: 100%;
}

.element-homepage_cdpos .container .items .item .image img {
  width: 100%;
  height: auto;
}

.element-homepage_cdpos .enroll {
  background-color: #F66A54;
  margin-top: 30px;
}

.element-homepage_cdpos .enroll .container {
  background-image: unset;
  color: #FFF;
  max-height: 80px;
  padding: 0;
}

.element-homepage_cdpos .enroll .container img {
  width: 60px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.element-homepage_cdpos .enroll .container h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  width: auto;
  font-size: 30px;
  font-family: "Gilroy-Bold";
  vertical-align: middle;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.element-homepage_cdpos .enroll .container ul {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  text-align: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 799px) {
  .element-homepage_cdpos .enroll .container ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-homepage_cdpos .enroll .container ul {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.element-homepage_cdpos .enroll .container ul li {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.element-homepage_cdpos .enroll .container ul li:before {
  content: "";
  background-image: url(images/Chevron_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 10px 0 20px;
}

.element-homepage_cdpos .enroll .container ul li:hover {
  background-color: #fa9586;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-homepage_cdpos .container {
    width: 90%;
    padding: 0 10px;
  }
  .element-homepage_cdpos .container .top-block .top-image img {
    width: 100%;
  }
  .element-homepage_cdpos .container .top-block .top-description {
    width: 100%;
  }
  .element-homepage_cdpos .container .items .item {
    width: 100%;
    margin: 0 0 5px;
  }
  .element-homepage_cdpos .enroll .container {
    max-height: unset;
    margin-left: 30px;
    padding-bottom: 10px;
  }
  .element-homepage_cdpos .enroll .container img {
    margin-left: 15px;
    width: 40px;
    height: 50px;
    line-height: 60px;
  }
  .element-homepage_cdpos .enroll .container h3 {
    width: unset;
    line-height: 60px;
  }
  .element-homepage_cdpos .enroll .container ul {
    line-height: 20px;
    width: 100%;
    text-align: start;
  }
  .element-homepage_cdpos .enroll .container ul li:before {
    width: 12px;
    height: 14px;
  }
}

@media (max-width: 799px) {
  .element-homepage_cdpos .container {
    width: 90%;
    padding: 0 10px;
  }
  .element-homepage_cdpos .container .top-block .top-image img {
    width: 100%;
  }
  .element-homepage_cdpos .container .top-block .top-description {
    width: 100%;
  }
  .element-homepage_cdpos .container .items .item {
    width: 100%;
    margin: 0 0 5px;
  }
  .element-homepage_cdpos .enroll .container {
    max-height: unset;
    margin-left: 30px;
    padding-bottom: 10px;
  }
  .element-homepage_cdpos .enroll .container img {
    margin-left: 15px;
    width: 40px;
    height: 50px;
    line-height: 60px;
  }
  .element-homepage_cdpos .enroll .container h3 {
    width: unset;
    line-height: 60px;
  }
  .element-homepage_cdpos .enroll .container ul {
    line-height: 20px;
    width: 100%;
    text-align: start;
  }
  .element-homepage_cdpos .enroll .container ul li:before {
    width: 12px;
    height: 14px;
  }
}

@media (max-width: 1300px) {
  .element-homepage_cdpos .enroll .container ul li {
    padding-right: 0;
    margin-right: 0;
  }
}

.element-highlighted_stories {
  margin-bottom: 20px;
}

.element-highlighted_stories .container {
  padding-bottom: 10px;
}

.element-highlighted_stories .expert-stories {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  margin: 0 0 30px 0;
  padding: 10px;
}

.element-highlighted_stories .expert-stories .swiper-container {
  padding: 20px 0 40px;
}

.element-highlighted_stories .personal-stories {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  margin: 0 0 30px 0;
  padding: 10px;
}

.element-highlighted_stories .personal-stories .swiper-container {
  padding: 20px 0 40px;
}

.element-highlighted_stories .title {
  text-align: center;
}

.element-highlighted_stories .title h3 {
  display: inline-block;
  color: #1F4199;
  font-family: "Gilroy-Bold";
  border-bottom: 8px solid #05DBD4;
}

.element-highlighted_stories .left {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
}

.element-highlighted_stories .left .profile-pic {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.element-highlighted_stories .left .profile-pic img {
  width: 100%;
}

.element-highlighted_stories .right {
  width: 69%;
  display: inline-block;
  font-family: "Gilroy-ExtraBold";
}

.element-highlighted_stories .right .story-type {
  color: #2DC7C1;
  font-size: 13px;
}

.element-highlighted_stories .right .story-title {
  color: #1F4199;
  font-size: 20px;
}

.element-highlighted_stories .right .story-description {
  color: #1F4199;
  font-family: "Gilroy-Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.element-highlighted_stories .right .story-description strong {
  font-family: "Gilroy-Bold";
}

.element-highlighted_stories .right .story-button {
  padding: 10px 20px;
  color: #FFF;
  background-color: #F66A54;
  border-radius: 15px;
  border: 1px solid #F66A54;
  display: none;
}

.element-highlighted_stories .right .story-button:hover {
  border: 1px solid #F5998B;
  background-color: #F5998B !important;
}

.element-title_top_video_bottom {
  height: 750px;
}

@media (max-width: 799px) {
  .element-title_top_video_bottom {
    height: 600px;
  }
}

.element-title_top_video_bottom &gt; div {
  position: relative;
  padding-bottom: 850px;
}

.element-title_top_video_bottom &gt; div .background_desktop {
  width: 100%;
  height: 0;
  padding-bottom: 750px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -2;
}

.element-title_top_video_bottom &gt; div .background_mobile {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 149.7584541063%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -2;
}

.element-title_top_video_bottom &gt; div .content {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 70%;
}

.element-title_top_video_bottom &gt; div .content .title {
  font-family: Gilroy-ExtraBold;
  font-size: 5rem;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url(images/title-bg.png);
  background-size: cover;
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 0;
}

.element-title_top_video_bottom &gt; div .content .description {
  font-size: 30px;
  font-family: Gilroy-Bold;
  color: #252581;
  margin: 0 0 28px 0;
  line-height: 4rem;
}

.element-title_top_video_bottom &gt; div .content #player {
  width: 45vw;
  height: 26vw;
  padding-bottom: 5px;
  border-bottom: 8px solid #05DBD4;
}

@media (max-width: 799px) {
  .element-title_top_video_bottom &gt; div {
    padding-bottom: 700px;
  }
  .element-title_top_video_bottom &gt; div .background_desktop {
    display: none;
  }
  .element-title_top_video_bottom &gt; div .background_mobile {
    display: block;
  }
  .element-title_top_video_bottom &gt; div .content {
    width: 90%;
  }
  .element-title_top_video_bottom &gt; div .content .title {
    font-size: 3.3rem;
    width: 100%;
    padding: unset;
  }
  .element-title_top_video_bottom &gt; div .content .description {
    font-size: 24px;
    padding: unset;
    margin-top: 0;
    line-height: 38px;
  }
  .element-title_top_video_bottom &gt; div .content #player {
    width: 90vw;
    height: 68vw;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-title_top_video_bottom &gt; div .content {
    width: 90%;
  }
  .element-title_top_video_bottom &gt; div .content .title {
    font-size: 3.3rem;
  }
  .element-title_top_video_bottom &gt; div .content .description {
    font-size: 30px !important;
    margin: unset;
  }
}

@media (max-width: 799px) {
  .video a img {
    width: 80vw;
  }
}

.element-icon_top_description_bottom .container {
  text-align: center;
  margin-bottom: 40px;
}

.element-icon_top_description_bottom .container .title {
  text-align: center;
}

.element-icon_top_description_bottom .container .title h3 {
  color: #1F4199;
  font-size: 30px;
  font-family: Gilroy-ExtraBold;
}

@media (max-width: 799px) {
  .element-icon_top_description_bottom .container .title h3 {
    font-size: 28px;
  }
}

.element-icon_top_description_bottom .container .goals {
  text-align: center;
}

.element-icon_top_description_bottom .container .goals .goal {
  display: inline-block;
  width: 14%;
  margin: 0 1%;
  text-align: center;
  vertical-align: top;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-icon_top_description_bottom .container .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
}

@media (max-width: 799px) {
  .element-icon_top_description_bottom .container .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
}

.element-icon_top_description_bottom .container .goals .goal .goal-img {
  border-radius: 50%;
  border: 5px solid #05DBD4;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.element-icon_top_description_bottom .container .goals .goal .goal-img img {
  position: absolute;
  width: 60px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.element-icon_top_description_bottom .container .goals .goal .goal-detail {
  font-size: 16px;
  font-family: gilroy-medium;
  color: #1F4199;
}

.element-icon_top_description_bottom .container .view-more {
  margin-top: 15px;
  color: #FFFFFF;
}

.element-icon_top_description_bottom .container {
  text-align: center;
  margin-bottom: 40px;
}

.element-icon_top_description_bottom .container .title {
  text-align: center;
}

.element-icon_top_description_bottom .container .title h3 {
  color: #1F4199;
  font-size: 30px;
  font-family: Gilroy-ExtraBold;
}

.element-icon_top_description_bottom .container .goals {
  text-align: center;
}

.element-icon_top_description_bottom .container .goals .goal {
  display: inline-block;
  width: 14%;
  margin: 0 1%;
  text-align: center;
  vertical-align: top;
}

.element-icon_top_description_bottom .container .goals .goal .goal-img {
  border-radius: 50%;
  border: 5px solid #05DBD4;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.element-icon_top_description_bottom .container .goals .goal .goal-img img {
  position: absolute;
  width: 60px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.element-icon_top_description_bottom .container .goals .goal .goal-detail {
  font-size: 16px;
  font-family: gilroy-medium;
  color: #1F4199;
}

.element-icon_top_description_bottom .container .view-more {
  margin-top: 15px;
  color: #FFFFFF;
}

@media (max-width: 799px) {
  .element-icon_top_description_bottom .container .title h3 {
    font-size: 28px;
  }
  .element-icon_top_description_bottom .container .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-icon_top_description_bottom .container .goals .goal {
    width: 49%;
    margin: 5px 0;
  }
}

.element-our_awards {
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.element-our_awards .profile-title {
  padding: 10px 80px;
  margin-bottom: 20px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .profile-title {
    padding: unset;
  }
}

@media (max-width: 799px) {
  .element-our_awards .profile-title {
    padding: unset;
  }
}

.element-our_awards .profile-title .title {
  display: inline-block;
  width: 25%;
  position: relative;
}

.element-our_awards .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  background: #2dc7c1;
  background: -webkit-gradient(linear, right top, left top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(270deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.element-our_awards .profile-title .title::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  top: 40%;
  position: absolute;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .profile-title .title {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .element-our_awards .profile-title .title {
    width: 100%;
  }
}

.element-our_awards .profile-title .description {
  display: inline-block;
  width: 70%;
  font-family: Gilroy-Regular;
  font-size: 2rem;
  color: #1F4199;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 4%;
  text-align: start;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

@media (max-width: 799px) {
  .element-our_awards .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

.element-our_awards .awards {
  position: relative;
}

.element-our_awards .awards .img-responsive {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.element-our_awards .awards .swiper-pagination {
  display: none;
  margin-top: 20px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .awards .swiper-pagination {
    display: block;
  }
}

@media (max-width: 799px) {
  .element-our_awards .awards .swiper-pagination {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .awards .swiper-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 799px) {
  .element-our_awards .awards .swiper-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
}

.element-our_awards .awards .swiper-wrapper .swiper-slide .banner-slide {
  width: 100%;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .awards .swiper-wrapper .swiper-slide {
    width: 49%;
    display: inline-block;
  }
}

@media (max-width: 799px) {
  .element-our_awards .awards .swiper-wrapper .swiper-slide {
    width: 49%;
    display: inline-block;
  }
}

.element-our_awards .awards .swiper-button-prev {
  left: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a1aeb7'%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .awards .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 799px) {
  .element-our_awards .awards .swiper-button-prev {
    display: none;
  }
}

.element-our_awards .awards .swiper-button-next {
  right: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M44%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23a1aeb7%27%20font-weight%3D%22bold%22%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .awards .swiper-button-next {
    display: none;
  }
}

@media (max-width: 799px) {
  .element-our_awards .awards .swiper-button-next {
    display: none;
  }
}

.element-our_awards .view-more {
  margin: 0 auto;
  color: #FFFFFF;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_awards .view-more {
    margin-top: 10px;
  }
}

@media (max-width: 799px) {
  .element-our_awards .view-more {
    margin-top: 10px;
  }
}

.element-industry_association_membership {
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.element-industry_association_membership .profile-title {
  padding: 10px 80px;
  margin-bottom: 20px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .profile-title {
    padding: unset;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .profile-title {
    padding: unset;
  }
}

.element-industry_association_membership .profile-title .title {
  display: inline-block;
  width: 25%;
  position: relative;
}

.element-industry_association_membership .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  background: #2dc7c1;
  background: -webkit-gradient(linear, right top, left top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(270deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .profile-title .title {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .profile-title .title {
    width: 100%;
  }
}

.element-industry_association_membership .profile-title .description {
  display: inline-block;
  width: 70%;
  font-family: Gilroy-Regular;
  font-size: 2rem;
  color: #1F4199;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 4%;
  text-align: start;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

.element-industry_association_membership .awards {
  position: relative;
}

.element-industry_association_membership .awards .img-responsive {
  width: auto;
  max-width: 100%;
}

.element-industry_association_membership .awards .award-title {
  color: #1F4199;
}

.element-industry_association_membership .awards .swiper-pagination {
  display: none;
  margin-top: 20px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .awards .swiper-pagination {
    display: block;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .awards .swiper-pagination {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .awards .swiper-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .awards .swiper-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
}

.element-industry_association_membership .awards .swiper-wrapper .swiper-slide .banner-slide {
  width: 100%;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .awards .swiper-wrapper .swiper-slide {
    width: 49%;
    display: inline-block;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .awards .swiper-wrapper .swiper-slide {
    width: 49%;
    display: inline-block;
  }
}

.element-industry_association_membership .awards .swiper-button-prev {
  left: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a1aeb7'%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .awards .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .awards .swiper-button-prev {
    display: none;
  }
}

.element-industry_association_membership .awards .swiper-button-next {
  right: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M44%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23a1aeb7%27%20font-weight%3D%22bold%22%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .awards .swiper-button-next {
    display: none;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .awards .swiper-button-next {
    display: none;
  }
}

.element-industry_association_membership .view-more {
  margin: 60px auto;
  color: #FFFFFF;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-industry_association_membership .view-more {
    margin-top: 10px;
  }
}

@media (max-width: 799px) {
  .element-industry_association_membership .view-more {
    margin-top: 10px;
  }
}

.element-our_partners {
  background: #2dc7c1;
  background: -webkit-gradient(linear, left top, right top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(90deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  padding: 20px;
  text-align: center;
}

.element-our_partners .profile-title {
  padding: 10px 80px;
  margin-bottom: 20px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .profile-title {
    padding: unset;
  }
}

@media (max-width: 799px) {
  .element-our_partners .profile-title {
    padding: unset;
  }
}

.element-our_partners .profile-title .title {
  display: inline-block;
  width: 25%;
  position: relative;
}

.element-our_partners .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  color: #FFFFFF;
}

.element-our_partners .profile-title .title::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  top: 40%;
  position: absolute;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .profile-title .title {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .element-our_partners .profile-title .title {
    width: 100%;
  }
}

.element-our_partners .profile-title .description {
  display: inline-block;
  width: 70%;
  font-family: Gilroy-Regular;
  font-size: 2rem;
  color: #FFFFFF;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 4%;
  text-align: start;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

@media (max-width: 799px) {
  .element-our_partners .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
}

.element-our_partners .title h3 {
  text-align: left;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  color: #FFFFFF;
  width: 100%;
}

.element-our_partners .search-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(images/logoOCH_icon_white.svg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(images/logoOCH_icon_white.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 3% center;
  background-size: 100% 100%, 14% auto;
  margin: 30px auto 50px;
  padding: 10px 0;
  width: calc(100% - 160px);
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .search-box {
    width: 100%;
    background-size: 100% 100%, 100%;
    background-position: 0 0, -190px 0;
  }
}

@media (max-width: 799px) {
  .element-our_partners .search-box {
    width: 100%;
    background-size: 100% 100%, 100%;
    background-position: 0 0, -190px 0;
  }
}

.element-our_partners .search-box .search-box-content {
  width: 80%;
  margin: 10px 10px 10px 19%;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-our_partners .search-box .search-box-content {
    width: 100%;
    margin: 10px 10px;
  }
}

@media (max-width: 799px) {
  .element-our_partners .search-box .search-box-content {
    width: 100%;
    margin: 10px 10px;
  }
}

.element-our_partners .search-box .search-box-content h3 {
  color: #FFFFFF;
  font-family: 'gilroy-extrabold';
  font-size: 37px;
  text-align: start;
  margin: 0;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .search-box .search-box-content h3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 799px) {
  .element-our_partners .search-box .search-box-content h3 {
    width: calc(100% - 20px);
  }
}

.element-our_partners .search-box .search-box-content .dropdown-menu {
  text-align: start;
  width: 100%;
  display: inline-block;
  margin: 15px 0;
}

.element-our_partners .search-box .search-box-content .dropdown-menu label {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 5px;
  vertical-align: middle;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .search-box .search-box-content .dropdown-menu label {
    width: calc(100% - 20px);
    display: block;
  }
}

@media (max-width: 799px) {
  .element-our_partners .search-box .search-box-content .dropdown-menu label {
    width: calc(100% - 20px);
    display: block;
  }
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
  padding: 5px;
  position: relative;
  display: inline-block;
  border: 2px solid #C2D1D9;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown.active {
  color: #6D7278;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropdown-content, .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropdown-content1 {
  display: block;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropbtn {
  background-color: transparent;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#region {
  width: 250px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#city {
  width: 200px;
  margin-right: 2%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#certificate {
  width: 555px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#name {
  width: 250px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
    width: calc(100% - 20px) !important;
    margin: 0 0 5px;
  }
}

@media (max-width: 799px) {
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
    width: calc(100% - 20px) !important;
    margin: 0 0 5px;
  }
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown input {
  border: unset;
  width: 100%;
  padding: 4px 15px;
  font-size: 16px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown i {
  position: absolute;
  color: #6D7278;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn1 {
  background-color: transparent;
  color: #6D7278;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 18px system-ui !important;
  display: block;
  border: none;
  float: left;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn1:after {
  background-color: transparent;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  /*background-image: url("images/showdown-grey.svg");*/
  background-size: 10px 20px;
  background-color: transparent;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn {
  background-color: transparent;
  color: #6D7278;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  float: left;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn:after {
  background-color: transparent;
  color: transparent;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("images/showdown-grey.svg");
  background-size: 10px 20px;
  display: none;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn.disable {
  color: #CDCDCD;
  cursor: no-drop;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a:hover, .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

@media (max-width: 799px) {
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 {
    display: none;
    position: absolute;
    /*left: -100%;*/
    top: 33px;
    /* background-color: #FFF; */
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 100%;
  }
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a:hover, .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .search-bottom {
  border: unset;
  font-size: 16px;
  color: #ffffff;
  background-color: #2C9394;
  border-radius: 25px;
  padding: 10px;
  vertical-align: middle;
  width: 150px;
}

.element-our_partners .news-items {
  margin: 30px auto 50px;
  width: calc(100% - 160px);
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .news-items {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .element-our_partners .news-items {
    width: 100%;
  }
}

.element-our_partners .news-items &gt; .title {
  margin-bottom: 30px;
}

.element-our_partners .news-items &gt; .title h3 {
  text-align: center;
  font-size: 30px;
  font-family: Gilroy-ExtraBold;
  border-bottom: 8px solid #05DBD4;
  display: inline;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .news-items &gt; .title h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 799px) {
  .element-our_partners .news-items &gt; .title h3 {
    font-size: 2.8rem;
  }
}

.element-our_partners .news-items .news-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.element-our_partners .news-items .news-items-container .news-item {
  width: calc((100% - 80px) / 3);
  padding: 20px 15px 60px;
  margin: 0 10px;
  background-color: #FFFFFF;
  vertical-align: top;
  position: relative;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .news-items .news-items-container .news-item {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 799px) {
  .element-our_partners .news-items .news-items-container .news-item {
    width: 100%;
    margin: 10px 0;
  }
}

.element-our_partners .news-items .news-items-container .news-item .left {
  margin-bottom: 10px;
}

.element-our_partners .news-items .news-items-container .news-item .left .image {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 47.5%;
  text-align: center;
  position: relative;
}

.element-our_partners .news-items .news-items-container .news-item .left .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.element-our_partners .news-items .news-items-container .news-item .right .title {
  color: #2DC7C1;
  font-family: 'gilroy-extrabold';
  font-size: 22px;
  margin-bottom: 5px;
}

.element-our_partners .news-items .news-items-container .news-item .right .detail {
  color: #1F4199;
  font-size: 16px;
  font-family: 'gilroy-medium';
  text-align: left;
}

.element-our_partners .news-items .news-items-container .news-item .right .information_text {
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  color: #1F4199;
  font-family: 'gilroy-extrabold';
}

.element-our_partners .news-items .news-items-container .news-item .right .information_text:before {
  content: "";
  display: inline-block;
  background-image: url("images/certificate.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}

.element-our_partners .news-items .news-items-container .news-item .right .view-more {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.element-our_partners .view-more-partner {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1.4rem;
  border-radius: 20px;
  border: 1px solid #2DC7C1;
  background-color: transparent;
  cursor: pointer;
  width: 20%;
  color: #fff;
  margin-bottom: 66px;
}

.element-our_partners .view-more-partner i {
  margin-left: 10px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .view-more-partner {
    width: 70%;
  }
}

@media (max-width: 799px) {
  .element-our_partners .view-more-partner {
    width: 70%;
  }
}

.element-our_partners .view-more-partner:hover {
  background-color: #2DC7C1;
}

.element-search_result {
  margin: 20px 0;
  min-height: 70vh;
}

.element-search_result .search-result .label {
  margin: 20px 0;
  font-size: 1.4rem;
}

.element-search_result .search-result .no-result {
  margin: 20px 0;
  font-size: 1.4rem;
}

.element-search_result .search-result .search-form {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.element-search_result .search-result .search-form input[type='text'] {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  padding: 10px 0;
  color: #1EC6AC;
  width: 100%;
  border-bottom: 2px solid #1EC6AC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
}

.element-search_result .search-result .search-form .button {
  background-image: url("./images/d-cut1-04_light_green.svg");
  background-repeat: no-repeat;
  position: absolute;
  border: none;
  background-color: transparent;
  right: 0;
  top: 0;
  background-size: 40px 40px;
  background-position: right center;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  height: 40px;
  cursor: pointer;
}

.element-search_result .search-result .result-page {
  margin: 20px 0;
}

.element-search_result .search-result .result-page .url a {
  color: #1EC6AC;
}

.element-search_result .search-result .result-page .title {
  font-size: 2rem;
  font-weight: bold;
}

.element-search_result .search-result .result-page .detail {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #888;
}

.element-our_partners {
  background: #2dc7c1;
  background: -webkit-gradient(linear, left top, right top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(90deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  padding: 20px;
  text-align: center;
}

.element-our_partners .profile-title {
  padding: 10px 80px;
  margin-bottom: 20px;
}

.element-our_partners .profile-title .title {
  display: inline-block;
  width: 25%;
  position: relative;
}

.element-our_partners .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  color: #FFFFFF;
}

.element-our_partners .profile-title .title::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  top: 40%;
  position: absolute;
}

.element-our_partners .profile-title .description {
  display: inline-block;
  width: 70%;
  font-family: Gilroy-Regular;
  font-size: 2rem;
  color: #FFFFFF;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 4%;
  text-align: start;
}

.element-our_partners .title h3 {
  text-align: left;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  color: #FFFFFF;
  width: 100%;
}

.element-our_partners .search-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(images/logoOCH_icon_white.svg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(images/logoOCH_icon_white.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 3% center;
  background-size: 100% 100%, 14% auto;
  margin: 30px auto 50px;
  padding: 10px 0;
  width: calc(100% - 160px);
}

.element-our_partners .search-box .search-box-content {
  width: 80%;
  margin: 10px 10px 10px 19%;
}

.element-our_partners .search-box .search-box-content h3 {
  color: #FFFFFF;
  font-family: "gilroy-extrabold";
  font-size: 37px;
  text-align: start;
  margin: 0;
}

.element-our_partners .search-box .search-box-content .dropdown-menu {
  text-align: start;
  width: 100%;
  display: inline-block;
  margin: 15px 0;
}

.element-our_partners .search-box .search-box-content .dropdown-menu label {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 5px;
  vertical-align: middle;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
  padding: 5px;
  position: relative;
  display: inline-block;
  border: 2px solid #C2D1D9;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropdown-content {
  display: block;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropdown-content1 {
  display: block;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown:hover .dropbtn {
  background-color: transparent;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown input {
  border: unset;
  width: 100%;
  padding: 4px 15px;
  font-size: 16px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown i {
  position: absolute;
  color: #6D7278;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn1 {
  background-color: transparent;
  color: #6D7278;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 18px system-ui !important;
  display: block;
  border: none;
  float: left;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn1:after {
  background-color: transparent;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  background-size: 10px 20px;
  background-color: transparent;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn {
  background-color: transparent;
  color: #6D7278;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  float: left;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn:after {
  background-color: transparent;
  color: transparent;
  vertical-align: middle;
  margin-left: 3px;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("images/showdown-grey.svg");
  background-size: 10px 20px;
  display: none;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropbtn.disable {
  color: #CDCDCD;
  cursor: no-drop;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a:hover {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px #333;
          box-shadow: 0 0 2px #333;
  top: 31px;
  width: 100%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background-color: transparent;
  color: #333;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a:hover {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 a.active {
  background-color: transparent;
  color: #1EC6AC;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown.active {
  color: #6D7278;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#region {
  width: 250px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#city {
  width: 200px;
  margin-right: 2%;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#certificate {
  width: 555px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .dropdown#name {
  width: 250px;
}

.element-our_partners .search-box .search-box-content .dropdown-menu .search-bottom {
  border: unset;
  font-size: 16px;
  color: #ffffff;
  background-color: #2C9394;
  border-radius: 25px;
  padding: 10px;
  vertical-align: middle;
  width: 150px;
}

.element-our_partners .news-items {
  margin: 30px auto 50px;
  width: calc(100% - 160px);
}

.element-our_partners .news-items &gt; .title {
  margin-bottom: 30px;
}

.element-our_partners .news-items &gt; .title h3 {
  text-align: center;
  font-size: 30px;
  font-family: Gilroy-bold;
  border-bottom: 8px solid #05DBD4;
  display: inline;
}

.element-our_partners .news-items .news-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.element-our_partners .news-items .news-items-container .news-item {
  width: calc((100% - 80px) / 3);
  padding: 20px 15px 60px;
  margin: 0 10px;
  background-color: #FFFFFF;
  vertical-align: top;
  position: relative;
}

.element-our_partners .news-items .news-items-container .news-item .left {
  margin-bottom: 10px;
}

.element-our_partners .news-items .news-items-container .news-item .left .image {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 47.5%;
  text-align: center;
  position: relative;
}

.element-our_partners .news-items .news-items-container .news-item .left .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.element-our_partners .news-items .news-items-container .news-item .right .title {
  color: #2DC7C1;
  font-family: "gilroy-extrabold";
  font-size: 22px;
  margin-bottom: 5px;
}

.element-our_partners .news-items .news-items-container .news-item .right .detail {
  color: #1F4199;
  font-size: 16px;
  font-family: "gilroy-medium";
  text-align: left;
}

.element-our_partners .news-items .news-items-container .news-item .right .information_text {
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  color: #1F4199;
  font-family: "gilroy-extrabold";
}

.element-our_partners .news-items .news-items-container .news-item .right .information_text:before {
  content: "";
  display: inline-block;
  background-image: url("images/certificate.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}

.element-our_partners .news-items .news-items-container .news-item .right .view-more {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.element-our_partners .view-more-partner {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1.4rem;
  border-radius: 20px;
  border: 1px solid #2DC7C1;
  background-color: transparent;
  cursor: pointer;
  width: 20%;
  color: #fff;
  margin-bottom: 20px;
}

.element-our_partners .view-more-partner i {
  margin-left: 10px;
}

.element-our_partners .view-more-partner:hover {
  background-color: #2DC7C1;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_partners .profile-title {
    padding: unset;
  }
  .element-our_partners .profile-title .title {
    width: 100%;
  }
  .element-our_partners .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
  .element-our_partners .search-box {
    width: 100%;
    background-size: 100% 100%, 100%;
    background-position: 0 0, -190px 0;
  }
  .element-our_partners .search-box .search-box-content h3 {
    width: calc(100% - 20px);
  }
  .element-our_partners .search-box .search-box-content .dropdown-menu label {
    width: calc(100% - 20px);
    display: block;
  }
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
    width: calc(100% - 20px) !important;
    margin: 0 0 5px;
  }
  .element-our_partners .news-items {
    width: 100%;
  }
  .element-our_partners .news-items &gt; .title h3 {
    font-size: 2.8rem;
  }
  .element-our_partners .news-items .news-items-container .news-item {
    width: 100%;
    margin: 10px 0;
  }
  .element-our_partners .view-more-partner {
    width: 70%;
  }
}

@media (max-width: 799px) {
  .element-our_partners .profile-title {
    padding: unset;
  }
  .element-our_partners .profile-title .title {
    width: 100%;
  }
  .element-our_partners .profile-title .description {
    width: 100%;
    margin-left: unset;
  }
  .element-our_partners .search-box {
    width: 100%;
    background-size: 100% 100%, 100%;
    background-position: 0 0, -190px 0;
  }
  .element-our_partners .search-box .search-box-content {
    width: 100%;
    margin: 10px 10px;
  }
  .element-our_partners .search-box .search-box-content h3 {
    width: calc(100% - 20px);
  }
  .element-our_partners .search-box .search-box-content .dropdown-menu label {
    width: calc(100% - 20px);
    display: block;
  }
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown {
    width: calc(100% - 20px) !important;
    margin: 0 0 5px;
  }
  .element-our_partners .search-box .search-box-content .dropdown-menu .dropdown .dropdown-content1 {
    display: none;
    position: absolute;
    top: 33px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 100%;
  }
  .element-our_partners .news-items {
    width: 100%;
  }
  .element-our_partners .news-items &gt; .title h3 {
    font-size: 2.8rem;
  }
  .element-our_partners .news-items .news-items-container .news-item {
    width: 100%;
    margin: 10px 0;
  }
  .element-our_partners .view-more-partner {
    width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-our_partners .search-box .search-box-content {
    width: 100%;
    margin: 10px 10px;
  }
}

.element-solutions {
  padding: 20px;
  text-align: center;
}

.element-solutions .solution-types {
  width: 70%;
  margin: 30px auto;
  text-align: center;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
}

.element-solutions .solution-types .solution-type {
  width: 49%;
  float: left;
  background-color: #424B5A;
  color: #D8D8D8;
  padding: 15px 0;
  font-family: Gilroy-ExtraBold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.element-solutions .solution-types .solution-type.type-separating {
  width: 2%;
  font-size: 20px;
  line-height: 22px;
  font-family: "gilroy-regular";
}

.element-solutions .solution-types .solution-type.active {
  color: #FFFFFF;
}

.element-solutions .solution-types .solution-type.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #424b5a transparent transparent transparent;
  bottom: -10px;
  left: 50%;
}

.element-solutions .item {
  padding: 15px 80px;
  margin-bottom: 20px;
  display: none;
}

.element-solutions .item .title-block {
  position: relative;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.element-solutions .item .title-block .profile-title {
  position: absolute;
  bottom: 5%;
  left: 20px;
  width: 90%;
}

.element-solutions .item .title-block .profile-title .title {
  display: block;
  width: 40%;
  position: relative;
}

.element-solutions .item .title-block .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  margin: 0;
  background: #2dc7c1;
  background: -webkit-gradient(linear, right top, left top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(270deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.element-solutions .item .title-block .profile-title .title::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  bottom: 0;
  position: absolute;
}

.element-solutions .item .title-block .profile-title .title::before.title-en {
  border-bottom: none !important;
}

.element-solutions .item .title-block .profile-title .description {
  display: block;
  width: 50%;
  font-family: Gilroy-ExtraBold;
  font-size: 2rem;
  color: #1F4199;
  vertical-align: top;
  margin-top: 10px;
  text-align: start;
}

.element-solutions .item .title-block .background_desktop {
  width: 100%;
  height: 0;
  padding-bottom: 33.3333333333%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.element-solutions .item .title-block .background_mobile {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 95.4106280193%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.element-solutions .item .buttons {
  text-align: center;
  margin: 0 -1.4%;
}

.element-solutions .item .buttons .button {
  width: 47.5%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 1% 20px;
  color: #FFF;
  text-align: left;
  padding: 10px 0px 0px 15px;
}

.element-solutions .item .buttons .button .button-title {
  font-size: 2.3rem;
  font-family: "Gilroy-Bold";
  margin: 10px 0;
}

.element-solutions .item .buttons .button .button-detail {
  width: 70%;
  font-size: 14px;
  display: inline-block;
}

.element-solutions .item .buttons .button:after {
  content: "";
  margin-top: 35px;
  display: inline-block;
  width: 28%;
  background-image: url(images/Chevron_right.png);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  background-position: right;
}

.element-solutions .item .courses {
  margin-top: 30px;
  position: relative;
}

.element-solutions .item .courses .title {
  color: #FFFFFF;
  background: -webkit-gradient(linear, right top, left top, from(#2dc7c1), color-stop(20%, #2dc7c1), color-stop(80%, #2159a0), color-stop(99%, #1f4199));
  background: linear-gradient(270deg, #2dc7c1 0%, #2dc7c1 20%, #2159a0 80%, #1f4199 99%);
  width: 100%;
  padding: 5px 0;
  font-size: 22px;
  font-family: Gilroy-ExtraBold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.element-solutions .item .courses .swiper-container {
  padding: 15px 15px 40px;
  margin: -15px;
}

.element-solutions .item .courses .swiper-container .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  height: auto;
}

.element-solutions .item .courses .swiper-container .swiper-slide .img img {
  width: 100%;
}

.element-solutions .item .courses .swiper-container .swiper-slide .course-detail {
  padding: 20px;
  text-align: start;
}

.element-solutions .item .courses .swiper-container .swiper-slide .course-detail .organizer {
  color: #2DC7C1;
  font-size: 18px;
  font-family: Gilroy-ExtraBold;
}

.element-solutions .item .courses .swiper-container .swiper-slide .course-detail .title {
  background: unset;
  color: #1F4199;
  font-size: 28px;
  font-family: Gilroy-ExtraBold;
}

.element-solutions .item .courses .swiper-container .swiper-slide .course-detail .description {
  color: #1F4199;
  font-size: 16px;
  font-family: Gilroy-Medium;
}

.element-solutions .item .courses .swiper-container .swiper-slide .course-detail .view-more {
  margin: 20px 0;
  color: #FFFFFF;
  padding: 10px 30px;
}

.element-solutions .item .courses .swiper-button-prev {
  left: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a1aeb7'%2F%3E%3C%2Fsvg%3E");
}

.element-solutions .item .courses .swiper-button-next {
  right: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M44%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23a1aeb7%27%20font-weight%3D%22bold%22%2F%3E%3C%2Fsvg%3E");
}

.element-solutions .item .user_sharing {
  position: relative;
  margin-top: 30px;
}

.element-solutions .item .user_sharing .title {
  font-size: 28px;
  color: #1F4199;
  font-family: Gilroy-ExtraBold;
}

.element-solutions .item .user_sharing .description {
  font-family: Gilroy-Regular;
  font-size: 20px;
  color: #424B5A;
}

.element-solutions .item .user_sharing .swiper-container {
  width: 80%;
  margin: 10px auto;
  padding-bottom: 60px;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .img {
  width: 60%;
  height: 0;
  padding-bottom: 15vw;
  margin: 10px auto;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .img img {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .name {
  margin-top: 20px;
  font-size: 20px;
  font-family: Gilroy-ExtraBold;
  color: #2DC7C1;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .title {
  color: #252581;
  font-family: Gilroy-Bold;
  font-size: 14px;
  min-height: 50px;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .region {
  color: #252581;
  font-family: Gilroy-Bold;
  font-size: 14px;
  border-bottom: 2px solid #05DBD4;
  display: inline-block;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .description {
  color: #424B5A;
  font-family: Gilroy-Medium;
  font-size: 14px;
  padding: 30px 10px;
}

.element-solutions .item .user_sharing .swiper-container .swiper-slide .view-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #FFFFFF;
  padding: 10px 30px;
  margin: 0 auto;
}

.element-solutions .item .user_sharing .swiper-button-prev {
  left: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a1aeb7'%2F%3E%3C%2Fsvg%3E");
}

.element-solutions .item .user_sharing .swiper-button-next {
  right: -30px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M44%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23a1aeb7%27%20font-weight%3D%22bold%22%2F%3E%3C%2Fsvg%3E");
}

.element-solutions .item.active {
  display: block;
}

.title-en::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  top: 40%;
  position: absolute;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-solutions {
    padding: unset;
  }
  .element-solutions .solution-types {
    width: 95%;
  }
  .element-solutions .solution-types .solution-type {
    padding-left: 10%;
    width: 50%;
  }
  .element-solutions .solution-types .solution-type i {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .element-solutions .solution-types .solution-type.type-separating {
    display: none;
  }
  .element-solutions .item {
    padding: 50px 0;
  }
  .element-solutions .item .title-block {
    padding-bottom: 60vw;
  }
  .element-solutions .item .title-block .profile-title .title {
    width: 90%;
    font-size: 60px;
  }
  .element-solutions .item .title-block .profile-title .description {
    width: 90%;
    margin-left: unset;
    font-size: 30px;
  }
  .element-solutions .item .buttons {
    margin: 20px auto 2%;
    width: 95%;
  }
  .element-solutions .item .buttons .button {
    width: 100%;
    margin: 0px 0 5px;
  }
  .element-solutions .item .buttons .button .button-title {
    margin: 5px 0 5px;
  }
  .element-solutions .item .buttons .button .button-detail {
    margin: 15px 0 5px;
  }
  .element-solutions .item .courses {
    margin: 20px auto 2%;
    width: 95%;
  }
  .element-solutions .item .courses .swiper-container {
    margin: -5px -5px -5px 0px;
    padding: 5px 5px 5px 5px;
  }
  .element-solutions .item .courses .swiper-container .swiper-slide {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(143, 155, 179, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(143, 155, 179, 0.4);
  }
  .element-solutions .item .user_sharing .swiper-button-prev {
    left: 0px;
  }
  .element-solutions .item .user_sharing .swiper-button-next {
    right: 0px;
  }
}

@media (max-width: 799px) {
  .element-solutions {
    padding: unset;
  }
  .element-solutions .solution-types {
    width: 95%;
  }
  .element-solutions .solution-types .solution-type {
    padding-left: 10%;
    width: 50%;
  }
  .element-solutions .solution-types .solution-type i {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .element-solutions .solution-types .solution-type.type-separating {
    display: none;
  }
  .element-solutions .item {
    padding: 50px 0;
  }
  .element-solutions .item .title-block {
    padding-bottom: 95.4106280193%;
  }
  .element-solutions .item .title-block .profile-title .title {
    width: 90%;
    font-size: 60px;
  }
  .element-solutions .item .title-block .profile-title .description {
    width: 90%;
    margin-left: unset;
    font-size: 30px;
  }
  .element-solutions .item .title-block .background_desktop {
    display: none;
  }
  .element-solutions .item .title-block .background_mobile {
    display: block;
  }
  .element-solutions .item .buttons {
    margin: 20px auto 2%;
    width: 95%;
  }
  .element-solutions .item .buttons .button {
    width: 100%;
    margin: 0px 0 5px;
    min-height: 170px;
  }
  .element-solutions .item .buttons .button .button-title {
    margin: 5px 0 5px;
  }
  .element-solutions .item .buttons .button .button-detail {
    margin: 15px 0 5px;
  }
  .element-solutions .item .courses {
    margin: 20px auto 2%;
    width: 95%;
  }
  .element-solutions .item .courses .swiper-container {
    margin: -5px -5px -5px 0px;
    padding: 5px 5px 5px 5px;
  }
  .element-solutions .item .courses .swiper-container .swiper-slide {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(143, 155, 179, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(143, 155, 179, 0.4);
  }
  .element-solutions .item .user_sharing .swiper-button-prev {
    left: 0px;
  }
  .element-solutions .item .user_sharing .swiper-button-next {
    right: 0px;
  }
}

@media (max-width: 799px) {
  .element-solutions .item .user_sharing .swiper-container .swiper-slide .img {
    padding-bottom: 50vw;
  }
  .element-solutions .item .user_sharing .swiper-container .swiper-slide .img img {
    height: 50vw;
    width: 50vw;
  }
}

@media (min-width: 799px) and (max-width: 1199px) {
  .element-solutions .item .user_sharing .swiper-container .swiper-slide .img {
    padding-bottom: 30vw;
  }
  .element-solutions .item .user_sharing .swiper-container .swiper-slide .img img {
    height: 30vw;
    width: 30vw;
  }
}

.element-our_leadership {
  background-image: url("images/cdpos-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.element-our_leadership .profile-title {
  padding: 10px 80px;
  margin-bottom: 20px;
}

.element-our_leadership .profile-title .title {
  display: inline-block;
  width: 25%;
  position: relative;
}

.element-our_leadership .profile-title .title h3 {
  text-align: start;
  font-size: 5rem;
  font-family: Gilroy-UltraLight;
  color: #FFFFFF;
  margin: 0;
}

.element-our_leadership .profile-title .title::before {
  content: "";
  border-bottom: 8px solid #05DBD4;
  width: 100%;
  height: 5px;
  display: block;
  top: 40%;
  position: absolute;
}

.element-our_leadership .profile-title .description {
  display: inline-block;
  width: 70%;
  font-family: Gilroy-Regular;
  font-size: 2rem;
  color: #FFFFFF;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 4%;
}

.element-our_leadership .profile-title .profile-button {
  width: 30%;
  white-space: nowrap;
  margin: 30px 10px 0;
  text-align: center;
  max-height: 50px;
  background-color: #2DC7C1;
  border: 2px solid #2DC7C1;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  font-family: Gilroy-Bold;
}

.element-our_leadership .profile-title .profile-button:after {
  content: "";
  background-image: url(images/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.element-our_leadership .profile-title .profile-button.active {
  background-color: transparent;
}

.element-our_leadership .profile-title .profile-button.active:after {
  width: 20px;
  background-image: url(images/arrow_down_white.svg);
}

.element-our_leadership .profile-items {
  padding: 10px 20px;
  display: none;
}

.element-our_leadership .profile-items .profile-item {
  float: left;
  width: 20%;
  height: 0;
  position: relative;
  padding-bottom: 25.4237288136%;
  -webkit-box-shadow: 0px 0px 2px 0px #fff;
          box-shadow: 0px 0px 2px 0px #fff;
}

.element-our_leadership .profile-items .profile-item .profile-item2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image {
  width: 100%;
  position: relative;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image:hover .meta {
  bottom: 0;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image .meta {
  -webkit-transition: bottom linear 0.2s;
  transition: bottom linear 0.2s;
  position: absolute;
  bottom: -45px;
  padding: 5px 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image .meta .position {
  font-size: 14px;
  font-family: Gilroy-ExtraBold;
  color: #fff;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image .meta .name {
  font-size: 20px;
  font-family: Gilroy-ExtraBold;
  color: #fff;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image .meta .view-more {
  margin: 9px 0;
  font-size: 12px;
  color: #f56a55;
  padding: 5px 10px;
  background-color: unset;
  border: 1px solid #f56a55;
}

.element-our_leadership .profile-items .profile-item .profile-item2 .image .meta .view-more:hover {
  border-color: #F5998B;
  background-color: #F5998B !important;
}

.element-our_leadership .profile-items.active {
  display: block;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-our_leadership .profile-title {
    padding: unset;
  }
  .element-our_leadership .profile-title .title {
    width: 100%;
    margin-left: unset;
  }
  .element-our_leadership .profile-title .description {
    width: 100%;
  }
  .element-our_leadership .profile-title .profile-button {
    width: 100%;
  }
  .element-our_leadership .profile-items {
    padding: unset;
  }
  .element-our_leadership .profile-items .profile-item {
    width: 50%;
    padding-bottom: 62.5%;
  }
}

@media (max-width: 799px) {
  .element-our_leadership .profile-title {
    padding: unset;
  }
  .element-our_leadership .profile-title .title {
    width: 100%;
    margin-left: unset;
  }
  .element-our_leadership .profile-title .description {
    width: 100%;
  }
  .element-our_leadership .profile-title .profile-button {
    width: 100%;
  }
  .element-our_leadership .profile-items {
    padding: unset;
  }
  .element-our_leadership .profile-items .profile-item {
    width: 50%;
    padding-bottom: 62.5%;
  }
}

.element-faq &gt; div {
  padding: 30px 0;
}

.element-faq .faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.element-faq .faq-container .left {
  width: 40%;
}

@media (max-width: 799px) {
  .element-faq .faq-container .left {
    width: 100%;
    display: none;
  }
}

.element-faq .faq-container .left .sections {
  padding: 0 20px;
}

@media (max-width: 799px) {
  .element-faq .faq-container .left .sections {
    padding: 20px;
  }
}

.element-faq .faq-container .left .sections .section {
  padding: 8px 0;
  border-bottom: 1px solid #1EC6AC;
}

.element-faq .faq-container .left .sections .section .section-title {
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-top: 10px;
}

.element-faq .faq-container .left .sections .section .section-title &gt; .clock {
  color: #1EC6AC;
  background-size: contain;
  width: 2rem;
  vertical-align: middle;
  height: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
}

.element-faq .faq-container .left .sections .section .section-title &gt; .clock.clock-0 {
  background-image: url("images/before.svg");
}

.element-faq .faq-container .left .sections .section .section-title &gt; .clock.clock-1 {
  background-image: url("images/during.svg");
}

.element-faq .faq-container .left .sections .section .section-title &gt; .clock.clock-2 {
  background-image: url("images/after.svg");
}

.element-faq .faq-container .left .sections .section .sub-section {
  padding: 8px 0;
}

.element-faq .faq-container .left .sections .section .sub-section.active {
  color: #1EC6AC;
}

.element-faq .faq-container .left .sections .section .sub-section .sub-section-title {
  padding-left: 26px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

.element-faq .faq-container .left .sections .section .sub-section .sub-section-title:hover {
  color: #1EC6AC;
}

.element-faq .faq-container .left .sections .section .sub-section .sub-section-title &gt; i.fal.fa-clock {
  display: none;
}

.element-faq .faq-container .right {
  width: 60%;
  padding: 0 2rem;
}

@media (max-width: 799px) {
  .element-faq .faq-container .right {
    width: 100%;
  }
}

.element-faq .faq-container .right .contents {
  padding: 2rem;
  background-color: #F6F6F6;
}

.element-faq .faq-container .right .contents .section-title {
  display: none;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 2.2rem;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media (max-width: 799px) {
  .element-faq .faq-container .right .contents .section-title {
    display: block !important;
  }
}

.element-faq .faq-container .right .contents .section-title &gt; .clock {
  color: #1EC6AC;
  background-size: contain;
  width: 2rem;
  vertical-align: middle;
  height: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
}

.element-faq .faq-container .right .contents .section-title &gt; .clock.clock-0 {
  background-image: url("images/before.svg");
}

.element-faq .faq-container .right .contents .section-title &gt; .clock.clock-1 {
  background-image: url("images/during.svg");
}

.element-faq .faq-container .right .contents .section-title &gt; .clock.clock-2 {
  background-image: url("images/after.svg");
}

.element-faq .faq-container .right .contents .sub-section {
  display: none;
}

@media (max-width: 799px) {
  .element-faq .faq-container .right .contents .sub-section {
    display: block !important;
    padding-left: 26px;
  }
}

.element-faq .faq-container .right .contents .sub-section.active {
  display: block;
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title {
  color: #1F4199;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media (max-width: 799px) {
  .element-faq .faq-container .right .contents .sub-section .sub-section-title {
    cursor: pointer;
    display: block !important;
  }
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title &gt; .toggle {
  float: right;
  display: none;
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title &gt; .toggle .fa-plus {
  display: block;
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title &gt; .toggle .fa-minus {
  display: none;
}

@media (max-width: 799px) {
  .element-faq .faq-container .right .contents .sub-section .sub-section-title &gt; .toggle {
    display: block;
  }
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title.active .fa-plus {
  display: none;
}

.element-faq .faq-container .right .contents .sub-section .sub-section-title.active .fa-minus {
  display: block;
}

.element-faq .faq-container .right .contents .sub-section .questions {
  display: block;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-faq .faq-container .right .contents .sub-section .questions {
    display: block !important;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .element-faq .faq-container .right .contents .sub-section .questions {
    display: block !important;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-faq .faq-container .right .contents .sub-section .questions {
    display: block !important;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .element-faq .faq-container .right .contents .sub-section .questions {
    display: block !important;
  }
}

@media (max-width: 799px) {
  .element-faq .faq-container .right .contents .sub-section .questions {
    display: none;
  }
}

.element-faq .faq-container .right .contents .sub-section .questions .group {
  margin-bottom: 15px;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.7rem;
  cursor: pointer;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question .fa-chevron-double-right {
  display: block;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question .fa-chevron-double-down {
  display: none;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question.active {
  color: #1EC6AC;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question.active .fa-chevron-double-right {
  display: none;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question.active .fa-chevron-double-down {
  display: block;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question:hover {
  color: #1EC6AC;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question &gt; div {
  padding-left: 20px;
  line-height: 1.7;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .question &gt; i {
  float: left;
  line-height: 1.4;
  color: #1EC6AC;
}

.element-faq .faq-container .right .contents .sub-section .questions .group .answer {
  display: none;
  padding-left: 20px;
  font-size: 1.6rem;
}

.element-qualifications .title-block {
  text-align: center;
  margin: 10px 0;
}

.element-qualifications .title-block .title {
  color: #1F4199;
  font-family: "gilroy-extrabold";
  font-size: 26px;
  width: 60%;
  margin: 10px auto;
}

.element-qualifications .title-block .view-more {
  color: #FFFFFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  margin: 20px 0;
}

.element-qualifications .slogan-block {
  background-color: #F66A54;
  width: 100%;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0;
  padding: 0 10%;
}

.element-qualifications .slogan-block .left-block {
  display: inline-block;
  width: 50%;
  text-align: start;
  vertical-align: middle;
  padding: 10px 0px;
}

.element-qualifications .slogan-block .left-block .logo {
  float: left;
  width: 12%;
  margin-right: 15px;
}

.element-qualifications .slogan-block .left-block .title {
  font-family: "gilroy-extrabold";
  font-size: 40px;
  line-height: 40px;
  padding-top: 15px;
}

.element-qualifications .slogan-block .left-block .description {
  font-family: "gilroy-medium";
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 799px) {
  .element-qualifications .slogan-block .left-block .description {
    white-space: unset;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-qualifications .slogan-block .left-block .description {
    white-space: unset;
  }
}

.element-qualifications .slogan-block .right-block {
  display: inline-block;
  width: 48%;
  text-align: end;
}

.element-qualifications .slogan-block .right-block .enrol-btn {
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  padding: 15px 45px;
  width: 30%;
  margin-left: 20%;
  color: #fff;
  background-color: transparent;
  font-family: "gilroy-extrabold";
  font-size: 1.8rem;
}

.element-qualifications .slogan-block .right-block .enrol-btn:hover {
  color: #F66A54;
  background: #fff;
}

.element-qualifications .slogan-block .right-block select {
  border-radius: 20px;
  margin: 5px;
  background: url("images/arrow-down.svg") no-repeat right #FFFFFF;
  -webkit-appearance: none;
  background-position-x: 95%;
}

.element-qualifications .slogan-block .right-block .role {
  width: 45%;
  padding: 10px 20px;
}

.element-qualifications .slogan-block .right-block .module {
  width: 45%;
  padding: 10px 20px;
}

.element-qualifications .slogan-block .right-block .region {
  width: 60%;
  padding: 10px 20px;
}

.element-qualifications .qualifications {
  width: 80%;
  margin: 30px auto;
}

.element-qualifications .qualifications .qualification {
  width: 100%;
  position: relative;
  padding-bottom: 57%;
  margin-bottom: 15%;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
}

.element-qualifications .qualifications .qualification .bg-block {
  width: 67%;
  position: absolute;
  top: 0;
  left: 0;
}

.element-qualifications .qualifications .qualification .bg-block img {
  width: 100%;
}

.element-qualifications .qualifications .qualification .bg-block img.bg-desktop {
  display: block;
}

.element-qualifications .qualifications .qualification .bg-block img.bg-mobile {
  display: none;
}

.element-qualifications .qualifications .qualification .left-block {
  width: 52%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8% 0% 10% 5%;
}

.element-qualifications .qualifications .qualification .left-block .icon img {
  width: 60px;
}

.element-qualifications .qualifications .qualification .left-block .title {
  color: #FFFFFF;
  font-family: Gilroy-ExtraBold;
  font-size: 36px;
}

.element-qualifications .qualifications .qualification .left-block .description {
  color: #FFFFFF;
  font-family: Gilroy-Bold;
  font-size: 16px;
  margin: 10px 10px 0 0;
}

.element-qualifications .qualifications .qualification .left-block .explore-modules {
  background-color: #FFFFFF;
  width: 45%;
  padding: 5px;
  font-size: 17px;
  font-family: Gilroy-Bold;
  border-radius: 25px;
  text-align: center;
  margin: 10px 30px 0 0;
  position: absolute;
  bottom: 20px;
}

.element-qualifications .qualifications .qualification .right-block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10%;
  padding-left: 64%;
  padding-right: 3%;
}

.element-qualifications .qualifications .qualification .right-block .video a img {
  width: 100%;
}

.element-qualifications .qualifications .qualification .right-block .title {
  color: #40B7A6;
  font-family: Gilroy-ExtraBold;
  font-size: 20px;
  margin-bottom: 10px;
}

.element-qualifications .qualifications .qualification .right-block .title &gt; div {
  margin-left: 10px;
  padding-top: 3px;
}

.element-qualifications .qualifications .qualification .right-block .modules {
  margin-bottom: 20px;
}

.element-qualifications .qualifications .qualification .right-block .modules .module {
  color: #424B5A;
  font-size: 16px;
  font-family: Gilroy-Regular;
  margin: 5px 0;
  white-space: nowrap;
}

@media (max-width: 799px) {
  .element-qualifications .qualifications .qualification .right-block .modules .module {
    white-space: unset;
  }
}

.element-qualifications .qualifications .qualification .right-block .modules .module span {
  margin-left: 10px;
  font-family: Gilroy-ExtraBold;
}

.element-qualifications .qualifications .qualification .view-more {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 20%;
  text-align: center;
  color: #FFFFFF;
  font-family: Gilroy-Bold;
  font-size: 16px;
}

.element-qualifications .qualifications .qualification .view-more:hover {
  border: 1px solid #f56a55;
  color: #f56a55;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-qualifications .title-block {
    width: 80%;
    margin: 20px auto;
  }
  .element-qualifications .title-block .title {
    width: 100%;
  }
  .element-qualifications .slogan-block .left-block {
    width: 100%;
  }
  .element-qualifications .slogan-block .left-block .logo {
    margin-left: -6%;
    width: 20%;
  }
  .element-qualifications .slogan-block .left-block .title {
    font-size: 50px;
    line-height: 60px;
    padding-left: 18%;
    padding-right: 5%;
  }
  .element-qualifications .slogan-block .left-block .description {
    padding-left: 18%;
    padding-right: 5%;
  }
  .element-qualifications .slogan-block .right-block {
    width: 90%;
    margin-bottom: 10px;
    text-align: start;
  }
  .element-qualifications .slogan-block .right-block .enrol-btn {
    margin-left: 15%;
    display: block;
    width: 50%;
    padding: 8px 0;
    text-align: center;
    margin-top: 10px;
  }
  .element-qualifications .slogan-block .right-block .role {
    width: 80%;
  }
  .element-qualifications .slogan-block .right-block .module {
    width: 80%;
  }
  .element-qualifications .slogan-block .right-block .region {
    width: 100%;
  }
  .element-qualifications .qualifications {
    width: 90%;
  }
  .element-qualifications .qualifications .qualification {
    padding-bottom: 15px;
  }
  .element-qualifications .qualifications .qualification .bg-block {
    width: 100%;
    height: 136.8421052632%;
    z-index: -1;
  }
  .element-qualifications .qualifications .qualification .bg-block img.bg-desktop {
    display: none;
  }
  .element-qualifications .qualifications .qualification .bg-block img.bg-mobile {
    display: block;
    height: 75vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .element-qualifications .qualifications .qualification .left-block {
    position: relative;
    width: 100%;
    padding: 25% 5% 10% 5%;
    height: 75vw;
  }
  .element-qualifications .qualifications .qualification .left-block .icon img {
    width: 20%;
  }
  .element-qualifications .qualifications .qualification .left-block .title {
    font-size: 40px;
    line-height: 42px;
  }
  .element-qualifications .qualifications .qualification .left-block .description {
    margin: 10px 0;
    line-height: 18px;
  }
  .element-qualifications .qualifications .qualification .right-block {
    width: 100%;
    padding-left: 5%;
    position: unset;
    padding-top: 5%;
  }
  .element-qualifications .qualifications .qualification .view-more {
    position: unset;
    width: 55%;
    margin: 30px auto;
    display: block;
  }
}

@media (max-width: 799px) {
  .element-qualifications .title-block {
    width: 80%;
    margin: 20px auto;
  }
  .element-qualifications .title-block .title {
    width: 100%;
  }
  .element-qualifications .slogan-block .left-block {
    width: 100%;
  }
  .element-qualifications .slogan-block .left-block .logo {
    margin-left: -6%;
    width: 20%;
  }
  .element-qualifications .slogan-block .left-block .title {
    font-size: 50px;
    line-height: 60px;
    padding-left: 18%;
    padding-right: 5%;
  }
  .element-qualifications .slogan-block .left-block .description {
    padding-left: 18%;
    padding-right: 5%;
  }
  .element-qualifications .slogan-block .right-block {
    width: 90%;
    margin-bottom: 10px;
    text-align: start;
  }
  .element-qualifications .slogan-block .right-block .enrol-btn {
    margin-left: 15%;
    display: block;
    width: 50%;
    padding: 8px 0;
    text-align: center;
    margin-top: 10px;
  }
  .element-qualifications .slogan-block .right-block .role {
    width: 80%;
  }
  .element-qualifications .slogan-block .right-block .module {
    width: 80%;
  }
  .element-qualifications .slogan-block .right-block .region {
    width: 100%;
  }
  .element-qualifications .qualifications {
    width: 90%;
  }
  .element-qualifications .qualifications .qualification {
    padding-bottom: 15px;
  }
  .element-qualifications .qualifications .qualification .bg-block {
    width: 100%;
    height: 136.8421052632%;
    z-index: -1;
  }
  .element-qualifications .qualifications .qualification .bg-block img.bg-desktop {
    display: none;
  }
  .element-qualifications .qualifications .qualification .bg-block img.bg-mobile {
    display: block;
    height: calc(120vw * (500 / 338));
  }
  .element-qualifications .qualifications .qualification .left-block {
    position: relative;
    width: 100%;
    padding: 25% 5% 10% 5%;
    height: calc(120vw * (500 / 338));
  }
  .element-qualifications .qualifications .qualification .left-block .icon img {
    width: 20%;
    padding-top: 25px;
  }
  .element-qualifications .qualifications .qualification .left-block .title {
    font-size: 40px;
    line-height: 42px;
  }
  .element-qualifications .qualifications .qualification .left-block .description {
    margin: 10px 0;
    line-height: 18px;
  }
  .element-qualifications .qualifications .qualification .left-block .explore-modules {
    width: 70%;
    margin: 25px auto;
    bottom: -10px;
  }
  .element-qualifications .qualifications .qualification .view-more {
    position: unset;
    width: 55%;
    margin: 30px auto;
    display: block;
  }
}

@media (max-width: 321px) {
  .element-qualifications .qualifications .qualification .bg-block img.bg-mobile {
    height: calc(150vw * (462 / 338));
  }
  .element-qualifications .qualifications .qualification .left-block .icon {
    margin-top: 20px;
  }
  .element-qualifications .qualifications .qualification .left-block .title {
    font-size: 36px;
  }
  .element-qualifications .qualifications .qualification .right-block {
    width: 100%;
    padding-left: 5%;
    position: unset;
  }
}

@media (max-width: 321px) {
  .element-qualifications .qualifications .qualification .left-block {
    height: calc(150vw * (462 / 338));
  }
}

@media (min-width: 800px) and (max-width: 1199x) {
  .element-qualifications .qualifications .qualification .left-block .explore-modules {
    width: 70%;
    margin: 25px auto;
  }
}

@media (min-width: 321px) and (max-width: 799px) {
  .element-qualifications .qualifications .qualification .right-block {
    width: 100%;
    padding-left: 5%;
    position: unset;
  }
}

.element-enrol_now {
  width: 80%;
  margin: 0 auto 30px;
}

.element-enrol_now .title-block {
  width: 80%;
  text-align: center;
  margin: 30px auto;
  color: #252581;
}

.element-enrol_now .title-block .title {
  font-size: 40px;
  line-height: 42px;
  font-family: Gilroy-ExtraBold;
}

.element-enrol_now .title-block .title span {
  color: #2DC7C1;
}

.element-enrol_now .title-block .description {
  margin: 10px auto 30px;
  font-size: 16px;
  font-family: Gilroy-Regular;
}

.element-enrol_now .step-block {
  padding-top: 20px;
  margin-bottom: 40px;
}

.element-enrol_now .step-block .title {
  text-align: center;
  font-size: 26px;
  color: #2DC7C1;
  font-family: "gilroy-extrabold";
}

.element-enrol_now .step-block .steps {
  border: 6px solid #2DC7C1;
  border-radius: 10px;
}

.element-enrol_now .step-block .steps .step {
  float: left;
  width: calc(100% / 6);
  padding: 10px;
  text-align: center;
}

.element-enrol_now .step-block .steps .step .step-img {
  width: 100%;
  height: 37.9518072289%;
  margin: 0 auto;
  position: relative;
  min-height: 180px;
  padding-top: 20px;
}

.element-enrol_now .step-block .steps .step .step-img:after {
  content: "";
  background-image: url(images/arrow_right.png?1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
}

.element-enrol_now .step-block .steps .step .step-img img {
  width: 100%;
  height: 100%;
}

.element-enrol_now .step-block .steps .step:nth-child(6) .step-img:after {
  display: none;
}

.element-enrol_now .courses {
  padding-bottom: 30px;
  position: relative;
  padding-top: calc(80vw * 0.4 / 3);
}

.element-enrol_now .courses .course-title {
  background-size: cover;
  position: absolute;
  width: calc(100% / 3);
  height: calc(80vw * 0.4 / 3);
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding-left: 115px;
  padding-top: 22px;
  padding-right: 35px;
  cursor: pointer;
}

.element-enrol_now .courses .course-title:nth-child(3) {
  left: calc(100% / 3);
}

.element-enrol_now .courses .course-title:nth-child(5) {
  left: calc(100% / 3 * 2);
}

.element-enrol_now .courses .course-title:before {
  content: url("./images/circle_arrow_right.svg");
  position: absolute;
  z-index: 100000;
  left: 50px;
  top: 22px;
  width: 45px;
  height: 45px;
}

.element-enrol_now .courses .course-title .title {
  font-size: 34px;
  line-height: 34px;
  font-family: Gilroy-ExtraBold;
}

.element-enrol_now .courses .course-title .description {
  font-size: 15px;
  line-height: 20px;
  font-family: "Gilroy-Regular";
}

.element-enrol_now .courses .course-title.active:before {
  content: url("./images/circle_arrow_down.svg");
}

.element-enrol_now .courses .course {
  display: none;
  width: 100%;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(143, 155, 179, 0.4);
}

.element-enrol_now .courses .course .roles {
  margin: 0 -5px;
}

.element-enrol_now .courses .course .roles .role {
  width: calc((100% / 4) - 13px);
  display: inline-block;
  margin: 0 5px;
  background-size: cover;
}

.element-enrol_now .courses .course .roles .role:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

.element-enrol_now .courses .course .roles .role .icon {
  padding: 10px;
  width: 32%;
  display: inline-block;
  line-height: 100px;
  vertical-align: middle;
}

.element-enrol_now .courses .course .roles .role .icon img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.element-enrol_now .courses .course .roles .role .title {
  display: inline-block;
  width: 65%;
  font-family: "gilroy-extrabold";
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
}

.element-enrol_now .courses .course .top-block {
  width: 100%;
  position: relative;
  height: 8.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}

.element-enrol_now .courses .course .top-block .bg-desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.element-enrol_now .courses .course .top-block .bg-mobile {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.element-enrol_now .courses .course .top-block .icon {
  width: 4%;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}

.element-enrol_now .courses .course .top-block .icon img {
  width: 100%;
}

.element-enrol_now .courses .course .top-block .title {
  color: #FFFFFF;
  font-size: 34px;
  font-family: Gilroy-ExtraBold;
  display: inline-block;
  line-height: 100%;
  height: 100%;
}

.element-enrol_now .courses .course .modules {
  margin: 30px 0 0;
}

.element-enrol_now .courses .course .modules .module {
  padding: 30px 0;
  border: 1px solid #9AB8DB;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(143, 155, 179, 0.4);
  box-shadow: 0px 10px 10px 0px rgba(143, 155, 179, 0.4);
  position: relative;
}

.element-enrol_now .courses .course .modules .module .roles {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin: 0;
}

.element-enrol_now .courses .course .modules .module .roles .role {
  height: 5px;
  float: left;
}

.element-enrol_now .courses .course .modules .module .sub-title {
  color: #2DC7C1;
  font-family: Gilroy-ExtraBold;
  font-size: 18px;
  padding: 0 36px;
  position: relative;
  line-height: 18px;
}

.element-enrol_now .courses .course .modules .module .sub-title:before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.element-enrol_now .courses .course .modules .module .title {
  padding: 0 36px;
  color: #1F4199;
  font-family: Gilroy-ExtraBold;
  font-size: 28px;
  margin: 5px 0;
}

.element-enrol_now .courses .course .modules .module .enrol-block {
  padding: 0 36px;
}

.element-enrol_now .courses .course .modules .module .enrol-block select {
  width: 20%;
  padding: 5px 10px;
  border-radius: 25px;
  border-color: #C2D1D9;
  margin-right: 10px;
}

.element-enrol_now .courses .course .modules .module .enrol-block .view-more {
  width: 18%;
  padding: 5px 10px;
  color: #FFFFFF;
  text-align: center;
}

.element-enrol_now .courses .course .modules .module .enrol-block .view-more:hover {
  background-color: #F5998B;
  border-color: #F5998B;
}

.element-enrol_now .courses .course.active {
  display: block;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .element-enrol_now {
    width: 90%;
  }
  .element-enrol_now .title-block {
    width: 100%;
  }
  .element-enrol_now .step-block .steps .step {
    width: calc(100% / 2);
    border-bottom: 1px solid #2DC7C1;
  }
  .element-enrol_now .step-block .steps .step:nth-child(even) .step-img:after {
    display: none;
  }
  .element-enrol_now .courses .course-title {
    width: 100%;
    height: calc(90vw * 160 /360);
    position: relative;
    padding-left: 98px;
    padding-right: 15px;
    left: 0 !important;
  }
  .element-enrol_now .courses .course-title:nth-child(3) {
    left: 0;
    margin: 80px 0 20px;
  }
  .element-enrol_now .courses .course-title:nth-child(5) {
    left: 0;
  }
  .element-enrol_now .courses .course-title:before {
    left: 33px;
  }
  .element-enrol_now .courses .course {
    padding: 40px 10px;
  }
  .element-enrol_now .courses .course .roles .role {
    width: 100%;
    margin: 0 0 10px;
  }
  .element-enrol_now .courses .course .roles .role .icon {
    padding: 20px 10px 20px 0;
    width: 30%;
  }
  .element-enrol_now .courses .course .roles .role .icon img {
    display: block;
    margin: 0 0 0 auto;
  }
  .element-enrol_now .courses .course .top-block {
    height: 50%;
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .element-enrol_now .courses .course .top-block .bg-desktop {
    display: none;
  }
  .element-enrol_now .courses .course .top-block .bg-mobile {
    display: block;
  }
  .element-enrol_now .courses .course .top-block .icon {
    display: block;
    width: 20%;
  }
  .element-enrol_now .courses .course .top-block .title {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .element-enrol_now .courses .course .modules .module .roles .role {
    width: calc((100% / 4) - 13px);
    margin: 0 5px;
  }
  .element-enrol_now .courses .course .modules .module .sub-title {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .title {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block select {
    width: 100%;
    margin: 5px 0;
    padding: 10px 15px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block .view-more {
    width: 80%;
    margin: 10px 0;
    padding: 10px 15px;
  }
}

@media (max-width: 799px) {
  .element-enrol_now {
    width: 90%;
  }
  .element-enrol_now .title-block {
    width: 100%;
  }
  .element-enrol_now .step-block .steps .step {
    width: calc(100% / 2);
    border-bottom: 1px solid #2DC7C1;
  }
  .element-enrol_now .step-block .steps .step:nth-child(even) .step-img:after {
    display: none;
  }
  .element-enrol_now .step-block .steps .step .step-img {
    min-height: 160px;
    width: 90%;
  }
  .element-enrol_now .step-block .steps .step .step-img:after {
    width: 20px;
  }
  .element-enrol_now .courses .course-title {
    width: 100%;
    height: calc(90vw * 160 /360);
    position: relative;
    padding-left: 98px;
    padding-right: 5px;
  }
  .element-enrol_now .courses .course-title:nth-child(3) {
    left: 0;
    margin: 80px 0 20px;
  }
  .element-enrol_now .courses .course-title:nth-child(5) {
    left: 0;
  }
  .element-enrol_now .courses .course-title:before {
    left: 33px;
  }
  .element-enrol_now .courses .course {
    padding: 40px 10px;
  }
  .element-enrol_now .courses .course .roles .role {
    width: 100%;
    margin: 0 0 10px;
  }
  .element-enrol_now .courses .course .roles .role .icon {
    padding: 20px 10px 20px 0;
    width: 30%;
  }
  .element-enrol_now .courses .course .roles .role .icon img {
    display: block;
    margin: 0 0 0 auto;
  }
  .element-enrol_now .courses .course .top-block {
    height: 50%;
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .element-enrol_now .courses .course .top-block .bg-desktop {
    display: none;
  }
  .element-enrol_now .courses .course .top-block .bg-mobile {
    display: block;
  }
  .element-enrol_now .courses .course .top-block .icon {
    display: block;
    width: 20%;
  }
  .element-enrol_now .courses .course .top-block .title {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .element-enrol_now .courses .course .modules .module .roles .role {
    width: calc((100% / 4) - 13px);
    margin: 0 5px;
  }
  .element-enrol_now .courses .course .modules .module .sub-title {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .title {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block {
    padding: 0 16px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block select {
    width: 100%;
    margin: 5px 0;
    padding: 10px 15px;
  }
  .element-enrol_now .courses .course .modules .module .enrol-block .view-more {
    width: 80%;
    margin: 10px 0;
    padding: 10px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .element-enrol_now .courses .course-title {
    padding-left: 98px;
    padding-right: 15px;
  }
  .element-enrol_now .courses .course-title:before {
    left: 33px;
  }
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.clear {
  clear: both;
}

.copyright a {
  color: #eee;
}

.copyright .gongan {
  background-image: url(./images/gongan.png);
  width: 18px;
  height: 18px;
}

.block.clearfix.swiper-course {
  position: relative;
  min-height: 600px;
}

#element-our_awards-3 &gt; div.view-more &gt; a {
  color: #FFFFFF;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wow.fadeIn.element-featured_video a img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wow.fadeIn.element-homepage_about_opencerthub .item .video a img {
  width: 100%;
}

@media (max-width: 799px) {
  .page {
    margin-top: 70px;
  }
  .video a img {
    width: 80vw;
  }
}

@media (max-width: 799px) {
  .element-solutions .item .user_sharing .title {
    padding: 30px;
  }
  .element-solutions .item .user_sharing .title .description {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .wow.fadeIn.element-featured_video a img {
    height: 50vw;
  }
}

.simplified-chinese *:not(i) {
  font-family: "Noto Sans CJK" !important;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>