@font-face {
  font-family: "Myriad-pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MYRIADPRO-REGULAR.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad-pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MYRIADPRO-BOLD.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.ttf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.ttf");
  font-style: normal;
  font-weight: 800;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Myriad-pro";
  font-weight: 400;
  font-size: 14px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: none;
  text-decoration: none;
}

a span {
  border: 1px solid transparent;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

input {
  outline: none;
  border-radius: 0;
}

.p-tb-80 {
  padding: 80px 0;
}

.p-tb-40 {
  padding: 40px 0;
}

.p-tb-30 {
  padding: 30px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.container {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-full {
  max-width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

a {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ol {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.3;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

input {
  outline: none;
}

a {
  color: #f5de4d;
}
a:hover,
a:focus {
  color: rgba(245, 222, 77, 0.8);
}

.fullpage {
  position: relative;
}

.header__top {
  background: #025e6a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__logo {
  width: 41.57%;
  padding-left: 40px;
}
.header__banner {
  flex: 1;
}

.header .nav-comp-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__inner .logo {
  width: 130px;
}
.header__inner .logo img {
  height: 40px;
  position: relative;
  transition: all ease 0.4s;
}
.header__inner .logo a {
  position: absolute;
  display: block;
  padding: 15px 20px;
  border-radius: 0 0 15px 13px;
  border: 2px solid #d4b770;
  border-top: 0;
  background-color: #fff;
  transition: all 0.4s;
  top: 0;
  left: 0;
}

.header.scroll .logo img {
  height: 50px;
  width: unset;
}
.header.scroll .header__inner {
  height: 70px;
}

.header__inner {
  border-bottom: 1px solid #025e6a;
}
.header__inner .main-menu {
  position: relative;
}
.header__inner .main-menu .language {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 -5px;
}
.header__inner .main-menu .language a {
  display: inline-block;
  font-family: "Gotham";
  font-weight: 500;
  color: #989898;
  text-transform: uppercase;
  position: relative;
  padding: 0 5px;
}
.header__inner .main-menu .language a:before {
  content: "";
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #989898;
  position: absolute;
  left: 0;
}
.header__inner .main-menu .language a.active {
  font-weight: 800;
  color: #f36f33;
}
.header__inner .main-menu .language a:hover {
  color: #f36f33;
}
.header__inner .main-menu .language a:first-child:before {
  content: none;
}

.header__inner .navbar-nav {
  padding-right: 50px;
}

.header__inner .navbar-nav > .nav-item {
  position: relative;
  font-size: 16px;
}
.header__inner .navbar-nav > .nav-item:before,
.header__inner .navbar-nav > .nav-item:after {
  position: absolute;
  left: 0px;
  width: 1px;
  bottom: 26px;
  top: 26px;
  background-color: #f36f33;
  content: "";
  transition: all ease 0.4s;
  opacity: 0;
}
.header__inner .navbar-nav > .nav-item:after {
  left: unset;
  right: 0;
}
.header__inner .navbar-nav > .nav-item.active:before,
.header__inner .navbar-nav > .nav-item:hover:before,
.header__inner .navbar-nav > .nav-item.active:after,
.header__inner .navbar-nav > .nav-item:hover:after {
  opacity: 1;
}
.header__inner .navbar-nav > .nav-item > .nav-link {
  color: #025e6a;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Gotham";
  padding: 26px 18px;
  position: relative;
  line-height: 19.2px;
}
.header__inner .navbar-nav .nav-item.active .nav-link,
.header__inner .navbar-nav > .nav-item:hover > .nav-link {
  color: #f36f33;
  border-color: #f36f33;
}
.header__inner .navbar-nav > .nav-item > .nav-link:before {
  position: absolute;
  left: 18px;
  right: 100%;
  bottom: -1px;
  height: 2px;
  background-color: #f36f33;
  content: "";
  opacity: 0;
  transition: all ease 0.4s;
}

.header__inner .navbar-nav .nav-item.active .nav-link:before,
.header__inner .navbar-nav > .nav-item:hover > .nav-link:before {
  right: 18px;
  opacity: 1;
}

/*Nav-bar*/
.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-nav > .nav-item {
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  position: relative;
}
.navbar-toggler {
  display: none;
  outline: none;
}
.mobile-menu {
  display: none;
}

.navbar-nav > .nav-item:last-child:hover:before {
  right: -10px;
}

/*Introduce*/
.title {
  font-family: "Gotham";
  font-weight: 800;
}
.heading .title {
  padding-left: 16px;
  position: relative;
  color: #025e6a;
}
.heading .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  background: #025e6a;
  width: 2px;
}
.heading .title > span {
  display: block;
}
.heading .title > span:first-child {
  font-size: 32px;
  line-height: 38.4px;
}
.heading .title > span:last-child {
  font-size: 24px;
  line-height: 28.8px;
}
.introduce {
  background: url(../images/bg/bg-1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.introduce__inner {
  display: flex;
  padding-top: 175px;
  padding-bottom: 210px;
}
.introduce__left {
  width: 47.65%;
}
.introduce__right {
  flex: 1;
  padding-left: 60px;
}
.introduce__left .heading .title {
  margin-bottom: 32px;
}
.introduce__right .list {
  padding-left: unset;
  margin: -15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.introduce__right .list .item {
  width: 50%;
  padding: 15px;
}
.introduce__right .list .item .inner-item {
  background: #f6f6f6;
  text-align: center;
  padding: 47px 20px 36px;
  position: relative;
}
.introduce__right .list .item .inner-item:before {
  content: "";
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  background: url(../images/bg/bg-intro-1.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.introduce__right .list .item:nth-child(2) .inner-item:before {
  background: url(../images/bg/bg-intro-2.svg) no-repeat;
  background-position: center;
}
.introduce__right .title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.introduce__right .list .inner-item .sub {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: 800;
  color: #025e6a;
  position: relative;
}
.introduce__right .list .inner-item .number {
  font-weight: 700;
  font-size: 72px;
  line-height: 0.3;
  margin-top: 23px;
  margin-bottom: 12px;
  position: relative;
  -webkit-text-stroke: 2px #025e6a;
  color: transparent;
}
.introduce__right .list .inner-item .title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #f36f33;
  position: relative;
}
.introduce__right .list .inner-item .sub-title {
  position: relative;
  font-size: 16px;
}
.introduce__right .cation {
  color: #676767;
  text-align: center;
  margin-top: 15px;
}

/*Structure*/
.structure {
  padding-bottom: 120px;
}
.structure__top {
  display: flex;
  padding-top: 55px;
  margin-bottom: 35px;
}
.structure__top .heading {
  flex: 1;
  padding-right: 30px;
}
.structure__top .des {
  width: 67.13%;
}
.structure__bottom .fav {
  text-align: center;
  padding-bottom: 40px;
}
.structure__bottom .fav .inner-fav {
  display: inline-block;
  position: relative;
}
.structure__bottom .fav .inner-fav:before {
  position: absolute;
  bottom: -40px;
  height: 41px;
  width: 1px;
  background-color: #025e6a;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.structure__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding-left: unset;
  list-style: none;
}

.structure__list-item .inner .text {
  text-transform: uppercase;
  font-weight: 700;
}

.structure__list-item-main {
  width: 11.1111111111%;
  padding: 0 10px;
  /* padding-top: 120px; */
  position: relative;
  padding-bottom: 60px;
}

.structure__bottom .fav .inner-fav:after {
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 1px;
  background-color: #025e6a;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.structure__list-item-main:after {
  position: absolute;
  /* bottom: -60px; */
  height: 60px;
  width: 1px;
  background-color: #025e6a;
  content: "";
  left: 50%;
  opacity: 0.5;
  transform: translateX(50%);
}

.structure__list-item-main .inner {
  height: 240px;
  background-color: #054048;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 5px;
  border-radius: 8px;
  border-top-right-radius: 0;
  text-align: center;
  position: relative;
}
.structure__list-item-main .inner .text {
  text-transform: uppercase;
  font-weight: 700;
}

.structure__list-item .inner .text {
  text-transform: uppercase;
  font-weight: 700;
}

.structure__list-item {
  width: 11.1111111111%;
  padding: 0 10px;
  padding-top: 120px;
  position: relative;
}

.structure__list-item:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(2, 94, 106, 0.5);
  content: "";
  content: "";
  top: 0;
}
.structure__list-item:first-child:after {
  left: 50%;
}
.structure__list-item:last-child:after {
  right: 50%;
}
.structure__list-item:before {
  position: absolute;
  top: 0px;
  height: 110px;
  width: 1px;
  background-color: #025e6a;
  content: "";
  left: 50%;
  opacity: 0.5;
  transform: translateX(50%);
}
.structure__list-item .inner {
  height: 240px;
  background-color: #054048;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 5px;
  border-radius: 8px;
  border-top-right-radius: 0;
  text-align: center;
  position: relative;
}
.structure__list-item .inner .text {
  text-transform: uppercase;
  font-weight: 700;
}
.structure__list-item:nth-child(n + 2) .inner {
  background-color: #486e73;
}
.structure__list-item:nth-child(n + 3) .inner {
  background-color: #6e9aa0;
}
.structure__list-item:nth-child(n + 4) .inner {
  background-color: #5298a1;
}
.structure__list-item:nth-child(n + 5) .inner {
  background-color: #1b828f;
}
.structure__list-item:nth-child(n + 6) .inner {
  background-color: #168383;
}
.structure__list-item:nth-child(n + 7) .inner {
  background-color: #066a6a;
}
.structure__list-item:nth-child(n + 8) .inner {
  background-color: #0a6886;
}
.structure__list-item:nth-child(n + 9) .inner {
  background-color: #0f4d71;
}
.structure__list-item:nth-child(n + 10) .inner {
  background-color: #195287;
}
.structure__list-item:nth-child(n + 11) .inner {
  background-color: #216684;
}
.structure__list-item .inner .see-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffd200;
  text-decoration: underline;
}
.structure__list-item .inner:before {
  width: 16px;
  height: 16px;
  background-color: #5298a1;
  position: absolute;
  content: "";
  left: calc(50% + 1px);
  top: 0;
  transform: translate(-50%, -40%);
  border: 2px solid #fff;
  border-radius: 50%;
}

.structure__list-item-main .inner .see-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffd200;
  text-decoration: underline;
}
.structure__list-item-main .inner:before {
  width: 16px;
  height: 16px;
  background-color: #5298a1;
  position: absolute;
  content: "";
  left: calc(50% + 1px);
  top: 0;
  transform: translate(-50%, -40%);
  border: 2px solid #fff;
  border-radius: 50%;
}

.structure__list-item:nth-child(n + 2) .inner:before {
  background-color: #486e73;
}
.structure__list-item:nth-child(n + 3) .inner:before {
  background-color: #6e9aa0;
}
.structure__list-item:nth-child(n + 4) .inner:before {
  background-color: #5298a1;
}
.structure__list-item:nth-child(n + 5) .inner:before {
  background-color: #1b828f;
}
.structure__list-item:nth-child(n + 6) .inner:before {
  background-color: #168383;
}
.structure__list-item:nth-child(n + 7) .inner:before {
  background-color: #066a6a;
}
.structure__list-item:nth-child(n + 8) .inner:before {
  background-color: #0a6886;
}
.structure__list-item:nth-child(n + 9) .inner:before {
  background-color: #0f4d71;
}
.structure__list-item:nth-child(n + 10) .inner:before {
  background-color: #195287;
}
.structure__list-item:nth-child(n + 11) .inner:before {
  background-color: #216684;
}

.team {
  background: #025e6a;
  padding-top: 56px;
  padding-bottom: 72px;
  color: #fff;
}
.team .heading .title {
  color: #fff;
  margin-bottom: 24px;
}
.team .heading .title > span:last-child {
  color: #f36f33;
}
.team .heading .title:before {
  background: #fff;
}
.team__list {
  list-style: none;
  padding-left: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
/* .team__list-item:first-child { width: 16%; position: absolute; padding-right: 40px; left: 0; } */
.team__list-item {
  text-align: center;
  position: relative;
}
.team__list-item .number {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  font-family: "Gotham";
}
.team__list-item .text {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 800;
  font-family: "Gotham";
}
/* .team__list-item:first-child { padding-right: 40px;}
.team__list-item:first-child:before { content: ''; position: absolute; top: 10px; right: 0; bottom: 0; width: 1px; background: #5E939A; }
.team__list-item:first-child .top { display: flex; align-items: center; justify-content: space-between; }
.team__list-item:first-child .number { color: #FFD200; }
.team__list-item:first-child .text { background: #fff; color: #025E6A; padding: 3px; } */

.program {
  position: relative;
}
.program:before {
  content: "";
  position: absolute;
  top: 120px;
  left: -200px;
  bottom: 0;
  width: 50%;
  background: #f36f33;
  opacity: 0.5;
  transform: skew(45deg);
  transform-origin: 100% 100%;
}
.program__top {
  padding: 20px 0;
  display: flex;
  position: relative;
}
.program__top .des {
  width: 60%;
}
.program__top .des p:last-of-type {
  margin-bottom: 0;
}
.program__top .heading {
  flex: 1;
  padding-left: 60px;
  padding-right: 15px;
}
.program__bottom {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.program__list {
  width: 60%;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
}
.program__bottom .circle {
  width: 40%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.program__bottom .circle img {
  height: 480px;
}
.program__list-item {
  width: calc(20% - 8px);
}
.program__list-item a {
  color: #005f69;
  display: block;
  height: 100%;
}
.program__list-item .inner {
  background: #f8f8f8;
  height: 80px;
  border-radius: 8px;
  /* border-left: 3px solid #005F69; */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  transition: all 0.2s ease;
}
.program__list-item .inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.program__list-item .inner .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program__list-item .inner .icon img {
  width: 16px;
  height: 16px;
}
.program__list-item .inner .text {
  flex: 1;
  font-weight: 600;
  line-height: 16px;
  font-size: 12px;
}
.program__list-item:first-child {
  width: calc(40% - 6px);
}
.program__list-item:first-child .inner {
  background: transparent;
  border-left: none;
  padding: 0;
  height: auto;
}
.program__list-item:first-child :hover {
  transform: none;
  box-shadow: none;
}
.program__list-item:first-child .number {
  font-size: 80px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Gotham";
  color: #f36f33;
  padding-right: 8px;
}
.program__list-item:first-child .title > span:last-child {
  font-family: "Myriad-pro";
  font-weight: 700;
  font-size: 16px;
}
.program__list-item:first-child .title > span > span:last-child {
  font-family: "Gotham";
  font-weight: 800;
}
.program__list-item:first-child .title > span:first-child {
  font-size: 18px;
}
/* Base styles */
.specialized {
  background: #f6f6f6;
  padding: 80px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header styles */
.specialized__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.specialized__header .number {
  color: #f36f33;
  font-size: 72px;
  line-height: 86.4px;
  font-weight: 800;
  font-family: "Gotham", sans-serif;
}

.specialized__header .title {
  margin-left: 20px;
  font-family: "Gotham", sans-serif;
}

.specialized__header .highlight {
  color: #f36f33;
}

/* Grid container */
.specialized__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Specialized item styles */
.specialized__list-item {
  padding: 0;
  margin: 0;
}

.specialized__list-item a {
  display: block;
  text-decoration: none;
}

.specialized__list-item .inner {
  height: 160px;
  border-radius: 12px;
  border-top-right-radius: 0;
  border: 1px solid #cddadb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: all 0.3s ease;
}

.specialized__list-item .inner:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.specialized__list-item .inner .icon img {
  width: 24px;
  height: 24px;
}

.specialized__list-item .inner .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  /* font-family: 'Mỷ', sans-serif; */
  margin-top: 12px;
  color: #005f69;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .specialized__container {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

@media (max-width: 767px) {
  .specialized__container {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media (max-width: 576px) {
  .specialized__container {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }

  .specialized__header .number {
    font-size: 60px;
    line-height: 72px;
  }

  .specialized__list-item .inner {
    height: 150px;
  }
}

@media (max-width: 400px) {
  .specialized__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Specialized Section Updates */
.specialized__categories {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 32px;
  /* align-items: flex-end; */
}

.specialized__category {
  flex: 1;
}

.specialized__category-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}

.specialized__category-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Gotham", sans-serif;
  color: #025e6a;
}

.specialized__category-count {
  color: #f36f33;
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 800;
  font-family: "Gotham", sans-serif;
}

.specialized__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

/* Update responsive styles */
@media (max-width: 768px) {
  .specialized__categories {
    flex-direction: column;
    gap: 24px;
  }

  .specialized__category {
    width: 100%;
  }
}

.advise_inner {
  display: flex;
}
.advise__left {
  width: 50%;
}
.advise__left .wrap-img,
.advise__left .wrap-img img {
  height: 100%;
}
.advise__right {
  width: 50%;
  padding-right: 40px;
  padding-left: 64px;
  padding-top: 88px;
}
.advise__right .heading .title {
  margin-bottom: 48px;
}
.advise__list {
  padding-left: 16px;
  list-style: none;
  margin-bottom: 0;
}
.advise__list-item {
  padding-left: 50px;
  position: relative;
  margin-bottom: 24px;
}
.advise__list-item .number {
  bottom: 0;
  left: -50px;
  position: absolute;
  color: #f36f33;
  font-size: 40px;
  line-height: 36px;
}
.advise__list-item .name {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 800;
  font-family: "Gotham";
  color: #484848;
  margin-bottom: 14px;
  position: relative;
}

.field {
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
  background: #025e6a url(../images/bg/bg-field.png) no-repeat;
  background-position: center 80%;
  background-size: contain;
}
.field__top .heading {
  width: 43.3%;
}
.field__top .heading .title {
  color: #fff;
}
.field__top .heading .title > span:last-child {
  color: #f36f33;
}
.field__top .heading .title:before {
  background: #fff;
}
.field__top {
  display: flex;
  align-items: flex-start;
}
.field__top .list {
  padding-left: unset;
  margin: 0 -86px;
  display: flex;
  list-style: none;
  flex: 1;
  justify-content: space-between;
}
.field__top .list .item {
  padding: 0 86px;
  position: relative;
}
.field__top .list .item:before {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #fff;
  content: "";
}
.field__top .list .item .number {
  color: #ffd200;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 800;
  font-family: "Gotham";
}
.field__bottom {
  padding-top: 95px;
}
.field__bottom .heading {
  padding-left: 153px;
  padding-bottom: 70px;
}
.field__bottom .heading .info {
  position: relative;
}
.field__bottom .heading .number {
  position: absolute;
  top: -8px;
  left: -17px;
  transform: translateX(-100%);
  font-size: 64px;
  line-height: 76.8px;
  font-weight: 800;
  font-family: "Gotham";
}
.field__bottom .heading .name {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 800;
  font-family: "Gotham";
  margin-bottom: 7px;
}
.field__bottom .heading ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 14px;
  margin-bottom: 0;
  list-style: none;
}
.field__bottom .heading ul li {
  position: relative;
}
.field__bottom .heading ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #c4c4c4;
  left: -14px;
  bottom: 7px;
}
.field__bottom .list {
  display: flex;
  flex-wrap: wrap;
  margin: -28px -48px;
  padding-left: 152px;
  list-style: none;
  align-items: center;
}
.field__bottom .list .item {
  padding: 28px 48px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 800;
  font-family: "Gotham";
  width: 50%;
  position: relative;
}
.field__bottom .list .item:before {
  content: "";
  top: 50%;
  left: 32px;
  transform: translate(-100%, -50%);
  background: url(../images/icons/icon-li.svg);
  width: 14px;
  height: 11px;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.field__bottom a {
  color: white;
}

.footer {
  background: #002a2d;
}
.footer a {
  color: #c9c9c9;
}
.footer a:hover {
  color: #ffd200;
}
.footer ul {
  padding-left: unset;
  list-style: none;
}
.footer__top {
  padding-bottom: 80px;
  padding-top: 72px;
  font-size: 16px;
  font-weight: bold;
  color: #c9c9c9;
}
.footer .footer__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: unset;
  justify-content: space-between;
  position: relative;
  padding-left: 36.4%;
}
.footer .logo {
  margin-bottom: 32px;
}
.footer__list-item:first-child {
  width: 36.4%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer__list-item:first-child ul li {
  margin-bottom: 6px;
}
.footer__list-item ul li {
  display: flex;
  margin-bottom: 6px;
}
.footer__list-item:first-child ul li .name {
  width: 95px;
  padding-right: 15px;
}
.footer__list-item:first-child ul li .icon {
  width: 30px;
  padding-right: 14px;
}
.footer__list-item:first-child ul li .info {
  flex: 1;
  font-weight: 400;
}

.footer__bottom {
  border-top: 1px solid #373737;
  color: #cacaca;
}
.footer__bottom {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.footer__bottom .nextpage {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #cfcfcf;
}

.video {
  padding: 52px 40px;
  display: block;
  background: #f1f1f1;
}
.video a {
  display: block;
  position: relative;
  padding: 40px;
  background: #025e6a;
  border-radius: 16px;
  border-top-right-radius: 0;
}
.video a .wrap-img {
  position: relative;
  height: 0;
  padding-top: 49.6%;
  display: block;
}
.video a .wrap-img .img {
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video a .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 88px;
  height: 93px;
}

/* News Portal Block */
.news-portal {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

/* Header Elements */
.news-portal__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.news-portal__logo {
  width: 3rem;
  height: 3rem;
  background-color: #f97316;
  border-radius: 0.375rem;
}

.news-portal__title {
  font-size: 1.875rem;
  font-weight: 700;
}

/* Navigation Elements */
.news-portal__navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
  margin: 1rem 0 2rem;
  position: relative;
}

.news-portal__tab {
  background: none;
  border: none;
  padding-bottom: 0.25rem;
  color: #4b5563;
  cursor: pointer;
  font-size: 1rem;
  /* margin-bottom: 0.5rem; */
}

.news-portal__tab:hover {
  color: #005f69;
}

.news-portal__tab--active {
  color: #005f69;
  border-bottom: 2px solid #005f69;
  font-weight: bold;
}

/* SDG Button and Filter Elements */
.news-portal__sdg-container {
  /* margin-left: auto; */
  position: relative;
}

.news-portal__sdg-button {
  background-color: #f97316;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 9999px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.news-portal__sdg-filter {
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  z-index: 10;
  /* width: 100%; */
  width: 520px;
  max-width: 520px;
  border: 1px solid #e5e7eb;
  display: none;
}

.news-portal__sdg-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem 1rem;
}

@media (min-width: 480px) {
  .news-portal__sdg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-portal__sdg-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-portal__sdg-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-portal__sdg-content label {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.news-portal__sdg-icon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  aspect-ratio: 1;
  overflow: hidden;
}

.news-portal__sdg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* News Grid Elements - Improved Responsiveness */
.news-portal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* Mobile first approach with progressive breakpoints */
@media (min-width: 540px) {
  .news-portal {
    padding: 40px;
  }

  .news-portal__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .news-portal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .news-portal__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .news-portal__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.news-portal__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.news-portal__item span {
  color: #999999;
}

.news-portal__item p {
  margin-bottom: 0;
}

.news-portal__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66%; /* 3:2 aspect ratio */
  overflow: hidden;
  border-radius: 0.5rem;
}

.news-portal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-portal__headline {
  color: #484848;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news-portal__headline {
    font-size: 1.125rem;
  }
}

.news-portal__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.news-portal__badge {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  aspect-ratio: 1;
  overflow: hidden;
}

.news-portal__badge-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-portal__summary {
  color: #4b5563;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tab Content Elements */
.news-portal__content {
  display: block;
}

.news-portal__content--hidden {
  display: none;
}

.news-portal__placeholder {
  padding: 2rem 0;
  text-align: center;
}

.news-portal__placeholder-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
}

/*Courses*/
.course-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 30px;
}

.course-container .heading {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.course-container .heading .number {
  color: #f36f33;
  font-size: 72px;
  line-height: 86.4px;
  font-weight: 800;
  font-family: "Gotham";
}

.course-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.course-categories__item {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.course-categories__item:hover {
  background-color: rgba(0, 110, 127, 0.1);
  border-color: #006e7f;
  color: #005f69;
}

.course-categories__item--active {
  background-color: #006e7f;
  color: white;
  border-color: #006e7f;
}

.course-categories__item--active:hover {
  background-color: #006e7f;
  color: white;
  border-color: #006e7f;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.course-list__category {
  grid-column: 1 / -1;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.course-list__category-title {
  font-size: 20px;
  color: #006e7f;
  font-weight: 600;
}

.course-list__category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #006e7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.course-list__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.course-list__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #006e7f;
}

.course-list__item-title {
  font-size: 14px;
  /* font-weight: 600; */
  color: #333;
  flex-grow: 1;
  line-height: 1.4;
}

.course-list__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.course-list__item-tag {
  display: inline-block;
  background-color: rgba(0, 110, 127, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #006e7f;
  font-weight: 500;
}

.course-list__item-details {
  font-size: 12px;
  color: #666;
  background-color: #f9f9f9;
  padding: 3px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.course-list__item-details:hover {
  background-color: #f0f0f0;
}

.course-list__no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  font-size: 16px;
  color: #666;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .course-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media (max-width: 480px) {
  .course-list {
    grid-template-columns: 1fr;
  }

  .course-categories {
    flex-direction: column;
  }

  .course-container {
    padding: 20px;
  }
}

.program__content {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

/* Program Counter */
.program-counter {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.program-counter__number {
  font-size: 72px;
  font-family: "Gotham", sans-serif;
  line-height: 86px;
  font-weight: bold;
  color: #f97316;
}

.program-counter__text {
  font-size: 32px;
  color: #005f69;
  line-height: 32px;
  font-family: "Gotham", sans-serif;
  margin-left: 16px;
}

.program-counter__title {
  font-weight: 600;
  text-transform: uppercase;
}

.program-counter__subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  /* text-transform: uppercase; */
  /* color: #f97316; */
}

.program-counter__subtitle span {
  color: #f36f33;
  text-transform: uppercase;
}

/* Tabs */
.tabs {
  width: 100%;
  margin-bottom: 24px;
}

.tabs__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.tabs__button {
  padding: 10px;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.tabs__button:hover {
  background-color: #e2e8f0;
}

.tabs__button--active {
  background-color: #0e766e;
  color: white;
  border-color: #0e766e;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: block;
}

/* Program Grid */
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.program-card {
  height: 80px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.program-card:hover {
  border-color: #99f6e4;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.program-card__icon {
  color: #0e766e;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.program-card__title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Responsive */
@media (max-width: 1024px) {
  .layout {
    flex-direction: column;
  }

  .layout__column--left,
  .layout__column--right {
    width: 100%;
  }

  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tabs__list {
    grid-template-columns: 1fr;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }
}
