@font-face {
  font-family: "Mitr";
  src: url("../fonts/Mitr/Mitr-Regular.ttf");
}

@font-face {
  font-family: "Mitr-Bold";
  src: url("../fonts/Mitr/Mitr-Bold.ttf");
}

@font-face {
  font-family: "Mitr-Light";
  src: url("../fonts/Mitr/Mitr-Light.ttf");
}

@font-face {
  font-family: "Mitr-Med";
  src: url("../fonts/Mitr/Mitr-Medium.ttf");
}

:root {
  --font-color-based: #575756;
  --orage-color: #f47b4d;
}

body,
* {
  font-family: "Mitr";
}

a {
  color: inherit;
}

.font-18 {
  font-size: 18px !important;
}

.page-content {
  font-size: 16px;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.modal-body img {
  max-width: 100%;
  height: auto;
}

.page-content p,
.page-content a {
  font-family: "Mitr-Light";
}

.page-content strong {
  font-family: "Mitr-Bold";
  font-size: 18px;
}

.page-content a {
  color: var(--orage-color);
}

.bg-orange {
  background-color: var(--orage-color) !important;
}

li a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}
.pointer {
  cursor: pointer;
}

/* .content-box{
    min-height: 100vh;
} */

.text-bold {
  font-family: "Mitr-Bold";
}

.text-med {
  font-family: "Mitr-Med";
}

.text--light {
  font-family: "Mitr-Light" !important;
}

.my-link {
  font-family: "Mitr";
  color: var(--orage-color) !important;
}

.divide {
  width: 67px;
  height: 2px;
  background-color: var(--font-color-based);
  margin: 30px 15px;
}

.divide-fluid {
  width: 107%;
  height: 1px;
  background-color: #f3f3f3;
  margin: 30px -30px;
}

.btn {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  padding: 5px 20px;
}

.btn.btn-primary {
  background-color: #f58241;
  border: none;
  text-transform: uppercase;
}

.text-orange {
  color: var(--orage-color);
}

.banner .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #bcbec0;
  /* background-color: transparent; */
}

.banner .carousel-indicators .active {
  background-color: var(--orage-color);
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px var(--orage-color);
}

.banner .carousel-indicators {
  bottom: -50px;
  margin: auto;
  width: 10%;
  justify-content: space-between;
}

.banner .carousel-indicators-mobile [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #bcbec0;
  /* background-color: transparent; */
}

.banner .carousel-indicators-mobile .active {
  background-color: var(--orage-color);
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px var(--orage-color);
}

.banner .carousel-indicators-mobile {
  bottom: -50px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  text-align: center;
}

section {
  padding: 40px 0;
  color: var(--font-color-based);
  font-size: 18px;
  position: relative;
}

section.about {
  padding-top: 100px;
}

section.about .title {
  font-size: 26px;
}

section.introduce {
  background: #f3f3f3;
}

.introduce .title {
  font-size: 25px;
  font-family: "Mitr-Med";
  /* line-height: 10px; */
  display: block;
}

.upcoming .background {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -40px;
}

.upcoming .content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.upcoming span {
  font-size: 25px;
  font-family: "Mitr-Bold";
  display: block;
}

.icon-text {
  font-size: 25px;
  color: var(--orage-color);
  font-family: "Mitr-Bold";
  margin-top: 15px;
}

.main-trainer .trainer-card {
  position: relative;
}

#trainer-modal .modal-content {
  border-radius: 0 !important;
}

#trainer-modal .modal-body {
  padding: 0;
}

#trainer-modal .modal-content .header-bg {
  width: 100%;
  height: 100px;
  background-color: var(--orage-color);
}

#trainer-modal .m-col-1 {
  position: relative;
  top: -5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#trainer-modal .m-col-1 .profile {
  width: 150px;
  height: auto;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: gray;
}

#trainer-modal .divide {
  width: 30px;
  margin: 10px 15px;
}

#trainer-modal .detail {
  border: 2px solid gray;
  border-radius: 1rem;
  padding: 30px 15px;
  margin: 30px;
}

.main-trainer .trainer-card .view-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  border-radius: 50%;
  color: #fff;
  display: none;
  place-items: center;
  cursor: pointer;
}

.main-trainer .trainer-card .profile:hover .view-detail {
  display: grid;
}

.main-trainer .trainer-card .profile {
  width: 218px;
  height: auto;
  border-radius: 50%;
  border: 5px solid var(--orage-color);
  object-fit: cover;
  object-position: center right;
  position: relative;
  margin: auto;
}

.main-trainer.home-page .trainer-card .profile {
  width: 160px;
  height: 160px;
}

.main-trainer .trainer-card span {
  display: block;
}

.trainer-card .name.title {
  font-size: 25px;
  /* font-family: 'Mitr-Bold'; */
  color: var(--orage-color);
  margin-left: -35px;
}

.trainer-card .name {
  padding-top: 15px;
  font-size: 18px;
  /* font-family: 'Mitr-Med'; */
}

.trainer-card .university {
  font-size: 12px;
  font-family: "Mitr";
}

.trainer-card .divide {
  width: 15px;
  height: 1px;
  margin: 5px auto;
}

.overview {
  color: var(--font-color-based);
  font-size: 16px;
  font-size: "Mitr-Light";
}

.overview .side-menu {
  background: #f5cfb1;
  padding: 100px 0;
}

.overview .side-menu li {
  list-style: none;
  font-size: 16px;
  padding-bottom: 15px;
}

.overview .side-menu li:hover,
.overview .side-menu li.active {
  color: var(--orage-color);
  font-size: 16px;
}

.overview .side-menu li a::before {
  content: "+ ";
}

.overview .side-menu li.active a::before {
  content: "- ";
}

.sub-page .title {
  font-size: 26px;
  font-family: "Mitr-Bold";
}

.sub-page .sub-title {
  font-size: 24px;
  font-family: "Mitr-Med";
  display: block;
}

.sub-title {
  font-size: 24px;
  font-family: "Mitr-Med";
  display: block;
}

.sub-page p {
  font-size: 14px;
  color: var(--font-color-based);
  font-family: "Mitr-Light";
}

.apply p.title {
  font-size: 20px;
  text-align: "Mitr-Med";
}

.apply .btn-svg {
  cursor: pointer;
}

.special-divide {
  width: 100%;
  height: 15px;
  background: var(--orage-color);
}

/* Style the button that is used to open and close the collapsible content */

.tij-collapse .tij-collapse-title {
  font-family: "Mitr-Med";
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  user-select: none;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  padding-right: 50px;
}

.tij-collapse .tij-collapse-title::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 30px;
  font-family: "Mitr";
  top: 50%;
  transform: translateY(-50%);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.tij-collapse .active,
.tij-collapse .tij-collapse-title:hover {
  color: var(--orage-color);
  border-bottom: 1px solid var(--orage-color);
}

/* Style the collapsible content. Note: hidden by default */
.tij-collapse .content {
  padding: 20px 30px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-family: "Mitr-Light";
  font-size: 14px;
}

.tij-collapse .content .tt {
  font-size: "Mitr";
}

.table {
  color: var(--font-color-based);
}

.table > thead {
  color: var(--orage-color);
  font-family: "Mitr-Bold";
}

.table th {
  padding-left: 30px;
}

.table td {
  padding: 30px 20px 30px 30px;
}

.table td:first-child {
  vertical-align: middle;
  white-space: nowrap;
}

.material.table td:first-child {
  background-color: #f9f9f9;
}

.upcoming.table td:first-child {
  background-color: #f5cfb1;
}

.map {
  position: relative;
  top: 22px;
}

.map iframe {
  width: 100%;
}

.alumni .head,
.gallery .head {
  padding: 30px 0 0;
  color: #000;
  font-family: "Mitr-Med";
}

.alumni .head .title,
.gallery .head .title {
  font-size: 26px;
}

.alumni .head .sort,
.gallery .head .sort {
  font-size: 12px;
  font-family: "Mitr-Light";
  color: #aaaaaa;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-left: 80px;
}

.alumni-card {
  background: #f5cfb1;
  height: 400px;
  max-width: 255px;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.alumni-card .read-more {
  display: none;
}

.alumni-card.gradient {
  background-image: linear-gradient(
    90deg,
    rgba(255, 218, 158, 1) 0%,
    rgba(255, 174, 118, 1) 100%
  );
}

.alumni-card.gradient .read-more {
  font-size: 14px;
  font-family: "Mitr-Med";
  background-color: #5780bc;
  width: 125px;
  height: 29px;
  position: absolute;
  bottom: 0;
  right: -10px;
  border-radius: 15px;
  display: grid;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.alumni-card .profile {
  border: 5px solid var(--orage-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 15px;
}

.alumni-card .name {
  font-family: "Mitr-Med";
  font-size: 18px;
}

.alumni-card .detail {
  font-size: 12px;
}

.alumni-card .divide {
  width: 15px;
  margin: 15px auto;
}

.alumni-card .country {
  background-color: var(--orage-color);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  color: #fff;
  padding-top: 15px;
}

.alumni-card .country span {
  font-family: "Mitr-Light";
  font-size: 21px;
}

.gallery .sub-menu {
  font-size: 24px;
  color: var(--font-color-based);
}

.gallery-card {
  position: relative;
  width: max-content;
  cursor: pointer;
}

.gallery-card:hover .view {
  opacity: 1;
}

.gallery-card:hover .detail {
  background: rgba(244, 123, 77, 0.3);
}

.gallery-card .thumbnail {
  max-width: 255px;
  overflow: hidden;
  border: 5px solid var(--orage-color);
  position: relative;
}

.gallery-card .detail {
  padding: 15px 0;
  transition: background 0.2s ease-in-out;
  text-align: center;
}

.gallery-card .date {
  font-family: "Mitr-Light";
  font-size: 12px;
  color: var(--font-color-based);
}

.gallery-card .view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(244, 123, 77, 0.3);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.gallery-card .view a {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
}

.gallery .sort-year {
  font-size: 12px;
  font-family: "Mitr-Light";
  color: #aaaaaa;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.gallery #filterByYear,
.filter-alumni {
  border-radius: 2rem;
  border: 1px solid #f47b4d;
}
.modal-content {
  border-radius: 15px;
}

.modal .alumni-card {
  max-width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
}

.modal .alumni-card .text-orange {
  font-size: 21px;
  font-family: "Mitr-Light";
}

#alumniModal .modal-body {
  padding: 30px 200px;
  font-size: 14px;
}

#alumniModal .modal-body p {
  font-family: "Mitr-Light";
}

.modal-footer {
  position: relative;
  bottom: -150px;
  background: transparent;
  border-top: none;
  justify-content: center;
}

.modal-footer img {
  max-width: 100px;
  cursor: pointer;
}

#load-more {
  cursor: pointer;
  /* transition: transform 0.1s ease-in-out; */
}

.owl-item .item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* step form */

#regForm {
  background-color: #ffffff;
}

#regForm .tab.overview span.result {
  font-family: "Mitr-Light";
  color: var(--font-color-based);
  font-size: 14px;
  position: relative;
  /* top: -5px; */
}

.form-button {
  display: flex;
  justify-content: flex-end;
}

/* #regForm input {
  width: 100%;
  font-size: 17px;
  font-family: 'Mitr';
  border: 1px solid #aaaaaa;
} */

.form-group {
  padding-bottom: 15px;
}

.form-group .col-sm-10 {
  margin-top: 15px;
}

.form-group label {
  font-size: 14px;
  color: var(--font-color-based);
}

.form-group label span {
  display: block;
}

.form-group label span:last-child {
  font-family: "Mitr-Light";
  font-size: 8px;
}

.form-group label span.text-orange {
  font-size: 14px;
  font-family: "Mitr-Light";
}

.form-control {
  height: 30px;
  border-radius: 30px;
  border: 1px solid #f5cfb1;
  color: #aaaaaa;
  font-size: 12px;
  font-family: "Mitr-Light";
}

.form-control.text-area {
  height: 100%;
  border-radius: 15px;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #f5cfb1;
  /* background-color: var(--orage-color); */
}

.form-check-label {
  font-size: 12px;
  padding-right: 50px;
  padding-bottom: 5px;
  margin-top: 3px;
}

.form-check-input:checked {
  background-color: var(--orage-color);
  border-color: var(--orage-color);
}

/* Mark input boxes that gets an error on validation: */
/* input.invalid {
  border-color: #dc3545;
  position: relative;
} */

.form-control.is-valid {
  border-color: orange;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='orange' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.invite-code.form-control.is-valid {
  border-color: #f5cfb1 !important;
  background-image: unset !important;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #f5cfb1;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--font-color-based);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--orage-color);
}

.ui-selectmenu-button.ui-button {
  font-size: 12px;
  font-weight: 300;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #f5cfb1;
  border-radius: 30px;
  color: #aaaaaa;
  z-index: 999;
}

.ui-selectmenu-button.ui-button:focus {
  outline: none;
}

.ui-widget.ui-widget-content {
  margin-top: -20px;
  padding-top: 20px;
  border: 1px solid #f5cfb1;
  border-radius: 0 0 10px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  height: 200px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #ffffff;
  border: none;
  color: #f5cfb1;
}

.is-validate {
  display: none;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.form-box {
  width: 80%;
  margin: auto;
}

.form-box u {
  font-size: 16px;
  color: var(--font-color-based);
}

.form-box .title {
  font-size: 16px;
  font-family: "Mitr-Med";
  color: var(--font-color-based);
}

#nextBtn,
#prevBtn {
  border: none;
  background-color: var(--orage-color);
  color: #fff;
  border-radius: 30px;
  padding: 5px 30px;
  font-size: 19px;
  font-family: "Mitr-Med";
  user-select: none;
}

#nextBtn:disabled,
#nextBtn[disabled] {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}

#nextBtn img {
  position: relative;
  left: 25px;
}

#prevBtn img {
  position: relative;
  left: -25px;
  transform: rotate(180deg);
}

.custom-file {
  border: 1px solid var(--orage-color);
  border-radius: 30px;
  position: relative;
  height: 25px;
}

.custom-file label {
  cursor: pointer;
  height: 100%;
  position: relative;
  top: -2px;
  left: -1px;
  width: 109px;
}

#file-chosen {
  margin-left: 0.3rem;
  font-family: "Mitr-Light";
  font-size: 12px;
  color: #aaaaaa;
}

.file-note {
  color: var(--font-color-based);
  font-size: 8px;
  float: right;
  margin-top: 5px;
}

.ui-datepicker-trigger {
  width: 109px;
  margin-right: 15px;
}

/* button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
} */

/* button:hover {
  opacity: 0.8;
} */

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.step {
  display: flex;
  flex-direction: column;
}

.step-hide {
  display: none;
}

.tab-hide {
  display: none;
}

.step .circle {
  height: 95px;
  width: 95px;
  background-color: #f5cfb1;
  border: none;
  border-radius: 50%;
  display: flex;
  /* opacity: 0.5; */
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-family: "Mitr-Med";
  /* position: relative; */
  z-index: 1;
}

.step .circle .number {
  font-size: 36px;
}

.step .circle span {
  margin: -5px 0;
  position: relative;
}

.step .detail {
  padding-top: 15px;
  font-size: 12px;
  color: gray;
  text-align: center;
  font-family: "Mitr-Med";
}

/* .step span{
  display: block;
} */

.step .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #f5cfb1;
  top: 35%;
  border: none;
}

.step.active .circle::before,
.step.finish .circle::before {
  background-color: #e0823e;
}

.step.active .circle,
.step.finish .circle {
  /* opacity: 1; */
  background-color: #e0823e;
}

.step.active .detail,
.step.finish .detail {
  color: #000;
}

/* Mark the steps that are finished and valid: */

/* loader */
.loader {
  font-size: 3px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #f47b4d;
  background: -moz-linear-gradient(
    left,
    #f47b4d 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #f47b4d 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #f47b4d 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #f47b4d 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    #f47b4d 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #f47b4d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mobile {
  display: none;
}

.desktop {
  display: block;
}
#useful-menu-mobile {
  border-radius: 2rem;
  border: 1px solid #f47b4d;
}

.text-main-trainer {
  font-size: 25px;
  color: var(--orage-color);
}
.img-main-trainer {
  margin-left: 35px;
}
#contact label {
  display: inline-block;
  width: 100px;
  text-align: right;
}
#contact_submit {
  padding-left: 100px;
}
#contact div {
  margin-top: 1em;
}
textarea {
  vertical-align: top;
  height: 5em;
}

.error {
  display: none;
  margin-left: 10px;
}

.error_show {
  color: red;
  margin-left: 10px;
}

input.invalid,
textarea.invalid {
  border: 2px solid red;
}

input.valid,
textarea.valid {
  border: 2px solid green;
}

.nav-link.active {
  /* background-color: var(--orage-color) !important; */
  background-color: transparent !important;
  color: var(--orage-color) !important;
}
#regional_training-tab {
  padding-left: 0;
}
.nav-separate {
  font-size: 1.75rem;
}
.special-activity-content,
.e-learning-content {
  font-size: 14px;
  color: var(--font-color-based);
  font-family: "Mitr-Light";
}

.cookie-box {
  width: 100vw;
  height: 100px;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: space-around;
  bottom: 0;
  position: fixed;
  z-index: 9999999999999999999;
  display: flex;
}

.cookie-box .description {
  font-family: "Mitr-Light";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #ffffff;
}

.cookie-box .description a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-box .description a:hover {
  color: #ffffff !important;
}

.cookie-box button {
  width: 208px;
  border-radius: 22.5px;
  background-color: var(--orage-color);
  border: none;
  align-self: center;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  margin-top: 5px;
}

.cookie-box button:focus {
  outline: none;
}
.indent {
  text-indent: 3em;
}
.indent-6em {
  text-indent: 6em;
}

/* ========= style mobile =================== */
@media (max-width: 992px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
  .alumni-topic {
    margin-bottom: 1.5rem;
  }

  .table-width-500 {
    width: 500px;
  }
  .text-main-trainer {
    font-size: 25px;
    /* font-family: 'Mitr-Bold'; */
    color: var(--orage-color);
    margin-left: unset;
  }
  .img-main-trainer {
    margin-left: 35px;
  }
  .cookie-box {
    flex-direction: row;
    width: 100vw;
    height: 150px;
    padding: 20px 20px;
    margin: 0;
  }
  .cookie-box .description {
    font-size: 16px;
  }
  .cookie-box button {
    font-size: 10px;
    margin-top: 0;
    align-items: center;
  }
  .cookie-box .description {
    font-family: "Mitr-Light";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
  }
}
/* ========= style mobile =================== */
@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
  .alumni-topic {
    margin-bottom: 1.5rem;
  }

  .table-width-500 {
    width: 500px;
  }
  .text-main-trainer {
    font-size: 25px;
    color: var(--orage-color);
    margin-left: unset;
  }
  .img-main-trainer {
    margin-left: 35px;
  }
  .cookie-box {
    flex-direction: row;
    width: 100vw;
    height: 175px;
    padding: 20px 20px;
    margin: 0;
  }

  .cookie-box .description {
    font-size: 16px;
  }

  .cookie-box button {
    font-size: 10px;
    margin-top: 0;
    align-items: center;
  }

  .cookie-box .description {
    font-family: "Mitr-Light";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
  }
}
