@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  color: #3f3f3f;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  --widthDefault: 1240px;
  background-color: #fff;
  color: #202020;
  line-height: 1.5;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1324px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl {
    max-width: 100%;
  }
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-lg {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-lg {
    max-width: 100%;
  }
  body .container-lg .hide-on-bothTM {
    display: none !important;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}

@media (min-width: 1200px) {
  body .container-xl.special {
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  body .container-xl.special {
    max-width: calc(100% - (100% - 1320px));
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl.special {
    max-width: calc(100% - (100% - 1383px) / 2);
    margin-left: auto;
    margin-right: 0;
  }
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-one {
  0% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.general-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.general-pagination {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-pagination__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  font-weight: 500;
  padding: 2px 10px;
  transition: all 0.3s;
  border-width: 1.4px 0.5px;
  border-style: solid;
  border-color: #e3e9f1;
}
@media only screen and (max-width: 46.1875em) {
  .general-pagination__item {
    width: 38px;
    height: 32px;
  }
}
.general-pagination__item.active {
  color: #fff;
  border-color: #0089de;
  background-color: #0089de;
}
.general-pagination__item.nav {
  border-width: 1.4px 1px;
}
.general-pagination__item.nav:hover {
  border-color: #0089de;
}
.general-pagination__item.nav:hover svg path {
  fill: #0089de;
}
.general-pagination__item.nav-prev {
  border-radius: 8px 0px 0 8px;
}
.general-pagination__item.nav-next {
  border-radius: 0 8px 8px 0;
}
.general-title {
  flex: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.general-title span {
  color: #046a38;
}
.general-link {
  margin-left: 6px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
}
.general-link:hover {
  color: #046a38;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media only screen and (max-width: 63.9375em) {
  .home {
    margin-top: 58px;
  }
  .home .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .home.small {
    margin-top: 0px;
  }
  .home.small .hide-on-bothTM {
    display: none !important;
  }
}

.main-content {
  position: relative;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0 90px;
  padding-right: 34px;
}
@media only screen and (max-width: 63.9375em) {
  .main-content {
    width: 100%;
    padding: 16px 16px 40px;
  }
  .main-content .hide-on-bothTM {
    display: none !important;
  }
}
.main-cover {
  width: 100%;
  padding-left: 32px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .main-cover {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .main-cover {
    flex-direction: column;
    padding-left: 0;
  }
  .main-cover .hide-on-bothTM {
    display: none !important;
  }
}

.app {
  display: flex;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1300px) {
  .app {
    gap: 16px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .app {
    flex-direction: column;
    gap: 0;
  }
  .app .hide-on-bothTM {
    display: none !important;
  }
}

.page.special {
  width: calc(100% - 290px);
  margin: 60px 45px 0;
}
@media only screen and (max-width: 1440px) {
  .page.special {
    width: calc(100% - 228px);
    margin: 0;
    min-height: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page.special {
    width: 100%;
  }
  .page.special .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .page.special {
    padding: 0 0px;
  }
}

.domestic-listings__control,
.international-listings__control,
.institutions-control,
.listings-control {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}
.domestic-listings__control:hover svg,
.international-listings__control:hover svg,
.institutions-control:hover svg,
.listings-control:hover svg {
  color: #046a38;
}
.domestic-listings__control svg,
.international-listings__control svg,
.institutions-control svg,
.listings-control svg {
  color: #9e9e9e;
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.domestic-listings__control::after,
.international-listings__control::after,
.institutions-control::after,
.listings-control::after {
  display: none;
}

.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 9px 24px 9px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 99;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 63.9375em) {
  .header {
    display: block;
  }
  .header .hide-on-bothTM {
    display: none !important;
  }
}
.header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-icon i {
  font-size: 22px;
}
.header-details {
  position: relative;
  width: 100%;
  height: 185px;
  background-color: #046a38;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 63.9375em) {
  .header-details {
    height: auto;
    padding-bottom: 50px;
  }
  .header-details .hide-on-bothTM {
    display: none !important;
  }
}
.header-details__content {
  position: relative;
  z-index: 10;
  padding: 48px 0px 36px;
}
@media only screen and (max-width: 63.9375em) {
  .header-details__content {
    padding: 60px 20px 30px;
  }
  .header-details__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-details__content.special {
    padding: 50px 20px 8px;
  }
}
.header-details__title {
  font-weight: 600;
  font-size: 35px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .header-details__title {
    font-size: 28px;
  }
  .header-details__title .hide-on-pc-Lose {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .header-details__title {
    font-size: 32px;
  }
  .header-details__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-details__title {
    font-size: 23px;
  }
}
.header-details__progress {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.header-details__progress .partner-progress__value, .header-details__progress .partner-progress__label {
  color: #fff;
}
.header-details__progress .partner-progress__inner {
  background-color: #fff;
}
.header-details__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-details__cover {
    flex-direction: column;
  }
  .header-details__cover .hide-on-bothTM {
    display: none !important;
  }
}
.header-breadcrumb__item {
  color: #fff;
}
.header-breadcrumb__item + .header-breadcrumb__item::before {
  color: #fff;
}
.header-breadcrumb__item.active {
  opacity: 0.8;
  color: #fff;
}
.header-breadcrumb__link {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.header-breadcrumb__link:hover {
  color: #fff;
}

.sidebar-offcanvas__body {
  padding: 0;
}
.sidebar-logo {
  width: 100%;
  height: 38px;
  min-height: 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .sidebar-logo {
    height: 32px;
    min-height: 32px;
  }
}
.sidebar-logo__image {
  object-fit: cover;
  height: 100%;
}
.sidebar-left {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 290px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
  flex-shrink: 0;
}
@media only screen and (max-width: 1440px) {
  .sidebar-left {
    width: 228px;
  }
}
@media only screen and (max-width: 1300px) {
  .sidebar-left {
    width: 200px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left {
    display: none;
  }
  .sidebar-left .hide-on-bothTM {
    display: none !important;
  }
}
.sidebar-left__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .sidebar-left__container {
    padding: 32px 0;
  }
}
.sidebar-left__content {
  height: calc(100% - 136px);
  display: flex;
  flex-direction: column;
}
.sidebar-left__footer {
  min-height: 136px;
  height: 136px;
}
.sidebar-right {
  width: 300px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-right {
    display: none;
  }
  .sidebar-right .hide-on-bothTM {
    display: none !important;
  }
}
.sidebar-right__container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 32px 15px;
  height: 100%;
}
.sidebar-right__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sidebar-right__title {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.sidebar-right__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #202020;
}
.sidebar-right__menu svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  stroke: currentColor;
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left, .sidebar-right {
    width: 100%;
    border-radius: 0;
  }
  .sidebar-left .hide-on-bothTM, .sidebar-right .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sidebar-left__container, .sidebar-left__container, .sidebar-right__container, .sidebar-right__container {
    padding: 16px;
  }
  .sidebar-left__container .hide-on-bothTM, .sidebar-left__container .hide-on-bothTM, .sidebar-right__container .hide-on-bothTM, .sidebar-right__container .hide-on-bothTM {
    display: none !important;
  }
}

.banner {
  position: relative;
  padding: 30px 28px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #046a38;
  border-radius: 20px;
}
.banner__content {
  position: relative;
  width: 100%;
}
.banner__text {
  width: 100%;
  max-width: 756px;
}
.banner__subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.banner__title {
  width: 100%;
  max-width: 752px;
  margin-top: 8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 63.9375em) {
  .banner__title {
    font-size: 18px;
  }
  .banner__title .hide-on-bothTM {
    display: none !important;
  }
}
.banner-images {
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.banner-images__item + .banner-images__item {
  margin-left: 10px;
}
.banner-images__link {
  object-fit: cover;
  height: 38px;
}

.stats {
  width: 100%;
}
.stats-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .stats-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 10px;
    justify-content: flex-start;
  }
}
.stats-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 10px 12px;
  background-color: #fff;
  border: 0.5px solid #046a38;
  border-radius: 12px;
  box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
}
@media only screen and (max-width: 46.1875em) {
  .stats-card {
    flex-shrink: 0;
    flex: none;
    box-shadow: none;
    min-width: 200px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .stats-card + .stats-card {
    margin-left: 10px;
  }
}
.stats-card__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: rgba(4, 106, 56, 0.2);
  border-radius: 50px;
}
.stats-card__icon svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  stroke: #046a38;
}
.stats-card__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.stats-card__label {
  font-weight: 400;
  font-size: 12px;
  color: #5f5f5f;
}
.stats-card__value {
  font-weight: 600;
  font-size: 12px;
  color: #202020;
}

.institutions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.institutions-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.institutions-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.institutions-control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.institutions-control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.institutions-control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.institutions-grid {
  width: 100%;
}
.institutions-card {
  margin-top: 1px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e4e5e8;
}
.institutions-card:hover {
  transform: translateY(-1px);
}
@media only screen and (max-width: 63.9375em) {
  .institutions-card {
    padding: 24px 12px;
  }
  .institutions-card .hide-on-bothTM {
    display: none !important;
  }
}
.institutions-card__logo {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.institutions-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.institutions-card__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 51px;
  color: #046a38;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .institutions-card__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .institutions-card__name {
    font-size: 14px;
  }
}
.institutions-card__programs {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.25;
}

.international-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.international-listings__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.international-listings__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.international-listings__control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.international-listings__control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.international-listings__control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.international-listings__grid {
  width: 100%;
}

.domestic-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.domestic-listings__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.domestic-listings__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.domestic-listings__control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.domestic-listings__control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.domestic-listings__control svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  stroke: currentColor;
}
.domestic-listings__grid {
  width: 100%;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}
.profile__avatar-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__avatar-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.profile__avatar-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.profile__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  width: 100%;
}
.profile__name {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.profile__subtitle {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
}
.profile__btn-login {
  margin-top: 0 !important;
  font-size: 15px !important;
  padding: 8px 18px !important;
}
.profile-progress {
  width: 100px;
  height: 100px;
}
.profile-progress__svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.profile-progress__bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2.8;
}
.profile-progress__bar {
  fill: none;
  stroke: #046a38;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}
.profile-progress__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #202020;
}
.profile-tabs {
  display: flex;
}
.profile-tabs__button {
  min-width: 126px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 28px;
  color: #116031;
  cursor: pointer;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #116031;
  transition: background 0.2s;
}
@media only screen and (max-width: 46.1875em) {
  .profile-tabs__button {
    min-width: 108px;
    padding: 6px 26px;
  }
}
.profile-tabs__button:hover {
  color: #116031;
}
.profile-tabs__button.active {
  background: #116031 !important;
  color: #fff;
}
.profile-form {
  margin: 0 auto;
  padding: 28px 48px 28px 26px;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form {
    padding: 20px 0px 28px 16px;
  }
  .profile-form .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .profile-form {
    padding: 20px 0 28px 0;
  }
}
.profile-form__section {
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 32px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__section {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
  .profile-form__section .hide-on-bothTM {
    display: none !important;
  }
}
.profile-form__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-form__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.profile-form__label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #222;
  line-height: 1.2;
}
.profile-form__group + .profile-form__group {
  margin-top: 15px;
}
.profile-form__group + .profile-form__group.special {
  margin-top: 0;
}
.profile-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  background: #fff;
  margin-bottom: 0;
  outline: none;
  transition: border-color 0.2s;
}
.profile-form__input.input-phone {
  border: 0;
  min-height: 48px;
}
.profile-form__input:focus {
  border-color: #116031;
}
.profile-form__input--phone {
  flex: 1;
}
.profile-form__input--email {
  padding-left: 55px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__input--email {
    padding-left: 50px;
  }
}
.profile-form__phone {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  min-height: 48px;
}
.profile-form__country {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
  min-width: 145px;
  min-height: 48px;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__country {
    min-width: 96px;
  }
}
.profile-form__country .select2-container {
  width: 100% !important;
}
.profile-form__country .select2-container .select2-selection--single {
  border: 0;
}
.profile-form__country::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1.5px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #eee;
}
.profile-form__flag {
  height: 16px;
  margin-right: 8px;
}
.profile-form__email {
  position: relative;
  width: 100%;
}
.profile-form__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #8d8d8d;
}
.profile-form__button {
  margin-top: 20px;
  padding: 13px 0;
  font-size: 17px;
  border-radius: 8px;
  border: none;
  min-width: 195px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__button {
    font-size: 15px;
    padding: 12px 20px;
    min-width: auto;
  }
}
.profile-form__button--primary {
  background: #116031;
  color: #fff;
}
.profile-form__danger {
  background: none;
  color: #e2564c;
  border: none;
  padding: 0;
  min-width: unset;
  text-align: left;
  margin-top: 8px;
  margin-left: 20px;
}
.profile-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__row {
    gap: 14px;
  }
  .profile-form__row .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .profile-form__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.profile-form__password-group {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}
.profile-form__eye {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 18px;
  font-size: 20px;
  color: #888;
}
.profile-form__description {
  color: #888;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  max-width: 34%;
}
@media only screen and (max-width: 63.9375em) {
  .profile-form__description {
    max-width: 100%;
  }
  .profile-form__description .hide-on-bothTM {
    display: none !important;
  }
}

.experts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .experts {
    padding-bottom: 24px;
  }
}
.experts__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 230px;
}
.experts__title {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
}
.experts__subtitle {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
}
.experts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
.experts__load-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 226px;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s ease;
  padding: 8px 12px;
  background-color: rgba(4, 106, 56, 0.7);
  border: none;
  border-radius: 40px;
}
.experts__load-more:hover {
  background-color: rgba(4, 106, 56, 0.8);
}
.experts__load-more span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.experts-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
}
@media only screen and (max-width: 63.9375em) {
  .experts-item {
    width: 100%;
  }
  .experts-item .hide-on-bothTM {
    display: none !important;
  }
}
.experts-item__avatar {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.experts-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.experts-item__company {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.experts-item__location {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5f5f5f;
  line-height: 1.2;
}
.experts-item__connect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border: none;
  background-color: #046a38;
  border-radius: 8px;
}
.experts-item__connect:hover {
  background-color: #035a2f;
}
.experts-item__connect span {
  font-weight: 500;
  font-size: 8px;
  color: #fff;
  text-align: center;
}

.listings {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.listings-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.listings-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  overflow: auto;
}
.listings-nav__item {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  padding: 11px 60px 10px;
  border-radius: 8px;
  border: 1px solid #e4e5e8;
  transition: all 0.3s;
}
@media only screen and (max-width: 46.1875em) {
  .listings-nav__item {
    font-size: 17px;
    padding: 11px 30px 10px;
  }
}
.listings-nav__item:hover {
  border-color: #046a38;
}
.listings-nav__item.active {
  color: #fff;
  background-color: #046a38;
}
.listings-nav__item + .listings-nav__item {
  margin-left: 16px;
}
.listings-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.listings-control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
}
.listings-control:hover {
  background-color: #f5f5f5;
  border-color: #046a38;
}
.listings-grid {
  position: relative;
  width: 100%;
  min-height: 580px;
}
@media only screen and (max-width: 1650px) {
  .listings-grid {
    min-height: 748px;
  }
}
@media only screen and (max-width: 1440px) {
  .listings-grid {
    min-height: 730px;
  }
}
@media only screen and (max-width: 1283px) {
  .listings-grid {
    min-height: 842px;
  }
  .listings-grid .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .listings-grid {
    min-height: 740px;
  }
  .listings-grid .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .listings-grid {
    min-height: 722px;
  }
}
.listings-grid__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.listings-card {
  position: relative;
  width: 100%;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e4e5e8;
}
.listings-card:hover {
  transform: translateY(-1px);
}
.listings-card__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.listings-card__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #046a38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listings-card__fee {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}
.listings-card__body {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 91%;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__body {
    align-items: flex-start;
  }
  .listings-card__body .hide-on-bothTM {
    display: none !important;
  }
}
.listings-card__body.icon-save .listings-card__icon {
  left: 100%;
  right: auto;
}
.listings-card__icon {
  position: absolute;
  right: 24px;
  top: 26px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e5e8;
  z-index: 20;
}
.listings-card__icon i {
  font-size: 19px;
  transition: all 0.3s;
}
.listings-card__check {
  display: none;
}
.listings-card__check:checked ~ i {
  color: #f29901;
}
.listings-card__logo {
  --size: 76px;
  width: var(--size);
  min-width: var(--size);
  position: relative;
  height: var(--size);
  overflow: hidden;
  border: 1px solid #046a38;
  border-radius: 4px;
}
.listings-card__logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__logo {
    width: 63px;
    height: 63px;
  }
  .listings-card__logo .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .listings-card__logo {
    padding-top: 18%;
  }
}
.listings-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.listings-card__company {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  line-height: 1.5;
}
.listings-card__location, .listings-card__contact {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 23px;
}
.listings-card__location svg, .listings-card__contact svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke: #6b7280;
}
.listings-card__location span, .listings-card__contact span {
  flex: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.25;
}
.listings-card__position i {
  color: #046a38;
  font-size: 18px;
  margin-right: 3px;
}
.listings-card__img {
  border-radius: 5px;
  position: relative;
  padding-top: 71%;
  overflow: hidden;
  width: 100%;
}
.listings-card__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listings-card__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.listings-card__name img {
  margin-right: 6px;
  width: 16px;
}
.listings-card__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listings-card__statistics {
  padding: 12px 0;
  border-top: 1px solid #e4e5e8;
  border-bottom: 1px solid #e4e5e8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1650px) {
  .listings-card__statistics {
    flex-wrap: wrap;
  }
}
.listings-card__group {
  padding: 0 10px;
  border-left: 1px solid #e4e5e8;
}
@media only screen and (max-width: 1650px) {
  .listings-card__group {
    width: 33.3333333333%;
    padding: 10px;
  }
}
.listings-card__group:first-child {
  padding-left: 0;
  border-left: 0;
}
@media only screen and (max-width: 1650px) {
  .listings-card__group:first-child {
    padding-left: 10px;
    border-left: 1px solid #e4e5e8;
  }
}
@media only screen and (max-width: 1650px) {
  .listings-card__group:nth-child(2), .listings-card__group:nth-child(1) {
    padding-top: 0;
    width: 50%;
    border-bottom: 1px solid #e4e5e8;
  }
}
.listings-card__desc {
  margin-top: 2px;
  font-size: 14px;
  color: #6b7280;
}
.listings-card__btn {
  padding: 8px 30px;
}
.listings-card__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__nav {
    gap: 14px 14px;
  }
  .listings-card__nav .hide-on-bothTM {
    display: none !important;
  }
}
.listings-card__view, .listings-card__edit {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  padding: 10px 20px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 63.9375em) {
  .listings-card__view, .listings-card__edit {
    padding: 10px 4px;
    font-size: 15px;
  }
  .listings-card__view .hide-on-bothTM, .listings-card__edit .hide-on-bothTM {
    display: none !important;
  }
}
.listings-card__view {
  color: #046a38;
  border-color: #046a38;
}
.listings-card__view:hover {
  color: #046a38;
}
.listings-card__edit {
  color: #f29901;
  border-color: #f29901;
}
.listings-card__edit:hover {
  color: #f29901;
}
.listings .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.listings .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation {
  padding: 48px 0;
  height: calc(100% - 38px);
}
.navigation-wrapper {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.navigation__section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.navigation__section + .navigation__section {
  margin-top: 40px;
}
.navigation__title {
  font-weight: 600;
  font-size: 16px;
  color: #202020;
  color: #3f3f3f;
  padding: 8px 32px;
}
@media only screen and (max-width: 1440px) {
  .navigation__title {
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .navigation__title {
    padding: 8px 15px;
  }
  .navigation__title .hide-on-bothTM {
    display: none !important;
  }
}
.navigation__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 32px;
}
@media only screen and (max-width: 1440px) {
  .navigation__list {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .navigation__list {
    padding: 0px 15px;
  }
  .navigation__list .hide-on-bothTM {
    display: none !important;
  }
}
.navigation__item--active {
  background-color: #fff;
  color: #046a38;
}
.navigation__item--active svg path {
  stroke: #046a38;
}
.navigation__item--danger .navigation__text {
  color: #f13e3e;
}
.navigation__item-link {
  margin-left: -14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1440px) {
  .navigation__item-link {
    padding: 8px 14px;
  }
}
.navigation__item-link:hover {
  color: #3f3f3f;
  background-color: #f5f5f5;
}
.navigation__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  stroke: currentColor;
}
.navigation__text {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  color: inherit;
}

:root {
  --dark-green: #064e3b;
  --light-text: #cbd5e1;
  --body-font: "Poppins", sans-serif;
  --border-color: #ccc;
  --text-color-dark: #333;
  --text-color-light: #666;
  --border-radius-md: 8px;
}

.account-wrapper {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .account-wrapper {
    flex-direction: column;
  }
  .account-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.account-banner {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100vh;
  width: 50%;
  background-repeat: no-repeat;
}
.account-form, .account-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .account-form, .account-info {
    width: 100%;
  }
  .account-form .hide-on-bothTM, .account-info .hide-on-bothTM {
    display: none !important;
  }
}
.account-form {
  width: 40%;
  padding: 32px 100px 32px 32px;
}
@media only screen and (max-width: 63.9375em) {
  .account-form {
    padding: 32px 0px;
    width: 100%;
  }
  .account-form .hide-on-bothTM {
    display: none !important;
  }
}
.account-form__wrapper {
  width: 100%;
}
.account-form__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 32px;
}
.account-form__logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.account-form__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__title {
    font-size: 22px;
  }
}
.account-form__verify {
  color: var(--text-color-light);
  margin-bottom: 32px;
}
@media only screen and (max-width: 63.9375em) {
  .account-form__verify {
    margin-bottom: 22px;
  }
  .account-form__verify .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-form__verify.special {
    flex-direction: column;
    align-items: flex-start;
  }
}
.account-form__verify a {
  color: #046a38;
  text-decoration: none;
  font-weight: 500;
  margin-left: 6px;
  display: inline-block;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__verify a {
    margin-left: 0;
    margin-top: 4px;
  }
}
.account-form__verify a:hover {
  text-decoration: underline;
}
.account-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.account-form__input-row {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 46.1875em) {
  .account-form__input-row {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.account-form__input-row .account-form__input-group {
  flex: 1;
}
.account-form__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-form__link {
  font-weight: 500;
  color: #046a38;
}
.account-form__cover {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-form__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.account-form__required {
  color: #e53e3e;
}
.account-form__input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  font-size: 1rem;
  font-family: var(--body-font);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.account-form__input:focus {
  outline: none;
  border-color: #046a38;
}
.account-form__password-wrapper {
  position: relative;
}
.account-form__eye-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #888;
  cursor: pointer;
}
.account-form__terms {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.account-form__checkbox {
  width: 16px;
  height: 16px;
  accent-color: #046a38;
}
.account-form__terms-label {
  font-size: 14px;
  color: var(--text-color-light);
}
.account-form__terms-link {
  display: inline-block;
  color: #046a38;
  font-weight: 500;
  text-decoration: none;
}
.account-form__terms-link:hover {
  text-decoration: underline;
}
.account-form__submit {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1rem;
  font-family: var(--body-font);
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background-color: #046a38;
  border-radius: var(--border-radius-md);
  transition: background-color 0.3s ease;
}
.account-form__submit:hover {
  background-color: #0d6e00;
}
.account-form__view {
  position: relative;
}
.account-form__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.account-form__icon.eye {
  width: 24px;
  height: 24px;
}
.account-form__icon.eye-open.is-active {
  display: block !important;
}
.account-form__icon.eye-open.is-active + .eye-close {
  display: none;
}
.account-info {
  width: 60%;
  color: #fff;
  padding: 32px 116px 80px;
  text-align: center;
  align-items: flex-end;
  background-size: cover;
  background-position: left;
}
@media only screen and (max-width: 63.9375em) {
  .account-info {
    padding: 4rem 2rem;
    display: none !important;
  }
  .account-info .hide-on-bothTM {
    display: none !important;
  }
}
.account-info__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: left;
}
.account-info__stats {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__stats {
    gap: 30px;
  }
}
.account-info__stat-item {
  min-width: 158px;
}
.account-info__stat-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.account-info__stat-icon i {
  font-size: 32px;
}
.account-info__stat-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.account-info__stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.partner {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (max-width: 63.9375em) {
  .partner {
    max-width: 100%;
  }
  .partner .hide-on-bothTM {
    display: none !important;
  }
}
.partner-progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px auto 45px;
  width: 30%;
}
@media only screen and (max-width: 63.9375em) {
  .partner-progress {
    width: 100%;
    padding: 0 50px;
    margin: 8px auto 45px;
  }
  .partner-progress .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-progress {
    margin: 8px auto 25px;
    padding: 0 16px;
  }
}
.partner-progress__header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partner-progress__label {
  color: #848e94;
  font-size: 15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 63.9375em) {
  .partner-progress__label {
    font-size: 17px;
  }
  .partner-progress__label .hide-on-bothTM {
    display: none !important;
  }
}
.partner-progress__value {
  color: #138454;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.partner-progress__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 9px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.partner-progress__inner {
  height: 100%;
  background: #138454;
  border-radius: 4px;
}
.partner-form {
  border-top: 1px solid #ededed;
  padding: 40px 0px 34px;
}
.partner-form__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
  color: #18191c;
}
.partner-form__upload-list {
  display: flex;
  gap: 18px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 63.9375em) {
  .partner-form__upload-list {
    flex-direction: column;
  }
  .partner-form__upload-list .hide-on-bothTM {
    display: none !important;
  }
}
.partner-form__upload-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.partner-form__upload-item--banner {
  flex: 2.4;
}
.partner-form__label {
  font-size: 15px;
  font-weight: 500;
  color: #1a4032;
  margin-bottom: 11px;
  display: inline-block;
}
.partner-form__required {
  color: #e65e22;
}
.partner-form__dropzone {
  min-height: 270px;
  color: #a0afb5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 29px 16px 15px 16px;
  transition: border-color 0.2s;
  border-radius: 10px;
  border: 2px dashed #d6dad7;
  background: rgba(241, 242, 244, 0.4);
}
.partner-form__dropzone:hover {
  border-color: #138454;
}
.partner-form__file {
  display: none;
}
.partner-form__sub {
  display: block;
  color: #474c54;
}
.partner-form__dropzone-icon {
  font-size: 32px;
  margin-bottom: 7px;
  color: #b3bfc9;
}
.partner-form__dropzone-text {
  font-size: 15px;
  text-align: center;
}
.partner-form__desc {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.5;
  color: #767f8c;
  font-size: 14px;
}
.partner-form__field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.partner-form__field--flex2 {
  flex: 2;
}
.partner-form__field--flex1 {
  flex: 1;
}
.partner-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .partner-form__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .partner-form__row .hide-on-bothTM {
    display: none !important;
  }
}
.partner-form__select .select2-container--default {
  width: 100% !important;
}
.partner-form__input, .partner-form__textarea {
  font-size: 15px;
  padding: 11px 15px 11.5px;
  border-radius: 7px;
  border: 1px solid #e5e5e5;
  color: #162a1f;
  font-family: inherit;
  transition: border 0.22s;
  outline: none;
  background: #fff;
}
.partner-form__input:focus, .partner-form__textarea:focus {
  border-color: #138454;
}
.partner-form__input {
  width: 100%;
  box-sizing: border-box;
}
.partner-form__input-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.partner-form__input-icon .partner-form__icon {
  position: absolute;
  left: 11px;
  font-size: 18px;
  color: #138454;
  opacity: 0.8;
}
.partner-form__input-icon .partner-form__input {
  padding-left: 34px;
  margin-top: 0;
}
.partner-form__textarea {
  resize: vertical;
  min-height: 86px;
  margin-bottom: 8px;
}
.partner-form__toolbar {
  display: flex;
  gap: 9px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.partner-form__toolbar-btn {
  border: none;
  background: none;
  color: #545d5a;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.16s;
}
.partner-form__toolbar-btn:hover {
  background: #edf4ed;
  color: #198754;
}
.partner-form__save-btn {
  margin-top: 16px;
  background: #12703b;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.partner-form__save-btn:hover {
  background: #17974d;
}
.partner-form__arrow {
  font-size: 22px;
  margin-left: 8px;
}
.partner-form__footer {
  text-align: center;
  color: #aaa;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.partner-alert {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}
.partner-alert__progress {
  width: 420px;
  margin: 32px auto 0;
  text-align: left;
}
@media (max-width: 500px) {
  .partner-alert__progress {
    width: 90%;
  }
}
.partner-alert__progress-label {
  color: #737c85;
  font-size: 14px;
  margin-right: 12px;
}
.partner-alert__progress-complete {
  color: #15926d;
  font-size: 14px;
  font-weight: 600;
  float: right;
}
.partner-alert__progress-bar {
  background: #e2e8f0;
  border-radius: 3px;
  height: 6px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.partner-alert__progress-bar-fill {
  background: #15926d;
  width: 100%;
  height: 100%;
  transition: width 0.5s;
  border-radius: 3px;
}
.partner-alert__content {
  margin: 90px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .partner-alert__content {
    margin: 40px 0 0 0;
  }
  .partner-alert__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__content {
    margin: 0;
  }
}
.partner-alert__icon {
  --size: 126px;
  width: var(--size);
  height: var(--size);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 24px;
  background-color: #e7f0fa;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__icon {
    --size: 100px;
  }
}
.partner-alert__header {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__header {
    font-size: 22px;
  }
}
.partner-alert__desc {
  color: #677171;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  max-width: 480px;
  margin-bottom: 28px;
}
.partner-alert__actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  justify-content: center;
}
@media only screen and (max-width: 46.1875em) {
  .partner-alert__actions {
    flex-direction: column;
  }
}
.partner-alert__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  border-radius: 6px;
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
  outline: none;
}
.partner-alert__button--secondary {
  background: rgba(4, 106, 56, 0.3);
  color: #046a38;
}
.partner-alert__button--secondary:hover {
  color: #046a38;
  background: #b5dacb;
}
.partner-alert__button--primary {
  background: #046a38;
  color: #fff;
}
.partner-alert__button--primary:hover {
  color: #fff;
  background: #046a38;
}
.partner-alert__button-arrow {
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
.partner-alert__footer {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 0 40px;
  color: #b0babf;
  font-size: 14px;
  background: transparent;
}
@media (max-width: 500px) {
  .partner-alert__footer {
    text-align: center;
    padding: 0 14px;
  }
}

.setting {
  width: 100%;
  padding: 90px 40px;
}
@media only screen and (max-width: 63.9375em) {
  .setting {
    padding: 40px 20px;
  }
  .setting .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .setting {
    padding: 30px 14px;
  }
}
.setting-nav {
  width: fit-content;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #116031;
}

.scholarship {
  position: relative;
  padding-bottom: 80px;
}
.scholarship__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  margin-bottom: 6px;
  border: 1px solid #e4e5e8;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(16, 38, 72, 0.03);
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__card {
    flex-direction: column;
    padding: 18px 16px;
  }
}
.scholarship__org-info {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__org-info {
    align-items: flex-start;
  }
}
.scholarship__org-logo {
  --imgSize: 120px;
  width: var(--imgSize);
  height: var(--imgSize);
  object-fit: contain;
  padding: 4px;
  margin-right: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #046a38;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__org-logo {
    --imgSize: 68px;
    margin-right: 16px;
  }
}
.scholarship__title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #000;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__title {
    font-size: 18px;
  }
}
.scholarship__title span {
  color: #d32030;
}
.scholarship__org-name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #252525;
  margin: 8px 0 8px 0;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__org-name {
    font-size: 17px;
    margin: 7px 0 7px 0;
  }
}
.scholarship__org-meta {
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #767f8c;
}
.scholarship__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  transition: background 0.2s;
  border: 1px solid #046a38;
  background-color: #046a38;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__button {
    margin-top: 24px;
    padding: 10px 30px;
  }
}
.scholarship__button:hover {
  color: #fff;
}
.scholarship__button + .scholarship__button {
  margin-left: 10px;
}
.scholarship__button-outline {
  color: #046a38;
  background-color: #fff;
}
.scholarship__button-outline:hover {
  color: #046a38;
}
.scholarship__button-arrow {
  line-height: 1.1;
  margin-left: 8px;
  font-size: 21px;
}
.scholarship__main {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 980px) {
  .scholarship__main {
    flex-direction: column;
    gap: 40px;
  }
}
.scholarship__left {
  flex: 1.8;
}
.scholarship__left * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
}
.scholarship__left img {
  max-width: 100%;
}
.scholarship__section {
  margin-bottom: 28px;
}
.scholarship__section-title {
  color: #31be74;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0.3px;
  display: inline-block;
}
.scholarship__section--share {
  display: flex;
  align-items: center;
  gap: 7px;
}
.scholarship__desc {
  color: #e1e1e1;
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.scholarship__req-list {
  margin: 0 0 0 18px;
  padding: 0;
}
.scholarship__req-list li {
  font-size: 14px;
  margin-bottom: 4px;
}
.scholarship__social-btn {
  border: 1.5px solid #555;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  text-decoration: none;
  padding: 4.5px 14px;
  margin-left: 0;
  margin-right: 8px;
  transition: all 0.18s;
  display: inline-block;
}
.scholarship__social-btn--facebook {
  border-color: #3061b9;
  color: #3061b9;
}
.scholarship__social-btn--facebook:hover {
  background: #3061b9;
  color: #fff;
}
.scholarship__social-btn--twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}
.scholarship__social-btn--twitter:hover {
  background: #1da1f2;
  color: #fff;
}
.scholarship__social-btn--pinterest {
  border-color: #d73330;
  color: #d73330;
}
.scholarship__social-btn--pinterest:hover {
  background: #d73330;
  color: #fff;
}
.scholarship__right {
  flex: 1;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .scholarship__right {
    min-width: auto;
  }
  .scholarship__right .hide-on-bothTM {
    display: none !important;
  }
}
.scholarship__banner-card {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.scholarship__banner-img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.scholarship__info-cover {
  width: 100%;
  margin-top: 10px;
}
.scholarship__info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 22px;
  padding: 22px 32px 24px 32px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e7f0fa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .scholarship__info-card {
    padding: 22px 22px 24px 22px;
  }
  .scholarship__info-card .hide-on-pc-Lose {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .scholarship__info-card {
    padding: 22px 16px 24px 16px;
  }
  .scholarship__info-card .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .scholarship__info-card {
    gap: 14px 16px;
    padding: 22px 22px 24px 22px;
  }
}
.scholarship__info-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 100%;
}
.scholarship__info-icon {
  border-radius: 6px;
  display: inline-block;
}
.scholarship__info-label {
  font-size: 13px;
  color: #767f8c;
  font-weight: 400;
}
.scholarship__info-value {
  color: #18191c;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.scholarship__apply-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 32px 40px 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.scholarship__apply-title {
  color: #117c41;
  font-size: 16.5px;
  font-weight: 700;
}
.scholarship__apply-sub {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 8px;
}
.scholarship__input {
  width: 100%;
  padding: 13px 17px;
  margin-bottom: 5px;
  font-size: 15px;
  resize: none;
  border-radius: 10px;
  border: 1.3px solid #ddd;
}
.scholarship__input:focus {
  outline: none;
  border-color: #117c41;
  background: #f6faf7;
}
.scholarship__send-btn {
  width: 100%;
  background: #117c41;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.18s;
}
.scholarship__send-btn.special {
  display: flex;
  width: fit-content;
  margin: 20px auto 0;
}
.scholarship__send-btn:hover {
  background: #0b5228;
}
.scholarship-same {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #e4e5e8;
}
.scholarship-same__title {
  font-size: 22px;
  font-family: inherit;
  font-weight: 500;
  padding: 38px 0 30px 0px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 600px) {
  .scholarship-same__title {
    padding-left: 16px;
    font-size: 17px;
    margin-top: 24px;
  }
}
.scholarship-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .scholarship-nav {
    width: 100%;
  }
}

.cards {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(60, 60, 60, 0.09);
  padding: 10px;
  font-family: "Inter", Arial, sans-serif;
}
.cards-header {
  display: flex;
  gap: 16px;
  background-color: #fff;
}
.cards-image {
  --size: 106px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 12px;
  background: #262223;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.9375em) {
  .cards-image {
    --size: 86px;
  }
  .cards-image .hide-on-bothTM {
    display: none !important;
  }
}
.cards-logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.cards-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.cards-name {
  font-size: 18px;
  font-weight: 600;
}
.cards-badge {
  font-size: 12px;
  background: #eee;
  color: #222;
  padding: 2px 8px;
  border-radius: 12px;
}
.cards-badge__verified {
  background: #37b86b;
  color: #fff;
}
.cards-flags {
  margin: 4px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cards-flags__item {
  height: 18px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.cards-flags__item:last-child {
  margin-right: 0;
}
.cards-stars {
  color: #f7b500;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cards-stats {
  gap: 20px;
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-stats__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cards-stats__evaluate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cards-label {
  color: #888;
  font-size: 13px;
}
.cards-value {
  font-weight: 700;
  font-size: 16px;
  margin-left: 4px;
}
.cards-rating {
  color: #888;
  margin-left: 4px;
  font-size: 14px;
}
.cards-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.cards-footer__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #222;
}
.cards-footer__item i {
  font-size: 20px;
  color: #126944;
}
.cards-footer__item span {
  font-size: 14px;
}
@media only screen and (max-width: 63.9375em) {
  .cards-footer__item span {
    font-size: 13px;
  }
  .cards-footer__item span .hide-on-bothTM {
    display: none !important;
  }
}
.cards-footer__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.cards-btn {
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}
@media only screen and (max-width: 63.9375em) {
  .cards-btn {
    padding: 7px 16px;
    font-size: 14px;
  }
  .cards-btn .hide-on-bothTM {
    display: none !important;
  }
}
.cards-btn__connect {
  background: #126944;
  color: #fff;
}
.cards-btn__connect:hover {
  background: #0d5936;
}

.details {
  margin-top: -41px;
}
.details-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .details-list {
    gap: 18px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
  .details-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-list {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.details-form {
  padding-top: 30px;
  border-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .details-form {
    flex-direction: column;
  }
  .details-form .hide-on-bothTM {
    display: none !important;
  }
}
.details-form__info {
  padding-right: 38px;
  width: 55%;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .details-form__info {
    padding-right: 28px;
  }
  .details-form__info .hide-on-pc-Lose {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-form__info {
    width: 100%;
    padding-right: 0;
  }
  .details-form__info .hide-on-bothTM {
    display: none !important;
  }
}
.details-form__more {
  width: 45%;
  padding-top: 40px;
}
@media only screen and (max-width: 63.9375em) {
  .details-form__more {
    width: 100%;
    padding-top: 15px;
  }
  .details-form__more .hide-on-bothTM {
    display: none !important;
  }
}
.details-form__label {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.details-form__upload {
  margin-top: 20px;
}
.details-form__sub {
  font-weight: 400;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  width: 38%;
  text-align: center;
  margin-top: 20px;
  color: #c7c7c7;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .details-form__sub {
    width: 100%;
  }
  .details-form__sub .hide-on-pc-Lose {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-form__sub {
    width: 100%;
  }
  .details-form__sub .hide-on-bothTM {
    display: none !important;
  }
}
.details-form__select {
  margin-top: 6px;
}
.details-form__input {
  margin-top: 6px;
}
.details-search {
  width: 100%;
}
.details-search__wrapper {
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__wrapper {
    width: 100%;
  }
  .details-search__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__card {
  background-color: #ffffff;
  border: 1px solid #e4e5e8;
  border-radius: 12px;
  box-shadow: 0px 12px 40px 0px rgba(0, 44, 109, 0.04);
}
.details-search__item {
  margin-right: 20px;
  width: 35%;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .details-search__item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-search__dropdown {
    width: 100%;
  }
}
.details-search__outline {
  margin-right: 10px;
  border: 1px solid transparent;
  color: #18191c !important;
  background-color: #f1f2f4 !important;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__outline {
    width: 100%;
  }
  .details-search__outline .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__form {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #edeff4;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__form {
    flex-direction: column;
    gap: 12px;
  }
  .details-search__form .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__input {
  width: 100%;
  height: 56px;
  padding-left: 54px;
  border: none;
  outline: none;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #919ba3;
  background-color: transparent;
}
.details-search__input::placeholder {
  color: #919ba3;
}
.details-search__cover {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #e4e5e8;
  justify-content: space-between;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__cover {
    flex-direction: column;
  }
  .details-search__cover .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__field {
  position: relative;
  flex: 1;
  height: 56px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__field {
    width: 100%;
  }
  .details-search__field .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__icon {
  position: absolute;
  left: 18px;
  top: 16px;
  color: #919ba3;
  z-index: 2;
}
.details-search__divider {
  width: 1px;
  height: 48px;
  background-color: #e4e5e8;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__divider {
    display: none;
  }
  .details-search__divider .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__controls {
  justify-content: flex-end;
}
.details-search__location {
  width: 300px;
  flex: none;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__location {
    width: 100%;
    flex: 1;
  }
  .details-search__location .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__button {
  margin-left: auto;
  background-color: #046a38;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  border-radius: 4px;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 63.9375em) {
  .details-search__button {
    width: 100%;
    margin-left: 0;
  }
  .details-search__button .hide-on-bothTM {
    display: none !important;
  }
}
.details-search__button:hover {
  background-color: #035c30;
}
.details-filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter {
    justify-content: center;
  }
  .details-filter .hide-on-bothTM {
    display: none !important;
  }
}
.details-filter__controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 38px 18px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__controls {
    width: 100%;
    gap: 12px;
    padding: 28px 18px 0;
  }
  .details-filter__controls .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-filter__controls {
    padding: 32px 0px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__select {
    width: 100%;
  }
  .details-filter__select .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__select .select2-container {
    width: 100% !important;
  }
  .details-filter__select .select2-container .hide-on-bothTM {
    display: none !important;
  }
}
.details-filter__select .select2-container .select2-selection--single {
  padding: 12px 24px 12px 12px;
}
.details-filter__input {
  width: 180px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e4e5e8;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 14px;
  color: #474c54;
  cursor: pointer;
}
@media only screen and (max-width: 63.9375em) {
  .details-filter__input {
    width: 100%;
  }
  .details-filter__input .hide-on-bothTM {
    display: none !important;
  }
}
.details-filter__input:focus {
  outline: none;
  border-color: #046a38;
}
.details-pagination {
  margin: 74px 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.details-pagination__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 16px;
}
@media only screen and (max-width: 63.9375em) {
  .details-pagination__list {
    margin: 0 8px;
  }
  .details-pagination__list .hide-on-bothTM {
    display: none !important;
  }
}
.details-pagination__link {
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", Helvetica, sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
  color: #5e6670;
  border-radius: 50px;
}
.details-pagination__link:hover {
  color: #046a38;
  background-color: #f1f2f4;
}
.details-pagination__link.active {
  color: #ffffff;
  background-color: #046a38;
}
.details-pagination__link.active:hover {
  color: #ffffff;
  background-color: #035c30;
}
.details-pagination__button {
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #5e6670;
  border-radius: 50px;
  border: 1px solid #e4e5e8;
  background-color: #ffffff;
}
.details-pagination__button:hover {
  color: #046a38;
  border-color: #046a38;
  background-color: #f1f2f4;
}
@media only screen and (max-width: 63.9375em) {
  .details-pagination__button, .details-pagination__link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .details-pagination__button .hide-on-bothTM, .details-pagination__link .hide-on-bothTM {
    display: none !important;
  }
}
.details-pagination__next {
  background-color: #e7f0fa;
  border-radius: 84px;
}
.details-hot {
  width: 95% !important;
}
.details-hot__cover {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .details-hot__cover {
    flex-direction: column;
  }
  .details-hot__cover .hide-on-bothTM {
    display: none !important;
  }
}
.details-hot__search {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.details-hot__left {
  width: 38%;
  padding-right: 20px;
}
@media only screen and (max-width: 1650px) {
  .details-hot__left {
    width: 33%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-hot__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .details-hot__left .hide-on-bothTM {
    display: none !important;
  }
}
.details-hot__desc {
  margin-bottom: 18px;
}
.details-hot__right {
  width: 62%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e4e5e8;
}
@media only screen and (max-width: 1650px) {
  .details-hot__right {
    width: 67%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .details-hot__right {
    width: 100%;
  }
  .details-hot__right .hide-on-bothTM {
    display: none !important;
  }
}
.details-hot__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
  padding-top: 23%;
  overflow: hidden;
}
.details-hot__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-hot__subtitle {
  font-size: 14px;
  color: #727271;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__subtitle {
    margin-top: 12px;
    justify-content: center;
  }
}
.details-hot__info {
  margin-left: 0;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__info {
    margin: 0 0 18px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1440px) {
  .details-hot__info .find-header__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .details-hot__info .find-header__info {
    margin-left: 0px;
  }
}
.details-hot__content {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e4e5e8;
}
@media only screen and (max-width: 1440px) {
  .details-hot__content {
    margin-top: 0;
    flex-direction: column;
  }
}
.details-hot__sub {
  margin-left: 10px;
}
.details-hot__article {
  width: 65%;
  padding-right: 40px;
}
@media only screen and (max-width: 1650px) {
  .details-hot__article {
    width: 60%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .details-hot__article {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
}
.details-hot__side {
  width: 35%;
}
@media only screen and (max-width: 1650px) {
  .details-hot__side {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .details-hot__side {
    width: 100% !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__list {
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.details-hot__item {
  background-color: rgba(228, 231, 233, 0.2);
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__item {
    flex-shrink: 0;
    margin: 6px;
    padding: 18px;
    width: calc(100% - 40px);
  }
}
.details-hot__item.active {
  border-color: #e4e7e9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.details-hot__item + .details-hot__item {
  margin-top: 18px;
}
.details-hot__score {
  padding: 20px 30px;
  border-radius: 12px;
  background-color: rgba(228, 231, 233, 0.2);
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__score {
    padding: 16px 20px;
    gap: 20px 20px;
  }
}
.details-hot__point {
  font-size: 24px;
  font-weight: 500;
  color: #046a38;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__point {
    font-size: 19px;
  }
}
.details-hot__level.special {
  padding: 8px 30px 16px;
  border-radius: 12px;
  background-color: rgba(228, 231, 233, 0.2);
}
.details-hot__title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.details-hot__text {
  font-size: 12px;
  font-weight: 400;
  color: #727271;
}
.details-hot__number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-hot__number .listings-card__group {
  padding: 0 18px !important;
}
@media only screen and (max-width: 1650px) {
  .details-hot__number .listings-card__group {
    width: fit-content;
  }
}
@media only screen and (max-width: 1650px) {
  .details-hot__number .listings-card__group:nth-child(2),
  .details-hot__number .listings-card__group:nth-child(1) {
    border-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1650px) {
  .details-hot__tabs {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
  }
}
@media only screen and (max-width: 1650px) {
  .details-hot__tabs .find-tabs__item {
    flex-shrink: 0;
  }
}
.details-hot__tag {
  margin-right: 40px;
  border-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .details-hot__tag {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1650px) {
  .details-hot__tag.listings-card__group:nth-child(2), .details-hot__tag.listings-card__group:nth-child(1) {
    width: auto !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
}
@media only screen and (max-width: 1283px) {
  .details-hot__tag.listings-card__group:nth-child(2), .details-hot__tag.listings-card__group:nth-child(1) {
    width: 50% !important;
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .details-hot__tag.listings-card__group:nth-child(2) .hide-on-pc-HD, .details-hot__tag.listings-card__group:nth-child(1) .hide-on-pc-HD {
    display: none;
  }
}
.details-hot__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__wrapper {
    gap: 14px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.details-hot__statistics {
  border: 0;
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 12px;
  justify-content: flex-start;
  background-color: rgba(228, 231, 233, 0.2);
}
@media only screen and (max-width: 1650px) {
  .details-hot__statistics {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1283px) {
  .details-hot__statistics {
    flex-wrap: wrap;
  }
  .details-hot__statistics .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__statistics {
    padding: 18px 14px;
  }
}
.details-hot__english {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1283px) {
  .details-hot__english {
    width: 100%;
  }
  .details-hot__english .hide-on-pc-HD {
    display: none;
  }
}
.details-hot__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.1;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__name {
    font-size: 15px;
  }
}
.details-hot__icon {
  width: 44px;
  height: 44px;
  margin-right: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
@media only screen and (max-width: 46.1875em) {
  .details-hot__icon {
    width: 34px;
    height: 34px;
  }
}
.details-hot__icon img {
  width: 18px;
  margin-right: 0;
}
.details-fee {
  padding-top: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e4e5e8;
  flex-direction: column;
}
@media only screen and (max-width: 46.1875em) {
  .details-fee {
    margin-bottom: 30px;
  }
}
.details-fee__number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 46.1875em) {
  .details-fee__number {
    flex-wrap: wrap;
  }
}
.details-fee__chart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1283px) {
  .details-fee__chart {
    margin-top: 20px;
    flex-direction: column;
  }
  .details-fee__chart .hide-on-pc-HD {
    display: none;
  }
}
.details-fee__group {
  margin-right: 30px;
}
@media only screen and (max-width: 46.1875em) {
  .details-fee__group {
    margin-bottom: 16px;
  }
}
.details-fee__left, .details-fee__info {
  width: 65%;
}
.details-fee__left {
  padding-right: 20px;
}
@media only screen and (max-width: 1283px) {
  .details-fee__left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 28px;
  }
  .details-fee__left .hide-on-pc-HD {
    display: none;
  }
}
.details-fee__info {
  padding-right: 0 !important;
}
@media only screen and (max-width: 1283px) {
  .details-fee__info {
    width: 100% !important;
  }
  .details-fee__info .hide-on-pc-HD {
    display: none;
  }
}
.details-fee__price {
  font-size: 24px;
  font-weight: 500;
}
.details-fee__price span {
  color: #046a38;
}
.details-fee__line {
  flex-direction: column;
}
.details-fee__line .find-fee__line::after {
  width: 78px;
}
.details-fee__title {
  margin: 4px 0;
  font-size: 14px;
}
.details-fee__value {
  margin-bottom: 20px;
  margin-left: 92px !important;
  margin-top: 0 !important;
  gap: 84px !important;
}
.details-fee__desc {
  font-size: 12px;
  color: #727271;
}
.details-fee__text {
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 46.1875em) {
  .details-fee__text {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.details-menu {
  min-width: 300px;
  padding: 20px 16px;
  background-color: #fff;
}
.details-menu__nav {
  font-size: 16px;
  padding-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e5e8;
}
.details-menu__title {
  font-weight: 500;
}
.details-menu__accordion {
  padding-top: 10px;
}
.details-menu__item {
  border: 0;
}
.details-menu__item:first-of-type .accordion-button {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.details-menu__item + .details-menu__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e5e8;
}
.details-menu__button {
  border: 0;
  width: auto;
  padding: 6px 10px;
  border-left: 1px solid #e4e5e8;
  background-color: transparent;
  border-radius: 0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.details-menu__button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.details-menu__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-menu__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: auto;
}
.details-menu__check + .details-menu__check {
  margin-top: 10px;
}
.details-menu__check .form-check-input {
  float: none;
}
.details-menu__value .details-menu__label {
  color: #727271;
}
.details-menu__body {
  padding: 0;
  padding-top: 10px;
  padding-left: 12px;
}
.details-menu__input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 4px !important;
}
.details-menu__input:checked {
  box-shadow: none;
}
.details-menu__label {
  padding-left: 10px;
  color: #2b2a29;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-menu__label img {
  padding-right: 4px;
}
.details-menu__reset {
  color: #f5bc54;
}
.details-menu__done {
  margin-left: 8px;
  color: #046a38;
}
.details-menu__progress {
  width: 95%;
  margin: 10px auto 0;
}
.details-menu__sort {
  padding-top: 14px;
  gap: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-menu__control {
  font-size: 16px;
  padding: 7px 8px;
}

.find {
  width: 85%;
  padding-bottom: 50px;
  margin: auto;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .find {
    padding-top: 40px;
    width: 90%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .find {
    padding-top: 0;
    width: 100%;
  }
  .find .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .find {
    padding: 0 12px 40px;
  }
}
.find-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 46.1875em) {
  .find-header__top {
    flex-direction: column;
  }
}
.find-header__list {
  margin-bottom: 0;
}
.find-header__breadcrumb .header-breadcrumb__item.active,
.find-header__breadcrumb .header-breadcrumb__item + .header-breadcrumb__item::before,
.find-header__breadcrumb .header-breadcrumb__link {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #727271;
}
.find-header__breadcrumb .header-breadcrumb__link {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.find-header__breadcrumb .header-breadcrumb__link:hover {
  color: #046a38;
}
.find-header__logo {
  --sizeAvatar: 86px;
  width: var(--sizeAvatar);
  position: relative;
  padding-top: var(--sizeAvatar);
  overflow: hidden;
  border-radius: 50%;
  background: #ba2249;
  color: #fff;
}
.find-header__logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.find-header__info {
  flex: 1;
  margin-left: 16px;
  padding-right: 18px;
}
@media only screen and (max-width: 46.1875em) {
  .find-header__info {
    margin-left: 0;
    padding-right: 0;
    margin: 26px 0;
  }
}
.find-header__title {
  font-size: 28px;
  font-weight: 600;
}
.find-header__action {
  display: flex;
  gap: 10px;
}
.find-header__icon {
  position: relative;
  right: 0;
  top: 0;
}
.find-header__button {
  border: none;
  padding: 7px 20px;
  border-radius: 24px;
  border: 1px solid #e4e5e8;
}
.find-header__button--primary {
  background: #046a38;
  color: #fff;
}
.find-header__button--primary svg {
  margin-left: 6px;
}
.find-header__images {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.find-header__image {
  background: #eee;
  border-radius: 12px;
  position: relative;
  padding-top: 61%;
  overflow: hidden;
}
.find-header__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.find-header__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.find-header__subtitle img {
  margin-right: 8px;
}
.find-tabs {
  position: sticky;
  top: 0;
  display: flex;
  gap: 50px;
  padding-top: 32px;
  background-color: #fff;
  z-index: 20;
  border-bottom: 1px solid #e4e5e8;
}
@media only screen and (max-width: 63.9375em) {
  .find-tabs {
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .find-tabs .hide-on-bothTM {
    display: none !important;
  }
}
.find-tabs__item {
  font-weight: 400;
  margin-bottom: -1px;
  padding: 8px 0;
  cursor: pointer;
  color: #9b9c9c;
  border-bottom: 4px solid transparent;
}
@media only screen and (max-width: 63.9375em) {
  .find-tabs__item {
    flex-shrink: 0;
  }
  .find-tabs__item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .find-tabs__item + .find-tabs__item {
    margin-left: 38px;
  }
  .find-tabs__item + .find-tabs__item .hide-on-bothTM {
    display: none !important;
  }
}
.find-tabs__item--active {
  color: #146c3f;
  border-bottom: 4px solid #146c3f;
}
.find-content {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 63.9375em) {
  .find-content {
    flex-direction: column;
  }
  .find-content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .find-content {
    gap: 4px;
    margin-top: 22px;
  }
}
.find-content__main {
  width: 65%;
}
.find-content__side {
  width: 35%;
}
@media only screen and (max-width: 63.9375em) {
  .find-content__main, .find-content__side {
    width: 100%;
  }
  .find-content__main .hide-on-bothTM, .find-content__side .hide-on-bothTM {
    display: none !important;
  }
}
.find-content__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 46.1875em) {
  .find-content__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.find-content__subtitle {
  font-size: 17px;
  font-weight: 500;
  margin: 32px 0 12px;
}
.find-content__desc * {
  font-size: revert;
  margin: revert;
  padding: revert;
  list-style-type: revert;
  text-decoration: revert;
}
.find-content__desc a {
  display: revert;
}
.find-content__desc img {
  width: 100%;
  height: auto !important;
}
.find-content__group + .find-content__group {
  margin-top: 40px;
}
.find-facts {
  background: #fbfbfb;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 32px;
}
.find-facts__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.find-facts__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
}
.find-facts__list {
  margin-top: 16px;
}
.find-facts__label {
  padding-right: 12px;
  color: #727271;
  min-width: 130px;
}
.find-facts__value {
  font-weight: 500;
  color: #2b2a29;
}
.find-facts__rank {
  padding-top: 24px;
  margin-top: 18px;
  border-top: 1px solid rgba(43, 42, 41, 0.1);
}
.find-facts__rank-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.find-facts__rank-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 4px 0;
}
.find-enroll {
  padding: 18px 24px 22px;
  margin-bottom: 32px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
}
.find-admission {
  margin-bottom: 24px;
}
.find-admission__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 46.1875em) {
  .find-admission__list {
    gap: 14px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.find-admission__item {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 20px 20px 18px;
}
.find-admission__label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #2b2a29;
  margin-bottom: 4px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 46.1875em) {
  .find-admission__label {
    font-size: 15px;
  }
}
.find-admission__label::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #046a38;
}
.find-admission__cover {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 14px;
}
.find-admission__value {
  font-size: 24px;
  font-weight: 500;
  color: #2b2a29;
}
@media only screen and (max-width: 46.1875em) {
  .find-admission__value {
    font-size: 20px;
  }
}
.find-admission__type {
  font-size: 14px;
  font-weight: 400;
  color: #2b2a29;
}
.find-videos {
  padding: 40px 20px;
  margin-top: 14px;
  background-color: rgba(228, 231, 233, 0.2);
}
.find-videos__title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 42, 41, 0.1);
}
.find-videos__list {
  display: flex;
  gap: 25px;
  margin-bottom: 18px;
}
.find-videos__list .swiper {
  width: 100%;
}
.find-videos__thumb {
  width: 100%;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.find-videos__thumb img {
  width: 100%;
  border-radius: 10px;
}
.find-videos__nav {
  position: relative;
  display: flex;
  gap: 12px;
}
.find-videos__nav-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin-top: 0;
}
.find-videos__nav-btn::after {
  display: none;
}
.find-videos__item iframe {
  border-radius: 10px;
  width: 100%;
}
.find-fee {
  width: 90%;
  padding: 20px 0 0;
  margin: 40px auto 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e5e8;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee {
    width: 100%;
    flex-direction: column;
  }
}
.find-fee__number {
  width: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__number {
    margin-top: 30px;
    width: 100%;
  }
}
.find-fee__chart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.find-fee__info {
  padding-right: 50px;
  width: 55%;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__info {
    width: 100%;
    padding-right: 0;
  }
}
.find-fee__details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 10px;
  margin-left: 60px;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__details {
    margin-left: 40px;
  }
}
.find-fee__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.find-fee__amount {
  font-size: 18px;
  font-weight: 400;
  color: #2b2a29;
}
.find-fee__text {
  font-size: 14px;
  font-weight: 400;
  color: #727271;
}
.find-fee__desc {
  font-size: 14px;
  font-weight: 400;
  color: #2b2a29;
}
.find-fee__money {
  padding-top: 16px;
  text-align: center;
}
.find-fee__line {
  position: relative;
  width: 48px;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.find-fee__line.special {
  color: #727271;
}
.find-fee__line.special::after {
  width: 53px;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__line.special::after {
    width: 32px;
  }
}
.find-fee__line + .find-fee__line {
  margin-left: 50px;
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__line + .find-fee__line {
    margin-left: 40px;
  }
}
.find-fee__line::after {
  position: absolute;
  content: "";
  top: 30%;
  left: 100%;
  height: 1px;
  width: 152px;
  background-color: rgba(43, 42, 41, 0.1);
}
@media only screen and (max-width: 46.1875em) {
  .find-fee__line::after {
    width: 120px;
  }
}
.find-map {
  background: #fff;
  border-radius: 14px;
  margin: 22px 0 8px 0;
}
.find-map__embed {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.find-map__embed img {
  width: 100%;
}
.find-map__note {
  font-size: 14px;
  font-weight: 400;
  color: #2b2a29;
  width: 50%;
  margin-top: 30px;
}
@media only screen and (max-width: 46.1875em) {
  .find-map__note {
    width: 100%;
  }
}
.find-banner {
  position: relative;
  margin-top: 58px;
  color: #fff;
  padding: 34px 24px;
  border-radius: 24px;
  background: #1a1a19;
}
@media only screen and (max-width: 46.1875em) {
  .find-banner {
    padding: 34px 24px 70px;
    margin-top: 24px;
  }
}
.find-banner__content {
  padding-right: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .find-banner__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .find-banner__content {
    flex-direction: column;
    padding-right: 0;
  }
}
.find-banner__info {
  width: 40%;
}
@media only screen and (max-width: 1650px) {
  .find-banner__info {
    width: 58%;
  }
}
@media only screen and (max-width: 1440px) {
  .find-banner__info {
    width: 58%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .find-banner__info {
    width: 100%;
  }
}
.find-banner__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media only screen and (max-width: 46.1875em) {
  .find-banner__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.find-banner__desc {
  font-size: 16px;
  font-weight: 400;
  color: #727271;
}
.find-banner__icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.find-banner__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 8px 26px;
  border-radius: 22px;
  background: #fff;
  color: #2b2a29;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .find-banner__btn {
    margin-top: 40px;
  }
}
.find-banner__btn svg {
  margin-left: 12px;
}
.find-banner__btn:hover {
  background: #d7efdf;
}

/*# sourceMappingURL=style.css.map */
