@charset "UTF-8";
.en-style-button:hover {
  text-decoration: none;
  color: white;
}

[dir=rtl] .slick-prev {
  right: auto;
}

.fake_thead > div::-webkit-scrollbar-thumb, .formatted_table_floor .formatted_table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c3e574;
}
.fake_thead > div::-webkit-scrollbar, .formatted_table_floor .formatted_table::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.fake_thead > div::-webkit-scrollbar-track, .formatted_table_floor .formatted_table::-webkit-scrollbar-track {
  background-color: #e8e9eb;
  border-radius: 4px;
}

/* Ensure the table fills the screen on mobile */
html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  --th_height: auto;
}
body .button_general {
  background-color: #B8D900;
  font-size: 16px;
  font-weight: 500;
  min-height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
body:not(.width_tbl_change) {
  --cell_width: 150px;
  --two_cell_width: 300px;
}
@media (max-width: 767px) {
  body:not(.width_tbl_change) {
    --cell_width: 100px !important;
    --two_cell_width: 200px !important;
  }
}
body .width_tbl_change {
  --cell_width: 420px;
  --two_cell_width: 840px;
}
@media (max-width: 767px) {
  body .width_tbl_change {
    --cell_width: 100px !important;
    --two_cell_width: 200px !important;
  }
}

body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}

.is_english .formatted_table_floor .formatted_table {
  padding-right: 0 !important;
  padding-left: var(--two_cell_width) !important;
}
.is_english .formatted_table_floor .formatted_table table:after {
  content: "";
  display: inline-block;
  width: 63px;
  height: calc(100% - 18px);
  opacity: 0.06;
  background-image: linear-gradient(to right, #000 0%, rgba(2, 2, 2, 0) 50%);
  top: 0;
  left: var(--two_cell_width);
  position: absolute;
}
.is_english .formatted_table_floor .formatted_table table:before {
  display: none !important;
}
.is_english .formatted_table_floor .formatted_table table td:first-child {
  left: 0;
  right: auto !important;
}
.is_english .formatted_table_floor .formatted_table table td:nth-child(2) {
  right: auto !important;
  left: var(--cell_width);
  border-right-color: #b8d900 !important;
}

html.has-cookie-bar .sidebar {
  top: 224px;
}
@media (max-width: 1419px) {
  html.has-cookie-bar body header .wrap-main-menu .manu_nav_header {
    top: 132px;
  }
}
html.has-cookie-bar body.single-curriculum {
  padding-top: 24.5px;
}
@media (max-width: 1419px) {
  html.has-cookie-bar body.single-curriculum {
    padding-top: 0;
  }
}
@media (max-width: 1419px) {
  html.has-cookie-bar body {
    padding-top: 65.5px;
  }
}
@media (max-width: 991px) {
  html.has-cookie-bar body {
    padding-top: 68px !important;
    margin-top: 0;
  }
}
html.has-cookie-bar header #menus {
  top: 66px !important;
}

.chat_ono {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}

.item-curriculum {
  display: block;
  margin: 38px 0;
  color: black;
}

.single-news p, .single-news h2 {
  max-width: 1100px;
}

.row-sidebar-right {
  direction: ltr;
}

.row-sidebar-right > div {
  direction: rtl;
}

.valign_middle:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*--------------------  Header  --------------------*/
body.logged-in.admin-bar #menus {
  top: 32px;
}

#main_menu_nav .nav .visible_ul ul, .menu-main-menu-container .nav > li:hover > ul, .nav > li.menu-item-has-children > li.menu-item-has-children > ul:hover {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  width: max-content;
  margin: 0;
}
@media (max-width: 1199px) {
  #main_menu_nav .nav .visible_ul ul, .menu-main-menu-container .nav > li:hover > ul, .nav > li.menu-item-has-children > li.menu-item-has-children > ul:hover {
    width: 100%;
  }
}

.menu-item li {
  position: relative;
}
@media (min-width: 1420px) {
  .menu-item li {
    max-width: 281px;
    width: 100%;
  }
  .menu-item li:hover > a {
    text-decoration: underline;
  }
}

.menu-footer-menu-container {
  width: 84%;
}
.menu-footer-menu-container li {
  padding-left: 10px;
}

/*--------------------End Header  --------------------*/
/*--------------------  Footer  --------------------*/
.cumpus_footer_title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 65px;
}

.wrap-campuses-footer {
  padding-bottom: 30px;
  display: inline-block;
}
.wrap-campuses-footer .wrap_campus_footer_name:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 12px;
  background-color: #B8D900;
}
.wrap-campuses-footer .campus_footer_name {
  color: #13152C;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px;
  width: calc(100% - 25px);
  vertical-align: top;
}
.wrap-campuses-footer .campus_footer_title {
  height: 76px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrap-campuses-footer .campus_footer_img {
  position: relative;
}
.wrap-campuses-footer .campus_footer_num_learning_program, .wrap-campuses-footer .campus_footer_num_faculty {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 8px;
  margin-right: 20px;
}
.wrap-campuses-footer .campus_footer_num_faculty {
  padding-right: 20px;
}
.wrap-campuses-footer .campus_footer_num_faculty:after {
  content: "|";
  padding-left: 1px;
}
.wrap-campuses-footer .campus_footer_address {
  font-size: 17px;
  color: #242424;
  position: relative;
  margin-top: 5px;
}
.wrap-campuses-footer .campus_footer_address:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  margin-left: 10px;
  /*margin-right: 20px;*/
  background: url(../images/address_ico.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.wrap-campuses-footer .campus_footer_img img {
  width: 100%;
  height: auto;
}
.wrap-campuses-footer .parking {
  position: absolute;
  margin-top: 14px;
  background-color: black;
  color: #B8D900;
  font-weight: 500;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.wrap-campuses-footer .parking i.fas.fa-parking {
  font-size: 15px;
  margin-left: 8px;
  margin-right: 8px;
}
.wrap-campuses-footer .campus_google_map, .wrap-campuses-footer .campus_waze {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  background: url(../images/googlemaps.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 28px;
  width: 22px;
  border: none;
  cursor: pointer;
  display: block;
}
.wrap-campuses-footer .campus_waze {
  display: none;
  background: url(../images/maps_waze.png);
}

#footer {
  background-color: #222222;
  padding-top: 60px;
  padding-bottom: 180px;
}
#footer a {
  color: #FFFFFF;
  font-size: 14px;
}
#footer a[href="#"] {
  pointer-events: none;
  font-weight: 500;
  color: #FBFBFB;
  display: block;
  margin-bottom: 10px;
}
#footer a[href="#"]:before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #B2B2B2;
  margin-bottom: 18px;
}
#footer .sub-menu {
  padding: 0;
  list-style-type: none;
  line-height: 15px;
}
#footer .two-cloum ul {
  column-count: 2;
  -webkit-column-count: 2;
}
#footer .contact_footer {
  color: #fbfbfb;
  width: 16%;
}
#footer .contact_footer .contact_footer_title {
  font-weight: 500;
  color: #fbfbfb;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .contact_footer .contact_footer_title:before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #B2B2B2;
  margin-bottom: 18px;
}
#footer .contact_footer .contact_footer_text {
  font-size: 14px;
  line-height: 14px;
}
#footer .contact_footer .contact_footer_text p {
  margin-bottom: 11px;
}
#footer .contact_footer .contact_footer_tel {
  font-weight: bold;
  font-size: 18px;
}
#footer .share_buttons_footer {
  padding-top: 18px;
}
#footer .share_buttons_footer a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  background: #B8D900;
  color: #333 !important;
  margin: 0px 5px;
  font-size: 18px;
}
#footer .share_buttons_footer a img.img_icon_share {
  max-height: 18px;
  max-width: 16px;
}
#footer .share_buttons_footer a:first-child {
  margin-right: 0;
}
#footer .share_buttons_footer i {
  margin-top: 4px;
}
#footer .nav > li.menu-item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 20%;
  max-width: 20%;
}
#footer .nav > li.menu-item.two-cloum {
  flex: 40%;
  max-width: 40%;
}
#footer #recaptcha_new_badge {
  color: white;
  text-align: center;
  font-size: 11px;
}
#footer #recaptcha_new_badge a {
  font-size: 11px;
}
@media (max-width: 991px) {
  #footer #recaptcha_new_badge {
    margin-top: 10px;
  }
}

/*--------------------  End Footer  --------------------*/
/*--------------------  404  --------------------*/
.error_page {
  text-align: center;
  margin: 0 auto;
}
.error_page .btn_error_page {
  display: block;
  width: 317px;
  text-align: center;
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 28px;
}
.error_page .error_page_text_content {
  display: inline-block;
  text-align: right;
}
[lang=en-US] .error_page .error_page_text_content {
  text-align: left;
}
.error_page .error_page_text_content .error_page_text_title {
  color: #7C797D;
  font-weight: bold;
}
.error_page .error_page_text_content .error_page_text {
  color: #7C797D;
  font-size: 27px;
  font-weight: 500;
}
.error_page a {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
}
.error_page img {
  padding-top: 3px;
  display: block;
  margin: 0px auto 65px;
}
.error_page .fa-angle-left:before {
  font-weight: 600;
  padding-right: 9px;
  vertical-align: middle;
  font-size: 22px;
}
.error_page .error_link_hp:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
[lang=en-US] .error_page .error_link_hp:after {
  content: "\f105";
}

/*--------------------  End 404  --------------------*/
/*--------------------  single lecturer  --------------------*/
.title-education:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-left: 12px;
  background-color: #b8d900;
}

.title-education {
  font-size: 16px;
  font-weight: 500;
}

.text-education {
  padding-right: 20px;
}

/*--------------------  archive curriculum  --------------------*/
.title-faculty {
  font-size: 22px;
  font-weight: 500;
}

.section-faculty {
  padding-bottom: 37px;
}
.section-faculty .item-curriculum {
  margin-top: 0;
}
.section-faculty .wrap-single-faculty {
  display: block;
  height: 100%;
  padding-bottom: 23px;
  padding-top: 23px;
}
.section-faculty .wrap-single-faculty:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section-faculty .wrap-single-faculty img {
  width: 53px;
  height: 53px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 19px 0 6px;
}
.section-faculty .wrap-single-faculty .name-faculty {
  color: #FBFBFB;
  font-size: 22px;
  padding-left: 5px;
  max-width: calc(100% - 86px);
  display: inline-block;
  vertical-align: middle;
}

/*--------------------  section talk-us-options  --------------------*/
.section-talk-us-options {
  display: none;
  position: fixed;
  /*top: 60%;*/
  bottom: 40%;
  right: 35px;
  z-index: 9999999999;
}
.section-talk-us-options.open .talk-us-options {
  opacity: 1;
  display: block;
}
.section-talk-us-options.open .open-talk {
  opacity: 0;
  display: none !important;
}
.section-talk-us-options .open-talk {
  background: url(../images/icon-chat.png) center no-repeat;
  background-size: 30px;
  background-color: #B8D900;
  width: 56px;
  height: 56px;
  display: block;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.19);
  border-radius: 50%;
}
.section-talk-us-options .talk-us-options {
  opacity: 0;
  display: none;
}
.section-talk-us-options .talk-us-options .close-talk {
  text-decoration: none;
}
.section-talk-us-options .talk-us-options .close-talk:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a6d824;
  font-size: 20px;
}
.section-talk-us-options .talk-us-options .talk_option {
  display: block;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.27);
  border-radius: 100px;
  text-decoration: none;
  color: #13152C;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 5px 7px 0 21px;
  line-height: 14px;
  background-color: white;
  margin: 10px 0;
}
.section-talk-us-options .talk-us-options .talk_option span {
  padding-right: 7px;
}
.section-talk-us-options .talk-us-options .talk_option.link-whatsapp:before {
  background: url(../images/icon-whatsapp.png) center no-repeat;
  background-size: 100%;
}
.section-talk-us-options .talk-us-options .talk_option.link-chat {
  background-color: #B8D900;
}
.section-talk-us-options .talk-us-options .talk_option.link-chat:before {
  background: url(../images/icon-chat.png) center no-repeat;
  background-size: 100%;
}
.section-talk-us-options .talk-us-options .talk_option.link-messenger:before {
  background: url(../images/icon-messenger.png) center no-repeat;
  background-size: 100%;
}
.section-talk-us-options .talk-us-options .talk_option:before {
  content: "";
  display: inline-block;
  padding-left: 5px;
  background-size: 100%;
  height: 31px;
  width: 30px;
  vertical-align: middle;
}

.single-post iframe {
  max-width: 100%;
}

.single-post .wrap-content img {
  max-width: 100%;
  height: auto;
}

#menus .wrap-top-menu .additional_links:first-child {
  font-weight: normal;
  font-size: 14px;
}

.catapult-cookie-bar button#catapultCookie {
  background: #ffffff !important;
}

html[lang=he-IL].cookie-bar-bar button#catapultCookie {
  margin: 0 20px 0 0;
  background: #ffffff;
}
html[lang=he-IL].cookie-bar-bar .ctcc-inner {
  direction: rtl;
}
html[lang=he-IL].cookie-bar-bar .ctcc-inner .ctcc-left-side {
  text-align: right;
}

.post-type-archive-lecturer #hp_floor_form, .single-lecturer #hp_floor_form, .error404 #hp_floor_form {
  height: 0;
}

.btn-meeting-hp-mobile {
  float: left;
}

.fc_rich_textarea_floor p {
  line-height: 22px;
}
.fc_rich_textarea_floor h3 {
  padding-bottom: 30px;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
}
.fc_rich_textarea_floor h3:after {
  content: "";
  margin-right: 25px !important;
  flex: 1 1;
  border-bottom: 1px solid #a6d824;
  margin: auto;
  padding-top: 6px;
}
.fc_rich_textarea_floor iframe {
  max-width: 100% !important;
  border: none;
}
@media (max-width: 991px) {
  .fc_rich_textarea_floor iframe {
    width: 100%;
  }
}
.fc_rich_textarea_floor ul {
  padding-inline-start: 20px;
  padding: 0;
  list-style: none;
}
.fc_rich_textarea_floor li:before {
  content: "";
  border: 1px solid #b8d900;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b8d900;
  margin-left: 10px;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  body:not(.single-curriculum, .page-template-template-home_page_faculty, .page-template-template-lecturers,
  .page-template-template-research_institutes, .page-template-template-gantt_events, .post-type-archive-news, .page-template-template-ono_in_media) .banner-image.general.open_day_banner {
    min-height: auto !important;
    background-image: none;
  }
}

.open_day_banner {
  min-height: 628px !important;
}
.open_day_banner .grey_back {
  background: rgb(102, 102, 102);
}
.open_day_banner .animation_grow_text {
  color: #fff;
  animation: grow 1.5s ease 0s infinite normal none running;
  -webkit-animation: grow 1.5s ease 0s infinite normal none running;
  display: inline-block;
}
@media (max-width: 991px) {
  .single-curriculum .open_day_banner .banner-image {
    min-height: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1419px) {
  .open_day_banner .banner-image .banner_curriculum {
    margin-top: 0;
  }
}

#breadcrumbs * {
  color: #000;
}

.fc_quote_floor {
  margin-top: 29px;
}

.fc_rich_squares_strip_floor {
  margin-bottom: 34px;
  margin-top: 34px;
}

.marker {
  height: 100%;
  border-radius: 8px;
}

.campus-map {
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.campus-map iframe {
  width: 100%;
}

@media (max-width: 776px) {
  .campus-map {
    height: 150px;
  }
}
.campus-map img {
  max-width: inherit !important;
}

.credit_img {
  padding-top: 1rem;
  font-size: 14px;
  text-align: center;
}

.single-alumni .single-lecturer .lecturer_name_single {
  font-size: 23px;
}
.single-alumni .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
  top: initial;
  left: 40%;
}

.alumni_about {
  align-items: center;
}

.post-type-archive-alumni .wrap_lecturer .lecturer_hover {
  color: inherit;
}

body.single-tribe_events #header, body.single-tribe_events hr, body.single-tribe_events div#footer {
  display: none;
}
body.single-tribe_events main#tribe-events-pg-template {
  padding: 0 !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  #page_content .wp-block-media-text__media {
    margin-bottom: 1rem !important;
  }
}

.formatted_table_floor {
  position: relative;
}
.formatted_table_floor .formatted_table {
  overflow-x: scroll !important;
  padding-right: var(--two_cell_width);
}
.formatted_table_floor .formatted_table thead tr td {
  height: 100%;
}
.formatted_table_floor .formatted_table thead tr {
  white-space: nowrap;
}
.formatted_table_floor .formatted_table table {
  float: none !important;
}
@media (max-width: 1199px) {
  .formatted_table_floor .formatted_table table {
    width: calc(1350px - var(--two_cell_width));
  }
}
.formatted_table_floor .formatted_table table {
  table-layout: fixed;
}
.formatted_table_floor .formatted_table table:before {
  content: "";
  display: inline-block;
  width: 63px;
  height: calc(100% - 18px);
  opacity: 0.06;
  background-image: linear-gradient(to left, #000000 0%, rgba(2, 2, 2, 0) 50%);
  top: 0;
  position: absolute;
}
.formatted_table_floor .formatted_table table tr {
  display: flex;
  white-space: normal !important;
  --tr_height: auto;
}
.formatted_table_floor .formatted_table table td {
  flex: 1;
  height: var(--tr_height);
}
.formatted_table_floor .formatted_table table td:first-child {
  right: 0;
}
.formatted_table_floor .formatted_table table td:nth-child(2) {
  right: var(--cell_width);
  border-left-color: #B8D900 !important;
  height: 100%;
}
.formatted_table_floor .formatted_table table td:first-child, .formatted_table_floor .formatted_table table td:nth-child(2) {
  position: absolute;
  z-index: 1;
  width: var(--cell_width) !important;
  background-color: white;
}
.formatted_table_floor .formatted_table table th {
  flex: 1;
  height: var(--th_height);
}
.formatted_table_floor .formatted_table table th:first-child {
  right: 0;
}
.formatted_table_floor .formatted_table table th:nth-child(2) {
  right: var(--cell_width);
}
.formatted_table_floor .formatted_table table th:first-child, .formatted_table_floor .formatted_table table th:nth-child(2) {
  position: absolute;
  z-index: 1;
  width: var(--cell_width);
  background-color: white;
  border-bottom: 4px solid;
  border-color: #B8D900 !important;
  height: calc(var(--th_height) + 3px) !important;
}
.formatted_table_floor .formatted_table thead, .formatted_table_floor .formatted_table th, .formatted_table_floor .formatted_table td {
  border-color: lightgray !important;
}
.formatted_table_floor.fixed_table .fake_thead {
  display: block;
}

.fake_thead {
  display: none;
  position: fixed;
  top: calc(88px + var(--wp-admin--admin-bar--height));
  background-color: white;
  z-index: 2;
  padding-right: var(--two_cell_width);
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .fake_thead {
    top: calc(71px + var(--wp-admin--admin-bar--height));
  }
}
@media (max-width: 991px) {
  .fake_thead {
    top: 71px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .fake_thead {
    left: 0;
    padding-right: calc(var(--two_cell_width) + 15px);
  }
}
.fake_thead > div {
  overflow: auto;
  white-space: nowrap;
  width: calc(1350px - var(--two_cell_width));
  max-width: 100%;
}
.fake_thead th {
  display: inline-table;
  white-space: normal;
  border-color: lightgray;
  background-color: white;
  height: var(--th_height);
}
.fake_thead th:first-child, .fake_thead th:nth-child(2) {
  width: var(--cell_width);
  position: absolute;
  border-color: #B8D900;
}
.fake_thead th:first-child {
  right: 0;
}
@media (max-width: 991px) {
  .fake_thead th:first-child {
    right: auto;
    margin-right: calc(-1 * var(--two_cell_width));
  }
}
.fake_thead th:nth-child(2) {
  right: var(--cell_width);
}
@media (max-width: 991px) {
  .fake_thead th:nth-child(2) {
    right: auto;
    margin-right: calc(-1 * var(--cell_width));
  }
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.mobile_talkus_button {
  display: none;
}

body .background_overlay {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 0;
  visibility: hidden;
}

.background_overlay.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------  Banner  --------------------*/
.banner-image {
  position: relative;
  width: 100%;
  background-size: cover;
  min-height: 435px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.banner-image .banner_gradient {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  transition: all 0.3s, line-height 0s;
  background: linear-gradient(270deg, #13152C 0%, rgba(19, 21, 44, 0.79) 20%, rgba(19, 21, 44, 0) 100%, rgba(19, 21, 44, 0) 100%);
  z-index: -1;
}
.banner-image .title_banner {
  position: absolute;
  bottom: 50px;
}
.banner-image h1.title_curriculum {
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-image h1.title_curriculum {
    font-size: 22px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
}
.banner-image .span_banner {
  margin: 0;
  position: absolute;
  top: 41%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .banner-image .span_banner {
    padding-bottom: 7%;
  }
}
@media (max-width: 767px) {
  .banner-image .span_banner {
    top: 30%;
  }
}
.banner-image .span_banner .banner_btn {
  padding-top: 40px;
}
.banner-image .program_name_field {
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  .banner-image .program_name_field {
    padding-bottom: 25px;
    font-size: 17px;
    font-weight: 500;
  }
}
.banner-image .banner_curriculum {
  display: flex;
  position: absolute;
  bottom: 16px;
  margin: 35px 0;
  font-size: 0;
}
@media (min-width: 992px) {
  .banner-image .banner_curriculum {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .banner-image .banner_curriculum {
    bottom: 4px;
    margin: 0;
    right: 0;
  }
}
.banner-image .banner_curriculum .btn-register {
  text-decoration: none;
}
@media (max-width: 767px) {
  .banner-image .banner_curriculum {
    display: block;
  }
}

.banner_head_of_specialization .text_role {
  display: inline-grid;
}

.wrap_banner_sticker {
  width: 30%;
  max-width: 322px;
}
@media (max-width: 767px) {
  .wrap_banner_sticker {
    width: 100%;
    max-width: 100%;
  }
}

.banner_sticker {
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1.3;
  padding: 0px 7px;
  color: #fff;
  margin-left: 13px;
  min-height: 111px;
  height: 100%;
}
.banner_sticker * {
  color: inherit !important;
}
.banner_sticker img {
  height: 40px;
  width: 40px;
  align-self: center;
  margin-left: 25px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .banner_sticker img {
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .banner_sticker img {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .banner_sticker {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner_sticker {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 1;
    margin: 10px 0px 0px 15px;
    padding: 5px 15px;
    min-height: auto;
  }
}

/*--------------------  Talk Us  --------------------*/
button.filter_main_button {
  text-align: right;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding-left: 35px;
}
button.filter_main_button:after, button.filter_main_button:before {
  content: "";
  width: 9px;
  border: 1px solid #D1D1D1;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 18px;
}
button.filter_main_button:before {
  transform: rotate(315deg);
  left: 20px;
}
button.filter_main_button:after {
  transform: rotate(45deg);
  left: 13px;
}

.title_required_talk_us.form_note_last {
  display: none;
}

.form_meet_open .section-talk-us-options a.open-talk {
  display: none !important;
}

.wrap-talk-us {
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  padding: 42px 0 27px;
  box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
}
.wrap-talk-us .title-talk-section {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .wrap-talk-us .title-talk-section {
    margin-left: 10px;
  }
}
.wrap-talk-us .title-talk {
  font-size: 32px;
  display: inline-block;
  color: #A4C200;
  vertical-align: top;
  font-weight: 500;
  line-height: 1;
}
.wrap-talk-us form {
  display: inline-block;
}
.wrap-talk-us form .btn-submit {
  margin-top: 32px;
}
.wrap-talk-us form .fields-form-talk {
  display: inline-block;
  font-size: 0;
  width: calc(100% - 186px);
}
.wrap-talk-us form .fields-form-talk .form-group {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 35px;
  position: relative;
  width: 25%;
}
.wrap-talk-us form .fields-form-talk .form-group .form-control.error {
  margin-bottom: 8px;
}
.wrap-talk-us form .fields-form-talk .form-group label:not(.error) {
  font-size: 16px;
}
.wrap-talk-us form .fields-form-talk .form-group label.error {
  font-size: 14px;
  color: #D90000;
  max-width: 207px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 100%;
}
.wrap-talk-us form .fields-form-talk .form-group input, .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country) {
  height: 40px;
  background-color: rgba(209, 209, 209, 0.22);
  border: 1px solid rgba(209, 209, 209, 0.22);
  border-radius: 5px;
}
.wrap-talk-us form .fields-form-talk .form-group input[type=checkbox], .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country)[type=checkbox] {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  -webkit-appearance: checkbox;
}
.wrap-talk-us form .fields-form-talk .form-group input.error, .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country).error {
  border-color: #D90000;
}
.wrap-talk-us form .fields-form-talk .form-group input.valid, .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country).valid {
  border-color: #000000;
}
html[lang=he-IL] .wrap-talk-us form .fields-form-talk .form-group input[type=tel], html[lang=he-IL] .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country)[type=tel] {
  direction: rtl;
}
.wrap-talk-us form .fields-form-talk .form-group.form-group-checkox {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .wrap-talk-us form .fields-form-talk .form-group.form-group-checkox {
    display: flex;
    max-height: inherit;
    flex-direction: column;
  }
}
.wrap-talk-us form .fields-form-talk .form-group.form-group-checkox label:not(.error) {
  height: auto;
  position: relative;
  color: #13152C;
  font-size: 12px;
  margin-bottom: 0;
  user-select: none;
  vertical-align: middle;
}
.wrap-talk-us form .fields-form-talk .wrap-group-checkbox {
  width: 70%;
  display: inline-block;
}
@media (max-width: 767px) {
  .wrap-talk-us form .fields-form-talk .wrap-group-checkbox {
    width: 100%;
  }
}
.wrap-talk-us form .fields-form-talk .title_required_talk_us.form_note_first {
  display: none;
}
.wrap-talk-us form .fields-form-talk .title_required_talk_us.form_note_last {
  color: #13152C;
  font-size: 12px;
  display: inline-block;
  width: 30%;
}
@media (min-width: 991px) {
  .wrap-talk-us form .fields-form-talk .title_required_talk_us.form_note_last {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .wrap-talk-us form .fields-form-talk .title_required_talk_us.form_note_last {
    width: 100% !important;
    order: -1;
    margin-bottom: 24px !important;
  }
}
.wrap-talk-us form .btn-submit {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-talk-us form .btn-submit {
    margin-top: 15px !important;
  }
}
.wrap-talk-us form .btn-submit:hover {
  background-color: #13152C;
  color: #B8D900;
}
.wrap-talk-us form .btn-submit::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #a6d824;
  border-right-color: #dbdcef;
  animation: spinner-d3wgkg 1s infinite linear;
  display: block;
  right: 28px;
  top: 12px;
  position: absolute;
  opacity: 0;
}
.wrap-talk-us form .btn-submit.disabled {
  background-color: #13152C;
  color: #B8D900;
}
.wrap-talk-us form .btn-submit.disabled::before {
  opacity: 1;
}
.wrap-talk-us .btn-submit {
  width: 174px;
}

.wrap-talk-us.home {
  position: static;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8F8F8F;
  opacity: 1; /* Firefox */
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8F8F8F;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8F8F8F;
}

/*--------------------  General  --------------------*/
html body {
  font-family: "Rubik", sans-serif;
}

@media (min-width: 992px) {
  .longer_width {
    margin: 0 -30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header_lecturer {
  background-color: #B8D900;
  height: 120px;
  margin: -25px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  padding-right: 38px;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .header_lecturer {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section_dark {
  background-color: white;
  padding-bottom: 15px;
}

.banner-image h1 {
  color: white;
  font-size: 64px;
  letter-spacing: 2.4px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .banner-image h1 {
    font-size: 55px;
  }
}

body .title-hr-with-background {
  padding-top: 50px;
}

.title-hr {
  padding-bottom: 30px;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
}
.title-hr:after {
  content: "";
  margin-right: 25px !important;
}
.title-hr:before {
  margin-left: 25px !important;
}
.title-hr:after, .title-hr:before {
  flex: 1 1;
  border-bottom: 1px solid #A6D824;
  margin: auto;
  padding-top: 6px;
}

.title-center-hr:after, .title-center-hr:before {
  content: "";
  flex: 0.5 0.5;
}

.select-curriculum {
  height: 50px;
}
@media (max-width: 991px) {
  .select-curriculum {
    margin-bottom: 10px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .select-curriculum {
    margin-bottom: 10px;
    width: 100%;
  }
}

.wrap_sidebar {
  background: #13152c;
  background-clip: content-box;
}
.wrap_sidebar a:not(#curriculum_sidebar_additional_specializations) {
  color: white;
  display: block;
  vertical-align: middle;
  font-size: 18px;
  border-bottom: 1px solid #4f4e4e;
}
html[lang=he-IL] .wrap_sidebar a:not(#curriculum_sidebar_additional_specializations) {
  padding: 15px 14px 15px 2px;
}
html[lang=en-US] .wrap_sidebar a:not(#curriculum_sidebar_additional_specializations) {
  padding: 15px 2px 15px 14px;
}
.wrap_sidebar a:not(#curriculum_sidebar_additional_specializations) .span-item-sidebar {
  padding-right: 14px;
  font-size: 16px;
  font-weight: 300;
}

#curriculum_sidebar_additional_specializations {
  color: #222222;
  background-color: #B8D900;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: fit-content;
  max-width: 88%;
  margin: 20px auto;
  line-height: 1.2;
  padding: 10px 15px !important;
  border-radius: 5px;
  text-align: center;
}

#mobile_additional_specializations_btn {
  background: #222222;
  padding: 10px;
  margin: 0px 15px;
}
#mobile_additional_specializations_btn #curriculum_sidebar_additional_specializations {
  margin: 0 auto;
}

.sidebar {
  position: sticky;
  top: 88px;
}

.admin-bar .sidebar {
  top: 120px;
}

@supports (-ms-ime-align: auto) {
  .sidebar {
    position: static !important;
  }
}
/*--------------------  Single Campus  --------------------*/
#branch_google_map {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  height: 526px;
}

.wrap-about {
  padding: 0px 0 60px;
}
.wrap-about .title-about {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
.wrap-about .content-about h4 {
  font-size: 22px;
}
.wrap-about .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.wrap-about {
  /* fixes potential theme css conflict */
}
.wrap-about .acf-map img {
  max-width: inherit !important;
}

.a-waze {
  display: none;
}

.a-google_maps {
  display: block;
}

.a-waze, .a-google_maps {
  position: absolute;
  left: 0;
  top: 72px;
}
.a-waze img, .a-google_maps img {
  width: 25px;
  height: 25px;
}

span#branch_short_address:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  margin-left: 10px;
  margin-right: 20px;
  background: url(../images/address_ico.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.wrap-map {
  position: relative;
  padding-top: 70px;
}

#branch_google_map_wrap {
  padding-top: 10px;
}

.wrap-list-advantages {
  height: 357px;
  padding: 84px 15px 51px;
  margin-bottom: 71px;
}

.item_advantage {
  text-align: center;
}
.item_advantage span {
  color: white;
  display: block;
}
.item_advantage span.title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}
.item_advantage span.sub_title {
  font-size: 16px;
}

/*--------------------  archive lectures  --------------------*/
.wrap_lecturer.click_lecturer .wrap-item-lecturer:not(.open) {
  opacity: 0.33;
}
@media (min-width: 991px) {
  .wrap_lecturer #form_search {
    padding-top: 30px;
  }
}
.wrap_lecturer .title-section-lecturer.title-hr {
  font-size: 50px;
  padding-top: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrap_lecturer .title-section-lecturer.title-hr {
    font-size: 20px;
  }
}
.wrap_lecturer .search_lecturer {
  border: 0.5px solid #DBDBDB;
  width: 100%;
  height: 50px;
  padding-right: 12px;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .wrap_lecturer .search_lecturer {
    width: 50%;
    right: 0;
    float: right;
  }
}
@media (max-width: 991px) {
  .wrap_lecturer .search_lecturer {
    width: 100%;
  }
}
.wrap_lecturer .wrap-item-lecturer .wrap-lecturer_btn {
  background-color: white;
  border: none;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
  width: 100%;
}
.wrap_lecturer .wrap-item-lecturer .wrap-lecturer_btn:hover {
  cursor: pointer;
}
.wrap_lecturer .wrap-item-lecturer .name-item-lecturer {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.wrap_lecturer .wrap-item-lecturer img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  .wrap_lecturer .wrap-item-lecturer img {
    width: 100px;
    height: 100px;
  }
}
.wrap_lecturer .wrap-item-lecturer .role-item-lecturer {
  text-align: center;
  padding-top: 3px;
  line-height: 19px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .wrap_lecturer .wrap-item-lecturer .role-item-lecturer {
    display: block;
  }
}
.wrap_lecturer .wrap-item-lecturer.open img {
  border: 2px solid #b8d900;
}
.wrap_lecturer .search_lecturer_btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrap_lecturer .search_lecturer_btn {
    height: 50px;
    bottom: 0;
  }
}
.wrap_lecturer .search_lecturer_btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: calc(50% - 40px);
}
.wrap_lecturer .open .lecturer_hover {
  display: block;
}
.wrap_lecturer .wrap-item-lecturer.open {
  position: static;
}
.wrap_lecturer .wrap-item-lecturer.open .wrap_lecturer_hover {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: auto;
  height: auto;
  display: block;
}
.wrap_lecturer .wrap-item-lecturer:not(.open) .wrap_lecturer_hover {
  display: none;
}
.wrap_lecturer .lecturer_hover {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: none;
  z-index: 9999999999;
  color: white;
  background-color: white;
  padding: 25px 36px 34px;
  max-height: 800px;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
}
@media (max-width: 1399px) {
  .wrap_lecturer .lecturer_hover {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrap_lecturer .lecturer_hover {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .wrap_lecturer .lecturer_hover {
    padding: 25px 12px 34px;
    width: 100%;
    left: 0;
    height: 92%;
  }
}
.wrap_lecturer .lecturer_hover .about_text .role-item-lecturer-mobile {
  display: none;
}
.wrap_lecturer .lecturer_hover .about_text p {
  font-size: 16px;
  line-height: 19px;
  max-width: 85%;
}
.wrap_lecturer .lecturer_hover .share_lectuer {
  padding-bottom: 24px;
}
.wrap_lecturer .lecturer_hover .share_lectuer a {
  text-align: center;
  color: #fff !important;
  margin-left: 9px;
  font-size: 16px;
  border: 1px solid #a6d824;
  border-radius: 50px;
  vertical-align: middle;
}
.wrap_lecturer .lecturer_hover .personal_page_link {
  padding: 6px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: block;
  background-color: #13152c;
  min-width: 200px;
  width: fit-content;
}
.wrap_lecturer .lecturer_hover .personal_page_link:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .wrap_lecturer .lecturer_hover .personal_page_link {
    padding: 6px 10px;
    min-width: 130px;
  }
}
.wrap_lecturer .lecturer_hover .email, .wrap_lecturer .lecturer_hover .phone {
  display: block;
  text-decoration: underline;
  color: white;
  margin-bottom: 17px;
}
.wrap_lecturer .lecturer_hover .link_to_social {
  display: flex;
  justify-content: space-between;
}
.wrap_lecturer .lecturer_hover .fa-envelope, .wrap_lecturer .lecturer_hover .fa-phone {
  margin-left: 20px;
  background-color: #B8D900;
  color: black;
  border-radius: 50px;
  font-size: 13px;
  padding: 5px;
  width: 38px;
  height: 38px;
}
.wrap_lecturer .lecturer_hover span {
  padding-bottom: 17px;
}
.wrap_lecturer .lecturer_hover .close_lecturer_hover i {
  font-size: x-large;
  color: #13152c;
  cursor: pointer;
}

/*-------------------- end archive lectures  --------------------*/
/*-------------------- curriculum  --------------------*/
.mba.curriculum_container {
  padding-bottom: 30px;
}
.mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
  border: 1px solid #2B2B2B;
  border-radius: 50%;
  width: 195px;
  height: 195px;
  padding: 40px 15px 15px 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 22px;
}
.mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .img-icon-curriculum {
  margin: 0 auto;
}
.mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_name {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  max-width: 110px;
  margin: 10px auto;
  max-height: 38px;
  overflow: hidden;
  vertical-align: middle;
}
.mba .curriculum_wrap .curriculum_icon_wrap .curriculum_text {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 17px;
  padding: 20px 0px;
  display: none;
}
.mba .curriculum_wrap .curriculum_icon_wrap:hover, .mba .curriculum_wrap .curriculum_icon_wrap focus {
  text-decoration: none;
}
.mba .curriculum_wrap .curriculum_icon_wrap.active .curriculum_icon {
  border: 2px solid #B8D900;
}
.mba .curriculum_wrap.active:after {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 20px solid #0F1116;
  position: absolute;
  z-index: 98;
  bottom: 0;
  left: calc(50% - 18px);
}

.all_quotes_wrap {
  text-align: left;
}

.all_quotes {
  color: #2B2B2B;
  display: block;
  text-align: left;
  padding-top: 13px;
  display: inline-block;
  position: relative;
}
.all_quotes:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.all_quotes:before {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  position: absolute;
  right: 0;
  bottom: 8px;
  height: 1px;
  background-color: #2b2b2b;
}
.all_quotes:hover {
  color: #242424;
  text-decoration: none;
}

.graduates_work_container {
  margin-bottom: 33px;
}

.cards_wrap + .quotes_curriculum_wrap.quotes_first {
  margin-top: 29px;
}

.mba .cards_wrap + .quotes_curriculum_wrap.quotes_first {
  margin-top: 0;
}

.wrap_curriculum .video .responsive_iframe {
  position: relative;
  height: 100%;
  padding-top: 43%;
  padding-bottom: 0;
}
.wrap_curriculum .video .responsive_iframe iframe {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
  border: 0;
}
.wrap_curriculum .reasons_study_with_us {
  padding-bottom: 34px;
}
.wrap_curriculum .reasons_study_with_us .study_with_us_img {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wrap_curriculum .reasons_study_with_us .reasons_text {
  text-align: center;
  font-size: 20px;
  max-width: 300px;
  padding-top: 37px;
}
.wrap_curriculum .graduates_work_wrap {
  padding-bottom: 11px;
}
.wrap_curriculum .graduates_work_wrap .graduates_work {
  background-color: #FBFBFB;
  box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.2), 0 0 9px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 19px 15px;
  margin-bottom: 0;
  text-align: center;
}
.wrap_curriculum .graduates_work_wrap .profession {
  font-size: 22px;
  font-weight: 500;
}
.wrap_curriculum .graduates_work_wrap .profession:after {
  content: "";
  display: block;
  border-bottom: 3px solid #a6d824;
  max-width: 87px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 11px;
}
.wrap_curriculum .graduates_work_wrap .earning_range {
  font-size: 20px;
  font-weight: 500;
  max-width: 230px;
  margin: 0 auto;
  line-height: 25px;
  padding-bottom: 27px;
}
.wrap_curriculum .graduates_work_wrap .name {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 18px;
}
.wrap_curriculum .graduates_work_wrap .role {
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  padding-top: 6px;
}
.wrap_curriculum .graduates_work_wrap .graduation_year {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 23px;
}
.wrap_curriculum .mba .graduates_work_wrap {
  padding-bottom: 11px;
}
.wrap_curriculum .mba .graduates_work_wrap .graduates_work {
  height: 100%;
  padding: 22px;
  margin-bottom: 0;
}
.wrap_curriculum .mba .graduates_work_wrap .profession {
  line-height: 1;
  margin-top: 19px;
}
.wrap_curriculum .mba .graduates_work_wrap .earning_range {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  padding-top: 6px;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  padding-bottom: 7px;
}
.wrap_curriculum .mba .graduates_work_wrap .role {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 6px;
}
.wrap_curriculum .mba .graduates_work_wrap .reasons_img {
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 0;
}
.wrap_curriculum .career_quotes_tow_wrap:after {
  /*content: '';
  display: block;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  height: 2px;
  margin-bottom: 0;*/
}
.wrap_curriculum .title-hr.Location_time_title:after {
  border-bottom: 1px solid #adaeb1;
}
.wrap_curriculum .title_lecturers_key {
  text-align: center !important;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #13152C;
}
@media (max-width: 767px) {
  .wrap_curriculum .title_lecturers_key {
    margin-bottom: 50px;
  }
}
.wrap_curriculum .location_time .location_time_text {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 13px;
}
.wrap_curriculum .location_time .title_list_campus {
  font-size: 22px;
  font-weight: bold;
  color: #13152C;
  padding-bottom: 6px;
}
.wrap_curriculum .location_time .list_campus_text {
  white-space: pre-wrap;
  white-space: pre-wrap;
  color: #6C757D;
  font-size: 16px;
  font-weight: bold;
}
.wrap_curriculum .location_time .list_campus_text p {
  margin-bottom: 5px;
}
.wrap_curriculum .location_time .campus-item.row {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .wrap_curriculum .location_time .campus-item.row {
    margin-right: 0;
  }
}
.wrap_curriculum .location_time .campus-item-left {
  margin: 15px 0;
}
.wrap_curriculum .location_time .link-campus-map {
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}
.wrap_curriculum .location_time .campus-item-right {
  padding: 20px 0;
  display: flex;
}
.wrap_curriculum .location_time .campus-item-right img {
  height: 47px;
  width: 57px;
  align-self: center;
  margin-left: 25px;
  margin-right: 10px;
}
.wrap_curriculum .quotes_curriculum_wrap .quotes_title {
  font-size: 28px;
  font-weight: bold;
  color: #B8D902;
  line-height: 1;
}
.wrap_curriculum .quotes_curriculum_wrap .quotes_title:after {
  content: "";
  background-image: url(../images/quotation_marks_deen.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: contain;
  right: 49.2%;
  margin-top: 15px;
}
.wrap_curriculum .quotes_curriculum_wrap .role_quotes {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
}
.wrap_curriculum .quotes_curriculum_wrap .text_quotes {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding-top: 53px;
  position: relative;
}
.wrap_curriculum .quotes_curriculum_wrap .text_quotes:before {
  content: "";
  background-image: url(../images/quotation_marks_deen.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  margin-top: 15px;
  top: 0;
  right: 49.2%;
}
.wrap_curriculum .quotes_curriculum_wrap .slick-list {
  margin: 0 30px;
}
@media (min-width: 992px) {
  .wrap_curriculum .quotes_curriculum_wrap .slick-arrow {
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #fff;
    margin-top: -17px;
  }
  .wrap_curriculum .quotes_curriculum_wrap .slick-arrow:before {
    content: "";
  }
  .wrap_curriculum .quotes_curriculum_wrap .slick-arrow.slick-next {
    left: 13px;
    border-width: 0 0 1px 1px;
  }
  html[lang=en-US] .wrap_curriculum .quotes_curriculum_wrap .slick-arrow.slick-next {
    left: auto;
    right: 13px;
    border-width: 1px 1px 0 0;
  }
  .wrap_curriculum .quotes_curriculum_wrap .slick-arrow.slick-prev {
    right: 13px;
    border-width: 1px 1px 0 0;
  }
  html[lang=en-US] .wrap_curriculum .quotes_curriculum_wrap .slick-arrow.slick-prev {
    right: auto;
    left: 13px;
    border-width: 0 0 1px 1px;
  }
}
.wrap_curriculum .quotes_curriculum_wrap .name_quotes {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
}
.wrap_curriculum .quotes_curriculum_wrap .quotes_wrap {
  padding-left: 0 !important;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap_curriculum .quotes_curriculum_wrap .quotes_wrap .quotes_name_role {
  padding-left: 0 !important;
  text-align: center !important;
}
.wrap_curriculum .quotes_curriculum_wrap .quotes_wrap .text_quotes {
  text-align: center !important;
}

.single-curriculum p {
  height: 100%;
  line-height: 22px;
}

.quotes_container .quotes_curriculum_wrap {
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 7px 21px 28px;
  background: radial-gradient(circle, #494D57 0%, #101325 100%);
}
.quotes_container .quotes_curriculum_wrap .text_quotes {
  font-size: 18px;
  line-height: 25px;
  margin-right: 65px;
  margin-left: 112px;
}
.quotes_container .quotes_curriculum_wrap .text_quotes:before, .quotes_container .quotes_curriculum_wrap .text_quotes:after {
  content: "";
  background-image: url(../images/quotation_marks.png);
  display: inline-block;
  background-repeat: no-repeat;
  height: 19px;
  width: 30px;
  background-size: 100%;
  position: absolute;
  right: 30px;
  margin-top: 3px;
}
.quotes_container .quotes_curriculum_wrap .text_quotes:after {
  right: auto;
  left: 70px;
  bottom: 5px;
}
.quotes_container .quotes_curriculum_wrap .quotes_name_role {
  display: block;
  position: relative;
  margin: 11px 16px 11px 0;
}
.quotes_container .quotes_curriculum_wrap .quotes_name_role .name_quotes {
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
}
.quotes_container .quotes_curriculum_wrap .quotes_name_role .name_quotes:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  margin-left: 8px;
}
.quotes_container .quotes_curriculum_wrap .quotes_title {
  color: #B8D900;
  font-size: 18px;
  line-height: 42px;
  position: relative;
  margin-right: 16px;
}
.quotes_container .quotes_curriculum_wrap .quotes_title:before {
  content: "";
  background-image: url(../images/star_w_circle.png);
  display: inline-block;
  background-size: 100%;
  height: 36px;
  width: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 16px;
}
.quotes_container .quotes_curriculum_wrap .quotes_title:after {
  content: "";
  background-color: #B8D900;
  display: block;
  height: 2px;
  width: calc(100% - 51px);
  position: absolute;
  bottom: -5px;
  left: 0;
}
.quotes_container .quotes_curriculum_wrap .reasons_img {
  height: 146px;
  width: 146px;
  margin-top: 10px;
  margin-bottom: 0;
}
.quotes_container .quotes_curriculum_wrap .role_quotes {
  font-size: 15px;
}
.quotes_container .quotes_curriculum_wrap .quotes_name_role {
  padding-right: 0;
}

.quotes_curriculum_wrap.quote_without_title .quotes_title:after, .quotes_curriculum_wrap.quote_without_title .quotes_title:before {
  content: none;
}

.reasons_img.default_img_shown {
  border: 0px !important;
}

.reasons_img, .head_of_specialization_img img, .dean_img img, .wrap_curriculum .longer_width .graduates_work_wrap .reasons_img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  object-fit: cover;
}

.wrap_curriculum .mba.longer_width .graduates_work_wrap .reasons_img {
  border: 0;
  width: 80px;
  height: 80px;
}

.quotes_name_role, .wrap_name_role {
  display: inline-block;
}

.text_single_curriculum {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
}
.text_single_curriculum ul {
  padding-inline-start: 20px;
  list-style: none;
}
.text_single_curriculum ul li:before {
  content: "";
  border: 1px solid #b8d900;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b8d900;
  margin-left: 10px;
}

.dean_name, .head_of_specialization_name {
  color: white;
  padding-top: 10px;
  margin-bottom: 9px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
}
.dean_name:hover, .head_of_specialization_name:hover {
  color: white;
}

.head_of_specialization_img {
  position: absolute;
  padding-left: 100px;
}

.head_wrap_name_role {
  padding-right: 73px;
}

.banner_curriculum {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
@media (max-width: 991px) {
  .banner_curriculum {
    bottom: 15px !important;
  }
}

.single-curriculum .banner-image {
  min-height: 628px !important;
  z-index: 0;
}
@media (max-width: 991px) {
  .single-curriculum .banner-image {
    min-height: 466px !important;
  }
}

.banner-bg-image-curriculum {
  display: block;
}

.banner_btn .button_general {
  width: 140px;
  margin-left: 6px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}

a.button_general {
  padding: 10.5px 39px;
  vertical-align: middle;
}

.quotes_tow.section_dark {
  margin-bottom: 30px;
}

/*--------------------end curriculum  --------------------*/
/*--------------------single-lecturer  --------------------*/
.single-lecturer .section_dark {
  color: white;
  padding-bottom: 45px;
  padding-top: 45px;
  background-color: black;
}
.single-lecturer .section_dark .row {
  margin: 0;
}
.single-lecturer .share_lectuer {
  padding-top: 17px;
  max-width: 284px;
}
.single-lecturer .share_lectuer a {
  display: inline-block;
  width: 32px;
  height: 33px;
  text-align: center;
  color: #fff !important;
  margin-left: 9px;
  font-size: 21px;
  border: 1px solid #a6d824;
  border-radius: 50px;
}
.single-lecturer .share_lectuer a img.img_icon_share {
  max-height: 18px;
  max-width: 16px;
}
.single-lecturer .email, .single-lecturer .phone {
  display: block;
  text-decoration: underline;
  padding-bottom: 17px;
  color: white;
}
.single-lecturer .email .fa-envelope, .single-lecturer .email .fa-phone, .single-lecturer .phone .fa-envelope, .single-lecturer .phone .fa-phone {
  margin-left: 20px;
  background-color: #b8d900;
  color: black;
  border-radius: 50px;
  font-size: 13px;
  padding: 5px;
}
.single-lecturer .lecturer_contact {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.single-lecturer .lecturer_contact:after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #B8D900;
  margin-top: 4px;
  margin-bottom: 20px;
}
.single-lecturer .lecturer_img img {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 991px) {
  .single-lecturer .lecturer_name_role {
    position: absolute;
    line-height: 18px;
    top: calc(50% - 18px);
    right: 41%;
    display: block;
  }
  .single-lecturer .lecturer_about {
    padding-right: 10%;
  }
  .single-lecturer .lecturer_name_single {
    font-size: 20px;
    font-weight: bold;
  }
  .single-lecturer .lecturer_role_single {
    display: block;
    font-size: 18px;
    padding-top: 12px;
  }
}
@media (max-width: 1399px) and (min-width: 991px) {
  .single-lecturer .lecturer_name_role {
    right: 45%;
  }
}
.single-lecturer .responsive_iframe {
  position: relative;
  height: 100%;
  padding-top: 625px;
  padding-bottom: 0;
}
.single-lecturer iframe.video {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 82%;
  border: 0;
}
.single-lecturer .iframe_ditails {
  padding-top: 6px;
}
.single-lecturer .publication a {
  color: black;
  padding-bottom: 46px;
  display: block;
}
.single-lecturer .publication a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
  position: absolute;
  top: calc(50% - 35px);
}
html[lang=en-US] .single-lecturer .publication a:after {
  transform: rotate(180deg);
  right: 15px;
}
html[lang=he-IL] .single-lecturer .publication a:after {
  left: 15px;
}
.single-lecturer .title-publication:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /*margin-bottom: 5px;*/
  background-color: #b8d900;
  vertical-align: middle;
}
html[lang=en-US] .single-lecturer .title-publication:before {
  margin-right: 9px;
}
html[lang=he-IL] .single-lecturer .title-publication:before {
  margin-left: 9px;
}
.single-lecturer .description_publication {
  padding-left: 17px;
  font-size: 16px;
  line-height: 19px;
  padding-top: 2px;
  max-width: 465px;
  position: relative;
}
.single-lecturer .title-publication {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  /*position: absolute;*/
  top: 4px;
}
.single-lecturer .to_eng_or_heb_page a {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
  display: block;
  font-family: "Rubik", sans-serif;
}
.single-lecturer .to_eng_or_heb_page a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.single-lecturer .lecturer.english .details-lecturer.section_dark {
  direction: ltr;
  text-align: left;
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about {
  padding-left: 10%;
  padding-right: 0;
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
  left: 41%;
  right: auto;
}
@media (max-width: 1399px) and (min-width: 991px) {
  .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
    left: 45%;
  }
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-envelope, .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-phone, .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  margin-left: 0px;
  margin-right: 20px;
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  transform: rotate(90deg);
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .to_eng_or_heb_page a:after {
  content: "\f105";
  margin-right: 0;
  margin-left: 7px;
}
.single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_contact_wrap .share_lectuer a {
  margin-left: 0;
  margin-right: 9px;
}
.single-lecturer .lecturer.english .wrap_lecturer * {
  direction: ltr;
  text-align: left;
}
.single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer .title-hr:after {
  margin-left: 25px;
}
.single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer .title-education:before {
  margin-left: 0px;
  margin-right: 12px;
}
.single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer iframe.video {
  left: 0;
  right: auto;
}
.single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer .cv_lecturer .download:before {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(245deg);
}
.single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer .cv_lecturer .download:after {
  content: "\f105";
  margin-right: 0;
  margin-left: 7px;
}
.single-lecturer .lecturer.english .title-publication:before {
  margin-right: 9px;
  margin-left: 0;
}
.single-lecturer .lecturer.english .publication a:after {
  right: 15px;
  left: auto;
  transform: rotate(180deg);
}
.single-lecturer .wrap-about-lecturer {
  width: 100%;
}

body.rtl .single-lecturer.lecturer:not(.english) .publication {
  text-align: right;
}
body.rtl .single-lecturer.lecturer:not(.english) .publication a .description_publication {
  padding-right: 17px;
  padding-left: 0;
}
body.rtl .single-lecturer.lecturer:not(.english) .publication a .title-publication:before {
  margin-left: 9px;
  margin-right: 0;
}
body.rtl .single-lecturer.lecturer:not(.english) .publication a:after {
  content: "\f105";
  left: 15px;
}
@media (max-width: 991px) {
  body.rtl .single-lecturer.lecturer.english .email:after, body.rtl .single-lecturer.lecturer.english .phone:after {
    content: "\f105";
    right: 29px;
    left: auto;
  }
}

/*--------------------end single-lecturer  --------------------*/
/*--------------------single-faculty  --------------------*/
.single-faculty .content-faculty {
  padding: 40px 0;
  background-color: #D1D1D1;
}
.single-faculty .wrap-lecturer-faculty .title-hr:after {
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .single-faculty .wrap-lecturer-faculty .title-hr:before {
    margin-right: 0 !important;
  }
}
.single-faculty .wrap-lecturer-faculty .name-item-lecturer {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .single-faculty .wrap-lecturer-faculty .name-item-lecturer {
    padding-top: 0px;
  }
}
.single-faculty .wrap-lecturer-faculty a {
  display: block;
  text-align: center;
  color: black;
}
.single-faculty .wrap-lecturer-faculty img {
  height: 223px;
  width: 223px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .single-faculty .wrap-lecturer-faculty img {
    height: 164px;
    width: 164px;
    margin: 0 auto;
  }
}
.single-faculty .wrap-lecturer-faculty .role-item-lecturer {
  padding-top: 3px;
  line-height: 19px;
  font-size: 15px;
  padding-bottom: 43px;
}
.single-faculty .wrap-lecturer-faculty a:hover {
  text-decoration: none;
}
.single-faculty .wrap-lecturer-faculty .title-hr {
  text-align: center !important;
}
.single-faculty .wrap-lecturer-faculty .title-hr:before {
  margin: auto;
  padding-top: 6px;
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #fff;
}
.single-faculty .link_research_institute {
  font-size: 16px;
  width: 104px;
  position: absolute;
  /*left: 18%;*/
  right: 15px;
  color: black;
  font-weight: 500;
}
.single-faculty .link_research_institute:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.single-faculty .iframe_wrap .responsive_iframe {
  position: relative;
  height: 100%;
  padding-top: 43%;
  padding-bottom: 0;
}
.single-faculty .iframe_wrap iframe.video {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 83%;
  border: 0;
}

.more_youtube {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 22px;
}

.item_youtube .img_youtube {
  border: 3px solid white;
}

.item_youtube.active .img_youtube {
  border: 3px solid #A6D824;
}
.item_youtube.active .img_youtube:before {
  content: "";
  background-image: url(../images/icons_play_button.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  right: 42px;
  margin-top: 3px;
}

.img_list_youtube {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.img_youtube {
  position: relative;
  top: 0;
  left: 0;
}

.icon_youtube {
  opacity: 0;
  position: absolute;
  top: 23px;
  right: 39px;
}

.item_youtube.active .icon_youtube {
  opacity: 1;
}

/*--------------------end single-faculty  --------------------*/
/*--------------------section talk us --------------------*/
/*--------------------end section talk us   --------------------*/
.talk_us_mobile_btn {
  display: none;
}

/*move to mobile*/
@media (max-width: 991px) {
  html:not([lang=en-US]) body .slick-slide {
    float: right;
  }
  .news_wrap_inner .item_wrap {
    float: right;
  }
  .news_wrap_inner .item_wrap .item_footer {
    display: block !important;
  }
  .item_excerpt {
    background-color: #38404e;
    padding: 10px 20px;
    color: #ffffff;
    text-align: justify;
  }
  .all_news_wrap, .all_events_wrap {
    margin-bottom: 20px;
  }
  .all_news_wrap .all_events, .all_news_wrap .all_news, .all_events_wrap .all_events, .all_events_wrap .all_news {
    margin-left: 15px;
  }
  /*טופס דברו איתנו דף הבית*/
  .home .talk-us_mobile {
    display: none;
  }
  .home .talk_us_mobile_btn {
    display: block;
  }
  .home .talk-us_mobile {
    display: none;
    position: absolute;
  }
  .home .talk-us_mobile.active {
    display: block;
    transition: all 0.3s;
  }
  .home .talk-us_mobile .section_dark.wrap-talk-us {
    border-top-left-radius: 800px 150px;
    border-top-right-radius: 800px 150px;
    padding-top: 28px;
    position: relative !important;
  }
  .home .talk-us_mobile .section_dark.wrap-talk-us .mobile_talkus_button {
    display: block;
    border: none;
    background: transparent;
    height: 20px;
    position: relative;
    width: 100%;
  }
  .home .talk-us_mobile .section_dark.wrap-talk-us .mobile_talkus_button:before, .home .talk-us_mobile .section_dark.wrap-talk-us .mobile_talkus_button:after {
    content: "";
    border-bottom: 4.5px solid #b8d900;
    width: 18px;
    transform: rotate(45deg);
    top: 0;
    left: calc(50% - 2px);
    position: absolute;
    border-radius: 1.5px;
    transition: all 0.3s;
    bottom: 6px;
  }
  .home .talk-us_mobile .section_dark.wrap-talk-us .mobile_talkus_button:after {
    left: calc(50% + 2px);
    transform: rotate(-45deg);
  }
  .home .talk-us_mobile .section_dark.wrap-talk-us form .fields-form-talk {
    display: inline-block;
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 16px;
  }
  .home .talk_us_mobile_btn.active {
    display: none !important;
  }
}
.single-curriculum #onoHomePage {
  margin-bottom: 20px;
}

.curriculum_btns_wrap {
  padding: 15px 0;
}
.curriculum_btns_wrap .curriculum_small_btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #b8d900;
  border: 1px solid #b8d900;
  color: #000;
  padding: 5px 15px;
  border-radius: 10px;
  font-family: inherit;
  font-weight: normal;
  margin-left: 5px;
  font-size: 20px;
}
.curriculum_btns_wrap .curriculum_small_btn:before {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
html[lang=en-US] .curriculum_btns_wrap .curriculum_small_btn:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
.curriculum_btns_wrap .curriculum_small_btn.curriculum_print:before {
  font-weight: bold;
}

.wrap_campus .video .responsive_iframe {
  position: relative;
  height: 100%;
  padding-top: 43%;
  padding-bottom: 0;
}
.wrap_campus .video .responsive_iframe iframe {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 83%;
  border: 0;
}

html[lang=en-US] body .wrap_campus .video .responsive_iframe iframe {
  right: auto;
  left: 0;
}

.curriculum-template-default .button_general.btn-meeting, .page-template-template-single-curriculum .button_general.btn-meeting {
  display: none;
}

.curriculum-template-default .button_general.btn-register, .page-template-template-single-curriculum .button_general.btn-register {
  padding: 13.5px 87px;
  font-size: 20px;
  color: #13152c;
}

.curriculum-template-default .button_general.open-day, .page-template-template-single-curriculum .button_general.open-day {
  padding: 13.5px 87px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #13152c;
}

.text_study_time {
  align-self: center;
  margin-left: inherit;
  color: #13152c !important;
}

.text_campus {
  align-self: center;
  margin-left: inherit;
  color: #13152c !important;
}

.text_role {
  align-self: center;
  margin-left: inherit;
  color: #13152c !important;
}

.post-type-archive.post-type-archive-news .news_updates .content_box, .page-template-template-ono_in_media .news_updates .content_box {
  justify-content: flex-start;
}
.post-type-archive.post-type-archive-news .news_updates .content_box .box_item:nth-child(n+10), .page-template-template-ono_in_media .news_updates .content_box .box_item:nth-child(n+10) {
  display: none;
}
@media (max-width: 991px) {
  .post-type-archive.post-type-archive-news .news_updates .content_box_floor, .page-template-template-ono_in_media .news_updates .content_box_floor {
    padding-bottom: 0;
  }
}
.post-type-archive.post-type-archive-news .news_updates.active .content_box .box_item:nth-child(n+10), .page-template-template-ono_in_media .news_updates.active .content_box .box_item:nth-child(n+10) {
  display: block;
}
.post-type-archive.post-type-archive-news .news_updates.active #more_news_id, .page-template-template-ono_in_media .news_updates.active #more_news_id {
  display: none;
}
.post-type-archive.post-type-archive-news .box_item, .page-template-template-ono_in_media .box_item {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .box_item, .page-template-template-ono_in_media .box_item {
    margin-bottom: 20px;
  }
}
.post-type-archive.post-type-archive-news .more_news_btn, .page-template-template-ono_in_media .more_news_btn {
  text-decoration: none;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: block;
  background-color: #13152c;
  min-width: 240px;
  min-height: 50px;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .more_news_btn, .page-template-template-ono_in_media .more_news_btn {
    margin-bottom: 35px;
  }
}
.post-type-archive.post-type-archive-news .principal_news, .page-template-template-ono_in_media .principal_news {
  padding-top: 100px;
}
.post-type-archive.post-type-archive-news .principal_news .box_img, .page-template-template-ono_in_media .principal_news .box_img {
  padding-top: 340px;
  background-size: contain;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .principal_news .box_img, .page-template-template-ono_in_media .principal_news .box_img {
    padding-top: 61%;
    background-size: cover;
  }
}
.post-type-archive.post-type-archive-news .principal_news .box_read_more_img, .page-template-template-ono_in_media .principal_news .box_read_more_img {
  content: "";
  background-image: url(../images/arrow-circle-left.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: 2px;
  margin-left: 8px;
}
.post-type-archive.post-type-archive-news .principal_news .box_read_more_wrap, .page-template-template-ono_in_media .principal_news .box_read_more_wrap {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .principal_news .box_read_more_wrap, .page-template-template-ono_in_media .principal_news .box_read_more_wrap {
    bottom: 10px;
    left: 15px;
  }
}
.post-type-archive.post-type-archive-news .principal_news .box_read_more, .page-template-template-ono_in_media .principal_news .box_read_more {
  font-size: 16px;
  font-weight: bold;
  color: black;
  position: relative;
  padding-right: 8px;
}
.post-type-archive.post-type-archive-news .recent_updates, .page-template-template-ono_in_media .recent_updates {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .post-type-archive.post-type-archive-news .recent_updates, .page-template-template-ono_in_media .recent_updates {
    padding-top: 30px;
  }
}
.post-type-archive.post-type-archive-news .title_update, .page-template-template-ono_in_media .title_update {
  background-color: #B8D902;
  color: #13152C;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.post-type-archive.post-type-archive-news .date_update, .page-template-template-ono_in_media .date_update {
  color: #0B0B0B;
  font-size: 18px;
  line-height: 1;
}
.post-type-archive.post-type-archive-news .contents_recent_update, .page-template-template-ono_in_media .contents_recent_update {
  color: #0B0B0B;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: initial;
}
.post-type-archive.post-type-archive-news .more_details_update, .page-template-template-ono_in_media .more_details_update {
  font-size: 16px;
  color: #0B0B0B;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .more_details_update, .page-template-template-ono_in_media .more_details_update {
    font-size: 13px;
  }
}
.post-type-archive.post-type-archive-news .div_update, .page-template-template-ono_in_media .div_update {
  background-color: #B8D902;
  height: 8px;
}
.post-type-archive.post-type-archive-news .principal_news_content, .page-template-template-ono_in_media .principal_news_content {
  background-color: #13152C;
  height: 119px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.post-type-archive.post-type-archive-news .title_principal_news_content, .page-template-template-ono_in_media .title_principal_news_content {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .title_principal_news_content, .page-template-template-ono_in_media .title_principal_news_content {
    font-size: 20px;
  }
}
.post-type-archive.post-type-archive-news .information_principal_news_content, .page-template-template-ono_in_media .information_principal_news_content {
  font-size: 18px;
  color: #ffffff;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .information_principal_news_content, .page-template-template-ono_in_media .information_principal_news_content {
    width: 70%;
    display: none;
  }
}
.post-type-archive.post-type-archive-news .row_updates, .page-template-template-ono_in_media .row_updates {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #AFAFAF;
}
@media (max-width: 767px) {
  .post-type-archive.post-type-archive-news .row_updates .row, .page-template-template-ono_in_media .row_updates .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .post-type-archive.post-type-archive-news .row_updates .contents_recent_update, .post-type-archive.post-type-archive-news .row_updates .more_details_update, .page-template-template-ono_in_media .row_updates .contents_recent_update, .page-template-template-ono_in_media .row_updates .more_details_update {
    padding: 0 5px;
  }
}
.post-type-archive.post-type-archive-news a.button_principal_news_content, .page-template-template-ono_in_media a.button_principal_news_content {
  display: flex;
  flex-direction: row-reverse;
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer {
    width: calc(100% - 30px);
  }
}
.lecturer_hover.longer_width_lecturer .name-item-lecturer {
  color: #13152C;
}
.lecturer_hover.longer_width_lecturer .lecturer_hover {
  width: 780px;
}
.lecturer_hover.longer_width_lecturer .about_title {
  font-size: 22px;
  font-weight: bold;
  color: #13152C;
  margin-bottom: 20px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .about_title {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.lecturer_hover.longer_width_lecturer .role-item-lecturer {
  color: #13152C;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .role-item-lecturer {
    margin-bottom: 10px;
  }
}
.lecturer_hover.longer_width_lecturer .about_popup {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #13152C;
}
.lecturer_hover.longer_width_lecturer .fa-envelope, .lecturer_hover.longer_width_lecturer .fa-phone {
  background-color: #13152C;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  padding: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  .lecturer_hover.longer_width_lecturer .wrap_contact_icons {
    display: inline-block;
    vertical-align: middle;
  }
}
.lecturer_hover.longer_width_lecturer .email {
  display: flex;
  text-decoration: underline;
  margin-bottom: 17px;
  align-items: center;
  color: #13152C;
  font-size: 18px;
}
.lecturer_hover.longer_width_lecturer .phone {
  display: flex;
  text-decoration: underline;
  color: white;
  margin-bottom: 17px;
  align-items: center;
  color: #13152C;
  font-size: 18px;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .phone {
    display: flex;
  }
}
.lecturer_hover.longer_width_lecturer .share_lectuer {
  display: flex;
  justify-content: space-around;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .lecturer_hover.longer_width_lecturer .share_lectuer {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
}
.lecturer_hover.longer_width_lecturer .share_lectuer.a {
  background-color: #13152C;
}
.lecturer_hover.longer_width_lecturer .header_lecturer {
  margin: -25px -25px 0;
}
.lecturer_hover.longer_width_lecturer .popup_lecturer_details img {
  display: block;
  margin: -60px auto 0;
  border: none;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .popup_lecturer_details img {
    transform: translateY(-15%);
    margin: 0 auto;
  }
}
.lecturer_hover.longer_width_lecturer .link_to_social_popup .title_social_popup {
  font-size: 22px;
  font-weight: bold;
  color: #13152C;
  margin-top: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .link_to_social_popup .title_social_popup {
    margin-top: 10px;
  }
}
.lecturer_hover.longer_width_lecturer .link_to_social_popup .row {
  width: 100%;
}
.lecturer_hover.longer_width_lecturer .title_last_publications {
  font-size: 22px;
  font-weight: bold;
  color: #13152C;
  margin-top: 36px;
  margin-bottom: 20px;
}
.lecturer_hover.longer_width_lecturer .about_text p {
  max-width: 100%;
}
.lecturer_hover.longer_width_lecturer .recent_popup_posts {
  display: inline-block;
  vertical-align: middle;
}
.lecturer_hover.longer_width_lecturer .recent_popup_posts:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../images/noun_Calendar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lecturer_hover.longer_width_lecturer .publications_left {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 18px;
  color: #0B0B0B;
  padding: 31px 33px;
  text-align: left;
  direction: ltr;
}
@media (max-width: 991px) {
  .lecturer_hover.longer_width_lecturer .publications_left {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
.lecturer_hover.longer_width_lecturer .publications_left .text_recent_popup {
  margin-right: 0;
  margin-left: 25px;
}
.lecturer_hover.longer_width_lecturer .publications_right {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 18px;
  color: #0B0B0B;
  padding: 31px 33px;
}
@media (max-width: 991px) {
  .lecturer_hover.longer_width_lecturer .publications_right {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
.lecturer_hover.longer_width_lecturer .header_lecturer {
  margin: -25px -36px 0;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .header_lecturer {
    margin: -25px -12px 0;
  }
}
.lecturer_hover.longer_width_lecturer a.links_to_social {
  background-color: #13152C;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}
.lecturer_hover.longer_width_lecturer .text_recent_popup {
  display: inline-block;
  width: calc(100% - 75px);
  margin-right: 25px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .lecturer_hover.longer_width_lecturer .text_recent_popup {
    margin-right: 10px;
  }
}
.lecturer_hover.longer_width_lecturer .role-item-lecturer-mobile.d-block.d-sm-none {
  color: #13152C;
  max-width: 100%;
}

.page-template-template-lecturers main .container {
  padding-bottom: 100px;
}

#curriculum_quotes_slider {
  background: none;
  background-color: #13152c;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #curriculum_quotes_slider {
    padding: 50px 0;
    margin-bottom: 0.5rem;
  }
}

.page-template-template-ono_in_media .item_video .videoWrapper button:before {
  background-image: url(../images/PLAY-White.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  content: "";
  z-index: 9999;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.hcaptcha {
  width: 100% !important;
  margin-top: 10px;
}

form .iti {
  font-size: 1rem;
  width: 100%;
  color: initial;
}
form .iti .iti__country-container {
  padding: 0;
}
form .iti .iti__selected-country-primary {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .iti--fullscreen-popup {
    z-index: 999999999 !important;
  }
}

.s-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
}

@media (min-width: 1420px) {
  .container {
    max-width: 1380px;
  }
}
/*מכאן והלאה להעביר לסטטיל של דסקטופ*/
.item-curriculum {
  margin: 45px 0;
  position: relative;
  line-height: 19px;
  padding-left: 20px;
  margin-left: 30px;
}
.item-curriculum:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

/*עד כאן להעביר*/
@media screen and (min-width: 992px) and (max-width: 1419px) {
  #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
    width: 148px !important;
    height: 148px !important;
    padding: 10px 15px 15px 15px !important;
  }
  .single-lecturer .lecturer_name_role {
    right: 45%;
  }
}
/*-----------------question------------*/
@media (max-width: 1300px) {
  #page_content .wrap-content .question {
    white-space: normal;
    padding-right: 30px;
    line-height: 1.2;
    position: relative;
  }
  #page_content .wrap-content .question:after {
    content: none;
  }
  .question .question_more {
    right: 0;
    left: auto;
    top: calc(50% - 17px);
  }
}
/*-----------------End question------------*/
@media (max-width: 991px) {
  .wrap_curriculum .video .responsive_iframe iframe, .wrap_campus .video .responsive_iframe iframe {
    width: 100%;
  }
  .wrap-talk-us form .fields-form-talk .title_required_talk_us {
    color: #fff;
    position: static;
    padding-right: 0;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .hp_floor_form_mobile .btn-meeting-hp-mobile-close {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 99999999;
  }
  body .item-curriculum {
    margin: 22px 0;
  }
  #searchPage .results {
    margin-top: 15px;
  }
  body header .wrap-main-menu .wrap-btns-menu .search_form_wrap {
    padding-bottom: 15px;
    height: auto;
    bottom: auto;
  }
  [role=search].search-form {
    border-radius: 5px;
    text-align: justify;
    line-height: 0;
    font-size: 0;
  }
  [role=search].search-form:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  [role=search].search-form .search_input_wrap {
    display: inline;
    margin-right: 4%;
    vertical-align: middle;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  [role=search].search-form .search_input_wrap {
    margin-right: 0;
    margin-bottom: 0;
    display: inline-block;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  [role=search].search-form .search_input_wrap .search-field {
    height: 40px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 10px;
    margin: 0;
  }
  [role=search].search-form #search_submit_wrap {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
  }
  [role=search].search-form #search_btn {
    height: 40px !important;
    width: 40px !important;
    font-size: 0;
    display: block;
    background: transparent;
    padding: 0;
    line-height: 40px;
  }
  [role=search].search-form #search_btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #000;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  input {
    font-size: 16px !important;
    color: #000;
  }
  .left_banner_wrap .col-12 {
    font-size: 0;
  }
  .left_banner_wrap .col-12 .head_of_specialization_img {
    width: 52px;
    margin-left: 7px !important;
    vertical-align: top;
  }
  .left_banner_wrap .col-12 .head_wrap_name_role {
    width: calc(100% - 60px);
  }
  .left_banner_wrap .col-12 .head_wrap_name_role a {
    padding: 0;
  }
  .banner_head_of_specialization .dean_img img {
    vertical-align: top;
    margin-left: 7px !important;
  }
  .banner_head_of_specialization .dean_img .wrap_name_role a {
    padding: 0;
  }
  .banner_head_of_specialization .dean_img .wrap_name_role .dean_role {
    display: block;
  }
  header .wrap-main-menu .wrap-btns-menu .search_form_wrap {
    border: 0;
    font-size: 0;
  }
  body header .wrap-main-menu .wrap-btns-menu .search_form_wrap form {
    /* border: 0; */
    width: calc(100% - 70px);
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
    height: auto !important;
  }
  body header .wrap-main-menu .wrap-btns-menu .search_form_wrap #toggle_search {
    display: inline-block !important;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_name, .mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_name {
    font-size: 14px !important;
  }
  #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .img-icon-curriculum, .mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .img-icon-curriculum {
    width: 44%;
  }
  .wrap_lecturer .lecturer_hover .about_text p {
    max-width: 100%;
  }
  body #page_content .wrap-content ul li:before {
    top: 6px;
  }
  .wrap_all_curriculum .item-curriculum:first-child {
    margin-top: 0;
  }
  body .wrap_curriculum .longer_width .graduates_work_wrap .reasons_img {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 52px;
    height: 52px;
    border: 2px solid #b8d900;
  }
  .quotes_name_role {
    position: static;
    width: calc(100% - 63px);
  }
  .wrap-talk-us form .fields-form-talk .form-group label.error {
    max-width: 100%;
    direction: ltr;
  }
  .meeting_wrap_popup .form_wrap_popup {
    top: 68px !important;
  }
  .meeting_wrap_popup .form_wrap_popup .form_meeting .title-talk {
    font-size: 22px !important;
  }
  .meeting_wrap_popup .form_wrap_popup .close_popup {
    top: 5px !important;
    left: 15px !important;
  }
  .meeting_wrap_popup .form_wrap_popup .form_meeting {
    padding: 20px 15px !important;
  }
  .meeting_wrap_popup .form_wrap_popup .wrap_popup_talk_us {
    margin-top: 0 !important;
  }
  body #page_content .title-hr.opened_mobile.active:before {
    transform: rotate(-45deg) !important;
    border-color: #fff !important;
  }
  body #page_content .title-hr.opened_mobile:before {
    border-color: #fff;
    transform: rotate(45deg) !important;
  }
  .item-curriculum:after {
    top: calc(50% - 10px);
    font-size: 20px;
  }
  .wrap-lecturer-faculty {
    text-align: center !important;
  }
  .wrap-lecturer-faculty h3.title-hr:after {
    content: none !important;
  }
  #page_content .wrap-content ol li {
    padding-bottom: 20px !important;
  }
  #page_content .wrap-content ol li:before {
    padding-left: 5px !important;
  }
  body.home .btn-meeting-hp-mobile {
    /*width: 90% !important;*/
    float: left;
  }
  .wrap_curriculum {
    margin-top: 5px;
  }
  .banner_hp_wrap {
    bottom: 50px !important;
  }
  body #onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt {
    padding: 0;
    background: transparent;
  }
  body #onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt .cls_excerpt {
    position: static;
    top: 0;
    margin-left: 0;
    display: block;
    margin-right: auto;
  }
  body .span_for_mobile {
    display: block;
    max-height: 60vh;
    overflow: auto;
    background: #000;
    padding: 20px;
  }
  body.popup_curriculim_open #excerpt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.58);
  }
  .home .section-talk-us-options.open {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: radial-gradient(circle, #393e49 0%, #101325 100%);
    background-color: #101325;
    padding: 9px 0;
    width: 100%;
    z-index: 100000000000000000000;
    /*border-radius: 50% 50% 0 0 / 19px;*/
    border-radius: none;
    box-shadow: inset 0 3px 0 0 #b8d900, 0 0 9px 0 rgba(0, 0, 0, 0.2);
  }
  .home .section-talk-us-options.open .close-talk {
    display: block;
  }
  .home .section-talk-us-options .talk-us-options .close-talk:before {
    content: "\f078";
  }
  .home .section-talk-us-options .talk-us-options .talk_option {
    display: inline-block;
    padding: 5px 7px 0 15px;
  }
  body.popup_curriculim_open {
    overflow: hidden;
  }
  .curriculum_excerpt_wrap {
    display: none;
  }
  .popup_curriculim_open .curriculum_excerpt_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.05);
  }
  .popup_curriculim_open .curriculum_excerpt_wrap.active {
    display: block;
  }
  body #page_content .wrap-content p {
    width: 100%;
    line-height: normal;
  }
  body #page_content .wrap-content ol {
    padding: 0;
    list-style: none;
    width: 80%;
  }
  body #page_content .wrap-content h4 {
    width: 100%;
  }
  body #page_content .wrap-content img {
    max-width: 100%;
    height: auto;
  }
  body #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap.active:after {
    content: none;
  }
  body #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
    /*border: 1px solid #C3C3C3;
    border-radius: 2px;
    width: auto;
    height: auto;
    padding: 15px;
    margin: 10px;*/
    margin: 0 auto;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    padding: 15px;
  }
  body #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_icon_mobile {
    margin: 0 auto;
    width: 38px;
    height: 38px;
  }
  .mba {
    padding-bottom: 0px;
  }
  body #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_icon_mobile, .mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_icon_mobile {
    margin: 0 auto;
    width: 38px;
    height: 38px;
  }
  .mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
    width: 170px;
    height: 170px;
  }
  .curriculum_icon:after {
    /*content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a6d824;
    font-size: 20px;*/
  }
  .curriculum_excerpt h2 {
    border-bottom: 1px #fff solid;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
  }
  body #onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt {
    top: 108px;
    margin-left: 10%;
    margin-right: 10%;
  }
  body #onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt .cls_excerpt {
    top: -28px;
  }
  #onoHomePage .hp_floor_curriculum #learning_programs .learning_program {
    padding: 10px 20px;
    border-bottom: none;
  }
  #onoHomePage .hp_floor_curriculum .all_curriculums {
    margin: 10px 0;
  }
  #onoHomePage .hp_floor_curriculum #learning_programs .learning_program {
    padding: 10px 15px;
    border-bottom: none;
  }
  #onoHomePage .hp_floor_curriculum .all_curriculums {
    margin: 60px 0;
  }
  #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_text {
    display: none;
  }
  .banner-image .title_banner {
    bottom: 22px;
  }
  .banner-image .title_banner h1 {
    font-size: 30px;
    padding-right: 13px;
  }
  body.post-type-archive-lecturer .banner-image, body.post-type-archive-curriculum .banner-image {
    min-height: 190px;
  }
  .single-lecturer .banner-image {
    display: none;
  }
  .home .banner-image {
    min-height: 374px !important;
  }
  body.single-campus .banner-image {
    min-height: 264px;
  }
  body {
    font-size: 15px;
    /*kampus ono*/
  }
  body .wrap_sidebar {
    display: none;
  }
  body .wrap-about {
    padding: 0px 0 40px;
  }
  body .wrap-about .title-about {
    flex-direction: column;
    font-size: 20px;
    padding-bottom: 0;
    padding-top: 10px;
  }
  body .wrap-about .title-hr:after, body .wrap-about .title-hr:before {
    width: 18%;
    margin-right: 0 !important;
    border-bottom: 3px solid #a6d824;
  }
  body .wrap-about .content-about h4 {
    font-size: 16px;
  }
  body .a-waze {
    display: block;
    top: 12px;
  }
  body .a-google_maps {
    display: none;
  }
  body .wrap-address .wrap-list-advantages {
    height: auto;
    padding: 0 0 33px;
    margin-bottom: 10px;
  }
  body .wrap-address .wrap-list-advantages .item_advantage img {
    margin-top: 30px;
    width: 82px;
  }
  body .wrap-address .wrap-list-advantages .item_advantage span.title {
    font-size: 16px;
    margin-top: 10px;
  }
  body .wrap-address .wrap-list-advantages .item_advantage span.sub_title {
    font-size: 14px;
  }
  body .wrap-map {
    padding-top: 15px;
    margin-top: 13px;
    font-size: 16px;
  }
  body .wrap-map #branch_google_map_wrap {
    max-height: 237px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    margin-top: 16px;
    padding-top: 0;
  }
  body .talk-us_desktop {
    display: none !important;
  }
  body .talk-us_mobile .wrap-talk-us {
    position: static !important;
    padding: 0;
  }
  body .talk-us_mobile .wrap-talk-us form .fields-form-talk .title_required_talk_us {
    color: white;
    padding-bottom: 5px;
    position: static;
    top: 0px;
    padding-right: 0px;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body .wrap-talk-us .title-talk {
    font-size: 22px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 5px;
  }
  body .wrap-talk-us form {
    margin-bottom: 26px;
    width: 100%;
  }
  body .wrap-talk-us form .fields-form-talk .form-group {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  body .wrap-talk-us form .fields-form-talk .form-group:not(.form-group-checkox) {
    max-height: 72px;
  }
  body .wrap-talk-us form .fields-form-talk .form-group input, body .wrap-talk-us form .fields-form-talk .form-group .select-curriculum {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.25rem;
  }
  body .wrap-talk-us form .fields-form-talk #curriculum {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    transition: all 0.5s;
  }
  body .wrap-talk-us form .fields-form-talk .form-group.form-group-checkox label {
    height: auto;
    font-size: 14px;
    line-height: 18px;
    width: -webkit-calc(100% - 33px);
    width: -moz-calc(100% - 33px);
    margin-right: 4px;
    font-weight: 100;
    margin-bottom: 25px;
  }
  body .wrap-talk-us form .form-group.form-group-checkox {
    padding-top: 7px;
  }
  body .wrap-talk-us form .button_general {
    width: 100%;
    margin: auto;
    line-height: 40px;
  }
  body .wrap-talk-us form .select_wrap:before, body .wrap-talk-us form .select_wrap:after {
    content: "";
    width: 9px;
    border: 1px solid #333;
    display: inline-block;
    position: absolute;
    top: 70%;
  }
  body .wrap-talk-us form .select_wrap:before {
    transform: rotate(140deg);
    pointer-events: none;
    left: 22px;
    z-index: 99;
  }
  body .wrap-talk-us form .select_wrap:after {
    transform: rotate(-140deg);
    pointer-events: none;
    left: 16px;
  }
  body .wrap-talk-us .form-control::placeholder {
    color: #8F8F8F;
  }
  body .campus_waze {
    display: block !important;
  }
  body .campus_google_map {
    display: none !important;
  }
  body {
    /*.tracks_wrap{*/
  }
  body .wrap_lecturer .title-section-lecturer.title-hr {
    padding: 14px 20px;
  }
  body .title-hr.opened_mobile {
    background: #222;
    color: #fff;
    padding: 14px 20px 14px 47px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 1px;
  }
  body .title-hr.opened_mobile:after, body .title-hr.opened_mobile:before {
    content: "";
    border-bottom: 3px solid #fff;
    width: 12px;
    transform: rotate(45deg);
    /*left: 32px;*/
    left: 18px;
    position: absolute;
    top: 50%;
    border-radius: 1.5px;
    padding: 0;
    transition: all 0.3s;
  }
  body .title-hr.opened_mobile:before {
    transform: rotate(-45deg);
    left: 0;
  }
  body .title-hr.opened_mobile.active {
    background-color: #B8D900;
    color: #000000;
    font-weight: 500;
  }
  body .title-hr.opened_mobile.active:after, body .title-hr.opened_mobile.active:before {
    border-color: #000000;
    transform: rotate(-45deg);
  }
  body .title-hr.opened_mobile.active:before {
    transform: rotate(45deg);
  }
  body .tracks_inner {
    /*display: none;*/
    margin: 22px 0;
  }
  body .tracks_inner .item-faculty:after {
    content: "";
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    display: block;
    margin: 22px 0;
  }
  body .tracks_inner .item-faculty:last-child:after {
    content: none;
  }
  body .tracks_inner .title-faculty {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }
  body {
    /*}*/
    /*footer*/
  }
  body #footer {
    padding-top: 0;
    padding-bottom: 140px;
  }
  body #footer .two-cloum ul {
    column-count: 1;
    -webkit-column-count: 1;
  }
  body #footer .menu-footer-menu-container {
    width: 100%;
    margin-top: 22px;
  }
  body #footer .menu-footer-menu-container #menu-footer-menu {
    padding: 0 20px;
  }
  body #footer .menu-footer-menu-container .nav > li.menu-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 47px;
    transition: max-height 0.5s;
    overflow: hidden;
  }
  body #footer .menu-footer-menu-container .nav > li.menu-item .menu-item {
    margin: 20px 0 35px;
  }
  body #footer .menu-footer-menu-container .nav > li.menu-item .menu-item:last-child {
    margin-bottom: 20px;
  }
  body #footer .contact_footer .contact_footer_text {
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    line-height: 3;
    margin: 20px 0;
  }
  body #footer .nav > li.menu-item.expended, body #footer .contact_footer_text.expended {
    max-height: 500px;
  }
  body #footer .contact_footer {
    width: 100%;
    padding: 0 20px;
  }
  body #footer .nav > li.menu-item > a, body #footer .contact_footer .contact_footer_title {
    font-weight: 300;
    color: #b8d900;
    margin-bottom: 1px;
    border-bottom: 1px solid #454545;
    max-height: 47px;
    line-height: 47px;
    position: relative;
    font-size: 14px;
    display: block;
  }
  body #footer .nav > li.menu-item > a:before, body #footer .nav > li.menu-item > a:after, body #footer .contact_footer .contact_footer_title:before, body #footer .contact_footer .contact_footer_title:after {
    content: "";
    border-bottom: 2px solid #b8d900;
    width: 10px;
    flex: none;
    transform: rotate(-45deg);
    top: 50%;
    left: 6px;
    position: absolute;
    border-radius: 1.5px;
    background-color: transparent;
    height: 0;
    transition: all 0.3s;
  }
  body #footer .nav > li.menu-item > a:after, body #footer .contact_footer .contact_footer_title:after {
    transform: rotate(45deg);
    left: 0;
  }
  body #footer .nav > li.menu-item.expended > a:before, body #footer .contact_footer .contact_footer_title.expended:before {
    transform: rotate(45deg);
  }
  body #footer .nav > li.menu-item.expended > a:after, body #footer .contact_footer .contact_footer_title.expended:after {
    transform: rotate(-45deg);
  }
  body #footer .share_buttons_footer {
    text-align: center;
    padding-top: 31px;
  }
  body #footer .share_buttons_footer a {
    margin: 0 6px;
    width: 50.5px;
    height: 50.5px;
    line-height: 50.5px;
    font-size: 30px;
  }
  body #footer a[href="#"] {
    pointer-events: auto;
  }
  body #footer .contact_footer_title {
    margin-left: 10px;
  }
  .wrap_campus {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  /*temp*/
  .hide_xs {
    display: none;
  }
  /*news*/
  body .archive_new_event_article .row .item_wrap .item_img_whith_title:after {
    width: 120px;
  }
  body .archive_new_event_article .row .item_wrap .item_img_whith_title .item_title {
    padding: 12px 14px;
    font-size: 18px;
  }
  body .archive_new_event_article .row .item_wrap .item_footer {
    padding: 17px 14px;
  }
  body .archive_new_event_article .row .first.item_wrap {
    padding-bottom: 20px;
  }
  body .archive_new_event_article .row .first.item_wrap .item_title {
    font-size: 18px;
    padding: 12px 14px 12px 35px;
    line-height: 27px;
  }
  body .archive_new_event_article .row .first.item_wrap .item_footer {
    padding: 20px 14px;
  }
  body .archive_new_event_article .row .first.item_wrap .item_footer .item_excerpt {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 15px;
    height: 40px;
    padding: 0;
  }
  /*תוכן כללי*/
  body .wrap-banner-none-image h1 {
    font-size: 22px;
    text-align: center;
    margin: 5px 0;
  }
  body.event-template-default .wrap-banner-none-image h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    margin: 5px 0;
  }
  body #page_content .wrap-content h1:after, body #page_content .wrap-content h2:after, body #page_content .wrap-content h3:after, body #page_content .wrap-content h4:after {
    /* border: none; */
    content: "";
    border: none;
    border-bottom: 3px solid #fff !important;
    width: 12px;
    transform: rotate(-45deg);
    left: 32px;
    position: absolute;
    top: 50%;
    border-radius: 1.5px;
    padding: 0;
    transition: all 0.3s;
  }
  body #page_content .wrap-content h1.active:after, body #page_content .wrap-content h2.active:after, body #page_content .wrap-content h3.active:after, body #page_content .wrap-content h4.active:after {
    transform: rotate(45deg) !important;
  }
  body #page_content .wrap-content h1:after, body #page_content .wrap-content h2:after, body #page_content .wrap-content h3:after, body #page_content .wrap-content h4:after {
    border: none;
  }
  body #page_content .title-hr.opened_mobile {
    background: #000;
    color: #fff;
    padding: 14px 20px 14px 47px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 1px;
  }
  body #page_content .wrap-content {
    font-size: 16px;
    line-height: 19px;
  }
  body #page_content .wrap-content h3 {
    font-size: 20px;
    line-height: 24px;
    flex-direction: column;
  }
  body #page_content .wrap-content h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
  }
  /*כתבות*/
  body .archive_new_event_article .row .item_wrap {
    padding-bottom: 20px;
    margin-top: 0 !important;
  }
  body .archive_new_event_article#articles .item_title {
    font-size: 18px;
    line-height: 27px;
    padding: 10px 13px 10px;
  }
  body .archive_new_event_article#articles .item_footer .item_source {
    height: 38px;
    width: 71px;
    bottom: 10px;
  }
  body .archive_new_event_article#articles .item_footer .item_source img {
    max-height: 25px;
  }
  body .archive_new_event_article#articles .first.item_wrap .item_title {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 13px 10px;
  }
  body .archive_new_event_article#articles .first.item_wrap .item_excerpt {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    height: auto;
  }
  /*404*/
  .error_page {
    padding: 60px 0 35px;
  }
  .error_page img {
    max-width: 250px;
    margin-bottom: 52px;
  }
  .error_page .error_page_text_content .error_page_text_title {
    font-size: 33px;
  }
  .error_page .error_page_text_content .error_page_text {
    font-size: 22px;
    line-height: 0.5;
  }
  .error_page .btn_error_page {
    width: 295px;
    margin-top: 23px;
  }
  /*תוכניות לימוד*/
  .wrap_all_curriculum {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .wrap_all_curriculum .title-faculty {
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
  }
  .wrap_all_curriculum .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrap_all_curriculum .item-faculty:first-child:before {
    content: none;
  }
  .wrap_all_curriculum .item-faculty:last-child {
    margin-bottom: 45px;
  }
  .wrap_all_curriculum .item-curriculum {
    font-size: 16px;
    margin: 37px 0;
  }
  .wrap_all_curriculum .item-curriculum:last-child {
    margin-bottom: 0;
  }
  .wrap_all_curriculum .item-faculty:not(:last-child):after {
    margin: 22px 0;
    border: 1px solid #d9d9d9;
    content: "";
    display: block;
  }
  .wrap_all_curriculum .section-faculty {
    padding-bottom: 10px;
  }
  .wrap_all_curriculum .section-faculty .wrap-single-faculty {
    height: 75px;
  }
  .wrap_all_curriculum .section-faculty:last-child {
    padding-bottom: 0;
  }
  .wrap_all_curriculum .section-faculty:first-child {
    margin-top: 20px;
  }
  .wrap_all_curriculum .wrap-single-faculty {
    height: 79px;
  }
  .wrap_all_curriculum .wrap-single-faculty img {
    width: 40px;
    height: 40px;
  }
  .wrap_all_curriculum .wrap-single-faculty .name-faculty {
    font-size: 18px;
  }
  /*תוכנית לימודים*/
  .wrap_curriculum .title-hr.Location_time_title:after {
    border-bottom: 3px solid #fff;
  }
  .wrap_curriculum .reasons_study_with_us {
    padding-bottom: 0px !important;
  }
  .wrap_curriculum .quotes_curriculum_wrap .text_quotes {
    padding: 0 30px !important;
    font-size: 18px;
  }
  [lang=he-IL] .wrap_curriculum .quotes_curriculum_wrap .text_quotes:before {
    right: 0;
  }
  [lang=en-US] .wrap_curriculum .quotes_curriculum_wrap .text_quotes:before {
    left: 0;
  }
  .wrap_curriculum .quotes_curriculum_wrap .quotes_curriculum_wrap .quotes_title:after {
    margin: 7px 0px 25px 87.5%;
  }
  .wrap_curriculum .quotes_tow.section_dark {
    margin-bottom: 0;
    /*padding-left: 20px;*/
  }
  .wrap_curriculum .quotes_tow.section_dark .quotes_name_role, .wrap_curriculum .quotes_tow.section_dark .wrap_name_role {
    /* max-width: 250px;*/
  }
  .wrap_curriculum .reasons_study_with_us .study_with_us_img {
    width: 209px;
    height: 209px;
  }
  .wrap_curriculum .reasons_study_with_us .study_with_us_img:first-child {
    margin-top: 10px;
  }
  .wrap_curriculum .reasons_study_with_us .reasons_text {
    font-size: 18px;
    margin: auto;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 17px;
  }
  .wrap_curriculum .graduates_work_wrap {
    background-color: #ffffff;
    padding-bottom: 0;
  }
  .wrap_curriculum .graduates_work_wrap .cards_wrap {
    margin-bottom: 10px;
  }
  .wrap_curriculum .graduates_work_wrap .graduates_work {
    margin-bottom: 10px !important;
  }
  .wrap_curriculum .location_time .open_mobile_wrap {
    margin-bottom: 15px;
  }
  .wrap_curriculum .graduates_work_curriculum {
    background-color: #ffffff;
    background: #fff;
  }
  .single-curriculum .wrap_banner_curriculum {
    margin-top: 0;
  }
  .single-curriculum .banner-image {
    display: block !important;
  }
  .single-curriculum .banner-image body {
    padding-top: 58px;
  }
  .single-curriculum .banner-image {
    /*.banner_campus_curriculum, .banner_duration_of_study {
        &:before {
          width: 25px;
          height: 25px;
          background-size: 14px;
          margin: 10px 12px 0 4px;
        }

      .content_duration_of_study {
        font-size: 16px;
        font-weight: 500;

        span {
          display: inline-block;
        }

        .study_time {
          font-size: 16px;
          padding-right: 8px;
        }
      }
    }

    .head_of_specialization_img, .quotes_name_role, .wrap_name_role {
      position: relative;
    }

    .head_of_specialization_img {
      padding: 0;
    }

    .quotes_name_role, .wrap_name_role {
      padding: 0;
      text-align: center;
    }

    .head_of_specialization_role, .dean_role {
      font-weight: 300;
    }

    .dean_name, .head_of_specialization_name {
      font-weight: 500;
    }

    .left_banner_wrap {
      padding: 32px 30px 25px 0;

      * {
        display: inline-block;
        text-align: right;
        margin: 0 auto;
        line-height: 20px;
      }
    }*/
  }
  .single-curriculum .career_quotes_tow_wrap:after {
    height: 0;
  }
  .wrap_lecturer #form_search {
    text-align: justify;
    padding-top: 12px;
  }
  .wrap_lecturer #form_search:after {
    content: "";
    width: 99%;
    display: inline-block;
  }
  .wrap_lecturer .search_lecturer {
    margin: 0;
    vertical-align: middle;
    margin-left: 8px;
  }
  .wrap_lecturer .search_lecturer::placeholder {
    font-size: 16px;
  }
  .wrap_lecturer .search_lecturer_btn {
    font-size: 0;
    vertical-align: middle;
  }
  .wrap_lecturer .search_lecturer_btn:before {
    font-size: 16px;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer {
    text-align: center;
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer .wrap-lecturer_btn {
    height: auto;
    padding-bottom: 17px;
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer img {
    width: 116px;
    height: 116px;
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer .name-item-lecturer {
    font-weight: 500;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 16px;
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer .role-item-lecturer {
    display: none;
  }
  .wrap_lecturer body:not(.page-template-template-lecturers) .wrap-item-lecturer.open .name-item-lecturer:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 17px solid black;
    content: "";
    position: absolute;
    z-index: 98;
    bottom: 0;
    left: calc(50% - 18px);
  }
  .wrap_lecturer .lecturer_hover {
    padding: 25px 25px 26px;
  }
  .wrap_lecturer .lecturer_hover .about_text {
    text-align: right;
  }
  .wrap_lecturer .lecturer_hover .about_text .email, .wrap_lecturer .lecturer_hover .about_text .phone {
    display: inline-block;
    padding-right: 2px;
  }
  .wrap_lecturer .lecturer_hover .about_text .role-item-lecturer-mobile {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: right;
    max-width: 228px;
    display: flex !important;
    flex-direction: column;
  }
  .wrap_lecturer .lecturer_hover .about_text .role-item-lecturer-mobile:after {
    content: "";
    border: 2px solid white;
    width: 134px;
    flex: 1;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wrap_lecturer .lecturer_hover .about_text p {
    padding-right: 0;
  }
  .wrap_lecturer .lecturer_hover .about_text p:before {
    font-size: 17px;
    font-weight: 600;
  }
  .wrap_lecturer .lecturer_hover .close_lecturer_hover i {
    left: 15px;
    top: 15px;
  }
  .wrap_lecturer .lecturer_hover .personal_page_link {
    display: block;
  }
  .single-lecturer .wrap-video-faculty:after {
    margin-top: 30px;
    border: 1px solid #d9d9d9;
    content: "";
    display: block;
  }
  .single-lecturer .wrap-about-lecturer:after {
    margin-top: 14px;
    border: 1px solid #d9d9d9;
    content: "";
    display: block;
  }
  .single-lecturer .section_dark {
    padding-bottom: 0 !important;
  }
  .single-lecturer .lecturer_contact_wrap {
    background: white;
    color: black;
    padding-top: 23px;
  }
  .single-lecturer .lecturer_contact_wrap:after {
    margin-top: 14px;
    border: 1px solid #d9d9d9;
    content: "";
    display: block;
  }
  .single-lecturer .email, .single-lecturer .phone {
    color: black !important;
    font-size: 16px;
  }
  .single-lecturer .to_eng_or_heb_page a {
    color: black !important;
    font-size: 16px;
  }
  .single-lecturer .lecturer.english .wrap_lecturer .wrap-about-lecturer .title-hr:after {
    margin-left: 0px !important;
  }
  .single-lecturer .email:after, .single-lecturer .phone:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
    left: 29px;
    font-size: 20px;
  }
  .single-lecturer .share_lectuer a {
    color: black !important;
    background-color: #b8d900;
    font-size: 32px;
    width: 51px;
    height: 51px;
  }
  .single-lecturer .title-hr {
    display: block;
    padding-top: 30px;
  }
  .single-lecturer .title-hr:before {
    display: none;
  }
  .single-lecturer .title-hr:after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #b8d900;
    padding-top: 0;
    margin: 0;
    margin-right: 0 !important;
  }
  .single-lecturer .responsive_iframe {
    padding-top: 214px;
  }
  .single-lecturer iframe.video {
    width: 100%;
  }
  .single-lecturer .description_publication {
    max-width: 345px;
  }
  .single-lecturer .content-lecturer.cv_lecturer {
    margin-bottom: 11px;
  }
  .single-lecturer .wrap-banner-none-image {
    display: none;
  }
  .single-lecturer .lecturer_about {
    text-align: center;
    padding-bottom: 23px;
    padding-right: 0;
    padding-left: 0px !important;
  }
  .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about {
    text-align: center;
    padding-bottom: 23px;
    padding-right: 0;
    padding-left: 0px;
  }
  .single-lecturer .lecturer.english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
    left: auto;
    right: auto;
    position: static;
  }
  .single-lecturer .lecturer_name_role {
    position: relative;
    top: 0;
    right: 0;
  }
  .single-lecturer .lecturer_img {
    position: relative;
    margin-bottom: 23px;
    margin-top: 23px;
  }
  .single-lecturer .lecturer_name_single {
    font-size: 18px;
    font-weight: 500;
  }
  .single-lecturer .lecturer_role_single {
    font-size: 15px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 1.2;
  }
  /*home page*/
  .hp_floor_lecturers {
    padding-bottom: 30px;
  }
  .hp_floor_lecturers .slick-dots li {
    height: 13px;
    width: 13px;
    border: 1px solid #B8D900;
    border-radius: 50%;
  }
  .hp_floor_lecturers li.slick-active {
    background-color: #B8D900;
  }
  .hp_floor_lecturers .all_lecturers {
    padding: 12px 90px;
    margin: 33px 0 0;
  }
  .hp_floor_lecturers .slick-current .lecturer .lecturer_role, .hp_floor_lecturers .slick-current .lecturer .lecturer_name {
    opacity: 1;
  }
  body #onoHomePage .curriculum_popup_open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
    z-index: 999999;
  }
  body #onoHomePage h2.title-hr {
    font-size: 22px !important;
    display: block;
    text-align: center;
    padding: 7px 20px 18px;
  }
  body #onoHomePage h2.title-hr:before, body #onoHomePage h2.title-hr:after {
    content: none;
  }
  body #onoHomePage .hp_floor_advantages {
    padding: 10px 0 0;
  }
  body #onoHomePage .hp_floor_advantages .advantage .advantage_title {
    font-size: 16px;
    margin: 8px 0 30px;
  }
  body #onoHomePage .hp_floor_video .hp_video_content {
    position: static;
  }
  body #onoHomePage .hp_floor_video .hp_video_content:after {
    margin: 25px 0 25px;
  }
  body #onoHomePage .hp_floor_video .hp_video_content .hp_video_title {
    margin-top: 28px;
    max-width: 80%;
  }
  body #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    margin-bottom: 30px;
    max-height: max-content;
    overflow: inherit;
  }
  body #onoHomePage .hp_floor_video .iframe_wrap {
    width: 100%;
  }
  body #onoHomePage .hp_floor_video .ytp-icon-large-play-button-hover {
    background-image: url("../images/play_video.png");
  }
  body #onoHomePage .hp_floor_news_events {
    padding: 0;
  }
  body #onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_title {
    padding: 14px 28px !important;
  }
  body #onoHomePage .hp_floor_news_events .events_wrap {
    padding: 0;
  }
  body #onoHomePage .hp_floor_news_events h2 {
    padding-bottom: 0;
  }
  body #onoHomePage .hp_floor_news_events .item_title .item_link {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
  }
  body #onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_footer {
    padding: 10px 20px;
  }
  body #onoHomePage .hp_floor_news_events .events_wrap .item_wrap .has_background_image {
    /*background-size: contain;
    background-repeat: no-repeat;*/
  }
  body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow, body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow {
    top: 50%;
    background-color: #ffffff;
  }
  body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow:before, body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow:after, body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow:before, body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow:after {
    content: "";
    background-color: #B8D900;
  }
  body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow {
    right: 0;
  }
  body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow {
    left: 0;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_title {
    padding-top: 18px;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_title .sub_title {
    font-size: 16px;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_title .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-top: 15px;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details .date {
    font-size: 24px;
    line-height: 1.5;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details .date:before {
    width: 19px;
    height: 16px;
    background-size: contain;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details .hours_location {
    font-size: 16px;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details .hours_location .hours {
    display: block;
    margin-bottom: 5px;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details .hours_location .hours:after {
    content: none;
  }
  body #onoHomePage .hp_floor_news_events #events .event .event_details:after {
    padding-top: 16px;
  }
  .talk_us_mobile_btn {
    height: 98px;
    background: #202433;
    position: relative;
  }
  .talk_us_mobile_btn .talk_us_mobile_inner {
    background: radial-gradient(circle, #393e49 0%, #101325 100%);
    background-color: #101325;
    height: 86px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 50% 50% 0 0;
    text-align: center;
    line-height: 110px;
  }
  .talk_us_mobile_btn .talk_us_mobile_inner .btn-submit.button_general {
    padding: 10px 55px;
  }
  .talk_us_mobile_btn .talk_us_mobile_inner .btn-meeting.button_general {
    background-image: url(../images/talk_us_mobile.png);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 50%;
    vertical-align: middle;
    background-color: #b8d900;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 18px;
  }
  /*הקמפוסים שלנו*/
  .container.our_capus .wrap-campuses-footer .campus_footer_name {
    font-size: 20px;
  }
  .container.our_capus .wrap-campuses-footer .campus_footer_num_learning_program, .container.our_capus .wrap-campuses-footer .campus_footer_num_faculty {
    font-size: 16px;
    margin-right: 20px;
  }
  .container.our_capus .wrap-campuses-footer .campus_footer_address {
    display: block;
  }
  [lang=he-IL] .container.our_capus .wrap-campuses-footer .campus_footer_address {
    padding-right: 17px;
  }
  [lang=en-US] .container.our_capus .wrap-campuses-footer .campus_footer_address {
    padding-left: 17px;
  }
  .container.our_capus .wrap-campuses-footer .campus_footer_address:before {
    width: 13px;
    height: 18px;
    font-size: 16px;
    position: absolute;
    margin-top: 3px;
  }
  [lang=he-IL] .container.our_capus .wrap-campuses-footer .campus_footer_address:before {
    right: 0;
  }
  [lang=en-US] .container.our_capus .wrap-campuses-footer .campus_footer_address:before {
    left: 0;
  }
  .container.our_capus .wrap-campuses-footer .campus_waze {
    bottom: 10px;
    background-size: 100%;
    height: 25px;
    width: 25px;
  }
  .container.our_capus h3.cumpus_footer_title.title-hr.title-center-hr {
    font-size: 22px !important;
    display: block;
    text-align: center;
    padding: 20px 20px 18px;
  }
  .container.our_capus h3.cumpus_footer_title.title-hr.title-center-hr:before, .container.our_capus h3.cumpus_footer_title.title-hr.title-center-hr:after {
    content: none;
  }
  /*חיצים של ה slick*/
  .slick-initialized.slick-slider {
    position: relative;
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow, .slick-initialized.slick-slider button.slick-next.slick-arrow {
    z-index: 3;
    position: absolute;
    background-color: #b8d900;
    width: 37px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow:before, .slick-initialized.slick-slider button.slick-prev.slick-arrow:after, .slick-initialized.slick-slider button.slick-next.slick-arrow:before, .slick-initialized.slick-slider button.slick-next.slick-arrow:after {
    content: "";
    opacity: 1;
    display: block;
    width: 4.5px;
    height: 18px;
    background-color: #fff;
    border-radius: 2.25px;
    margin-top: 2px;
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow:after, .slick-initialized.slick-slider button.slick-next.slick-arrow:after {
    margin-top: -9px;
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow {
    right: 0;
    border-radius: 50% 0 0 50%;
    padding-right: 13px;
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow:before {
    transform: rotate(-45deg);
  }
  .slick-initialized.slick-slider button.slick-prev.slick-arrow:after {
    transform: rotate(50deg);
  }
  .slick-initialized.slick-slider button.slick-next.slick-arrow {
    left: 0;
    border-radius: 0 50% 50% 0;
    padding-right: 20px;
  }
  .slick-initialized.slick-slider button.slick-next.slick-arrow:before {
    transform: rotate(50deg);
  }
  .slick-initialized.slick-slider button.slick-next.slick-arrow:after {
    transform: rotate(-50deg);
  }
  body.page-template-template-content .wrap-banner-none-image h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    padding-top: 48px;
    padding-bottom: 28px;
  }
  body.page-template-template-content .question .question_more {
    font-size: 32px;
  }
  body.page-template-template-content #page_content .wrap-content ul li {
    padding-bottom: 12px;
  }
  body.page-template-template-content #page_content .wrap-content .question {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    white-space: normal;
  }
  body.page-template-template-content #page_content .wrap-content .question span {
    width: auto;
    max-width: 217px;
  }
  body.page-template-template-content #page_content .wrap-content .question:after {
    margin-right: 2px;
    margin-left: 19px;
  }
  body #page_content .wrap-content .wp-block-embed__wrapper {
    padding-top: 55.5%;
  }
  body #page_content .wrap-content .wp-block-embed__wrapper iframe {
    width: 100%;
  }
  .single-faculty .iframe_wrap iframe.video {
    width: 100%;
  }
  .single-faculty .wrap-lecturer-faculty .slick-dots li {
    height: 13px;
    width: 13px;
    border: 1px solid #b8d900;
    border-radius: 50%;
  }
  .single-faculty .wrap-lecturer-faculty .slick-dots li.slick-active {
    background-color: #b8d900;
  }
  .single-faculty .wrap-lecturer-faculty img {
    height: 139px;
    width: 139px;
    margin: 0 auto;
  }
  /*  .slick-initialized .slick-slide{
      text-align: center;
    }*/
  .wrap-talk-us form .fields-form-talk {
    width: 100%;
  }
  .single-curriculum .container:not(#lecturers_curriculum_container) {
    max-width: 100% !important;
  }
  .single-faculty .title-hr {
    display: block;
    padding-top: 30px;
  }
  .single-faculty .title-hr:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #b8d900;
    padding-top: 0;
    margin: 0;
    margin-right: 0 !important;
  }
  .single-faculty .item-curriculum {
    margin: 34px 0;
  }
  .single-faculty .item-faculty:not(:last-child):after {
    margin-top: 22px;
    margin-bottom: 23px;
    border-top: 1px solid #d9d9d9;
    content: "";
    display: block;
    padding-top: 15px;
  }
  .single-faculty .container.our_capus h3.cumpus_footer_title.title-hr.title-center-hr {
    margin-top: 57px;
  }
  body .select_wrap .arrow_select {
    top: -12px;
  }
  body.logged-in.admin-bar #menus {
    top: 0;
  }
  body {
    padding-top: 22px;
  }
  body .select_wrap .select-curriculum {
    width: 100%;
    opacity: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
  }
  body .select_wrap .curriculum_links_wrap {
    display: none;
  }
  body .wrap-talk-us form .fields-form-talk .form-group button:not(.iti__selected-country) {
    display: none;
  }
  button.filter_main_button {
    display: none;
  }
  .item-faculty {
    margin-top: -22px;
  }
  .section-talk-us-options {
    /*top: 80%;*/
    bottom: 4%;
    right: 7%;
  }
  body .banner_btn > * {
    display: inline-block;
    margin: 0 !important;
    height: 34px;
    line-height: 34px;
    padding: 0 !important;
    text-align: center;
    width: 95px !important;
    vertical-align: middle;
  }
  body .banner_btn:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  button#banner_btn_curriculum_popup {
    display: none;
  }
  header .wrap-main-menu .wrap-btns-menu .search_form_wrap {
    border: 0;
    font-size: 0;
  }
  body header .wrap-main-menu .wrap-btns-menu .search_form_wrap #toggle_search {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .hp_floor_lecturers .lecturer .lecturer_role, .hp_floor_lecturers .lecturer .lecturer_name {
    opacity: 0;
    transition: all 0.2s;
  }
  .banner_btn .button_general {
    width: 110px;
  }
  .wrap-campuses-footer .parking {
    margin-top: 32px;
  }
  body #page_content .uno_gallery div {
    width: 100%;
    padding: 0;
  }
  body .meeting_wrap_popup .form_wrap_popup .wrap_popup_talk_us {
    width: 100%;
  }
  .mba .graduates_work_container:last-child {
    margin-bottom: 15px;
  }
  .wrap_curriculum .mba .graduates_work_wrap .graduates_work {
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 0;
  }
  .wrap_curriculum .mba .graduates_work_wrap .graduates_work:first-child {
    padding-top: 7px;
  }
  .wrap_curriculum .mba .graduates_work_wrap .earning_range {
    padding: 0;
    padding-top: 6px;
  }
  .wrap_curriculum .graduates_work_wrap .graduates_work {
    height: auto !important;
  }
  .cards_wrap + .quotes_curriculum_wrap.quotes_first {
    margin-top: 0;
  }
  .mba .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    padding: 15px;
  }
  .p-0-mobile {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1419px) {
  body .select_wrap .curriculum_links_wrap {
    width: 181px;
  }
  .wrap-talk-us .title-talk {
    font-size: 20px;
  }
  .wrap-talk-us .btn-submit {
    margin-right: 0px;
    width: 160px;
  }
}
@media (min-width: 1420px) {
  header .wrap-main-menu .manu_nav_header a {
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  body #onoHomePage .hp_floor_video .hp_video_content .hp_video_title:after {
    margin: 8px 0 8px;
  }
  .campus_footer_address {
    display: none;
  }
  .wrap-campuses-footer .parking {
    right: 0;
    margin-top: 22px;
  }
  .wrap-talk-us .title-talk {
    font-size: 18px;
  }
  .wrap-talk-us .btn-submit {
    margin-right: 0px;
    width: 130px;
  }
  .single-lecturer iframe.video {
    width: 100%;
  }
  .single-lecturer .lecturer_img img {
    width: 196px !important;
    height: 196px !important;
  }
  .wrap_lecturer .search_lecturer_btn:before {
    right: 9px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes {
    margin-left: 83px;
  }
}
@media (max-width: 1199px) {
  .menu_open .manu_nav_header {
    background: rgba(0, 0, 0, 0.75);
  }
  body header #main_menu_nav .nav .visible_ul ul, body header sub-menu {
    width: auto;
  }
  body header #breadcrumbs_wrap {
    display: none;
  }
  body header .wrap-top-menu {
    display: none;
  }
  body header .wrap-main-menu .wrap-btns-menu #toggle_search.closeSearch.search_mobile {
    position: absolute;
    margin-top: 16px;
    right: 44px;
    opacity: 0;
    visibility: hidden;
  }
  body header .wrap-main-menu .wrap-btns-menu #toggle_search.closeSearch.search_mobile.search_open {
    opacity: 1;
    visibility: visible;
  }
  body {
    padding-top: 22px;
  }
  body.nemu_open {
    overflow: hidden;
  }
  body header .sub-menu .menu-item.menu-item-has-children:after {
    content: none;
  }
  body header .wrap-main-menu .inner_container {
    background-color: white;
    padding: 0 15px;
  }
  body header ul#menu-main-menu > li:after {
    content: "";
    border-bottom: 1px solid white;
    display: block;
    width: 100%;
  }
  body header .wrap-main-menu .manu_nav_header .nav {
    width: 80%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    z-index: 10;
  }
  body header .wrap-main-menu .manu_nav_header .nav:before {
    content: "";
    border-bottom: 3px solid #b8d900;
    display: block;
    width: 100%;
  }
  body header .manu_nav_header > div {
    display: block;
  }
  body header .menu_open .menu-main-menu {
    display: block;
  }
  body header .wrap-main-menu .manu_nav_header {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    transition: background 0.3s 0.2s;
  }
  body header .wrap-main-menu .manu_nav_header a {
    color: white;
    padding-right: 18px;
  }
  body header .wrap-main-menu .link_only_to_mobile {
    display: block;
  }
  .nemu_open .manu_nav_header {
    background: rgba(0, 0, 0, 0.5);
    transition-delay: 0s;
  }
  .menu_open #menu-main-menu {
    display: block !important;
  }
  header .wrap-main-menu .menu-main-menu-container .nav ul {
    display: none;
  }
  body header .wrap-main-menu .manu_nav_header a.active {
    color: #b8d900;
  }
  body header .wrap-main-menu .manu_nav_header a {
    display: block;
    line-height: 24px;
    padding: 20px 20px 16px 33px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  body header .wrap-main-menu .manu_nav_header ul ul li {
    margin: 0px 15px;
  }
  body header .wrap-main-menu .manu_nav_header ul ul ul li {
    margin-left: 0;
  }
  body header .wrap-main-menu .manu_nav_header ul ul li:last-child {
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  body header .wrap-main-menu .manu_nav_header ul ul li:last-child a {
    margin: 0 15px;
  }
  body header .wrap-main-menu .manu_nav_header ul ul li:last-child a:before {
    margin-left: 15px;
  }
  header ul.sub-menu:after {
    content: none;
  }
  body header ul#menu-main-menu > li:after {
    content: none;
  }
  body header .wrap-main-menu .sub-menu a {
    border-color: #454545;
  }
  body.lecturer-template-default.single-lecturer, body.page-template-template-opening_day, body.single-curriculum {
    padding-top: 0;
    margin-top: 67px;
  }
}
@media (max-width: 1419px) and (min-width: 992px) {
  .wrap-banner-none-image h1 {
    padding-top: 60px !important;
  }
  body header .wrap-main-menu .manu_nav_header {
    top: 97px;
  }
}
@media (max-width: 991px) {
  .quotes_container .quotes_curriculum_wrap .reasons_img {
    height: 94px;
    width: 94px;
  }
  .quotes_container .quotes_curriculum_wrap .quotes_title {
    margin-right: 10px;
  }
  .quotes_container .quotes_curriculum_wrap .quotes_name_role {
    padding-right: 0;
    width: 100%;
    margin-right: 10px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes {
    margin-right: 50px;
    margin-left: 18px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes:before, .quotes_container .quotes_curriculum_wrap .text_quotes:after {
    right: 26px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes:after {
    right: auto;
    left: 3px;
  }
}
@media (max-width: 767px) {
  .quotes_container .quotes_curriculum_wrap {
    padding: 15px 0;
    padding-bottom: 18px;
  }
  .quotes_container .quotes_curriculum_wrap .reasons_img {
    margin: 0px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes {
    margin: 0;
    font-size: 20px;
    margin-right: 43px;
    margin-left: 25px;
    margin-top: 19px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes:before {
    right: 15px;
  }
  .quotes_container .quotes_curriculum_wrap .text_quotes:after {
    left: 15px;
  }
  .quotes_container .quotes_curriculum_wrap.quote_without_title .quotes_title {
    display: none;
  }
  .quotes_container .quotes_curriculum_wrap .quotes_title {
    margin-right: 10px;
    margin-bottom: 17px;
  }
  .quotes_container .quotes_curriculum_wrap .mobile_img {
    margin-top: 12px;
  }
  .quotes_container .quotes_curriculum_wrap .quotes_name_role {
    width: calc(100% - 112px);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 18px;
  }
  .quotes_container .quotes_curriculum_wrap .quotes_name_role .name_quotes {
    padding-top: 0;
    display: block;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .wrap-campuses-footer {
    width: 50%;
  }
  .container.our_capus .wrap-campuses-footer .campus_footer_title {
    height: 55px;
  }
  .wrap-talk-us form .fields-form-talk .form-group.form-group-checkox label.error {
    top: 60px;
    font-size: 12px;
    line-height: 12px;
  }
  body:not(.page-template-template-research_institutes) .banner-image.general.open_day_banner .banner_gradient {
    display: none;
  }
  body:not(.page-template-template-research_institutes) .banner-image.general.open_day_banner .title_banner {
    bottom: 0;
    position: relative;
  }
  body:not(.page-template-template-research_institutes) .banner-image.general.open_day_banner .title_banner h1 {
    color: black;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    font-size: 22px;
    line-height: 58px;
  }
}
a.button_general.btn-register, a.button_general.open-day {
  padding: 10.5px 17px;
}

.banner_btn .button_general.btn-meeting {
  width: 100px;
  padding: 10.5px 0;
}

@media (max-width: 1200px) {
  .sidebar {
    top: 72px;
  }
}
/*--------------------  archive_new_event_article  --------------------*/
.archive_new_event_article .row {
  display: block;
}
.archive_new_event_article .row .new_event_title {
  color: #13152C;
  font-size: 55px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 55px;
}
.archive_new_event_article .row .load_more {
  text-align: left;
  display: block;
}
.archive_new_event_article .row .load_more:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
html[lang=en-US] .archive_new_event_article .row .load_more {
  text-align: right;
  display: block;
}
html[lang=en-US] .archive_new_event_article .row .load_more:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.archive_new_event_article .row .item_wrap {
  float: right;
  padding-bottom: 30px;
}
.archive_new_event_article .row .item_wrap .item_img_whith_title {
  position: relative;
}
.archive_new_event_article .row .item_wrap .item_img_whith_title .item_img {
  padding-top: 60.5%;
}
.archive_new_event_article .row .item_wrap .item_img_whith_title .item_img:before {
  content: "";
  display: block;
}
.archive_new_event_article .row .item_wrap .item_img_whith_title .item_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  background-color: #000;
  padding: 20px 40px;
  opacity: 0.8;
  margin: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
html[lang=en-US] .archive_new_event_article .row .item_wrap .item_img_whith_title .item_title {
  text-align: left;
}
html[lang=he-IL] .archive_new_event_article .row .item_wrap .item_img_whith_title:after {
  content: "";
  position: absolute;
  border: 1.5px solid #b8d900;
  display: block;
  bottom: 0;
  right: 0;
  width: 178px;
}
html[lang=en-US] .archive_new_event_article .row .item_wrap .item_img_whith_title:after {
  content: "";
  position: absolute;
  border: 1.5px solid #b8d900;
  display: block;
  bottom: 0;
  left: 0;
  width: 178px;
}
.archive_new_event_article .row .item_wrap .item_footer {
  background-color: #38404e;
  padding: 30px 40px;
}
.archive_new_event_article .row .item_wrap .item_footer .item_excerpt {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  display: none;
}
.archive_new_event_article .row .item_wrap .item_footer .item_link {
  color: #b8d900;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}
.archive_new_event_article .row .item_wrap .item_footer .item_link i {
  vertical-align: middle;
  padding-right: 10px;
}
html[lang=he-IL] .archive_new_event_article .row .item_wrap .item_footer .item_link:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
html[lang=en-US] .archive_new_event_article .row .item_wrap .item_footer .item_link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.archive_new_event_article .row {
  /*************first item*********/
}
.archive_new_event_article .row .first.item_wrap .item_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}
html[lang=en-US] .archive_new_event_article .row .first.item_wrap .item_title {
  text-align: left;
}
.archive_new_event_article .row .first.item_wrap .item_img {
  padding-top: 83%;
}
.archive_new_event_article .row .first.item_wrap .item_excerpt {
  display: block;
  height: 48px;
  overflow: hidden;
}

/********article********/
.archive_new_event_article#articles .item_img {
  padding-top: 0;
}
.archive_new_event_article#articles .item_img:before {
  content: "";
  display: block;
}
.archive_new_event_article#articles .item_title {
  background-color: #38404e;
  opacity: 1;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  padding: 30px 40px 33px;
  position: static;
}
.archive_new_event_article#articles .item_footer {
  position: relative;
}
html[lang=he-IL] .archive_new_event_article#articles .item_footer .item_source {
  position: absolute;
  left: 0px;
  bottom: 17px;
  border-right: 50px;
  height: 42px;
  width: 91px;
  transform: scaleX(-1);
  border-radius: 80px 0 0 80px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
html[lang=he-IL] .archive_new_event_article#articles .item_footer .item_source img {
  transform: scaleX(-1);
  max-width: 68px;
  max-height: 37px;
}
html[lang=en-US] .archive_new_event_article#articles .item_footer .item_source {
  position: absolute;
  right: 0px;
  bottom: 17px;
  border-right: 50px;
  height: 42px;
  width: 91px;
  transform: scaleX(-1);
  border-radius: 0 80px 80px 0;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
html[lang=en-US] .archive_new_event_article#articles .item_footer .item_source img {
  transform: scaleX(-1);
  max-width: 68px;
  max-height: 37px;
}
.archive_new_event_article#articles .first.item_wrap .item_title {
  font-size: 33px;
  font-weight: 500;
  line-height: 38px;
}
.archive_new_event_article#articles .first.item_wrap .item_excerpt {
  display: block;
  font-size: 20px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .archive_new_event_article .row {
    display: flex;
  }
  .archive_new_event_article .row .item_wrap {
    float: none;
  }
}
/*--------------------  single_new_event_article  --------------------*/
#page_content .wrap-content p {
  width: 100%;
}
#page_content .wrap-content h2 {
  color: #13152C;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}
#page_content .wrap-content h3 {
  color: #13152C;
  font-size: 30px;
  font-weight: 500;
  line-height: 61px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
#page_content .wrap-content h3:after {
  content: "";
  border: 0.5px solid #a6d824;
  margin: auto;
  flex: 1;
  margin-right: 25px;
}
#page_content .wrap-content h4 {
  color: #13152c;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  background-color: #B8D900;
  padding: 20px 10px;
  width: 80%;
}
#page_content .wrap-content a {
  color: #212529;
  text-decoration: underline;
}
#page_content .wrap-content .wp-block-embed__wrapper {
  position: relative;
  padding-top: 62.5%;
}
#page_content .wrap-content .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0;
  right: 0;
}
#page_content .wrap-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}
#page_content .wrap-content ul li {
  position: relative;
  padding-right: 20px;
}
#page_content .wrap-content ul li:before {
  content: "";
  border: 1px solid #b8d900;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b8d900;
  position: absolute;
  right: 0;
  top: 8px;
}
#page_content .wrap-content ul li p, #page_content .wrap-content ul li strong {
  vertical-align: middle;
}
#page_content .wrap-content ol {
  padding: 0;
  list-style: none;
  width: 80%;
}
#page_content .wrap-content ol li {
  counter-increment: my-awesome-counter;
  padding-bottom: 10px;
}
#page_content .wrap-content ol li:before {
  content: counter(my-awesome-counter);
  color: #b8d900;
  font-weight: bold;
  padding-left: 14px;
}

h2.with_line {
  color: #13152C;
  font-size: 30px;
  font-weight: 500;
  line-height: 61px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
h2.with_line:after {
  content: "";
  border: 0.5px solid #a6d824;
  margin: auto;
  flex: 1;
  margin-right: 25px;
}

.wrap_sidebar a.active {
  color: #000;
  background-color: #b8d900;
}

.has_background_image {
  background-size: cover;
  background-position: center;
}

.wrap-banner-none-image h1 {
  color: #13152C;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 0 30px 0;
}

div.title2020 {
  color: #13152c;
  font-size: 55px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 0 30px;
}

.banner-image div.title2020 {
  color: #fff;
  font-size: 55px;
}

/**************onoHomePage - banner**************/
.hp_banner_title {
  color: #FFFFFF;
  font-size: 70.2px;
  font-weight: 500;
  line-height: 51px;
}

.banner_hp_wrap {
  position: absolute;
  bottom: 135px;
}

.hp_banner_sub_title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 51px;
}

.hp_banner_link, .hp_banner_link:focus, .hp_banner_link:hover {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  text-decoration: underline;
}

/**************onoHomePage**************/
.home .banner-image {
  min-height: 580px;
}

.wrap-talk-us .bottom_text p, .form_opening_day .bottom_text p {
  margin-bottom: 0;
}
.wrap-talk-us .bottom_text, .form_opening_day .bottom_text {
  margin-bottom: 0;
  margin-top: 4px;
}

/**************form**************/
#hp_floor_form {
  position: relative;
}
#hp_floor_form .wrap-talk-us {
  transition: transform 0.3s;
  padding: 31px 0;
}
#hp_floor_form .wrap-talk-us.fixed {
  position: fixed;
  top: 100%;
  bottom: auto;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 99;
}

#onoHomePage {
  /**************curriculums**************/
}
#onoHomePage .hp_floor_curriculum {
  text-align: center;
}
#onoHomePage .hp_floor_curriculum .all_curriculums {
  padding: 8px 67px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 55px 0 95px;
}
#onoHomePage .hp_floor_curriculum #learning_programs {
  margin-bottom: 45px;
}
#onoHomePage .hp_floor_curriculum #learning_programs .learning_program {
  color: #2B2B2B;
  font-size: 18px;
  line-height: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  border-bottom: 1px solid #C8C8C8;
}
#onoHomePage .hp_floor_curriculum #learning_programs .learning_program.active {
  font-weight: bold;
  position: relative;
}
#onoHomePage .hp_floor_curriculum #learning_programs .learning_program.active:after {
  content: "";
  border-bottom: 1px solid #B8D900;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #b8d900;
  bottom: -1px;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon {
  border: 1px solid #2B2B2B;
  border-radius: 50%;
  width: 195px;
  height: 195px;
  padding: 40px 15px 15px 15px;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .img-icon-curriculum {
  margin: 0 auto;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_name {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  max-width: 110px;
  margin: 10px auto;
  max-height: 38px;
  overflow: hidden;
  vertical-align: middle;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_text {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 17px;
  padding: 23px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.4px;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap:hover, #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap focus {
  text-decoration: none;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap.active .curriculum_icon {
  border: 2px solid #B8D900;
}
#onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap.active:after {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 20px solid #0F1116;
  position: absolute;
  z-index: 98;
  bottom: 0;
  left: calc(50% - 18px);
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt {
  background-color: black;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  text-align: right;
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt .cls_excerpt {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt .cls_excerpt:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a6d824;
  font-size: 20px;
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_excerpt.hidden {
  display: none;
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_name {
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  padding-top: 15px;
}
#onoHomePage .hp_floor_curriculum #excerpt .curriculum_name:after {
  content: "";
  border-bottom: 3px solid #ffffff;
  display: block;
  width: 134px;
  margin: 30px 0 30px;
}
#onoHomePage {
  /**************advantages**************/
}
#onoHomePage .hp_floor_advantages {
  background: radial-gradient(circle, #393E49 0%, #101325 100%);
  padding: 10px 0 70px 0;
}
#onoHomePage .hp_floor_advantages .hp_floor_advantages_title {
  color: #FFFFFF;
}
#onoHomePage .hp_floor_advantages .hp_floor_advantages_title:after, #onoHomePage .hp_floor_advantages .hp_floor_advantages_title:before {
  border-bottom: 1px solid #fff;
}
#onoHomePage .hp_floor_advantages .advantage {
  text-decoration: none;
}
#onoHomePage .hp_floor_advantages .advantage .advantage_image {
  width: 100%;
  border-radius: 50%;
}
#onoHomePage .hp_floor_advantages .advantage .advantage_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#onoHomePage .hp_floor_advantages .advantage .advantage_title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
}
#onoHomePage {
  /**************video**************/
}
#onoHomePage .hp_floor_video {
  position: relative;
}
#onoHomePage .hp_floor_video .iframe_wrap {
  width: 60%;
  display: block;
  position: relative;
  z-index: 2;
}
#onoHomePage .hp_floor_video .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#onoHomePage .hp_floor_video .iframe_wrap:after {
  content: "";
  padding-top: 55%;
  display: block;
}
#onoHomePage .hp_floor_video .hp_video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  z-index: 1;
}
#onoHomePage .hp_floor_video .hp_video_content .hp_video_title {
  color: #2B2B2B;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
#onoHomePage .hp_floor_video .hp_video_content .hp_video_title:after {
  content: "";
  border-bottom: 3px solid #a6d824;
  display: block;
  width: 134px;
  margin: 30px 0 30px;
}
#onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}
@media (max-width: 1600px) {
  #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    max-height: 308px;
    padding-left: 27px;
    height: 100%;
    overflow: auto;
  }
  #onoHomePage .hp_floor_video .hp_video_content .hp_video_text::-webkit-scrollbar {
    width: 8px;
  }
  #onoHomePage .hp_floor_video .hp_video_content .hp_video_text::-webkit-scrollbar-thumb {
    border-radius: 21px;
    background-color: #b8d900;
  }
}
@media (max-width: 1419px) {
  #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    max-height: 230px;
  }
}
#onoHomePage {
  /**************news_events**************/
}
#onoHomePage .hp_floor_news_events {
  background: radial-gradient(circle, #FCFCFC 0%, #D1D1D1 100%);
  padding: 0 0 50px 0;
}
#onoHomePage .hp_floor_news_events .hp_news_events_title {
  color: #2B2B2B;
  font-size: 30px;
  font-weight: 500;
  line-height: 61px;
}
#onoHomePage .hp_floor_news_events .hp_news_events_title:after {
  border-bottom: 1px solid #2B2B2B;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap {
  padding-bottom: 30px;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title {
  position: relative;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_img {
  padding-top: 70.5%;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_img:before {
  content: "";
  display: block;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  background-color: #000;
  padding: 30px 40px 40px 40px;
  opacity: 0.8;
  margin: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_title .item_link {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
}
#onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_footer {
  background-color: #38404e;
  padding: 30px 40px;
  color: #FFFFFF;
  display: none;
}
#onoHomePage .hp_floor_news_events .news_wrap .all_news_wrap {
  text-align: left;
}
#onoHomePage .hp_floor_news_events .news_wrap .all_news_wrap .all_news {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}
#onoHomePage .hp_floor_news_events .news_wrap .all_news_wrap .all_news:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap {
  padding-bottom: 30px;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title {
  position: relative;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_img {
  padding-top: 83%;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_img:before {
  content: "";
  display: block;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  background-color: #000;
  padding: 30px 40px 40px 40px;
  opacity: 0.8;
  margin: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_title:after {
  content: "";
  position: absolute;
  border: 1.5px solid #b8d900;
  display: block;
  bottom: 0;
  right: 0;
  width: 178px;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_title .item_link {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_footer {
  background-color: #38404e;
  padding: 30px 40px;
}
#onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_footer .item_excerpt {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
}
#onoHomePage .hp_floor_news_events .events_wrap .all_events_wrap {
  text-align: left;
  padding-top: 30px;
}
#onoHomePage .hp_floor_news_events .events_wrap .all_events_wrap .all_events {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}
#onoHomePage .hp_floor_news_events .events_wrap .all_events_wrap .all_events:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#onoHomePage .hp_floor_news_events #events {
  background-color: #B8D900;
  color: #13152C;
  padding: 20px 60px;
  position: relative;
}
#onoHomePage .hp_floor_news_events #events .event {
  float: right;
}
#onoHomePage .hp_floor_news_events #events .event .event_details {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s 0.5s;
}
#onoHomePage .hp_floor_news_events #events .event .event_details .date {
  font-size: 28px;
  line-height: 48px;
}
#onoHomePage .hp_floor_news_events #events .event .event_details .date:before {
  content: "";
  background: url(../images/calendar.png) center no-repeat;
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
}
#onoHomePage .hp_floor_news_events #events .event .event_details .hours_location {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
#onoHomePage .hp_floor_news_events #events .event .event_details .hours_location .hours_class:after {
  content: "";
  border-left: 2px solid #000000;
  padding: 0 5px;
  margin-left: 5px;
}
#onoHomePage .hp_floor_news_events #events .event .event_details:after {
  content: "";
  border-bottom: 2px solid #000;
  padding-top: 30px;
  width: 100%;
  display: block;
}
#onoHomePage .hp_floor_news_events #events .event .event_title {
  padding-top: 30px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s 0.7s;
}
#onoHomePage .hp_floor_news_events #events .event .event_title .sub_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
#onoHomePage .hp_floor_news_events #events .event .event_title .title {
  font-size: 28px;
  line-height: 33px;
}
#onoHomePage .hp_floor_news_events #events .event .event_title .title .link {
  color: #13152C;
  font-weight: normal;
}
#onoHomePage .hp_floor_news_events #events .event.slick-active .event_title, #onoHomePage .hp_floor_news_events #events .event.slick-active .event_details {
  opacity: 1;
  transform: none;
}
#onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow {
  position: absolute;
  top: 40px;
  right: 15px;
}
#onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
}
#onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow {
  position: absolute;
  top: 40px;
  left: 15px;
}
#onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
}

/************** Form **************/
.form_not_success, .form_success {
  padding: 36px 60px;
  color: #A6D824;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1199px) {
  .form_not_success, .form_success {
    padding: 0;
    font-size: 25px;
  }
}

.form_not_success.hidden, .form_success.hidden, .form_meeting.hidden {
  display: none;
}

/************** Form - Popup **************/
html.popup_open {
  overflow: hidden;
}

.meeting_wrap_popup form .fields-form-talk .form-group:not(.approve) > label:not(.error) {
  height: 0;
  overflow: hidden;
  position: absolute;
}

.meeting_wrap_popup form .form-group:not(.approve) {
  margin-bottom: 15px;
}

.meeting_wrap_popup {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
}
.meeting_wrap_popup .form_wrap_popup.hidden, .meeting_wrap_popup .form_wrap_curriculum_popup.hidden {
  display: none;
}
.meeting_wrap_popup .form_wrap_popup, .meeting_wrap_popup .form_wrap_curriculum_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 68px);
  overflow: auto;
  transition: all 0.3s;
  text-align: center;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
}
.meeting_wrap_popup .form_wrap_popup .wrap_popup_talk_us, .meeting_wrap_popup .form_wrap_curriculum_popup .wrap_popup_talk_us {
  border-radius: 0 0 5px 5px;
  background: radial-gradient(circle, #494d57 0%, #101325 100%);
  box-shadow: inset 0 -3px 0 0 #a6d824;
  width: 623px;
  margin: 0 auto;
  margin-top: 105px;
  position: relative;
}
.meeting_wrap_popup .form_wrap_popup .close_popup, .meeting_wrap_popup .form_wrap_popup .close_curriculum_popup, .meeting_wrap_popup .form_wrap_curriculum_popup .close_popup, .meeting_wrap_popup .form_wrap_curriculum_popup .close_curriculum_popup {
  background: none;
  border: none;
  position: absolute;
  top: 34px;
  left: 60px;
  z-index: 9;
  cursor: pointer;
}
.meeting_wrap_popup .form_wrap_popup .close_popup:before, .meeting_wrap_popup .form_wrap_popup .close_curriculum_popup:before, .meeting_wrap_popup .form_wrap_curriculum_popup .close_popup:before, .meeting_wrap_popup .form_wrap_curriculum_popup .close_curriculum_popup:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #A6D824;
  font-size: 20px;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting {
  position: relative;
  padding: 36px 60px;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .close_popup, .meeting_wrap_popup .form_wrap_popup .form_meeting .close_curriculum_popup, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .close_popup, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .close_curriculum_popup {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .close_popup:before, .meeting_wrap_popup .form_wrap_popup .form_meeting .close_curriculum_popup:before, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .close_popup:before, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .close_curriculum_popup:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #A6D824;
  font-size: 20px;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .title-talk, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .title-talk {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 20px;
  text-align: right;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .title_required, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .title_required {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 7px;
  text-align: right;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group label.error:not(.approve), .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group label.error:not(.approve) {
  padding-top: 2px;
  font-size: 12px;
  line-height: 12px;
  color: white;
  height: 0;
  max-width: 207px;
  position: absolute;
  right: 18px;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve {
  font-size: 12px;
  line-height: 14px;
  position: relative;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve input, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve input {
  vertical-align: middle;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label {
  padding-right: 21px;
  text-align: right;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label.error#approve-error, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label.error#approve-error {
  position: absolute;
  top: 27px;
  right: 0px;
  display: block;
}
.meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .btn-submit, .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .btn-submit {
  width: 100%;
}
.meeting_wrap_popup .form_wrap_popup .form_success, .meeting_wrap_popup .form_wrap_curriculum_popup .form_success {
  padding: 36px 60px;
}
.meeting_wrap_popup .form_wrap_popup .curriculum_links_wrap, .meeting_wrap_popup .form_wrap_curriculum_popup .curriculum_links_wrap {
  width: calc(100% - 32px);
}

.apply_now_wrap {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
}

.wrap_left_side_buttons {
  gap: 4px;
}

/************** searchForm‏ page serach**************/
.search-form .search-field {
  border: none;
}

/************** searchForm‏ **************/
.search_form_wrap .search-form label {
  width: calc(100% - 66px);
  margin-bottom: 0;
}

.section_dark.wrap-talk-us.hidden {
  display: none;
}

.section_dark.wrap-talk-us.home .close_form_footer {
  display: none;
}

.close_form_footer {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  left: 30px;
}
.close_form_footer:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a6d824;
  font-size: 20px;
}

/************** searchPage‏ **************/
#searchPage .results {
  font-size: 16px;
}
#searchPage #searchFormWrap {
  margin-bottom: 20px;
}
#searchPage #searchFormWrap .search-field {
  height: 40px;
  width: 70%;
  border: 1px solid #DBDBDB;
  border-radius: 0 5px 5px 0;
  background-color: #FFFFFF;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #searchPage #searchFormWrap .search-field {
    width: 100%;
  }
}
#searchPage #searchFormWrap #search_submit_wrap {
  position: absolute;
}
@media (max-width: 767px) {
  #searchPage #searchFormWrap #search_submit_wrap {
    position: relative !important;
  }
}
#searchPage #searchFormWrap #search_submit_wrap {
  /*&:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 16px;
    left: 12px;
  }*/
}
#searchPage #searchFormWrap #search_submit_wrap #search_btn {
  background-color: #B8D900;
  height: 40px;
  width: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#searchPage #searchFormWrap #search_submit_wrap #search_btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#searchPage .search_item_wrap {
  border-bottom: 1px solid #EBEBEB;
  max-width: 100%;
  padding: 28px 0;
}
#searchPage .search_item_wrap .row {
  margin: 0;
}
#searchPage .search_item_wrap .row .search_item_img {
  flex: 0 0 10%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
  border-radius: 50%;
  padding: 0;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  #searchPage .search_item_wrap .row .search_item_img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #searchPage .search_item_wrap .row .search_item_img {
    flex: 0 0 29%;
    height: 100px;
  }
}
#searchPage .search_item_wrap .search_item_img.noImage {
  background-repeat: no-repeat;
  background-size: auto;
}
#searchPage .search_item_wrap .search_item {
  position: relative;
  background-color: #FFFFFF;
  max-width: 85%;
}
@media (max-width: 767px) {
  #searchPage .search_item_wrap .search_item {
    max-width: 100%;
  }
}
#searchPage .search_item_wrap .search_item .search_item_kind {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
#searchPage .search_item_wrap .search_item .search_item_title {
  color: #13152C;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  #searchPage .search_item_wrap .search_item .search_item_title {
    font-size: 16px;
  }
}
#searchPage .search_item_wrap .search_item .search_item_content {
  color: #13152C;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  max-width: 100%;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: fit-content;
  max-height: 40px;
}
#searchPage .search_item_wrap .search_item .search_item_content p {
  margin-bottom: 0;
}
#searchPage .search_item_wrap .search_item_link {
  color: #B8D900;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  text-decoration: underline;
  bottom: 10%;
  left: 0%;
}
@media (max-width: 767px) {
  #searchPage .search_item_wrap .search_item_link {
    left: 1%;
  }
}
#searchPage .search_item_wrap .search_item_link:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #searchPage .search_item_wrap.search_item_lecturer .search_item {
    max-width: 65%;
    padding: 5px 0px 28px;
  }
}
#searchPage .search_item_wrap.search_item_lecturer .search_item .search_item_kind {
  display: none;
}
#searchPage .search_item_wrap.search_item_lecturer .search_item .search_item_title {
  font-weight: 600;
  font-size: 22px;
}
#searchPage .search_item_wrap.search_item_lecturer .search_item .search_item_content {
  font-weight: 400;
  font-size: 18px;
}
#searchPage .wrap_section_results {
  border-bottom: 1px solid black;
  margin-top: 20px;
}
#searchPage #more_search_results_wrap {
  text-align: left;
}
#searchPage #more_search_results_wrap #more_search_results {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  border: none;
  background: none;
  margin-top: 15px;
  cursor: pointer;
}

/************** breadcrumbs **************/
#breadcrumbs_wrap span, #breadcrumbs_wrap a {
  line-height: 3.2;
  color: #FFFFFF;
  font-size: 14px;
}

#breadcrumbs_wrap.noBanner span, #breadcrumbs_wrap.noBanner a {
  line-height: 3.2;
  color: #13152C;
  font-size: 14px;
}

/************** Form curriculum **************/
#form_wrap_curriculum_popup.form_wrap_curriculum_popup {
  top: calc(100% + 40px);
  left: -505px;
  width: 655px;
  font-weight: normal;
}
#form_wrap_curriculum_popup.form_wrap_curriculum_popup:before {
  left: 86.5%;
}

/************** Form select **************/
.form_wrap_popup .select_wrap .curriculum_links_wrap {
  bottom: auto;
}

.select_wrap {
  position: relative;
}
.select_wrap .select-curriculum {
  width: 0;
  opacity: 0;
  height: 0;
  padding: 0;
}
.select_wrap #curriculum {
  padding-left: 35px;
}
.select_wrap .curriculum_links_wrap.hidden {
  display: none;
}
.select_wrap .curriculum_links_wrap {
  background-color: #ffffff;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  position: absolute;
  z-index: 99;
  border-radius: 0.25rem;
  bottom: 39px;
  max-height: 250px;
  overflow: auto;
}
.select_wrap .curriculum_links_wrap.bottom_scroll {
  bottom: auto;
}
.select_wrap .curriculum_links_wrap .curriculum_link {
  display: block;
  line-height: 1.8;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #dadace;
  font-size: 16px;
}
.select_wrap .curriculum_links_wrap .curriculum_link:last-child {
  border-bottom: none;
}
.select_wrap .arrow_select {
  position: absolute;
  left: 20px;
  top: 5px;
}
.select_wrap .arrow_select:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #495057;
  font-size: 20px;
}

.form-group-checkox label {
  user-select: none;
}

@media (max-width: 991px) {
  #onoHomePage .hp_floor_curriculum #learning_programs .learning_program {
    padding: 10px 20px;
    border-bottom: none;
  }
  #onoHomePage .hp_floor_curriculum .all_curriculums {
    margin: 10px 0;
  }
  #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_text {
    display: none;
  }
}
/***********hp_floor_form_mobile**********/
.section-talk-us-options {
  display: none;
  top: auto;
  bottom: 10px;
  z-index: 100000000000000000;
}

.meeting_wrap_popup .form_wrap_popup .form_meeting #approve-error {
  top: 27px;
}

/**************lecturers**************/
.hp_floor_lecturers {
  background: radial-gradient(circle, #494D57 0%, #101325 100%);
  padding: 10px 0 0px 0;
  text-align: center;
}
.hp_floor_lecturers .all_lecturers {
  padding: 8px 67px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  margin: 60px 0;
  height: auto;
}
.hp_floor_lecturers .hp_floor_lecturers_title {
  color: #FFFFFF;
}
.hp_floor_lecturers .hp_floor_lecturers_title:after, .hp_floor_lecturers .hp_floor_lecturers_title:before {
  border-bottom: 1px solid #fff;
}
.hp_floor_lecturers .lecturer {
  text-decoration: none;
}
.hp_floor_lecturers .lecturer .lecturer_image {
  width: 100%;
  border-radius: 50%;
}
.hp_floor_lecturers .lecturer .lecturer_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.hp_floor_lecturers .lecturer .lecturer_name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.hp_floor_lecturers .lecturer .lecturer_role {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.hp_floor_graduates a.lecturer {
  pointer-events: none;
}

.search-results .wrap-banner-none-image h1 {
  margin: 15px 0 20px 0;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .search-results .wrap-banner-none-image h1 {
    margin: 0;
  }
}
.search-results .btn#search_btn {
  border-radius: 0;
}
.search-results .search_input_wrap {
  display: inline;
}
.search-results .wrap-results {
  max-width: 73% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-results .wrap-results {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .search-results .wrap-results {
    max-width: 100% !important;
  }
}
.search-results .wrap-results #search_results_tabs {
  border-bottom: none;
}
.search-results .wrap-results #search_results_tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  display: block;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .search-results .wrap-results #search_results_tabs {
    overflow: scroll;
    display: flex;
  }
}
.search-results .wrap-results #search_results_tabs a {
  padding-left: 5%;
}
@media (max-width: 991px) {
  .search-results .wrap-results #search_results_tabs a {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .search-results .wrap-results #search_results_tabs a {
    flex: none;
  }
}
.search-results .wrap-results #search_results_tabs a[aria-selected=true] {
  border-bottom: none;
}
.search-results .wrap-results #search_results_tabs a[aria-selected=true] div {
  border-bottom: 4px solid #B8D900;
  padding-bottom: 4px;
}
.search-results .wrap-results .search-content {
  min-height: 200px;
}
.search-results .wrap-results .search-content .results {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-results .row > .results {
    padding-right: 43px !important;
  }
}

.search-no-results label.search_input_wrap {
  display: inline;
}
.search-no-results .search-submit {
  border-radius: 5px 0 0 5px;
}
.search-no-results .results {
  padding-right: 15px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-no-results .results {
    padding-right: 43px !important;
  }
}

.jobs_file_input_wrap .error {
  display: block;
  position: absolute;
  color: red;
  line-height: 1.5;
  margin: 0 20px;
  margin-top: 48px;
}

#jobs_form_popup .jobs_file_input_wrap .error {
  margin: 0 0;
  bottom: -23px;
}

.hot_jobs_warp {
  height: 150px;
  background-color: #01AAD5;
  padding: 25px;
}

.hot_job_slider {
  border: solid 1px rgb(66, 146, 203);
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.3);
}

.hot_job_slider:hover {
  border: none;
  box-shadow: none;
}

.title_hot_jobs {
  color: white;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 25px;
  display: inline-block;
}

.hot_job {
  background-color: white;
  padding: 10px 15px;
  height: 50px;
  line-height: 30px;
}

.read_more_hot_jobs {
  background-color: #4d4d4d;
  color: white;
  display: inline-block;
  border: none;
  font-size: 13px;
  width: 60px;
  padding: 0;
  float: left;
  text-align: center;
}

.name_hot_jobs {
  display: inline-block;
  width: 195px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 15px;
}

#hot_jobs_slider_pause:after {
  content: "\e91b";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon";
  font-size: 12px;
}

#hot_jobs_slider_pause.slider_is_paused:after {
  content: "\e91a";
}

#hot_jobs_slider_pause {
  background: none;
  border: none;
  vertical-align: bottom;
  float: left;
}

.jobs_index_dropdown_wrap.open .jobs_index_dropdown:before {
  display: block;
}

#jobs_banner_slider_pause:after {
  content: "\e91b";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon";
  font-size: 12px;
}

.page-template-template-jobs_index .old_container {
  width: 1275px;
  max-width: 1275px;
}

#jobs_banner_slider_pause.slider_is_paused:after {
  content: "\e91a";
}

#jobs_banner_slider_pause {
  background: none;
  border: none;
  vertical-align: bottom;
}

#jobs_order_inner_page .job_form_title, #jobs_order_inner_page .warp_btn_job_form {
  padding-right: 0;
}

.jobs_pagination_dots {
  font-size: 20px;
  color: #4d4d4d;
  margin: 0 1px;
}

#jobs_form_popup .jobs_form_close_button::after {
  font-size: 25px;
}

#jobs_form_popup .job_form .jobs_form_close_button {
  display: none;
}

#jobs_form_popup .jobs_form_close_button {
  display: block;
}

.send_my_cv .submit_form span:last-child {
  display: inline-block;
}

.send_my_cv .submit_form span:first-child {
  display: none;
}

.submit_form span:last-child {
  display: none;
}

.send_my_cv .jobs_btn_wrap {
  float: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.send_my_cv .jobs_file_label {
  box-shadow: 0 15px 26px 0 rgba(66, 146, 203, 0.25);
  background: none;
  color: #b8d900;
  border: solid 2px #b8d900;
}

.sending_cv #page_overlay {
  background: rgba(255, 255, 255, 0.5) !important;
}

.send_my_cv .jobs_file_label:after {
  color: #b8d900;
}

.jobs_index_dropdown_wrap {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 40px;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .jobs_index_dropdown_wrap {
    margin: 0;
    margin-bottom: 20px;
  }
  .jobs_index_dropdown_wrap#jobs_search_wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .jobs_index_dropdown_wrap {
    margin: 0 9px;
    width: 24%;
  }
  .jobs_index_dropdown_wrap#jobs_search_wrap {
    margin-left: 0;
  }
}

.jobs_index_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  height: auto;
  max-height: 320px;
  background: #fff;
  z-index: 9;
  overflow: auto;
  border: solid #b8d900;
  border-width: 0 2px 2px 2px;
  padding: 0 0 5px 0;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
}

.jobs_form_close_button {
  display: none;
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}

.send_friend_cv_wrap .jobs_form_close_button {
  display: block;
}

.send_friend_cv_wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.send_my_cv .submit_form, .send_my_cv .jobs_file_label {
  width: 250px !important;
  float: none;
}

.jobs_form_close_button::after {
  content: "\f00d";
  font-weight: 900;
  color: #b8d900;
  font-family: "Font Awesome 5 Free";
}

.hidden_by_filter, .hidden_by_pagination, .hidden_parent {
  display: none !important;
}

.jobs_index_dropdown_wrap .select_field {
  height: 40px;
  line-height: 50px;
  border: 2px solid #b8d900;
  background-color: #ffffff;
  font-size: 1rem;
  color: #4d4d4d;
  text-align: right;
  padding: 0 20px;
  margin-left: 15px;
  border-radius: 0.25rem;
  width: 100% !important;
}

.jobs_index_dropdown_select {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#freeText {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.submit_search {
  width: 141.1px;
}

.jobs_pagination_btn:disabled {
  cursor: default;
}

.green_btn {
  border: none;
  display: inline-block;
  font-weight: 500;
  width: 220px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.27);
  background-color: #b8d900;
  font-size: 16px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 16px;
  margin: 0 auto;
}
@media (max-width: 1420px) and (min-width: 1301px) {
  .green_btn {
    width: 197px;
  }
}

.green_btn:hover, .without_background_btn:hover, .bubble_share:hover, .send_my_cv .jobs_file_label:hover {
  box-shadow: none;
}

.submit_form {
  width: 180px;
}

.option_jobs_select {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 300;
  padding: 10px 0;
}

.checkbox_mark {
  margin-bottom: 0;
  padding: 10px 20px;
  width: 100%;
  transition: background 0.2s;
  /* text-indent: -22px; */
}

.checkbox_mark:before {
  content: "";
  padding: 0 5px;
  font-size: 10px;
  border: solid 1px #4d4d4d;
  margin-left: 10px;
  vertical-align: middle;
}

.checkbox_mark span {
  display: inline-block;
  vertical-align: top;
}

.warp_item_select {
  overflow: hidden;
}

input[type=checkbox]:checked ~ .checkbox_mark:before {
  background-color: #4d4d4d;
}

input[type=checkbox]:checked ~ .checkbox_mark, input[type=checkbox]:focus ~ .checkbox_mark, .checkbox_mark:hover {
  background-color: rgba(184, 217, 0, 0.33);
}

input[type=checkbox]:focus ~ .checkbox_mark {
  background-color: rgba(184, 217, 0, 0.33);
  border: 2px solid #b8d900 !important;
}

#jobs_index_form {
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 2px solid #b8d900;
}
@media (max-width: 991px) {
  #jobs_index_form {
    width: auto;
    padding: 0 25px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  #jobs_index_form {
    padding-top: 40px;
    padding-bottom: 125px;
  }
}

.title_jobs {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 14%;
  text-align: center;
}
@media (max-width: 991px) {
  .title_jobs {
    padding: 20px 0;
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .title_jobs {
    width: 20%;
  }
}

#jobs_form_popup_link:after {
  content: "\e906";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: 300;
  margin-right: 15px;
}

.details_item:before {
  color: #4d4d4d;
  font-size: 13px;
  margin-left: 8px;
  height: 18px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
}

.total_jobs {
  padding-top: 56px;
  padding-bottom: 41px;
  font-size: 26px;
  color: #4d4d4d;
  margin: 0 0;
  font-weight: unset;
}

body:not(.jobs_after_search) #jobs_pre_text_after,
body.jobs_after_search #jobs_pre_text_initial {
  display: none;
}

.jobs_pagination_wrap {
  float: left;
  direction: ltr;
}

.jobs_pagination_btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #4d4d4d;
  vertical-align: unset;
}

.jobs_pagination_btn.active {
  font-weight: bold;
  color: #b8d900;
  padding: 0 6px;
}

[data-target=prev].jobs_pagination_btn:before {
  border-width: 0 0 1px 1px;
}

[data-target=next].jobs_pagination_btn:before {
  border-width: 1px 1px 0 0;
}

.prev_next:before {
  content: " ";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #b8d900;
  height: 11px;
  width: 11px;
  display: block;
}

.prev_next {
  padding: 0 8px;
}

.jobs_list_order_wrap {
  border: solid 2px #b8d900;
  margin-bottom: 25px;
  transition: all 0.2s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 767px) {
  .jobs_list_order_title {
    max-width: 180px !important;
  }
}

.jobs_list_order_wrap[data-ordertype=hot] {
  margin-bottom: 21px;
  border: solid 2px #ffc107;
}

#hot_orders_seperator {
  margin: 35px 0 32px 0;
  border-top: 0.5px solid rgba(255, 193, 7, 0.72);
  padding: 1px;
}

.jobs_list_order_wrap:hover, .jobs_list_order_wrap.active, .jobs_list_order_wrap:focus {
  box-shadow: 0 15px 25px 0 rgba(155, 203, 66, 0.15);
}

.warp_filter_reset {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 20%;
  text-align: center;
}
@media (max-width: 1300px) and (min-width: 992px) {
  .warp_filter_reset {
    margin-top: 25px;
    margin-left: 17px;
    float: left;
    width: 25%;
  }
}
@media (max-width: 1420px) and (min-width: 1301px) {
  .warp_filter_reset {
    width: 19%;
  }
}

#order_form_reset {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
  background: none;
  border: none;
  line-height: 1;
  padding: 0 6px;
  margin: 0 auto;
  padding-bottom: 15px;
  cursor: pointer;
}

.num_jobs_for_page {
  font-size: 20px;
  font-weight: 300;
  color: #b8d900;
  float: right;
}

.pagination_wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.prev_next:disabled:before {
  border-color: #4d4d4d;
}

.jobs_popup_img {
  padding-bottom: 29px;
}

#jobs_form_popup_warp {
  font-size: 24px;
  font-weight: 300;
  color: #4d4d4d;
  text-align: center;
  padding-top: 49px;
}

#jobs_form_popup_link {
  font-weight: bold;
  color: #82a042;
  padding: 0 7px;
}

.jobs_list_order_title h2 {
  font-size: 26px;
  display: inline-block;
  margin: 0;
  color: #242424;
}
@media (max-width: 991px) {
  .jobs_list_order_title h2 {
    font-size: 22px;
  }
}

.warp_jobs_list_order {
  height: 120px;
  padding: 30px 30px 30px 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .warp_jobs_list_order {
    height: 240px;
  }
}

.warp_jobs_list_order .jobs_list_order_button {
  float: left;
  padding-top: 11px;
  width: 180px;
  background-color: #b8d900;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  line-height: 16px;
  margin-top: 35px;
}
.warp_jobs_list_order .jobs_list_order_button:hover {
  text-decoration: none;
}
@media (max-width: 1300px) {
  .warp_jobs_list_order .jobs_list_order_button {
    width: 130px;
    position: absolute;
    left: 9px;
    top: 35px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .warp_jobs_list_order .jobs_list_order_button {
    margin-top: 65px;
  }
}

@media (max-width: 1199px) and (min-width: 1100px) {
  .container {
    max-width: 100%;
  }
}
.jobs_inner_container_before_form {
  padding-left: 30px;
}

.jobs_list_order_content h2 {
  margin: 2px 0;
}

.jobs_list_order_content p {
  margin: 0 0 20px;
}

.jobs_list_order_content {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
}

.minimize {
  display: none;
}

.jobs_list_order_button.active .minimize {
  display: block;
}

.jobs_list_order_button.active .read_more {
  display: none;
}

.jobs_list_order_button.active {
  background-color: #ffffff;
  border: 2px solid #b8d900;
}

#jobs_order_inner_page .job_form {
  padding: 0 0;
}

#jobs_order_inner_page .warp_jobs_list_order {
  height: auto;
  padding: 63px 0px 97px 0;
  width: 100%;
}

#jobs_order_inner_page .jobs_list_order_desc {
  padding: 0;
  padding-bottom: 38px;
}

#jobs_order_inner_page .jobs_list_order_wrap {
  border: none;
  box-shadow: none;
}

#jobs_order_inner_page .jobs_list_order_button {
  display: none;
}

#jobs_order_inner_page .form_jobs_warp {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
}

.jobs_list_order_desc {
  padding: 16px 30px 58px 30px;
}

.job_form {
  padding: 0px 50px 0 0;
  width: 100%;
  text-align: left;
  padding-top: 30px;
}

#jobs_form_popup .warp_btn_job_form {
  padding: 0 0 0 0;
  display: inline;
}

.job_form_title {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.jobs_index_dropdown:before {
  content: " ";
  border: solid 1px #e8e8e8;
  margin: 0 25px;
  width: 80%;
  display: none;
}

.jobs_index_dropdown_wrap.open .select_field {
  border: solid #b8d900;
  border-width: 2px 2px 0 2px;
}

.details_item {
  display: inline-block;
  font-size: 18px;
  color: #4d4d4d;
  padding-left: 30px;
}

.det_item {
  font-weight: 300;
}

.warp_detail_form {
  display: inline-block;
  vertical-align: top;
  /*width: 380px;*/
  width: calc(33.33% - 10px);
  height: 50px;
  border: solid 1px #B8D900;
  border-radius: 0.25rem;
}

.input_form {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  font-weight: 300;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}

.blue_btn {
  float: left;
  border: 2px solid #b8d900;
  display: block;
  font-weight: 500;
  width: 220px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  font-size: 16px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  line-height: 16px;
  padding: 10px;
}

.without_background_btn {
  box-shadow: 0 15px 26px 0 rgba(66, 146, 203, 0.25);
  background: none;
  color: #b8d900;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}

.apply_job {
  width: 250px;
  border: solid 2px #b8d900;
  font-weight: normal;
  margin: 0 15px;
}

.jobs_portal_form_base {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jobs_file_label {
  width: 180px;
  margin: 0 20px;
}

.jobs_btn_wrap {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.msg_submit_job {
  font-size: 1rem;
  color: #b8d900;
  height: 40px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
}

.jobs_file_input_wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.search_autocomplete_item {
  padding: 10px 25px;
  display: block;
  color: #242424;
}
.search_autocomplete_item:hover {
  color: #242424;
  text-decoration: none;
}

.email_link:after {
  content: "\e902";
}

.jobs_file_input_wrap.file_chosen .jobs_file_label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}

.jobs_dropdown_button_txt {
  max-width: 157px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5;
}

button.jobs_index_dropdown_button:after {
  content: "";
  width: 9px;
  border-top: 2px solid #b8d900;
  border-left: 2px solid #b8d900;
  position: absolute;
  transform: rotate(-135deg);
  pointer-events: none;
  top: 15px;
  left: 20px;
  transition: 0.3s;
  height: 9px;
  padding: 4px;
  display: block;
}

.jobs_index_dropdown_wrap.open button.jobs_index_dropdown_button:after {
  transform: rotate(45deg);
  top: 20px;
}

#no_jobs_found {
  text-align: center;
  color: #4d4d4d;
  padding-top: 146px;
  padding-bottom: 60px;
}

#no_jobs_found_title {
  font-size: 34px;
}

#no_jobs_found_sub_title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 35px;
  padding-top: 9px;
}

#no_jobs_found .no_jobs_found_back {
  font-size: 24px;
  font-weight: bold;
  color: #82a042;
  text-decoration: underline;
}

.whatsapp_link.hidden_desktop {
  display: none !important;
}

.warp_job_details {
  padding-top: 17px;
  position: absolute;
}

/** POPUPS **/
#jobs_popups_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9;
}

#jobs_popups_overlay:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.jobs_popup_open #jobs_popups_overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.jobs_popup {
  display: none;
  vertical-align: middle;
  color: #4d4d4d;
}

.jobs_popup.open {
  display: inline-block;
}

#all_body_content {
  transition: all 0.3s;
}

.jobs_popup_open #all_body_content {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
}

.jobs_popup_title {
  font-size: 47px;
  font-weight: bold;
}

.jobs_popup_sub_title {
  font-size: 24px;
  line-height: 1.2;
  padding-top: 26px;
  padding-bottom: 23px;
}

.jobs_popup_good_luck {
  font-weight: bold;
  display: block;
}

.jobs_popup .jobs_popup_link {
  font-size: 24px;
  font-weight: bold;
  color: #82a042;
  text-decoration: underline;
}

.back_jobs .jobs_popup_link {
  font-size: 24px;
  font-weight: bold;
  color: #82a042;
  text-decoration: underline;
}

.back_jobs {
  margin-bottom: 50px;
}

.form_jobs_warp {
  height: auto;
  background-color: #f4fafc;
  overflow: auto;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.warp_jobs_list_order.less_padding .warp_job_details .details_item {
  padding-left: 10px;
  padding-top: 8px;
}

.form_jobs_warp_btn_mobile {
  display: none;
}

.jobs_portal_form_base.btn_mobile {
  display: none;
}

.warp_detail_form .error, .jobs_file_input_wrap .error {
  color: red;
  line-height: 1.5;
}

#jobs_form_popup {
  width: 780px;
  height: auto;
  text-align: right;
  padding: 47px 0px 51px 0;
  box-shadow: 0 15px 35px 0 rgba(66, 146, 203, 0.15);
  border: solid 1px #b8d900;
  background-color: #ffffff;
  position: relative;
}

#jobs_form_popup .job_form_title {
  padding-top: 0;
  padding-bottom: 45px;
  font-size: 36px;
  padding-right: 0;
  text-align: right;
}

#jobs_form_popup .warp_detail_form {
  width: 325px;
  margin-bottom: 25px;
  display: inline-block;
}

#jobs_form_popup .jobs_btn_wrap {
  float: none;
  margin-top: 0;
  margin-left: 0;
  display: inline;
  margin-bottom: 0;
}

#jobs_form_popup .jobs_file_label {
  width: 325px;
  margin: 0px;
  text-align: right;
  padding: 0 25px;
}

#jobs_form_popup .jobs_file_label:after {
  float: left;
}

#jobs_form_popup .submit_form {
  float: none;
  width: 180px;
  right: 36.7%;
  position: relative;
  margin-top: 20px;
}

.warp_pre_content {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.pre_title {
  font-size: 22px;
  padding-bottom: 20px;
}

.portal_pre_content_link {
  color: #3f91d2 !important;
  text-decoration: underline !important;
}

.send_friend_cv_wrap, .send_my_cv_wrap,
.job_form[class*=_cv] .jobs_portal_form_base {
  display: none;
}

.send_friend_cv .send_friend_cv_wrap,
.send_my_cv .send_my_cv_wrap {
  display: block;
}

#jobs_banner {
  height: 325px;
}

#jobs_banner .title_main_banner {
  font-size: 70px;
}

#jobs_banner_subtitle {
  color: #ffffff;
  padding-top: 15px;
  font-size: 60px;
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
  line-height: 0.8;
}

#jobs_banner_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#jobs_banner_slider .slick-list,
#jobs_banner_slider .slick-track {
  height: 100%;
}

#jobs_banner_slider [data-id] {
  height: 325px;
  width: 100vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: lightgray;
}

#jobs_banner_buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

#jobs_banner .slick-dots {
  display: inline-block;
  position: static;
  width: auto;
  margin: 0;
}

#jobs_banner .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
}

#jobs_banner .slick-dots .slick-active button {
  border: solid 1px #ffffff;
  background-color: #b8d900;
}

#jobs_banner .slick-dots li {
  margin: 0;
  height: auto;
}

#jobs_banner.main_banner:before {
  display: none;
}

@media (max-width: 991px) {
  .warp_pre_content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
  }
  .portal_pre_title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .jobs_index_dropdown_select {
    display: inline-block;
    position: absolute;
    opacity: 0;
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .prev_next {
    padding: 0 4px;
  }
  #jobs_form_popup_link:after {
    font-size: 10px;
    margin-right: 9px;
  }
  #jobs_form_popup_link {
    display: block;
    padding: 7px 0 0 0;
  }
  #jobs_form_popup_warp {
    font-size: 22px;
    padding-top: 48px;
  }
  [data-target=next].jobs_pagination_btn:before {
    border-width: 2px 2px 0 0;
  }
  [data-target=prev].jobs_pagination_btn:before {
    border-width: 0 0 2px 2px;
  }
  .prev_next[data-target=prev] {
    float: left;
  }
  .prev_next[data-target=next] {
    float: right;
  }
  .prev_next:before {
    height: 17px;
    width: 17px;
  }
  .prev_next {
    padding: 0;
  }
  [id^=jobs_pagination] .num_jobs_for_page {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .jobs_list_order_wrap {
    margin-bottom: 10px !important;
  }
  .num_jobs_for_page {
    display: block;
    float: unset;
  }
  .jobs_pagination_wrap {
    float: unset;
    display: block;
    text-align: center;
  }
  .form_jobs_warp_btn_mobile {
    display: block;
    height: 40px;
    border: none;
    color: #242424;
    text-align: center;
    margin: 10px auto 0;
    font-weight: 500;
    width: 220px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.27);
    background-color: #b8d900;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
  }
  .whatsapp_link.hidden_mobile {
    display: none !important;
  }
  .whatsapp_link.hidden_desktop {
    display: inline-block !important;
  }
  .jobs_index_dropdown_wrap {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
    vertical-align: bottom;
  }
  .title_jobs {
    font-size: 24px;
    padding: 19px 0 17px 0;
  }
  .select_field {
    padding: 0 24px;
  }
  .warp_filter_reset {
    display: block;
    position: inherit;
    margin-right: 0;
    margin-top: 25px;
    width: 100%;
  }
  .submit_search {
    width: 190px;
    margin-bottom: 24px;
    float: left;
  }
  #order_form_reset {
    display: inline-block;
    margin-top: 0;
    line-height: 50px;
    float: right;
  }
  .total_jobs {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }
  .warp_jobs_list_order {
    height: auto;
    padding: 10px;
    position: relative;
  }
  .details_item {
    display: block;
    font-size: 14px;
    padding-top: 0;
    padding-left: 0;
  }
  .warp_job_details {
    position: initial;
    padding-top: 20px;
  }
  .jobs_list_order_content {
    font-size: 14px;
  }
  .jobs_list_order_desc {
    padding: 15px;
  }
  #hot_orders_seperator {
    margin: 24px 0 24px 0;
  }
  .jobs_list_order_title {
    font-size: 20px;
    display: inline-block;
    max-width: 80%;
    margin-left: 2px;
    vertical-align: top;
  }
  .warp_jobs_list_order .jobs_list_order_button {
    width: 120px;
    height: 30px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    padding-top: 2px;
    margin: 0;
    top: 15px;
  }
  .jobs_list_order_content p {
    margin: 0 0 15px;
  }
  .details_item:before {
    font-size: 10px;
  }
  .jobs_file_label,
  .warp_detail_form {
    width: 100% !important;
    margin: 0 0 25px;
  }
  .jobs_file_label {
    margin: 0 auto;
    width: 250px !important;
    float: none;
  }
  .jobs_list_order_content .job_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000000000000000;
    text-align: center;
    background-color: #f4fafc;
    padding: 0 25px !important;
  }
  .job_form_title {
    padding-top: 100px;
    padding-bottom: 45px;
    font-size: 36px;
  }
  .mobile_form_open .jobs_list_order_content .job_form {
    display: block;
    background: radial-gradient(circle, #393e49 0%, #101325 100%);
    background-color: #101325;
    padding-bottom: 15px;
  }
  .jobs_popup_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  #jobs_form_popup {
    height: 100%;
    width: 100%;
    padding: 100px 0 0 0;
    text-align: center;
    border: none;
    background-color: #f4fafc;
  }
  .submit_form {
    float: none;
    margin-top: 35px;
    width: 250px !important;
    display: block;
  }
  .msg_submit_job {
    text-align: center;
  }
  .jobs_btn_wrap {
    position: relative;
    margin-top: 0;
    display: block;
  }
  #jobs_form_popup:before, .jobs_list_order_content .job_form:before {
    background-color: #b8d900;
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 99;
  }
  .jobs_form_close_button::after {
    font-size: 25px;
  }
  #jobs_thank_popup {
    height: 340px;
    width: 311px;
  }
  .jobs_popup_sub_title {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 8px;
    padding-bottom: 35px;
  }
  .jobs_popup .jobs_popup_link {
    font-size: 22px;
  }
  #no_jobs_found {
    padding: 10px 31px;
  }
  #no_jobs_found_sub_title {
    font-size: 33px;
    padding-bottom: 23px;
  }
  #no_jobs_found_title {
    font-size: 24px;
  }
  .warp_btn_job_form {
    padding: 0 0 0 0;
  }
  #jobs_order_inner_page .warp_jobs_list_order {
    height: auto;
    padding: 25px 0 41px 0;
    width: 100%;
  }
  #jobs_order_inner_page .warp_job_details {
    top: auto;
    padding-top: 38px;
  }
  #jobs_order_inner_page .jobs_list_order_title {
    max-width: 300px;
  }
  #jobs_order_inner_page .jobs_list_order_desc {
    padding-bottom: 20px;
  }
  #jobs_banner .title_main_banner {
    font-size: 20px;
    max-width: 40%;
  }
  #jobs_banner {
    height: 200px;
  }
  #jobs_banner_slider [data-id] {
    height: 200px;
    width: 100vw !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: lightgray;
    background-position: top center;
  }
  .send_friend_cv .site_form_title,
  .send_friend_cv_wrap .jobs_form_close_button,
  .send_my_cv_wrap .jobs_form_close_button {
    display: none !important;
  }
  .jobs_portal_form_base {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .jobs_portal_form_base .apply_job {
    margin-top: 20px;
    font-size: 20px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .send_my_cv .jobs_btn_wrap {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .jobs_file_label:after {
    font-size: 11px;
    float: left;
  }
  .form_jobs_warp .container {
    padding: 0;
  }
  .jobs_file_input_wrap {
    display: block;
  }
  .send_my_cv_wrap .jobs_file_label:after {
    font-size: 15px;
  }
  #jobs_order_inner_page.container {
    padding: 0 25px;
  }
  .jobs_form_close_button {
    display: block;
  }
  .job_form {
    padding: 0 25px;
    text-align: center;
  }
  #jobs_form_popup .job_form_title {
    text-align: center;
  }
  #jobs_form_popup .jobs_btn_wrap {
    display: inline-block;
  }
  #jobs_form_popup .submit_form {
    position: absolute;
    right: auto;
    margin-top: 50px;
  }
  .page-template-template-jobs_index .old_container {
    width: auto;
  }
  #jobs_banner_subtitle {
    padding-top: 10px;
    font-size: 19px;
  }
  #careerLobby .warp_form_search {
    height: auto;
  }
  #careerLobby .submit_search {
    width: 165px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  .location:before {
    margin-left: 15px;
    margin-right: 10px;
  }
  .date_published:before {
    margin-right: 8px;
    margin-left: 13px;
  }
}
.name_hot_jobs {
  line-height: 30px;
}

.jobs_file_input_wrap .error {
  bottom: 0;
  margin: 0 0;
}

#no_file_alert_jobs {
  display: none;
}

#input_curriculum option.hidden {
  display: none;
}

#opening_day_banner {
  min-height: 630px;
  color: #FFFFFF;
  padding: 58px 0;
  position: relative;
}
@media (max-width: 991px) {
  #opening_day_banner {
    background-image: none !important;
    height: auto;
    padding: 0;
  }
}
#opening_day_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(19, 21, 44, 0.3254901961) 0%, rgba(19, 21, 44, 0.5764705882) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  #opening_day_banner:before {
    height: 0;
  }
}
@media (min-width: 768px) {
  #opening_day_banner #opening_day_wrap_banner_text {
    background-image: none !important;
  }
}
@media (max-width: 1399px) {
  #opening_day_banner #opening_day_wrap_banner_text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_wrap_banner_text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, rgba(19, 21, 44, 0.3254901961) 0%, rgba(19, 21, 44, 0.5764705882) 100%) 0% 0% no-repeat padding-box;
  }
}
#opening_day_banner #opening_day_banner_title {
  font-size: 58px;
  line-height: 62px;
  font-weight: bold;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  #opening_day_banner #opening_day_banner_title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #opening_day_banner #opening_day_banner_title {
    margin-top: 91px;
  }
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_banner_title {
    font-size: 32px;
    line-height: 32px;
  }
}
#opening_day_banner #opening_day_banner_subtitle {
  font-size: 22px;
  line-height: 36px;
  margin-top: 16px;
  position: relative;
  margin-right: 6px;
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_banner_subtitle {
    font-size: 16px;
  }
}
#opening_day_banner #opening_day_banner_subtitle span {
  background-color: #13152C;
  padding: 4px 0 4px 8px;
  box-shadow: 6px 0 0 0 #13152c, 0px 0 0px 0px #13152c;
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_banner_subtitle span {
    padding: 5px 6px 5px 8px;
    box-shadow: none;
  }
}
#opening_day_banner #opening_day_banner_subtitle p {
  margin-bottom: 6px;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_banner_subtitle p {
    margin-bottom: 4px;
    padding: 0;
    line-height: 30px;
  }
}
#opening_day_banner #opening_day_date_row {
  margin: 46px -12px 0 -12px;
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_date_row {
    margin-top: 32px;
  }
}
#opening_day_banner .opening_day_date_col {
  padding-left: 12px;
  padding-right: 12px;
}
#opening_day_banner .wrap_date_content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #13152C;
  padding: 18px 0 16px;
}
@media (max-width: 991px) {
  #opening_day_banner .wrap_date_content {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #opening_day_banner .wrap_date_content {
    padding: 16px 0;
  }
}
#opening_day_banner .wrap_date_icon {
  display: inline-block;
  margin: auto 24px;
}
@media (max-width: 1419px) {
  #opening_day_banner .wrap_date_icon {
    margin: auto 8px;
  }
}
#opening_day_banner .wrap_date_icon img {
  max-width: 55px;
  max-height: 44px;
}
@media (max-width: 767px) {
  #opening_day_banner .wrap_date_icon img {
    max-width: 41px;
    max-height: 38px;
  }
}
#opening_day_banner .wrap_date_texts {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 107px);
}
@media (max-width: 1419px) {
  #opening_day_banner .wrap_date_texts {
    width: calc(100% - 75px);
  }
}
#opening_day_banner .date_text {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #opening_day_banner .date_text {
    font-size: 16px;
    line-height: 19px;
  }
}
#opening_day_banner .date_hour {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #6C757D;
}
@media (max-width: 767px) {
  #opening_day_banner .date_hour {
    font-size: 12px;
    line-height: 14px;
  }
}
#opening_day_banner a.date_link {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #13152C;
  text-decoration: underline;
  display: block;
}
@media (max-width: 767px) {
  #opening_day_banner a.date_link {
    font-size: 14px;
    line-height: 17px;
  }
}
#opening_day_banner .form_opening_day {
  background-color: #13152C;
  padding: 42px 48px 36px 49px;
  border-radius: 8px;
  width: 437px;
  margin: auto;
  min-height: 514px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #opening_day_banner .form_opening_day {
    width: 100%;
    padding: 23px 33px 30px;
    min-height: 466px;
  }
}
#opening_day_banner #form_opening_day_title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #opening_day_banner #form_opening_day_title {
    font-size: 25px;
  }
}
#opening_day_banner .from_group_opening_day {
  position: relative;
}
#opening_day_banner .from_group_opening_day input {
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #opening_day_banner .from_group_opening_day input {
    font-size: 16px !important;
    line-height: 19px;
  }
}
#opening_day_banner .from_group_opening_day label {
  position: absolute;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
#opening_day_banner .from_group_opening_day_checkbox input {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: top;
}
#opening_day_banner .from_group_opening_day_checkbox label {
  font-size: 14px;
  line-height: 16px;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  #opening_day_banner .from_group_opening_day_checkbox label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
  }
}
#opening_day_banner .form_select_wrap label {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
#opening_day_banner .form_opening_day_submit {
  position: relative;
}
#opening_day_banner .form_opening_day_submit::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #13152c;
  border-right-color: rgba(0, 0, 0, 0.2);
  animation: spinner-d3wgkg 1s infinite linear;
  display: block;
  right: 28px;
  top: 38%;
  position: absolute;
  opacity: 0;
}
#opening_day_banner .form_opening_day_submit.disabled::before {
  opacity: 1;
}
#opening_day_banner .form_opening_day_submit {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0;
  height: auto;
}
@media (max-width: 767px) {
  #opening_day_banner .form_opening_day_submit {
    font-size: 16px;
    line-height: 19px;
    padding: 12px 0 11px;
  }
}
#opening_day_banner #form_opening_day_note {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #opening_day_banner #form_opening_day_note {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #opening_day_banner #opening_day_wrap_banner_form {
    background-color: #13152C;
  }
}
@media (max-width: 767px) {
  #opening_day_banner #opening_day_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

#important_info_floor #wrap_important_info_content {
  max-width: 581px;
  margin: auto auto auto 124px;
}
@media (max-width: 1599px) {
  #important_info_floor #wrap_important_info_content {
    margin: auto;
  }
}
@media (max-width: 1399px) {
  #important_info_floor #wrap_important_info_content {
    max-width: 100%;
  }
}
#important_info_floor #wrap_important_info_content img {
  max-width: 100%;
}
#important_info_floor #important_info_content {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #important_info_floor #important_info_content {
    font-size: 18px;
    line-height: 26px;
  }
}
#important_info_floor .list_of_certificates_item {
  font-size: 24px;
}
@media (max-width: 991px) {
  #important_info_floor .list_of_certificates_item {
    font-size: 20px;
  }
}
#important_info_floor .list_of_certificates_item:not(:last-child) {
  margin-bottom: 19px;
}
#important_info_floor .list_of_certificates_item img {
  width: 24px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 16px;
}
@media (max-width: 991px) {
  #important_info_floor .list_of_certificates_item img {
    width: 17px;
    height: 25px;
    margin-left: 18px;
  }
}
#important_info_floor .list_of_certificates_item span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  #important_info_floor .list_of_certificates_item span {
    width: calc(100% - 40px);
    display: inline-block;
  }
}
#important_info_floor #certificates_title {
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 24px;
}
@media (max-width: 991px) {
  #important_info_floor #certificates_title {
    margin-bottom: 16px;
  }
}
#important_info_floor #important_info_content_text {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  #important_info_floor #important_info_content_text {
    margin-bottom: 24px;
  }
}
#important_info_floor #important_info_image {
  margin-right: auto;
}
#important_info_floor #important_info_image.hide {
  display: none !important;
}
#important_info_floor .important_info_iframe {
  width: 100%;
  margin-right: auto;
}
#important_info_floor .important_info_iframe.show {
  display: block !important;
}
#important_info_floor #important_info_iframe_desktop {
  display: none;
}
@media (max-width: 767px) {
  #important_info_floor #important_info_iframe_desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #important_info_floor #important_info_iframe_mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #important_info_floor #important_info_iframe_mobile {
    display: none;
  }
}
#important_info_floor #contain_image_play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_play_white_green.svg);
  width: 110px;
  height: 110px;
}
@media (max-width: 767px) {
  #important_info_floor #contain_image_play_video {
    width: 74px;
    height: 74px;
  }
}
#important_info_floor #wrap_important_info_image {
  padding: 0;
}

#opening_day_benefits_floor {
  text-align: center;
}
#opening_day_benefits_floor .opening_day_benefits_row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 38px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .opening_day_benefits_row {
    margin-top: 0;
  }
}
#opening_day_benefits_floor .item_benefit {
  height: 407px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .item_benefit {
    height: auto;
  }
  #opening_day_benefits_floor .item_benefit:not(:last-child) {
    margin-bottom: 24px;
  }
}
#opening_day_benefits_floor .image_benefit {
  display: block;
  border-radius: 8px 8px 0px 0px;
  height: 222px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .image_benefit {
    height: 151px;
  }
}
#opening_day_benefits_floor .wrap_content_benefit {
  background: #13152C 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 8px 8px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .wrap_content_benefit {
    height: auto;
    padding: 0 5px;
  }
}
#opening_day_benefits_floor .index_benefit {
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #B8D902;
  font-size: 36px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .index_benefit {
    padding-top: 16px;
    font-size: 30px;
    line-height: 36px;
  }
}
#opening_day_benefits_floor .title_benefit {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .title_benefit {
    margin-top: 6px;
    font-size: 22px;
    line-height: 27px;
  }
}
#opening_day_benefits_floor .content_benefit {
  font-size: 22px;
  line-height: 27px;
  margin-top: 8px;
  padding-bottom: 19px;
}
@media (max-width: 991px) {
  #opening_day_benefits_floor .content_benefit {
    margin-top: 6px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  #opening_day_benefits_floor #opening_day_benefits_title {
    margin-bottom: 14px;
  }
}

#agenda_floor {
  color: #13152C;
}
#agenda_floor .title_agenda {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  #agenda_floor .title_agenda {
    margin-bottom: 14px;
  }
}
#agenda_floor .item_agenda {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  max-width: 551px;
  padding: 20px 0 20px 20px;
}
#agenda_floor .item_agenda:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #agenda_floor .item_agenda:not(:last-child) {
    margin-bottom: 8px;
  }
}
#agenda_floor .hour_icon {
  display: inline-block;
  width: 16%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #agenda_floor .hour_icon {
    width: 25%;
  }
}
#agenda_floor .hour_icon img {
  display: block;
  margin: auto;
}
#agenda_floor .wrap_hour_content {
  display: inline-block;
  width: calc(84% - 20px);
  vertical-align: middle;
}
@media (max-width: 991px) {
  #agenda_floor .wrap_hour_content {
    width: calc(75% - 20px);
  }
}
#agenda_floor .hour_text {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
#agenda_floor .hour_content {
  font-size: 18px;
  line-height: 22px;
}
#agenda_floor #agenda_wrap_green_btn {
  text-align: center;
  padding-top: 20px;
  max-width: 551px;
}
@media (max-width: 767px) {
  #agenda_floor #agenda_wrap_green_btn {
    padding-top: 15px;
  }
}
#agenda_floor .agenda_advertising_image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #agenda_floor #agenda_advertising {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  #agenda_floor #agenda_list {
    order: 2 !important;
  }
}

#main_lecture_floor {
  background-color: #13152C;
  color: #FFFFFF;
}
#main_lecture_floor #wrap_main_lecture_content {
  max-width: 551px;
  margin: 140px auto 140px 124px;
}
@media (max-width: 1599px) {
  #main_lecture_floor #wrap_main_lecture_content {
    margin: 140px auto;
  }
}
@media (max-width: 991px) {
  #main_lecture_floor #wrap_main_lecture_content {
    margin: 46px auto;
  }
}
#main_lecture_floor #lecture_time {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #B8D902;
}
@media (max-width: 991px) {
  #main_lecture_floor #lecture_time {
    font-size: 18px;
    line-height: 26px;
  }
}
#main_lecture_floor #lecture_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  #main_lecture_floor #lecture_title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 16px;
  }
}
#main_lecture_floor #lecture_content {
  font-size: 20px;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  #main_lecture_floor #lecture_content {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
    height: auto;
  }
}
#main_lecture_floor #main_lecture_image {
  max-width: 943px;
}
@media (max-width: 991px) {
  #main_lecture_floor #main_lecture_image {
    max-width: 100%;
    height: 286px;
  }
}
#main_lecture_floor #wrap_lecture_lecturer {
  margin-top: 46px;
}
@media (max-width: 991px) {
  #main_lecture_floor #wrap_lecture_lecturer {
    margin-top: 24px;
  }
}
#main_lecture_floor #wrap_lecturer_image {
  margin-left: 16px;
}
html[lang=en-US] #main_lecture_floor #wrap_lecturer_image {
  margin-left: 0;
  margin-right: 16px;
}
#main_lecture_floor #wrap_lecturer_image img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}
#main_lecture_floor .wrap_lecturer {
  display: inline-block;
  vertical-align: middle;
}
#main_lecture_floor #wrap_lecturer_content {
  width: calc(100% - 90px);
}
#main_lecture_floor #main_lecture_lecturer_title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #main_lecture_floor #main_lecture_lecturer_title {
    font-size: 18px;
    line-height: 26px;
  }
}
#main_lecture_floor #main_lecture_lecturer_role {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #main_lecture_floor #main_lecture_lecturer_role {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  #more_details_floor {
    margin-bottom: 40px;
  }
}
#more_details_floor #more_details_title {
  margin-bottom: 24px;
}
#more_details_floor #more_details_content {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  #more_details_floor #more_details_content {
    margin-bottom: 25px;
  }
}
#more_details_floor #wrap_more_details_content {
  max-width: 581px;
  margin: auto 134px auto 0;
}
@media (max-width: 1599px) {
  #more_details_floor #wrap_more_details_content {
    margin: auto;
  }
}
@media (min-width: 1600px) {
  html[lang=en-US] #more_details_floor #wrap_more_details_content {
    margin: auto 0 auto 134px;
  }
}
@media (max-width: 991px) {
  #more_details_floor #wrap_more_details_content {
    max-width: 100%;
  }
}

.opening_day_floors {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .opening_day_floors {
    margin-top: 80px;
  }
}

.title_68 {
  font-size: 68px;
  font-weight: bold;
  line-height: 81px;
  color: #13152C;
}
@media (max-width: 991px) {
  .title_68 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 14px;
  }
}

.opening_day_page_green_btn {
  border-radius: 4px;
  background-color: #B8D902;
  min-width: 320px;
  min-height: 52px;
  padding: 14px 5px;
  color: #13152C;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 991px) {
  .opening_day_page_green_btn {
    min-width: 100%;
  }
}

.col_contain_image {
  min-height: 560px;
  max-width: 943px;
  position: relative;
}
@media (max-width: 991px) {
  .col_contain_image {
    max-width: 100%;
    height: 223px;
    min-height: auto;
  }
}

.form_sign_up_opening_day.hidden {
  display: none;
}

.form_success_opening_day, .form_not_success_opening_day {
  padding: 0;
  color: #B8D902;
}
.form_success_opening_day .result_form_opening_day_title, .form_not_success_opening_day .result_form_opening_day_title {
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .form_success_opening_day .result_form_opening_day_title, .form_not_success_opening_day .result_form_opening_day_title {
    font-size: 25px;
  }
}
.form_success_opening_day .result_form_opening_day_text, .form_not_success_opening_day .result_form_opening_day_text {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
}
.form_success_opening_day .result_form_opening_day_text a, .form_not_success_opening_day .result_form_opening_day_text a {
  text-decoration: underline;
  color: #ffffff;
}
.form_success_opening_day .result_form_opening_day_text a:hover, .form_not_success_opening_day .result_form_opening_day_text a:hover {
  color: #0056b3;
}

.ways_we_communicate .label_input {
  margin-bottom: 0;
}

body.page-template-template-opening_day #hp_floor_form_mobile_fixed {
  display: none !important;
}
body.page-template-template-opening_day .form_sign_up_opening_day {
  width: 100%;
}
body.page-template-template-opening_day .form_field_wrap {
  position: relative;
}
body.page-template-template-opening_day .form_field_wrap .form_field {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[lang=en-US] body.page-template-template-opening_day .form_field_wrap .form_field {
  text-align: left;
}
body.page-template-template-opening_day .hidden {
  display: none;
}
body.page-template-template-opening_day .select-curriculum {
  width: 100%;
}
body.page-template-template-opening_day .options-container {
  display: flex;
  flex-direction: column; /* Wrap options vertically */
}
body.page-template-template-opening_day .option-wrapper {
  width: 100%; /* Ensure options take full width */
}
body.page-template-template-opening_day .listitem:hover {
  background-color: #B8D902;
}
body.page-template-template-opening_day .listitem {
  padding: 5px;
}
body.page-template-template-opening_day .dropdown-menu {
  width: 100%;
  text-align: right;
  top: initial;
  max-height: 200px;
  overflow: auto;
  background-color: aliceblue;
  scrollbar-width: thin;
}
html[lang=en-US] body.page-template-template-opening_day .dropdown-menu {
  text-align: left;
}
body.page-template-template-opening_day .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light grey */
}
body.page-template-template-opening_day .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888; /* Dark grey */
}
body.page-template-template-opening_day .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555; /* Black */
}
body.page-template-template-opening_day .invalid-feedback {
  color: #FFFFFF;
  margin-top: 0;
}

.box_img.has_background_image {
  padding-top: 61%;
}

#events_calendar {
  background-color: #F2F2F2;
  min-height: 760px;
  padding: 100px 0;
}
#events_calendar .events_calendar_title {
  font-size: 44px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #events_calendar .events_calendar_title {
    font-size: 32px;
  }
}
#events_calendar .events_calendar_wrap {
  background-color: white;
  min-height: 467px;
  padding: 35px 20px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 1199px) {
  #events_calendar .events_calendar_wrap {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
#events_calendar .events_calendar_wrap #hp_events_map span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 7px;
}
#events_calendar .events_calendar_wrap .events_list {
  overflow-y: scroll;
  direction: ltr;
  height: 100%;
  max-height: 400px;
}
#events_calendar .events_calendar_wrap .events_list ul {
  list-style-type: none;
  padding: 0;
}
#events_calendar .events_calendar_wrap .events_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 18px;
}
#events_calendar .events_calendar_wrap .events_list ul li .hp_events_list_each_title {
  font-weight: bold;
}
@media (max-width: 991px) {
  #events_calendar .events_calendar_wrap .events_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #events_calendar .events_calendar_wrap .events_list {
    max-height: 270px;
    margin-bottom: 30px;
  }
}
#events_calendar .events_calendar_wrap .events_list::-webkit-scrollbar-thumb {
  background: #F2F2F2;
}
#events_calendar .events_calendar_wrap .events_list::-webkit-scrollbar-track {
  background: white;
}
#events_calendar .events_calendar_wrap .events_list::-webkit-scrollbar {
  width: 3px;
}
@media (max-width: 991px) {
  #events_calendar .ecwd-events-day-details {
    margin-top: 30px;
  }
}
@media (min-width: 767px) {
  #events_calendar .calendar {
    min-width: 340px;
  }
}
#events_calendar .calendar-head {
  height: 107px;
  background-color: #13152c !important;
  border: 1px solid #13152c !important;
}
#events_calendar .calendar-head .previous {
  border: 1px solid #13152c !important;
  width: 26% !important;
  text-align: right !important;
  padding-right: 2% !important;
  padding-left: 0;
}
#events_calendar .calendar-head .previous a {
  color: white !important;
}
#events_calendar .calendar-head .current-month {
  color: white !important;
  border-right: none !important;
  border-left: none !important;
  max-width: fit-content;
}
@media (min-width: 767px) {
  #events_calendar .calendar-head .current-month {
    display: inline-flex !important;
    padding-top: 30px;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  #events_calendar .calendar-head .current-month {
    width: 45%;
  }
}
#events_calendar .calendar-head .current-month div {
  color: white !important;
  font-size: 22px !important;
  font-weight: bold;
  padding-top: 15px !important;
  order: -1;
}
#events_calendar .calendar-head .current-month .monthj {
  display: block;
}
#events_calendar .calendar-head .current-month a {
  display: none !important;
}
#events_calendar .calendar-head .next {
  border: 1px solid #13152c !important;
  width: 26% !important;
  text-align: left !important;
  padding-left: 2% !important;
}
#events_calendar .calendar-head .next a {
  color: white !important;
}
#events_calendar table.ecwd_calendar_container th, #events_calendar table.ecwd_calendar_container td {
  height: 48px;
  border: 1px solid #13152c !important;
}
#events_calendar table.ecwd_calendar_container .events li {
  border-radius: 50%;
}
#events_calendar table.ecwd_calendar_container .weekend {
  background: none !important;
  color: black !important;
}
#events_calendar table.ecwd_calendar_container .day-without-date {
  background: none !important;
}
#events_calendar table.ecwd_calendar_container .day-with-date {
  background: none !important;
}
#events_calendar table.ecwd_calendar_container .normal-day-heading {
  background-color: #F2F2F2 !important;
}
#events_calendar table.ecwd_calendar_container .current-day {
  color: black !important;
}
#events_calendar .events {
  height: fit-content !important;
}
#events_calendar .events .event-details-container .event-details {
  width: 100%;
}
#events_calendar .events .event-details-container .event-details-title h5 a {
  pointer-events: none;
}
#events_calendar #hp_events_map {
  margin-right: auto;
  padding-right: 5.5%;
}
@media (max-width: 1599px) {
  #events_calendar #hp_events_map {
    padding-right: 5%;
  }
}
#events_calendar #hp_events_map .hp_events_map_each {
  font-size: 18px;
  padding-bottom: 15px;
}
#events_calendar #hp_events_map .hp_events_map_each span {
  height: 23px;
  width: 23px;
}
#events_calendar #hp_events_map .opening_day_page_green_btn {
  padding: 8px 5px;
  min-height: auto;
  min-width: 206px;
}
@media (min-width: 992px) {
  #events_calendar #hp_events_map .opening_day_page_green_btn {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  #events_calendar {
    padding: 50px 0;
  }
}

.wrap_schedule_for_faculty_events header.tribe-events-header {
  margin: 0;
  background-color: #13152C;
  color: white !important;
  text-align: center;
}
.wrap_schedule_for_faculty_events li.tribe-events-c-top-bar__nav-list-item {
  display: inline-block;
  padding: 0 !important;
}
.wrap_schedule_for_faculty_events .tribe-events-c-top-bar__datepicker {
  display: inline-block;
}
.wrap_schedule_for_faculty_events span.tribe-events-c-top-bar__datepicker-desktop {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}
.wrap_schedule_for_faculty_events .tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
  margin-left: var(--tec-spacer-2);
  margin-right: 0;
}
.wrap_schedule_for_faculty_events .tribe-events-calendar-month__header-column {
  padding: 8px 0 9px !important;
}

.events_list_widget {
  max-height: 513px;
  overflow-x: scroll;
  direction: ltr;
}
@media (max-width: 991px) {
  .events_list_widget {
    max-height: 100%;
  }
}

.title_banner_hpf {
  text-align: center;
  padding-top: 9%;
}
.title_banner_hpf h1 {
  font-size: 88px !important;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .title_banner_hpf h1 {
    font-size: 38px !important;
  }
}
.title_banner_hpf .title2_banner_hpf {
  color: white;
  font-weight: bold;
  font-size: 48px !important;
  padding-bottom: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .title_banner_hpf .title2_banner_hpf {
    font-size: 30px !important;
    padding-bottom: 10px;
  }
}
.title_banner_hpf .subtitle_banner_hpf {
  color: white;
  font-size: 28px !important;
  background-color: #13152c;
  width: fit-content;
  /* text-align: center; */
  margin: 0 auto;
  padding: 6px 24px;
}
@media (max-width: 767px) {
  .title_banner_hpf .subtitle_banner_hpf {
    font-size: 18px !important;
    padding: 2px 5px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .title_banner_hpf {
    padding-bottom: 30px;
  }
}

.page-template-template-home_page_faculty .open_day_banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 713px !important;
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .open_day_banner {
    min-height: auto !important;
  }
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks {
  position: relative;
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks {
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks img {
  padding-bottom: 28px;
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box {
  border: solid 1px #D9D9D9;
  border-radius: 10px;
  padding: 28px 55px;
  text-align: center;
  min-height: 330px;
  max-width: 436px;
  background-color: white;
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_title {
  font-weight: bold;
  font-size: 20px;
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_subtitle {
    -webkit-line-clamp: inherit;
  }
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_button {
  text-decoration: none;
  margin: 0 auto;
  padding: 8px 22px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: block;
  background-color: #13152c;
  min-width: 200px;
  width: fit-content;
}
.page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_button:hover {
  color: #13152c;
  background-color: white;
  border: 1px solid #13152c;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box .fa_content_box_button {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .Home_page_faculty_wrap .wrap_information_blocks .information_blocks .fa_content_box {
    padding: 28px 30px;
  }
}
.page-template-template-home_page_faculty .opening_day_floors {
  margin-top: 0;
  background-color: #13152c;
}
.page-template-template-home_page_faculty .opening_day_floors .col_contain_image {
  min-height: 523px;
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .opening_day_floors .col_contain_image {
    min-height: 358px;
  }
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .opening_day_floors .col_contain_image {
    min-height: 265px;
  }
}
.page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info {
  margin: 0 auto;
  display: table;
  padding-top: 97px;
}
.page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .opening_day_title {
  font-size: 95px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .opening_day_title {
    font-size: 54px;
  }
}
.page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .opening_day_date {
  font-size: 58px;
  color: white;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .opening_day_date {
    font-size: 30px;
  }
}
.page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .subtitle {
  font-size: 32px;
  color: white;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .opening_day_floors .wrap_opening_day_info {
    padding: 30px 0;
  }
}
.page-template-template-home_page_faculty .opening_day_floors .opening_day_page_green_btn {
  min-height: 40px;
  padding: 8px 42px;
  text-decoration: none;
  min-width: auto;
  margin-top: 67px;
}
@media (max-width: 991px) {
  .page-template-template-home_page_faculty .opening_day_floors .opening_day_page_green_btn {
    margin-top: 30px;
  }
}
.page-template-template-home_page_faculty .content_box_floor {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-template-home_page_faculty .content_box_floor {
    padding-bottom: 50px;
  }
}
.page-template-template-home_page_faculty ::-webkit-scrollbar {
  width: 5px;
}
.page-template-template-home_page_faculty {
  /* Handle */
}
.page-template-template-home_page_faculty ::-webkit-scrollbar-thumb {
  background: #E8E8E8;
  border-radius: 5px;
}

.content_box_floor {
  padding: 100px 0 0;
}
.content_box_floor .content_box_floor_title_wrap {
  display: flex;
}
.content_box_floor .content_box_floor_title_wrap h3 {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .content_box_floor .content_box_floor_title_wrap h3 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .content_box_floor .content_box_floor_title_wrap h3 {
    font-size: 32px;
    max-width: fit-content;
  }
}
.content_box_floor .content_box_floor_title_wrap a {
  font-size: 16px;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  margin-right: auto;
  order: 2;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .content_box_floor .content_box_floor_title_wrap a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
  }
}
.content_box_floor .content_box {
  justify-content: center;
}
.content_box_floor .content_box .box_item .box_img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .content_box_floor .content_box .box_item .box_img {
    margin: 10px 0;
  }
}
.content_box_floor .content_box .box_item .box_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .content_box_floor .content_box .box_item .box_title {
    line-height: normal;
    height: auto;
    overflow: auto;
    max-height: max-content;
  }
}
.content_box_floor .content_box .box_item .box_text {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .content_box_floor .content_box .box_item .box_text {
    margin-bottom: 5px;
  }
}
.content_box_floor .content_box .box_item .box_read_more {
  font-size: 16px;
  font-weight: bold;
  color: black;
  position: relative;
  padding-right: 8px;
}
.content_box_floor .content_box .box_item .box_read_more_img {
  content: "";
  background-image: url(../images/arrow-circle-left.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: 2px;
}
.content_box_floor .content_box .box_item .box_read_more_wrap {
  display: flex;
}
@media (max-width: 991px) {
  .content_box_floor .content_box .box_item {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .content_box_floor {
    padding: 50px 0;
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .content_box_floor {
    position: relative;
  }
}

.dean_floor {
  background-color: #13152c;
  text-align: center;
  padding: 60px 0;
}
.dean_floor h3 {
  font-size: 28px;
  font-weight: bold;
  color: #B8D902;
}
.dean_floor .wrap_lecturer .wrap-item-lecturer .lecturer_img {
  position: relative;
}
.dean_floor .wrap_lecturer .wrap-item-lecturer .lecturer_img img {
  width: 120px;
  height: 120px;
  border: none;
  margin-top: 30px;
  margin-bottom: 5px;
}
.dean_floor .wrap_lecturer .wrap-item-lecturer .lecturer_img:after {
  content: "";
  background-image: url(../images/quotation_marks_deen.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: contain;
  right: 49.2%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .dean_floor .wrap_lecturer .wrap-item-lecturer .lecturer_img:after {
    right: 46.5%;
  }
}
.dean_floor .wrap_lecturer .wrap-item-lecturer .name-item-lecturer {
  font-size: 22px;
  color: white;
}
@media (max-width: 991px) {
  .dean_floor .wrap_lecturer .wrap-item-lecturer .name-item-lecturer {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.dean_floor .wrap_lecturer .wrap-item-lecturer .role-item-lecturer {
  font-size: 18px;
  color: white;
}
@media (max-width: 991px) {
  .dean_floor .wrap_lecturer .wrap-item-lecturer .role-item-lecturer {
    display: block;
  }
}
.dean_floor .dean_floor_text {
  color: white;
  width: 46%;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .dean_floor .dean_floor_text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .dean_floor .dean_floor_text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dean_floor {
    padding: 50px 0;
  }
}

.wrap_lecturer_slider {
  background-color: #d5d6dc;
  text-align: center;
  justify-content: center;
  padding: 60px 0;
  height: 335px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1399px) and (min-width: 767px) {
  .wrap_lecturer_slider {
    height: 390px;
  }
}

.wrap_lecturer_slider .col-md-12:not(:first-child) {
  display: none;
}

.wrap_lecturer_slider .col-md-12 {
  justify-content: center;
}

.lecturers_key.wrap_lecturer {
  background-color: #d5d6dc;
  text-align: center;
  justify-content: center;
  padding: 60px 0;
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer {
  width: 100%;
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer .wrap_name-role-lecturer {
  width: 50%;
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img {
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img img {
  width: 120px;
  height: 120px;
  border: none;
  margin-bottom: 5px;
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img .name-item-lecturer {
  font-size: 22px;
}
@media (max-width: 767px) {
  .lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img .name-item-lecturer {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img .role-item-lecturer {
  font-size: 18px;
}
@media (max-width: 991px) {
  .lecturers_key.wrap_lecturer .wrap-item-lecturer .lecturer_img .role-item-lecturer {
    display: block;
  }
}
@media (max-width: 991px) {
  .lecturers_key.wrap_lecturer .wrap-item-lecturer {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .lecturers_key.wrap_lecturer {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  body.single-curriculum .banner_gradient, body.page-template-template-home_page_faculty .banner_gradient, body.page-template-template-lecturers .banner_gradient, body.page-template-template-gantt_events .banner_gradient, body.post-type-archive-news .banner_gradient {
    display: block !important;
  }
}
body.single-curriculum .wrap_curriculum .quotes_curriculum_wrap .quotes_title:after {
  content: none;
}
@media (max-width: 991px) {
  body.single-curriculum .span_banner h1 {
    font-size: 22px;
    letter-spacing: normal;
  }
  body.single-curriculum .span_banner .program_name_field {
    font-size: 22px;
  }
  body.single-curriculum .span_banner a.button_general {
    padding: 10px 20px !important;
    line-height: normal;
    width: fit-content !important;
    display: initial;
  }
  body.single-curriculum .graduates_work_wrap .text_quotes {
    padding: 53px 0 0 0 !important;
  }
  body.single-curriculum .graduates_work_wrap .text_quotes:before {
    right: 49.2% !important;
  }
  body.single-curriculum .graduates_work_wrap .reasons_img {
    width: 120px !important;
    height: 120px !important;
    border: none !important;
  }
  body.single-curriculum .lecturers_key.wrap_lecturer {
    margin-bottom: 0.5rem;
  }
  body.single-curriculum .title-hr.opened_mobile {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  body.single-curriculum .graduates_work_wrap .text_quotes:before {
    right: 46.2% !important;
  }
}
body.single-curriculum .hp_floor_lecturers {
  background: radial-gradient(circle, #6d7078 0%, #13152c 100%);
}
body.single-curriculum .hp_floor_lecturers .hp_floor_lecturers_inner {
  padding-bottom: 60px;
}

@media (min-width: 991px) {
  .wrap_lecturer .wrap-section-lecturer h3.title-hr:after {
    content: none;
  }
}
@media (min-width: 991px) {
  .curriculum-template-default .wrap_curriculum h3.title-hr, .page-template-template-single-curriculum .wrap_curriculum h3.title-hr {
    font-size: 48px;
    font-weight: bold;
  }
  .curriculum-template-default .wrap_curriculum h3.title-hr:before, .curriculum-template-default .wrap_curriculum h3.title-hr:after, .page-template-template-single-curriculum .wrap_curriculum h3.title-hr:before, .page-template-template-single-curriculum .wrap_curriculum h3.title-hr:after {
    content: none;
  }
}

.row_24 {
  --bs-gutter-x: 24px;
}

.update_row {
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.update_row > * {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.page-template-template-research_institutes .open_day_banner {
  min-height: 280px !important;
}
.page-template-template-research_institutes .open_day_banner .title_banner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-template-template-research_institutes .open_day_banner h1 {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .open_day_banner h1 {
    font-size: 55px;
  }
}
.page-template-template-research_institutes .about_floor {
  padding: 100px 0;
}
.page-template-template-research_institutes .about_floor h3 {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .about_floor h3 {
    font-size: 32px;
    padding-bottom: 0;
  }
}
.page-template-template-research_institutes .about_floor .about_floor_text {
  font-size: 18px;
  line-height: 1.4;
  width: 55%;
}
@media (max-width: 1199px) {
  .page-template-template-research_institutes .about_floor .about_floor_text {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .about_floor .about_floor_text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .about_floor .about_floor_text {
    width: 100%;
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.page-template-template-research_institutes .about_floor .box_about_floor {
  background-color: #F2F2F2;
  margin: 100px 13px 0;
  max-width: 22%;
  text-align: center;
  padding: 43px 0;
  border-radius: 3%;
}
.page-template-template-research_institutes .about_floor .box_about_floor .box_about_floor_number {
  color: #B8D902;
  font-size: 64px;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .about_floor .box_about_floor .box_about_floor_number {
    font-size: 54px;
  }
}
.page-template-template-research_institutes .about_floor .box_about_floor .box_about_floor_subtitle {
  font-size: 22px;
  font-weight: bold;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .about_floor .box_about_floor .box_about_floor_subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-research_institutes .about_floor .box_about_floor {
    margin: 50px 10px 0;
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .about_floor .box_about_floor {
    max-width: 48%;
    margin: 10px 3px 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .about_floor {
    padding: 50px 0;
  }
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer {
  margin-top: 25px;
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer .lecturer_img {
  display: flex !important;
  position: relative;
  flex-direction: column !important;
  align-items: center !important;
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer .lecturer_img img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer .lecturer_img .wrap_name-role-lecturer {
  height: fit-content;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 80px;
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer .lecturer_img .wrap_name-role-lecturer .role-item-lecturer {
  font-size: 16px;
}
.page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer .lecturer_img .wrap_name-role-lecturer .name-item-lecturer {
  font-size: 16px;
  font-weight: bolder;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .content_box_floor .box_item .wrap-item-lecturer {
    margin: 15px 0;
  }
}
.page-template-template-research_institutes .collaborations_floor {
  padding-top: 100px;
}
.page-template-template-research_institutes .collaborations_floor h3 {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .collaborations_floor h3 {
    font-size: 32px;
  }
}
.page-template-template-research_institutes .collaborations_floor .box_item .box_img {
  height: 537px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .collaborations_floor .box_item .box_img {
    height: 360px;
    margin: 10px 0;
  }
}
.page-template-template-research_institutes .collaborations_floor .box_item a {
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.page-template-template-research_institutes .collaborations_floor .box_item a:hover {
  text-decoration: underline !important;
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .collaborations_floor .box_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .collaborations_floor {
    padding-top: 0px;
  }
}
.page-template-template-research_institutes .laboratories_floor {
  padding-top: 100px;
}
.page-template-template-research_institutes .laboratories_floor .laborator_row {
  flex-direction: row;
  padding-bottom: 150px;
}
.page-template-template-research_institutes .laboratories_floor .laborator_row img {
  height: 560px;
  object-fit: cover;
  object-position: center;
  max-width: 49%;
  padding: 0;
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row img {
    height: 200px;
    width: auto;
  }
}
.page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories {
  max-width: 51%;
  flex: 0 0 51%;
  padding-right: 100px;
  padding-left: 250px;
  margin: auto 0;
}
.page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories .laborator_title {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories .laborator_title {
    font-size: 32px;
    display: none;
  }
}
.page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories .laborator_text {
  font-size: 18px;
}
.page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories .laborator_button {
  border-radius: 4px;
  background-color: #B8D902;
  min-width: 320px;
  min-height: 52px;
  padding: 14px 5px;
  color: #13152C;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories .laborator_button {
    min-width: 100%;
  }
}
@media (max-width: 1399px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories {
    padding-left: 150px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .content_laboratories {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 1399px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row {
    padding-bottom: 70px;
  }
}
.page-template-template-research_institutes .laboratories_floor .laborator_row .laborator_title_mobile {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row .laborator_title_mobile {
    display: none;
  }
}
.page-template-template-research_institutes .laboratories_floor .laborator_row:nth-child(even) .content_laboratories {
  order: -1;
  padding-left: 100px;
  padding-right: 250px;
}
@media (max-width: 1399px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row:nth-child(even) .content_laboratories {
    padding-right: 150px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row:nth-child(even) .content_laboratories {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row:nth-child(even) .content_laboratories {
    order: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor .laborator_row:nth-child(even) .content_laboratories {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-template-research_institutes .laboratories_floor .research_link {
  color: black;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-right: 8px;
}
.page-template-template-research_institutes .laboratories_floor .research_link_img {
  content: "";
  background-image: url(../images/arrow-circle-left-black.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: 2px;
}
.page-template-template-research_institutes .laboratories_floor .research_link_wrap {
  display: flex;
  padding-top: 10%;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .laboratories_floor {
    padding-top: 0;
  }
}
.page-template-template-research_institutes .grant_floor_wrap .box_title {
  text-decoration: none;
  color: black;
}
@media (max-width: 767px) {
  .page-template-template-research_institutes .grant_floor_wrap {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

.page-template-template-lecturers .open_day_banner, .archive.post-type-archive.post-type-archive-news .open_day_banner, .page-template-template-ono_in_media .open_day_banner {
  min-height: 280px !important;
}
.page-template-template-lecturers .open_day_banner .title_banner, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner, .page-template-template-ono_in_media .open_day_banner .title_banner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-template-template-lecturers .open_day_banner .title_banner_hpf, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner_hpf, .page-template-template-ono_in_media .open_day_banner .title_banner_hpf {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  padding-top: 0;
}
.page-template-template-lecturers .open_day_banner .title_banner_hpf h1, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner_hpf h1, .page-template-template-ono_in_media .open_day_banner .title_banner_hpf h1 {
  font-size: 64px !important;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .page-template-template-lecturers .open_day_banner .title_banner_hpf h1, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner_hpf h1, .page-template-template-ono_in_media .open_day_banner .title_banner_hpf h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .page-template-template-lecturers .open_day_banner .title_banner, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner, .page-template-template-ono_in_media .open_day_banner .title_banner {
    bottom: auto !important;
    position: absolute !important;
  }
  .page-template-template-lecturers .open_day_banner .title_banner h1, .archive.post-type-archive.post-type-archive-news .open_day_banner .title_banner h1, .page-template-template-ono_in_media .open_day_banner .title_banner h1 {
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 55px !important;
    line-height: 58px !important;
    font-weight: bold !important;
  }
}

.page-template-template-gantt_events #loadMore {
  cursor: pointer;
  text-decoration: none;
  margin: 65px auto 30px;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: block;
  background-color: #13152c;
  min-width: 240px;
  min-height: 50px;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events #loadMore {
    margin-bottom: 35px;
    margin-top: 30px;
  }
}
.page-template-template-gantt_events .open_day_banner {
  min-height: 280px !important;
}
.page-template-template-gantt_events .open_day_banner .title_banner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-template-gantt_events .open_day_banner .title_banner {
    bottom: auto !important;
    position: absolute !important;
  }
}
.page-template-template-gantt_events .open_day_banner .title_banner h1 {
  color: white !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 64px !important;
  line-height: 58px !important;
  font-weight: bold !important;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .open_day_banner .title_banner h1 {
    font-size: 55px;
  }
}
.page-template-template-gantt_events .title_calendar {
  padding-top: 100px;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page-template-template-gantt_events .title_calendar {
    padding-top: 0px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .title_calendar {
    font-size: 32px;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey {
  padding-bottom: 100px;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .ecwd_calendar_view_tabs {
  display: none;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey th.normal-day-heading.week-start.weekend {
  height: 50px;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head {
  height: 107px;
  background-color: #13152c !important;
  border: 1px solid #13152c !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .previous {
  border: 1px solid #13152c !important;
  width: 26% !important;
  text-align: right !important;
  padding-right: 2% !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .previous a {
  color: white !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .current-month {
  color: white !important;
  border-right: none !important;
  border-left: none !important;
  width: 45% !important;
}
@media (min-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .current-month {
    display: inline-flex !important;
    padding-top: 30px !important;
    padding-right: 8% !important;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .current-month div {
  color: white !important;
  font-size: 22px !important;
  font-weight: bold;
  padding-top: 15px !important;
  order: -1;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .current-month .monthj {
  display: block;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .current-month a {
  display: none !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .next {
  border: 1px solid #13152c !important;
  width: 26% !important;
  text-align: left !important;
  padding-left: 2% !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .calendar-head .next a {
  color: white !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container th {
  height: 50px !important;
  border: 1px solid #13152c !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td {
  height: 167px !important;
  border: 1px solid #13152c !important;
  position: relative;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events {
  position: absolute;
  bottom: 15px;
  right: 15px;
  overflow: visible;
  width: 80%;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li {
  height: 10px;
  width: 10px;
  padding: 0px !important;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li {
    margin-left: 3px !important;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li a {
  display: block;
  font-size: 11px;
  text-align: right;
  direction: rtl;
  padding-right: 15px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  line-height: 1 !important;
  cursor: default;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li a {
    display: none;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li a:active {
  pointer-events: none;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events li span {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td ul.events {
    height: 15px !important;
    bottom: 5px;
    right: 5px;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td {
    height: 100px !important;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container td.has-events:after {
  display: none;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .events li {
  border-radius: 50%;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .weekend {
  background: none !important;
  color: black !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .day-without-date {
  background: none !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .day-without-date .day-number {
  display: none;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .day-with-date {
  background: none !important;
  cursor: default;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .day-with-date .day-number {
  background: none !important;
  text-align: right;
  font-size: 20px !important;
  padding: 10px 20px 0 0;
}
@media (max-width: 767px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .day-with-date .day-number {
    padding: 5px 5px 0 0;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .normal-day-heading {
  background-color: #F2F2F2 !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey table.cal_blue.ecwd_calendar_container .current-day .day-number {
  color: black !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container {
  top: auto !important;
  left: auto !important;
  bottom: 23px !important;
  right: -25px !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .ecwd-event-arrow {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: -16px !important;
  top: auto !important;
  font-size: 25px;
  font-style: normal;
  display: inline-block;
  width: 0;
  height: 0;
  right: 24px;
  transform: rotate(269deg);
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .ecwd-event-arrow:before {
  bottom: -10px;
  font-size: 25px;
  font-style: normal;
  display: inline-block;
  width: 0;
  height: 0;
  right: -12px;
  transform: rotate(360deg);
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .ecwd-event-arrow-right {
  content: " ";
  position: absolute;
  z-index: 1;
  top: auto !important;
  border-width: 11px !important;
  bottom: -15px !important;
  font-size: 25px;
  font-style: normal;
  display: inline-block;
  width: 0;
  height: 0;
  transform: rotate(88deg);
  right: 24px !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .ecwd-event-arrow-right:before {
  right: 2px !important;
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .event-details {
  display: table-cell !important;
  min-width: 154px !important;
  max-width: 154px !important;
}
@media (min-width: 1599px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .event-details {
    min-width: 164px !important;
    max-width: 164px !important;
  }
}
.page-template-template-gantt_events .ecwd_theme_calendar_grey .event-details-container .event-details .event-details-title h5 > a {
  max-width: 140px;
}
@media (max-width: 991px) {
  .page-template-template-gantt_events .ecwd_theme_calendar_grey {
    padding-bottom: 50px;
  }
}
.page-template-template-gantt_events .content_box_floor .content_box {
  row-gap: 30px;
}
.page-template-template-gantt_events .content_box_floor .content_box .box_item .box_title:hover {
  text-decoration: none !important;
}

/*
NEW plugin event calendar style
 */
a.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered {
  border-bottom: none !important;
}

.tooltipster-base {
  display: none !important;
}

.tribe-events-header__messages.tribe-events-c-messages.tribe-common-b2.tribe-common-c-loader__dot.tribe-common-c-loader__dot--third {
  margin: 20px 0 0;
  background-color: white;
  border-radius: 10px;
}

.tribe-events-calendar-month__calendar-event-title-link {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 600;
}
.tribe-events-calendar-month__calendar-event-title-link:before {
  content: "";
  display: inline-block;
  background-color: currentColor;
  border-radius: 50%;
  margin: 0 0 0 8px;
  padding: 6px;
}

.tribe-events-calendar-month__day-date-daynum {
  font-size: 22px;
}

article.tribe-events-calendar-month__calendar-event h3 {
  border-left-width: 0px !important;
}

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8 {
  font-size: 16px;
}

.tribe-events .tribe-events-calendar-month__events {
  flex: inherit;
}

.tribe-common .tribe-events-calendar-month__header-column {
  border-width: 0 0 0 1px;
  border-style: solid;
}
.tribe-common .tribe-events-calendar-month__header-column:first-child {
  border-right-width: 1px;
}
.tribe-common a.tribe-events-c-top-bar__nav-link {
  color: white;
}

.tribe-events .tribe-events-calendar-month__header-column {
  padding: 15px 0;
  background-color: #F5F5F5;
}

.tribe-events-c-top-bar__nav-list-item svg {
  transform: rotate(180deg);
}

.tribe-events-widget-events-list__view-more {
  display: none;
}

.wrap_schedule_for_events {
  --tec-spacer-13: 0;
  --tec-grid-gutter-page: 0;
  --tec-font-family-sans-serif: "Rubik", sans-serif;
  --tec-spacer-3: 10px;
}
.wrap_schedule_for_events .tribe-common-l-container {
  max-width: 100% !important;
}
.wrap_schedule_for_events .tribe-events-calendar-month__header-column-title {
  text-align: center !important;
}
.wrap_schedule_for_events .tribe-events .tribe-events-calendar-month__events {
  flex: inherit;
}
.wrap_schedule_for_events .tribe-common-h4 {
  font-weight: 400 !important;
}
.wrap_schedule_for_events h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
  font-size: 22px !important;
}
.wrap_schedule_for_events .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .wrap_schedule_for_events .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
  height: 10px;
}
.wrap_schedule_for_events .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .wrap_schedule_for_events .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: white !important;
}
.wrap_schedule_for_events .tribe-common a.tribe-events-c-top-bar__nav-link {
  color: white !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.wrap_schedule_for_events .tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding: 0;
  display: inline-block;
}
.wrap_schedule_for_events header.tribe-events-header {
  padding: 37px 10px;
}
.wrap_schedule_for_events h3.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
  margin: 0 !important;
  padding: 0 !important;
}
.wrap_schedule_for_events .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
  opacity: 1 !important;
}
.wrap_schedule_for_events .tribe-events-c-top-bar.tribe-events-header__top-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrap_schedule_for_events .tribe-events-c-top-bar__nav-link[disabled] {
  display: none;
}

.mobile_wrap_schedule_for_events .tribe-events-calendar-month__day {
  border-radius: 0 !important;
}
.mobile_wrap_schedule_for_events .tribe-events .tribe-events-calendar-month__day-cell--selected, .mobile_wrap_schedule_for_events .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .mobile_wrap_schedule_for_events .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: rgba(51, 74, 255, 0.2);
}
.mobile_wrap_schedule_for_events .tribe-events .tribe-events-l-container {
  padding: 0 !important;
  min-height: auto !important;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__day-date-wrap_dots {
  width: 100%;
  text-align: right;
  padding: 0 4px !important;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__mobile-events-icon.tribe-events-calendar-month__mobile-events-icon--event {
  display: inline-block;
  margin-left: 2px !important;
}
.mobile_wrap_schedule_for_events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 {
  padding: 0 0 16px 0;
  line-height: 1.223;
  margin-bottom: 0;
  font-family: inherit;
}
.mobile_wrap_schedule_for_events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 span {
  font-weight: 400;
}
.mobile_wrap_schedule_for_events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 span:not(:last-child) {
  margin-left: 8px;
}
.mobile_wrap_schedule_for_events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 .event-title {
  font-weight: 600;
}
.mobile_wrap_schedule_for_events .tribe-common-g-row.tribe-events-widget-events-list__event-row {
  border-bottom: 1px solid #E8E8E8;
}
.mobile_wrap_schedule_for_events .tribe-common-g-row.tribe-events-widget-events-list__event-row:not(:last-child) {
  margin-bottom: 16px;
}
.mobile_wrap_schedule_for_events .tribe-events-widget {
  margin-bottom: 0;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__day-date-daynum {
  margin-top: 13px !important;
  display: block;
  line-height: 1;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__body {
  border-top: 1px solid #707070;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__week {
  border-left: 1px solid #707070;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__day {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.mobile_wrap_schedule_for_events .tribe-events-calendar-month__day {
  padding-top: 0 !important;
}

.wrap_schedule_for_gantt_events {
  margin-top: 36px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .wrap_schedule_for_gantt_events {
    margin-bottom: 0;
  }
}
.wrap_schedule_for_gantt_events .tribe-events-calendar-month__header-column-title {
  text-align: center;
  font-size: 22px;
}
.wrap_schedule_for_gantt_events header.tribe-events-header {
  background-color: #13152C;
  padding: 20px 36px !important;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap_schedule_for_gantt_events header.tribe-events-header {
    padding: 10px !important;
  }
}
.wrap_schedule_for_gantt_events header.tribe-events-header .tribe-events-header__top-bar {
  margin: 0;
}
.wrap_schedule_for_gantt_events header.tribe-events-header .tribe-events-c-top-bar__datepicker {
  font-size: 22px;
  text-align: center;
  color: white;
}
.wrap_schedule_for_gantt_events .tribe-events-calendar-month__day-cell--desktop {
  justify-content: space-between;
}

#header_row {
  margin: 0;
  background: none;
}
@media (max-width: 1199px) {
  #header_row {
    justify-content: space-between;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .menu_container {
    padding: 0;
  }
}

#logo #header_logo_link {
  display: block;
}
#logo .logo_header {
  max-width: 125px;
  height: auto;
}
@media (max-width: 767px) {
  #logo .logo_header {
    max-width: 72px;
  }
}

.inner_container {
  align-items: center;
}

.menu-main-menu-container .nav ul {
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  margin-top: 17px;
}

@media (max-width: 1199px) {
  .header_main_menu_item:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: 0.5px solid #E5E5E5;
  }
}

.menu-main-menu-container .nav .menu-item-has-children ul .menu-item-has-children ul .menu-item-has-children ul li {
  min-width: 100%;
  max-height: 100%;
  position: initial;
}

.menu-main-menu-container .nav .menu-item-has-children ul .menu-item-has-children ul .menu-item-has-children ul li:last-child {
  padding: 0;
}

.menu-main-menu-container .nav .menu-item-has-children ul .menu-item-has-children ul .menu-item-has-children ul li:last-child a {
  border-radius: 0px;
}

.left_side_menu_header {
  padding: 0;
  position: relative;
}
.left_side_menu_header .inscription_btn_header {
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 32px;
  border: 1px solid #13152C;
  color: #13152C;
}
.left_side_menu_header .inscription_btn_header.small_btn {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .left_side_menu_header .inscription_btn_header {
    font-size: 12px;
    padding: 9px 8px;
  }
}
.left_side_menu_header .inscription_btn_header:hover {
  background-color: #13152C;
  color: white;
}

.wrap-btns-menu {
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-btns-menu .search_form_wrap #toggle_search {
    background-color: transparent;
    background-image: url(../images/close_search_icon.png);
  }
}

.main_menu_dropdown_btn {
  position: relative;
  background-color: transparent;
  border: none;
  color: #13152C;
  cursor: pointer;
}

.menu-main-menu-container .nav > .menu-item-has-children > a:after {
  content: "";
  border-left: 1px solid #7C797D;
  border-bottom: 1px solid #7C797D;
  transform: rotate(-45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  top: 46%;
  left: 24px;
}
@media (max-width: 1199px) {
  .menu-main-menu-container .nav > .menu-item-has-children > a:after {
    display: none;
  }
}

.languages_menu {
  position: relative;
}
.languages_menu:before {
  border-right: 1px solid #D0D0CF;
  content: "";
  height: 40px;
  top: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .languages_menu:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .languages_menu.open .main_menu_dropdown_btn:before {
    transform: translate(0, -50%) rotate(135deg);
  }
}
.languages_menu .main_menu_dropdown_btn {
  padding: 0 22px 0 0;
  margin-right: 21px;
  margin-left: 16px;
}
.languages_menu .main_menu_dropdown_btn:before {
  content: "";
  border-left: 1px solid #7C797D;
  border-bottom: 1px solid #7C797D;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%) rotate(-45deg);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .languages_menu .main_menu_dropdown_btn:before {
    left: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  .languages_menu .main_menu_dropdown_btn {
    padding: 0;
    margin: 0 0 32px 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 1;
  }
}

.menu_personal_area .main_menu_dropdown_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 22px;
  margin-left: 22px;
}
.menu_personal_area .main_menu_dropdown_btn:before {
  content: "";
  background-image: url(../images/profile.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.175em;
}
@media (max-width: 1199px) {
  .menu_personal_area .main_menu_dropdown_btn {
    padding: 0;
    margin: 0 0 32px;
    width: 100%;
    text-align: right;
  }
  .menu_personal_area .main_menu_dropdown_btn:after {
    transform: translate(0, -50%) rotate(-45deg) !important;
  }
}

.languages_link_menu {
  margin-right: 14px;
  margin-left: 16px;
}

.main_menu_dropdown {
  display: inline-block;
  padding: 8px 0;
}
@media (max-width: 1199px) {
  .main_menu_dropdown {
    display: block;
    margin: 0 16px;
    border-bottom: 1px solid #D0D0CF;
    line-height: normal;
    padding: 0;
  }
}
.main_menu_dropdown .main_menu_dropdown_list {
  display: none;
}
@media (max-width: 1199px) {
  .main_menu_dropdown .main_menu_dropdown_list {
    display: block;
    max-height: 0;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .main_menu_dropdown .main_menu_dropdown_list {
    background: rgba(209, 209, 209, 0.22);
    padding: 0 16px;
  }
}
.main_menu_dropdown .main_menu_dropdown_list a {
  display: block;
  background-color: white;
  color: #13152C !important;
  padding: 14px;
  border-bottom: 0.5px solid #E5E5E5;
  line-height: 1.125;
}
@media (max-width: 1199px) {
  .main_menu_dropdown .main_menu_dropdown_list a {
    font-size: 16px;
    background-color: transparent;
    border-bottom: none;
    font-weight: 400;
    line-height: 1.125;
    padding: 16px 0;
  }
}
.main_menu_dropdown .main_menu_dropdown_list a:last-child {
  border-radius: 0 0 10px 10px;
}
.main_menu_dropdown.open .main_menu_dropdown_list {
  width: 212px;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 1000;
  box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1199px) {
  .main_menu_dropdown.open .main_menu_dropdown_list {
    min-width: 100%;
    position: relative;
    box-shadow: none;
    max-height: 500px;
    overflow: visible;
    border-radius: 0;
  }
}

header .banner_slider_wrap {
  position: relative;
}
header .banner_slider_wrap .en_hp_banner_content {
  z-index: 99;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 15%;
}
@media (max-width: 767px) {
  header .banner_slider_wrap .en_hp_banner_content {
    padding: 0 20px;
  }
}
header .banner_slider_wrap .en_hp_banner_content .banner_hp_wrap {
  right: 15%;
  bottom: initial;
}
header .banner_slider_wrap .en_hp_banner_content .banner_hp_wrap .hp_banner_sub_title {
  font-size: 24px;
}
header .banner_slider_wrap .en_hp_banner_content .banner_hp_wrap .hp_banner_link {
  font-size: 20px;
}
header .banner_slider_wrap #banner_slider {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  header .banner_slider_wrap #banner_slider {
    margin-top: 0;
  }
}
header .banner_slider_wrap #banner_slider .banner_slider_image {
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

header #menus {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header .wrap-main-menu {
  background: #FFFFFF;
  box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
}
@media (max-width: 1199px) {
  header .wrap-main-menu {
    line-height: 71px;
    height: 71px;
  }
}
header .wrap-main-menu .menu_nav_header {
  display: flex !important;
}
@media (min-width: 1198px) {
  header .wrap-main-menu .menu_nav_header {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  header .wrap-main-menu .menu_nav_header button {
    outline: none !important;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  header .wrap-main-menu .menu_nav_header button:focus-visible {
    outline: 1px solid rgb(229, 151, 0) !important;
  }
}
@media (max-width: 1199px) {
  header .wrap-main-menu .menu_nav_header, header .wrap-main-menu ul.sub-menu[data-depth="1"] {
    position: fixed !important;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    flex-direction: column;
    padding: 0;
    z-index: 1;
    display: block !important;
    box-shadow: inset 2px 9px 7px -7px rgba(132, 132, 132, 0.25);
  }
  header .wrap-main-menu .menu_nav_header.active, header .wrap-main-menu ul.sub-menu[data-depth="1"].active {
    height: calc(100vh - 71px);
    overflow: auto;
    padding: 23px 0 75px;
  }
}
@media (min-width: 1200px) {
  header .wrap-main-menu #wrap_menu_mav_header {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  header .wrap-main-menu #wrap_main_menu_dropdown {
    display: inline-block;
  }
}
header .wrap-main-menu .btn_search_wrap {
  padding: 8px 16px;
  position: relative;
}
header .wrap-main-menu .btn_search_wrap:before {
  border-right: 1px solid #D0D0CF;
  content: "";
  height: 40px;
  top: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  header .wrap-main-menu .btn_search_wrap:before {
    display: none;
  }
}
header .wrap-main-menu #toggle_search {
  background-image: url("../images/search_icon_black.svg");
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
header ul.sub-menu {
  font-size: 16px;
  line-height: 40px;
  list-style-type: none;
}
header ul.nav {
  padding: 0;
}
@media (max-width: 1199px) {
  header ul.nav {
    display: block;
  }
}
header ul.nav a {
  display: block;
  color: #13152C;
}
@media (max-width: 1199px) {
  header ul.nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125;
    padding: 16px 16px 16px 0 !important;
    border: none !important;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  header ul.nav li {
    line-height: normal;
    display: flex !important;
    flex-wrap: wrap;
  }
}
header ul.nav ul.sub-menu {
  background-color: white;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  header ul.nav ul.sub-menu {
    position: relative;
    visibility: visible;
    background: rgba(209, 209, 209, 0.22);
    width: 100%;
  }
}
header ul.nav > li > a {
  position: relative;
}
@media (min-width: 1200px) {
  header ul.nav > li > a {
    font-weight: 500;
    line-height: 1;
    padding: 35px 0 35px 52px;
    font-size: 18px;
  }
}
@media (max-width: 1419px) {
  header ul.nav > li > a {
    padding-left: 25px;
  }
  header ul.nav > li > a:after {
    left: 13px !important;
  }
}
@media (max-width: 1199px) {
  header ul.nav > li > a {
    text-decoration: none;
  }
  header ul.nav > li > a.active {
    font-weight: 500;
  }
  header ul.nav > li > a:after {
    top: 40%;
  }
}
header ul.nav > li .header_sub_menu {
  width: 20%;
  text-align: left;
  border: none;
  background-color: transparent;
  padding: 0;
}
header ul.nav > li .header_sub_menu:after {
  left: 16px;
}
header ul.nav > li > ul.sub-menu {
  box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1199px) {
  header ul.nav > li > ul.sub-menu {
    box-shadow: none;
    border: none;
    border-radius: 0;
    z-index: auto;
  }
}
header ul.nav > li > ul.sub-menu > li a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  header ul.nav > li > ul.sub-menu > li:hover > a {
    background-color: #B8D900;
  }
  header ul.nav > li > ul.sub-menu > li:hover > ul.sub-menu {
    visibility: visible;
  }
  header ul.nav > li > ul.sub-menu > li:hover > ul.sub-menu ul.sub-menu {
    position: relative;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  header ul.nav > li > ul.sub-menu > li:not(:last-child) a {
    margin-bottom: 16px;
  }
}
header ul.nav > li > ul.sub-menu > li:last-child > a {
  border-radius: 0 0 10px 10px;
}
header ul.nav > li > ul.sub-menu > li.menu-item-has-children > a {
  position: relative;
}
header ul.nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
  content: "";
  border-left: 1px solid #7C797D;
  border-bottom: 1px solid #7C797D;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  top: 42%;
  left: 15px;
}
@media (max-width: 1199px) {
  header ul.nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
    display: none;
  }
}
header ul.nav > li > ul.sub-menu > li > a {
  font-weight: 400;
  line-height: 1.125;
  padding: 11px 13px 11px 43px;
  border-bottom: 0.5px solid #E5E5E5;
}
@media (max-width: 1199px) {
  header ul.nav > li > ul.sub-menu > li > .header_sub_menu:after {
    transform: translate(0, -50%) rotate(45deg);
  }
}
@media (min-width: 1200px) {
  header ul.nav > li > ul.sub-menu > li > ul.sub-menu {
    box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
    column-count: 2;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 16px 36px 0;
    border-radius: 0 0 10px 10px;
    width: 842px;
    max-width: 50vw;
    max-height: calc(100vh - 88px);
  }
}
header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li {
  width: 350px;
  margin-bottom: 36px;
  display: inline-block;
}
@media (max-width: 1199px) {
  header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 3px solid #B8D900;
    width: max-content;
    max-width: 100%;
  }
}
header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
  font-weight: 700;
}
header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu {
  margin-top: 4px;
}
header ul.nav > li > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu a {
  font-weight: 300;
  line-height: 1.25;
  padding: 6px 0;
}
header #header_open_nav {
  border: none;
  background: transparent;
  line-height: 100%;
  height: 71px;
  padding: 0;
  width: 60px;
  position: relative;
  vertical-align: top;
}
header #header_open_nav.active span {
  display: none;
}
header #header_open_nav.active:before, header #header_open_nav.active:after {
  top: 50%;
  left: 40%;
}
header #header_open_nav.active:before {
  transform: rotate(45deg);
}
header #header_open_nav.active:after {
  transform: rotate(-45deg);
}
header #header_open_nav span, header #header_open_nav:before, header #header_open_nav:after {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  background: #000000;
  content: "";
  transition: all 0.35s;
}
header #header_open_nav:before {
  top: calc(50% - 6px);
}
header #header_open_nav:after {
  top: calc(50% + 6px);
}
@media (min-width: 1200px) {
  header .search_form_wrap {
    position: fixed;
    width: 100%;
    right: 0;
    background-color: #13152C;
    top: 0;
    z-index: 0;
    padding: 24px 0;
  }
  header .search_form_wrap.hidden {
    display: none;
  }
  header .search_form_wrap.show {
    top: 88px;
  }
}
@media (max-width: 1199px) {
  header .search_form_wrap {
    padding: 0 0 32px !important;
  }
}
@media (min-width: 1199px) {
  header .search_form_wrap form {
    display: inline-block;
    width: calc(100% - 288px);
  }
}
@media (max-width: 1199px) {
  header .search_form_wrap form {
    background: rgba(209, 209, 209, 0.22);
    border-radius: 6px !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
header .search_form_wrap form .search_input_wrap {
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 1200px) {
  header .search_form_wrap form .search_input_wrap {
    border-right: 1px solid white;
    padding-right: 13px;
    width: calc(100% - 288px);
  }
}
@media (max-width: 1199px) {
  header .search_form_wrap form .search_input_wrap {
    display: inline-block !important;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  header .search_form_wrap form .search-field {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    background-color: transparent;
    color: white;
    width: 100%;
  }
  header .search_form_wrap form .search-field::placeholder {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    color: white;
  }
}
@media (max-width: 1199px) {
  header .search_form_wrap form .search-field {
    background-color: transparent !important;
    padding: 0 11px !important;
    width: 100% !important;
  }
  header .search_form_wrap form .search-field::placeholder {
    color: #000000;
  }
}
header .search_form_wrap form #search_submit_wrap {
  display: inline-block;
}
@media (min-width: 1200px) {
  header .search_form_wrap form #search_submit_wrap {
    width: 283px;
  }
}
header .search_form_wrap .close_search_form {
  display: inline-block;
  width: 283px;
  height: 50px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}
header .search_form_wrap .close_search_form:before, header .search_form_wrap .close_search_form:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 17px;
  background-color: white;
  right: 40px;
}
header .search_form_wrap .close_search_form:before {
  transform: translate(0, -50%) rotate(-45deg);
}
header .search_form_wrap .close_search_form:after {
  transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 1199px) {
  header .search_form_wrap .close_search_form {
    display: none;
  }
}
header .search_form_wrap #search_btn {
  background-color: #B8D900;
  height: 40px;
  width: 40px;
  border-radius: 5px !important;
  padding: 0;
}
@media (max-width: 1199px) {
  header .search_form_wrap #search_btn {
    background-color: transparent;
  }
}
header .search_form_wrap #search_btn:before {
  height: 24px !important;
  width: 24px !important;
  content: "" !important;
  background-image: url(../images/search_icon_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}
header .header_back_menu {
  padding: 0 16px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 1.29;
  border: none;
  background-color: transparent;
  margin: 0 0 16px;
  cursor: pointer;
}
header .header_back_menu .header_arrow_back_menu {
  height: 24px;
  width: 24px;
  background-image: url(../images/black_right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
header .header_title_back_menu {
  background-color: #B8D900;
  font-size: 16px;
  line-height: 1.125;
  padding: 15px 16px;
  color: #13152C;
  margin-bottom: 16px;
}

.down_black_arrow {
  position: relative;
  padding: 0;
}
.down_black_arrow:after {
  content: "";
  border-left: 1px solid #7C797D;
  border-bottom: 1px solid #7C797D;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-45deg);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .down_black_arrow.active:after {
    transform: translate(0, -50%) rotate(135deg) !important;
  }
}

.white_slick_dots .slick-dots {
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 30px;
}
.white_slick_dots .slick-dots li {
  display: inline-block;
  line-height: 0;
  width: auto;
  height: auto;
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .white_slick_dots .slick-dots li.slick-active button {
    outline: 1px solid white;
    outline-offset: 3px;
  }
}
@media (max-width: 1199px) {
  .white_slick_dots .slick-dots li.slick-active button:after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.white_slick_dots .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 50%;
}
.white_slick_dots .slick-dots li button:before {
  display: none;
}

.white_buttons_play_stop {
  position: absolute;
  bottom: 26px;
  left: 50px;
}
.white_buttons_play_stop button {
  font-size: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.white_buttons_play_stop .play {
  background-image: url("../images/white_play.png");
  display: none;
}
.white_buttons_play_stop .pause {
  background-image: url("../images/white_pause.png");
}

.html_unable_scroll {
  overflow: hidden;
}

@media (max-width: 1199px) {
  body {
    padding-top: 0 !important;
    margin-top: 71px;
  }
}

.header_meeting_mobile {
  float: none !important;
  display: block;
  margin-top: 42px;
  min-width: 50%;
  white-space: normal;
  height: auto !important;
  padding: 12px;
}
@media (max-width: 767px) {
  .header_meeting_mobile {
    width: 100%;
    min-width: 100%;
  }
}

.popup_form_meeting {
  line-height: 1;
}
.popup_form_meeting .btn-meeting-hp-mobile.hidden {
  display: none;
}
.popup_form_meeting .btn-meeting-hp-mobile-close.hidden {
  display: none;
}
.popup_form_meeting .form_mobile.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(205, 205, 205, 0.7);
  z-index: 999999999;
}
.popup_form_meeting .btn-meeting-hp-mobile-close {
  background: none;
  border: none;
}
.popup_form_meeting .btn-meeting-hp-mobile-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a6d824;
  font-size: 22px;
}
.popup_form_meeting .form_mobile {
  display: none;
}
.popup_form_meeting .form_mobile .title-talk-section {
  margin: 16px 0 28px;
  text-align: center;
}
.popup_form_meeting .form_mobile .title-talk-section .title-talk {
  font-size: 32px;
  margin: 0;
  display: block;
}
.popup_form_meeting .form_mobile form {
  margin-bottom: 0;
}
.popup_form_meeting .form_mobile form .fields-form-talk {
  width: 100%;
}
.popup_form_meeting .form_mobile form .fields-form-talk .form-group input, .popup_form_meeting .form_mobile form .fields-form-talk .form-group .select-curriculum {
  background: rgba(209, 209, 209, 0.22);
  border: 1px solid rgba(209, 209, 209, 0.22);
  border-radius: 5px;
}
.popup_form_meeting .form_mobile form .fields-form-talk .form-group [type=checkbox] {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0 !important;
}
.popup_form_meeting .form_mobile form .fields-form-talk .form-group:not(.form-group-checkox) {
  width: 100%;
  margin-bottom: 24px;
}
.popup_form_meeting .form_mobile form .fields-form-talk .form-group.form-group-checkox label {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 0;
  width: calc(100% - 25px);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
}
@media (max-width: 1199px) {
  .popup_form_meeting .form_mobile form .fields-form-talk .wrap-group-checkbox {
    width: 100%;
  }
}
.popup_form_meeting .form_mobile form .btn-submit {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup_form_meeting .form_mobile form .btn-submit {
    margin-top: 15px;
  }
}
.popup_form_meeting .form_mobile .wrap-talk-us {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 16px 32px;
  max-width: 360px;
  width: calc(100% - 30px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: auto;
}

.meeting_form_close_button {
  width: 24px;
  height: 14px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.meeting_form_close_button:after, .meeting_form_close_button:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: black;
}
.meeting_form_close_button:after {
  transform: rotate(-45deg);
}
.meeting_form_close_button:before {
  transform: rotate(45deg);
}

#hp_floor_form_mobile_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  box-shadow: 2px 2px 7px 1px rgba(132, 132, 132, 0.25);
  z-index: 999;
}
#hp_floor_form_mobile_fixed .header_meeting_mobile {
  margin: 10px 0;
}

.hide {
  display: none !important;
}

#glassix-widget-launcher-closed .glassix-widget-icon-wrapper img {
  max-width: 100% !important;
  content: url(../images/icon_chat_green.svg);
}

@media (max-width: 991px) {
  #glassix-widget-launcher-container, #greeting-message-container {
    bottom: 76px !important;
  }
}

html[lang=en-US] body {
  direction: ltr;
  text-align: left;
  font-family: Roboto;
}

.additional_links {
  font-family: "Rubik", sans-serif;
}

.en-banner-lecturers {
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .en-banner-lecturers {
    display: flex;
    align-items: center;
    min-height: 60vh;
  }
}

.title-banner-lecturers {
  text-shadow: 2.9px 2.7px 22.3px rgba(30, 30, 30, 0.2);
  font-size: 69px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.69px;
  color: #2b3452;
  padding-top: 95px;
  padding-left: 97px;
}
.title-banner-lecturers h1 {
  font-weight: bold;
  font-size: 69px;
}
@media (max-width: 767px) {
  .title-banner-lecturers {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}

.archive_lecturer_section {
  background-color: #7c7c7e;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .archive_lecturer_section {
    padding-bottom: 40px;
  }
}
.archive_lecturer_section .lecturer-wrap-item:nth-child(n+9) {
  display: none;
}
.archive_lecturer_section.active .lecturer-wrap-item:nth-child(n+9) {
  display: block;
}
.archive_lecturer_section.active .archive_lecturer_btn-all {
  display: none;
}

.lecturer-item-about {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.27;
  padding: 0 31px;
  letter-spacing: -0.26px;
}
@media (max-width: 767px) {
  .lecturer-item-about {
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: inherit;
  }
}

.archive_lecturer_section-title {
  padding-top: 74px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .archive_lecturer_section-title {
    padding-top: 36px;
    margin-bottom: 25px;
  }
}
.archive_lecturer_section-title .archive_lecturer_title {
  font-size: 46px;
  font-weight: bold;
  line-height: 0.87;
  letter-spacing: -0.46px;
  color: #fff;
}
@media (max-width: 767px) {
  .archive_lecturer_section-title .archive_lecturer_title {
    font-size: 28px;
  }
}

.archive_lecturer_content {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.42;
  color: #fff;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .archive_lecturer_content {
    font-size: 18px;
    margin-top: 20px;
    font-weight: normal;
  }
}

.lecturer-wrap-item {
  margin-bottom: 40px;
}
.lecturer-wrap-item .lecturer-item-click {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  transition: top 0.25s;
  background: #7BB23A;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
html[lang=en-US] .lecturer-wrap-item .lecturer-item-click {
  left: 0;
}
.lecturer-wrap-item.active .lecturer-item-click {
  top: 0;
  transition: 0.75s;
}
.lecturer-wrap-item .lecturer-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lecturer-wrap-item-btn {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
  height: 100%;
  box-shadow: 0 0 14.9px 1.1px rgba(30, 30, 30, 0.4);
  width: 306px;
}
@media (max-width: 1420px) {
  .lecturer-wrap-item-btn {
    width: 100%;
  }
}

.lecturer-item-btn-en {
  display: grid;
  grid-template-rows: 305px auto;
  height: 100%;
}
@media (max-width: 767px) {
  .lecturer-item-btn-en {
    grid-template-rows: 289px auto;
  }
}
@media (max-width: 1420px) and (min-width: 1200px) {
  .lecturer-item-btn-en {
    grid-template-rows: 255px auto;
  }
}

.lecturer-item-content {
  background-color: #fff;
  padding: 20px 15px;
  color: #454545;
}

.lecturer-name-item {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3px;
}
@media (max-width: 1420px) {
  .lecturer-name-item {
    font-size: 22px;
  }
}

.lecturer-role-item {
  font-size: 22.5px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.23px;
  margin-top: 6px;
}
@media (max-width: 1420px) {
  .lecturer-role-item {
    font-size: 18px;
  }
}

.archive_lecturer_btn-all {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .archive_lecturer_btn-all {
    margim-bottom: 0;
    margin-top: 0;
  }
}

.en-style-button {
  border-radius: 12.2px;
  box-shadow: 3.7px 3.4px 9.3px 0.7px rgba(30, 30, 30, 0.2117647059);
  background-color: #90b53c;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.84px;
  color: #fff;
  border: none;
  min-width: 300px;
  padding: 7px 13px;
}
@media (max-width: 767px) {
  .en-style-button {
    font-size: 22px;
    min-width: auto;
  }
}

.image_floor_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 16.7px rgba(30, 30, 30, 0.48);
  text-align: center;
  color: #fff;
  font-weight: bold;
  min-height: 65vh;
}
@media (max-width: 1199px) {
  .image_floor_image {
    min-height: 48vh;
  }
}
@media (max-width: 767px) {
  .image_floor_image {
    min-height: auto;
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
.image_floor_image .image_floor_content {
  max-width: 1131px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .image_floor_image .image_floor_content {
    max-width: 990px;
  }
}
.image_floor_image .image_floor_title {
  font-size: 63px;
  letter-spacing: -0.63px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .image_floor_image .image_floor_title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .image_floor_image .image_floor_title {
    font-size: 28px;
  }
}
.image_floor_image .image_floor_text {
  font-size: 35px;
  letter-spacing: -0.35px;
  text-align: center;
}
@media (max-width: 1199px) {
  .image_floor_image .image_floor_text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .image_floor_image .image_floor_text {
    font-size: 18px;
    font-weight: 500;
  }
}
.image_floor_image .image_floor_btn {
  display: block;
  min-width: 346px;
  width: fit-content;
  width: -moz-fit-content;
  margin: 41px auto 0px auto;
}
@media (max-width: 767px) {
  .image_floor_image .image_floor_btn {
    min-width: 236px;
    margin: 25px auto 0px auto;
    padding: 4px;
  }
}

[data-id=graduates] {
  background-color: #5a7fa2;
}

.page-template-template-notable-alumni .wrap-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.page-template-template-notable-alumni .wrap-btn a {
  color: #13152C;
  display: inline-block;
  text-decoration: none;
}
.page-template-template-notable-alumni .wrap-btn a:hover {
  background-color: #13152C;
  color: #B8D900;
}

html[lang=en-US] body {
  direction: ltr;
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner-image .left_banner_wrap {
    padding: 32px 0px 25px 30px;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner-image .left_banner_wrap * {
    text-align: left;
  }
}
html[lang=en-US] body .banner-image .left_banner_wrap * .head_of_specialization_img {
  padding-left: 0px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner-image .left_banner_wrap * .head_of_specialization_img {
    margin-left: 0px !important;
    margin-right: 7px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
html[lang=en-US] body .banner-image .wrap_banner_curriculum {
  text-align: left;
}
html[lang=en-US] body .banner-image .banner_curriculum {
  text-align: left;
}
html[lang=en-US] body .banner-image .banner_curriculum .wrap_name_role {
  padding-right: 0px;
  padding-left: 23px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner-image .banner_curriculum .wrap_name_role {
    padding: 0 !important;
  }
}
html[lang=en-US] body .banner-image .banner_curriculum .head_wrap_name_role {
  padding-right: 0px;
  padding-left: 73px;
}
html[lang=en-US] body .banner-image .banner_btn .button_general {
  width: auto;
  padding: 12px 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 0px;
  display: none;
}
@media (max-width: 767px) {
  html[lang=en-US] body .banner-image .banner_btn .button_general {
    padding: 12px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
html[lang=en-US] body .banner-image .banner_campus_curriculum:before {
  margin-left: 0px;
  margin-right: 12px;
}
html[lang=en-US] body .banner-image .banner_duration_of_study:before {
  margin-left: 0px;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  html[lang=en-US] body .wrap-talk-us .title-talk {
    font-size: 23px;
  }
}
html[lang=en-US] body .quotes_container .text_quotes {
  padding-left: 0 !important;
  margin-left: 65px;
  margin-right: 112px;
}
html[lang=en-US] body .quotes_container .text_quotes:before {
  left: 30px !important;
  right: auto;
}
html[lang=en-US] body .quotes_container .text_quotes::after {
  right: 70px;
  left: auto;
}
@media (max-width: 991px) {
  html[lang=en-US] body .quotes_container .text_quotes::after {
    right: 3px;
    left: auto;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .quotes_container .text_quotes {
    margin-left: 43px !important;
    margin-right: 25px !important;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .quotes_container .text_quotes {
    margin-left: 50px;
    margin-right: 18px;
    padding-left: 28px !important;
  }
}
html[lang=en-US] body .quotes_container .quotes_curriculum_wrap {
  padding: 10px 28px 21px 7px;
}
@media (max-width: 767px) {
  html[lang=en-US] body .quotes_container .quotes_curriculum_wrap {
    padding: 15px 0;
    padding-bottom: 18px;
  }
}
html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_title {
  margin-right: 0px;
  margin-left: 16px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_title {
    margin-left: 10px;
    margin-right: 0px;
  }
}
html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_title:before {
  margin-left: 0px;
  margin-right: 16px;
}
html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_title:after {
  left: auto;
  right: 0;
  margin: 0;
}
html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_name_role {
  margin: 11px 0px 11px 16px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_name_role {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_name_role {
    margin: 0;
    margin-left: 13px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .quotes_container .quotes_curriculum_wrap .quotes_name_role .name_quotes:after {
    margin-right: 9px;
  }
}
html[lang=en-US] body.single-curriculum .quotes_curriculum_wrap .quotes_wrap {
  padding-left: 28px;
  padding-right: 0px;
}
html[lang=en-US] body .wrap_curriculum .quotes_curriculum_wrap .text_quotes {
  padding-left: 0px !important;
  text-align: center !important;
}
html[lang=en-US] body .quotes_curriculum_wrap .quotes_title {
  padding-right: 0px;
  text-align: left;
}
html[lang=en-US] body .quotes_curriculum_wrap .quotes_title:after {
  margin: 7px 87.5% 25px 0px;
}
html[lang=en-US] body .quotes_curriculum_wrap .text_quotes {
  padding-left: 62px;
  padding-right: 0px;
  text-align: left;
}
html[lang=en-US] body .quotes_curriculum_wrap .text_quotes:before {
  left: 25px;
  right: auto;
}
html[lang=en-US] body .quotes_curriculum_wrap .text_quotes:after {
  left: auto;
  right: 0;
}
html[lang=en-US] body .quotes_curriculum_wrap .quotes_wrap {
  text-align: left;
}
html[lang=en-US] body .quotes_curriculum_wrap .quotes_wrap .quotes_name_role {
  padding-left: 23px;
  padding-right: 0px;
  text-align: left;
}
html[lang=en-US] body .quotes_curriculum_wrap {
  text-align: left;
}
html[lang=en-US] body .all_quotes {
  text-align: left;
  right: 0;
}
html[lang=en-US] body .all_quotes:after {
  content: "\f105";
  text-align: left;
  padding-right: 0px;
  padding-left: 10px;
}
html[lang=en-US] body .all_quotes:before {
  left: 0;
  right: auto;
}
html[lang=en-US] body .row-sidebar-right {
  direction: rtl;
}
html[lang=en-US] body .row-sidebar-right > div {
  direction: ltr;
}
html[lang=en-US] body .row-sidebar-right .wrap_sidebar a {
  padding: 15px 5px 15px 14px !important;
  text-align: left;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .graduates_work_wrap {
  text-align: right;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .justify-content-center {
  direction: ltr;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .admission_text.text_single_curriculum > * {
  direction: ltr;
  text-align: left !important;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .video .responsive_iframe iframe {
  right: auto;
  left: 0;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .text_single_curriculum {
  text-align: left;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .text_single_curriculum ul li {
  font-size: 12pt;
  padding-bottom: 5px;
  text-align: left !important;
  direction: ltr;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .text_single_curriculum ul li:before {
  margin-right: 10px;
  margin-left: 0px;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .text_single_curriculum .pf-content p {
  direction: ltr;
}
html[lang=en-US] body .row-sidebar-right .wrap_curriculum .open_mobile_wrap {
  text-align: left;
}
@media (max-width: 991px) {
  html[lang=en-US] body .content {
    text-align: left;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .title-hr {
    text-align: left;
  }
  html[lang=en-US] body .title-hr:after {
    margin-left: 0px !important;
  }
}
html[lang=en-US] body .wrap_faculty .item-faculty {
  text-align: left;
}
html[lang=en-US] body .wrap_faculty .wrap-video-faculty {
  text-align: left;
}
html[lang=en-US] body .wrap_faculty .wrap-video-faculty .iframe_wrap iframe.video {
  right: auto;
  left: 0;
}
html[lang=en-US] body .wrap_faculty .wrap-content-faculty {
  text-align: left;
}
html[lang=en-US] body .wrap_faculty .wrap-content-faculty p {
  text-align: left !important;
}
html[lang=en-US] body .wrap_faculty .wrap-content-faculty .link_research_institute {
  right: auto;
  left: 15px;
  width: 210px;
}
html[lang=en-US] body .wrap_faculty .wrap-content-faculty .link_research_institute:after {
  content: "\f105";
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  html[lang=en-US] body .title-hr.opened_mobile {
    padding: 14px 47px 14px 20px;
  }
  html[lang=en-US] body .title-hr.opened_mobile.active:before {
    transform: rotate(-45deg);
  }
  html[lang=en-US] body .title-hr.opened_mobile.active:after {
    content: "";
    transform: rotate(45deg);
  }
  html[lang=en-US] body .title-hr.opened_mobile:before {
    transform: rotate(45deg);
    right: 0;
    left: auto;
  }
  html[lang=en-US] body .title-hr.opened_mobile:after {
    content: "";
    transform: rotate(-45deg);
    right: 18px;
    left: auto;
  }
}
html[lang=en-US] body .title-hr:after {
  margin-left: 25px !important;
  margin-right: 0px !important;
}
html[lang=en-US] body .title-hr:before {
  margin-left: 0px !important;
  margin-right: 25px !important;
}
html[lang=en-US] body .wrap-banner-none-image .container h1, html[lang=en-US] body .wrap-banner-none-image .container div {
  text-align: left;
  margin: 3px 0 30px 0;
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap-banner-none-image .container h1, html[lang=en-US] body .wrap-banner-none-image .container div {
    text-align: center;
    margin: 5px 0;
  }
}
html[lang=en-US] body .wrap_sidebar_campus {
  text-align: left;
}
html[lang=en-US] body .wrap_sidebar_campus a {
  padding: 15px 2px 15px 14px;
}
html[lang=en-US] body .wrap_campus .tracks_wrap {
  text-align: left;
}
html[lang=en-US] body .wrap_campus .tracks_wrap .item-faculty .item-curriculum {
  padding-right: 20px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
html[lang=en-US] body .wrap_campus .tracks_wrap .item-faculty .item-curriculum:after {
  content: "\f105";
  left: auto;
  right: 0;
}
html[lang=en-US] body .wrap_campus .wrap-map {
  text-align: left;
}
html[lang=en-US] body .wrap_campus .wrap-map #branch_short_address::before {
  margin-right: 10px;
  margin-left: 20px;
}
html[lang=en-US] body .wrap_campus .wrap-map .a-waze {
  left: auto;
  right: 0;
}
html[lang=en-US] body .wrap_campus .wrap-map .a-google_maps {
  left: auto;
  right: 0;
}
html[lang=en-US] body .row-sidebar-right {
  direction: rtl;
}
html[lang=en-US] body .row-sidebar-right > div {
  direction: ltr;
  text-align: left;
}
html[lang=en-US] body .row-sidebar-right .wrap_sidebar a {
  padding: 15px 5px 15px 14px;
  text-align: left;
}
html[lang=en-US] body #page_content .download:before, html[lang=en-US] body .cv_lecturer .download:before {
  margin-right: 15px;
  margin-left: 0;
}
html[lang=en-US] body .cv_lecturer .download:after {
  content: "\f054";
  margin-right: 0;
  margin-left: 7px;
}
html[lang=en-US] body .item-curriculum {
  padding-left: 0px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 30px;
}
html[lang=en-US] body .item-curriculum:after {
  content: "\f105";
  left: auto;
  right: 0;
}
html[lang=en-US] body .wrap_sidebar {
  text-align: left;
}
html[lang=en-US] body .wrap_sidebar a {
  padding: 15px 2px 15px 14px;
}
html[lang=en-US] body .wrap_lecturer .wrap-about-lecturer {
  padding: 0;
}
html[lang=en-US] body .wrap-about-lecturer {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}
html[lang=en-US] body .content_box_floor_title_wrap {
  justify-content: space-between;
}
html[lang=en-US] body .content_box_floor_title_wrap a {
  margin-right: 0;
}
html[lang=en-US] body .wrap_lecturer > div {
  text-align: left;
}
html[lang=en-US] body .wrap_lecturer .search_lecturer {
  padding-left: 12px;
  padding-right: 0px;
}
html[lang=en-US] body .wrap_lecturer .search_lecturer_btn {
  padding-right: 0px;
  right: auto;
  left: 15px;
}
html[lang=en-US] body .wrap_lecturer .search_lecturer_btn:before {
  left: calc(50% - 50px);
  right: auto;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  html[lang=en-US] body .wrap_lecturer .search_lecturer_btn:before {
    left: 24px;
    right: auto;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_lecturer .search_lecturer_btn:before {
    left: 45%;
    right: auto;
    line-height: 0px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .wrap_lecturer .search_lecturer_btn:before {
    left: 40%;
    line-height: 0px;
  }
}
html[lang=en-US] body .wrap_lecturer .text-education {
  padding-left: 20px;
  padding-right: 0;
}
html[lang=en-US] body .dean_floor .wrap_lecturer > div {
  text-align: center;
}
html[lang=en-US] body #page_content .wrap-content ol li:before {
  padding-left: 0px;
  padding-right: 14px;
}
html[lang=en-US] body #page_content .wrap-content h3:after {
  margin-right: 0px;
  margin-left: 25px;
}
html[lang=en-US] body #page_content .wrap-content ul li {
  padding-right: 0px;
  padding-left: 20px;
}
html[lang=en-US] body #page_content .wrap-content ul li:before {
  right: auto;
  left: 0;
}
html[lang=en-US] body #page_content .wrap-content .wp-block-embed__wrapper iframe {
  left: 0;
  right: auto;
}
html[lang=en-US] body #page_content .download:before {
  margin-left: 0px;
  margin-right: 15px;
}
html[lang=en-US] body #page_content .download:after {
  content: "\f105";
  padding-right: 0px;
  padding-left: 10px;
}
html[lang=en-US] body .wrap-content {
  text-align: left;
}
@media (max-width: 1340px) {
  html[lang=en-US] body .lecturer.english .lecturer_name_role {
    left: 46% !important;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .lecturer.english .email:after, html[lang=en-US] body .lecturer.english .phone:after {
    content: "\f105";
    right: 29px;
    left: auto;
    text-align: left;
  }
}
html[lang=en-US] body .content-faculty {
  text-align: left;
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_faculty .title-hr::after {
    margin-left: 0px !important;
  }
}
html[lang=en-US] body .wrap_sidebar a .span-item-sidebar {
  padding-left: 14px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner_head_of_specialization .dean_img img {
    margin-left: 0 !important;
    margin-right: 7px;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .banner_sticker {
    margin: 10px 15px 0 0px;
  }
}
html[lang=en-US] body .text_single_curriculum iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
html[lang=en-US] body .wrap_lecturer .lecturer_hover {
  right: auto;
  left: 0;
}
html[lang=en-US] body .wrap_lecturer .lecturer_hover .personal_page_link:after {
  content: "\f105";
  padding-right: 0px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_lecturer .lecturer_hover .about_text {
    text-align: left;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_lecturer .lecturer_hover .about_text p {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_lecturer .lecturer_hover .about_text .role-item-lecturer-mobile {
    text-align: left;
    right: auto;
  }
}
html[lang=en-US] body .wrap_lecturer .lecturer_hover .share_lectuer a {
  margin-left: 0px;
  margin-right: 9px;
}
html[lang=en-US] body .wrap_lecturer .lecturer_hover .close_lecturer_hover i {
  right: 15px;
  left: auto;
}
html[lang=en-US] body .wrap_lecturer .lecturer_hover .fa-envelope, html[lang=en-US] body .wrap_lecturer .lecturer_hover .fa-phone {
  margin-right: 20px;
  margin-left: 0px;
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_lecturer #form_search {
    margin: 20px 0;
  }
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark {
  direction: ltr;
  text-align: left;
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_about {
  padding-left: 10%;
  padding-right: 0;
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
  left: 45%;
  right: auto;
}
@media (max-width: 991px) {
  html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
    left: auto;
  }
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-envelope, html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-phone, html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  margin-left: 0px;
  margin-right: 20px;
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  transform: rotate(90deg);
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .to_eng_or_heb_page a:after {
  content: "\f105";
  margin-right: 0;
  margin-left: 7px;
}
html[lang=en-US] body .lecturer .details-lecturer.section_dark .lecturer_contact_wrap .share_lectuer a {
  margin-left: 0;
  margin-right: 9px;
}
html[lang=en-US] body .lecturer .wrap_lecturer * {
  direction: ltr;
  text-align: left;
}
html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer .title-hr:after {
  margin-left: 25px !important;
}
html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer .title-education:before {
  margin-left: 0px;
  margin-right: 12px;
}
html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer iframe.video {
  left: 0;
  right: auto;
}
html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer .cv_lecturer .download:before {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(245deg);
}
html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer .cv_lecturer .download:after {
  content: "\f105";
  margin-right: 0;
  margin-left: 7px;
}
html[lang=en-US] body .box_read_more_wrap {
  right: 20px;
  left: auto !important;
}
html[lang=en-US] body .box_read_more_wrap .box_read_more_img {
  margin-right: 8px;
  transform: rotate(180deg);
}
html[lang=en-US] body .wrap_curriculum .quotes_curriculum_wrap .text_quotes:before {
  right: 49.2%;
  left: auto;
}
@media (max-width: 991px) {
  html[lang=en-US] body .wrap_curriculum .location_time .campus-item.row {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] .single-lecturer .email:after, html[lang=en-US] .single-lecturer .phone:after {
    right: 29px;
    left: auto;
    content: "\f105";
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] body .slick-initialized.slick-slider button.slick-next.slick-arrow {
    left: auto;
    right: 0;
    border-radius: 50% 0 0 50%;
    padding-left: 20px;
  }
  html[lang=en-US] body .slick-initialized.slick-slider button.slick-next.slick-arrow:before {
    transform: rotate(-50deg);
  }
  html[lang=en-US] body .slick-initialized.slick-slider button.slick-next.slick-arrow:after {
    transform: rotate(50deg);
  }
  html[lang=en-US] body .slick-initialized.slick-slider .slick-prev.slick-arrow {
    right: auto;
    left: 0;
    border-radius: 0 50% 50% 0;
    padding-right: 0;
    padding-left: 13px;
  }
  html[lang=en-US] body .slick-initialized.slick-slider .slick-prev.slick-arrow:before {
    transform: rotate(50deg);
  }
  html[lang=en-US] body .slick-initialized.slick-slider .slick-prev.slick-arrow:after {
    transform: rotate(-50deg);
  }
  html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow {
    left: auto;
    right: 15px;
  }
  html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow:after, html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow:before {
    margin-left: 20px;
    margin-right: unset;
  }
  html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow {
    right: auto;
    left: 15px;
  }
  html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow:before, html[lang=en-US] body #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow:after {
    margin-left: 13px;
    margin-right: unset;
  }
}
html[lang=en-US] #menus .wrap-top-menu .additional_links:first-child {
  padding-right: 49px;
}
@media (min-width: 1420px) {
  html[lang=en-US] .cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px !important;
    background: #ffffff;
  }
}
html[lang=en-US] .ctcc-left-side {
  text-align: left;
}
@media (max-width: 991px) {
  html[lang=en-US] .wrap-talk-us form .fields-form-talk .form-group.form-group-checkox label.error {
    top: 79px;
    font-size: 12px;
    line-height: 12px;
  }
}
html[lang=en-US] .btn-meeting-hp-mobile {
  float: right;
}
html[lang=en-US] html[lang=en-US] body .wrap_campus .video .responsive_iframe iframe {
  right: auto;
  left: 0;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english {
  font-family: "Rubik", sans-serif;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark {
  direction: rtl;
  text-align: right;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_about {
  padding-right: 10%;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
  right: 41%;
  left: 0;
}
@media (max-width: 1399px) and (min-width: 991px) {
  html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
    right: 45%;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_about .lecturer_name_role {
    right: auto;
  }
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-envelope, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .email .fa-phone, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  margin-left: 20px;
  margin-right: 0px;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-envelope, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .phone .fa-phone {
  transform: rotate(90deg);
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .to_eng_or_heb_page a:after {
  content: "\f104";
  margin-right: 7px;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .details-lecturer.section_dark .lecturer_contact_wrap .share_lectuer a {
  margin-right: 0;
  margin-left: 9px;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer *, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer * {
  direction: rtl;
  text-align: right;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .wrap-about-lecturer .title-hr:after, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .wrap-about-lecturer .title-hr:after {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .wrap-about-lecturer .title-education:before, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .wrap-about-lecturer .title-education:before {
  margin-right: 0px;
  margin-left: 12px;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .wrap-about-lecturer iframe.video, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .wrap-about-lecturer iframe.video {
  right: 0;
  left: auto;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer {
  text-align: right;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .publication, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .publication {
  direction: rtl !important;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .publication a .description_publication, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .publication a .description_publication {
  padding-right: 17px;
  padding-left: 0;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .publication a .title-publication:before, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .publication a .title-publication:before {
  margin-left: 9px;
  margin-right: 0;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap_lecturer .publication a:after, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .publication a:after {
  content: "\f105";
  left: 15px;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .title-hr:after {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .cv_lecturer .download:before {
  margin-right: 0;
  margin-left: 15px;
  transform: rotate(245deg);
}
html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .wrap-about-lecturer .cv_lecturer .download:after {
  content: "\f104";
  margin-left: 0;
  margin-right: 7px;
}
@media (max-width: 991px) {
  html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .email:after, html[lang=en-US] .single-lecturer .lecturer.hebrew_in_site_english .phone:after {
    content: "\f104";
    left: 29px;
    right: auto;
  }
}
html[lang=en-US] header ul.nav > li.menu-item-has-children > a:after {
  left: auto !important;
  right: 24px;
}
@media (max-width: 1419px) {
  html[lang=en-US] header ul.nav > li.menu-item-has-children > a:after {
    right: 13px;
  }
}
html[lang=en-US] header ul.nav > li .header_sub_menu:after {
  left: auto !important;
  right: 16px;
}
html[lang=en-US] header ul.nav > li > a {
  padding: 35px 52px 35px 0;
}
@media (max-width: 1419px) {
  html[lang=en-US] header ul.nav > li > a {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  html[lang=en-US] header ul.nav > li a {
    padding: 16px 0 16px 16px !important;
  }
}
html[lang=en-US] header ul.nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
  left: auto;
  right: 15px;
  transform: rotate(225deg);
}
html[lang=en-US] header ul.nav > li > ul.sub-menu > li > a {
  padding: 11px 43px 11px 13px;
}
@media (max-width: 1199px) {
  html[lang=en-US] header ul.nav > li > ul.sub-menu > li > .header_sub_menu:after {
    transform: translate(0, -50%) rotate(-135deg);
  }
}
@media (min-width: 1200px) {
  html[lang=en-US] header ul.nav > li > ul.sub-menu > li > ul.sub-menu {
    right: auto;
    left: 100%;
  }
}
html[lang=en-US] header .header_back_menu {
  text-align: left;
}
html[lang=en-US] header .header_back_menu .header_arrow_back_menu {
  transform: rotate(180deg);
}
html[lang=en-US] header .main_menu_dropdown_btn {
  text-align: left;
}
@media (min-width: 1200px) {
  html[lang=en-US] header .languages_menu .main_menu_dropdown_btn {
    padding: 0 0 0 22px;
    margin-right: 16px;
    margin-left: 21px;
  }
}
html[lang=en-US] header .languages_menu .main_menu_dropdown_btn:before {
  left: auto;
  right: 100%;
  transform: translate(100%, -50%) rotate(-45deg);
}
@media (max-width: 1199px) {
  html[lang=en-US] header .languages_menu .main_menu_dropdown_btn:before {
    right: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  html[lang=en-US] header .menu_personal_area .main_menu_dropdown_btn:after {
    left: auto !important;
    right: 0;
  }
}
html[lang=en-US] header #desktop_wrap_search_btn, html[lang=en-US] header #mobile_search {
  display: none !important;
}
html[lang=en-US] header form.search-form .search_input_wrap {
  border-right: none;
  padding-right: 0;
  border-left: 1px solid white;
  padding-left: 13px;
}
html[lang=en-US] header .close_search_form:before, html[lang=en-US] header .close_search_form:after {
  right: auto;
  left: 40px;
}
html[lang=en-US] .down_black_arrow.active:after {
  transform: translate(0, -50%) rotate(-225deg);
}
html[lang=en-US] .popup_form_meeting .form_mobile .form_note_last {
  text-align: left !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  html[lang=en-US] .popup_form_meeting .form-group.form-group-checkox label {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
html[lang=en-US] .athletes_area {
  background-color: #7c7c7e;
}
html[lang=en-US] .athletes_area .wrap_all_athletes {
  width: 1085px;
  margin: 0 auto;
  padding: 18px 0;
}
@media (max-width: 1200px) {
  html[lang=en-US] .athletes_area .wrap_all_athletes {
    max-width: 95%;
  }
}
html[lang=en-US] .athletes_area #athletes_area_container {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html[lang=en-US] .athletes_area #toggle_autoplay {
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  color: white;
  height: 20px;
  width: 20px;
}
html[lang=en-US] .athletes_area .athletes_area_title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #c3e574;
  padding: 50px 0 25px;
  max-width: 1085px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  html[lang=en-US] .athletes_area .athletes_area_title {
    font-size: 28px;
    padding: 34px 0 26px;
  }
}
html[lang=en-US] .athletes_area .athletes_btn {
  position: relative;
  overflow: hidden;
  display: grid;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  html[lang=en-US] .athletes_area .athletes_btn {
    grid-template-rows: 308px 98px 0;
  }
}
@media (min-width: 1200px) {
  html[lang=en-US] .athletes_area .athletes_btn {
    grid-template-rows: 250px 98px 0;
  }
}
html[lang=en-US] .athletes_area .athlete_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: white;
  box-shadow: 0 0 14.9px 1.1px rgba(30, 30, 30, 0.4);
}
html[lang=en-US] .athletes_area .athlete_title {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  padding: 20px 15px;
  color: #454545;
  box-shadow: 1px 15px 14.9px 1.1px rgba(30, 30, 30, 0.4);
}
html[lang=en-US] .athletes_area .athlete_description {
  position: absolute;
  top: 100%;
  color: #fff;
  transition: top 0.25s;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.26px;
  margin: 0;
}
html[lang=en-US] .athletes_area .athlete_description.active {
  top: 0;
}
html[lang=en-US] .athletes_area .athlete_description .wrap-description {
  height: 100%;
  background: #7BB23A;
  margin: 0 15px;
  padding: 0 18px 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 1400px) {
  html[lang=en-US] .slick-arrow.slick-prev {
    left: -50px;
  }
  html[lang=en-US] .slick-arrow.slick-next {
    right: -27px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  html[lang=en-US] .slick-arrow.slick-prev {
    left: -42px;
  }
  html[lang=en-US] .slick-arrow.slick-next {
    right: -21px;
  }
}
@media (min-width: 992px) {
  html[lang=en-US] .slick-prev:before, html[lang=en-US] .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    content: "\f053";
    font-size: 70px;
    opacity: 0.4;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html[lang=en-US] .slick-prev:before, html[lang=en-US] .slick-next:before {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  html[lang=en-US] .slick-next:before {
    content: "\f054";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html[lang=en-US] .slick-arrow {
    z-index: 2;
  }
  html[lang=en-US] .slick-arrow.slick-prev {
    left: -25px;
  }
  html[lang=en-US] .slick-arrow.slick-next {
    right: -17px;
  }
}
html[lang=en-US] header .wrap-top-menu {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
html[lang=en-US] header .wrap-top-menu .menu-top-menu-container {
  padding-left: 37px;
  padding-right: 30px;
}
html[lang=en-US] header .wrap-top-menu .share_buttons_menu a {
  width: 33px;
  height: 33px;
  vertical-align: middle;
}
html[lang=en-US] header .wrap-top-menu .share_buttons_menu i {
  vertical-align: middle;
  margin-top: 0;
}
html[lang=en-US] header .wrap-top-menu .fab {
  font-size: 22px;
}
html[lang=en-US] header .wrap-top-menu .fab:before {
  vertical-align: middle;
}
html[lang=en-US] header .wrap-top-menu .fab.fa-youtube:before {
  color: #fe0000;
}
html[lang=en-US] header .wrap-top-menu .fab.fa-linkedin-in:before {
  color: #0073b1;
}
html[lang=en-US] header .wrap-top-menu .fab.fa-instagram:before {
  color: #6e2876;
}
html[lang=en-US] header .wrap-top-menu .fab.fa-facebook-f:before {
  color: #4267b2;
}
html[lang=en-US] header .wrap-main-menu {
  text-align: left;
}
html[lang=en-US] header .wrap-main-menu .wrap-btns-menu .btn-meeting {
  margin-right: 0;
  margin-left: 25px;
  width: auto;
}
@media (min-width: 1420px) {
  html[lang=en-US] header .wrap-main-menu .wrap-btns-menu .btn-meeting {
    display: none;
  }
}
html[lang=en-US] header .wrap-main-menu .manu_nav_header a {
  padding-right: 40px;
  padding-left: 0;
}
html[lang=en-US] header .wrap-main-menu .manu_nav_header .nav {
  padding-right: 0px;
  padding-left: 40px;
}
html[lang=en-US] header .wrap-main-menu .manu_nav_header ul.sub-menu a {
  padding-left: 19px;
  padding-right: 50px;
}
html[lang=en-US] header ul.sub-menu {
  padding-left: 0;
}
html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer {
  text-align: left;
}
html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child {
  direction: rtl;
}
html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child .download {
  margin-left: 44px;
}
@media (max-width: 991px) {
  html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child .download {
    padding-left: 0;
    margin-left: 0;
  }
}
html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child .download:before {
  content: "\f105";
  margin-right: 0;
  margin-left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin-right: 7px;
  top: calc(50% - 9px);
  background: none;
  width: auto;
  height: auto;
  transform: none;
  margin-right: -16px;
}
html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child .download:after {
  content: "";
  background: url(../images/downloadPDF.png) center no-repeat;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(245deg);
  top: 0;
}
@media (max-width: 991px) {
  html[lang=en-US] .single-lecturer .lecturer .wrap_lecturer .wrap-about-lecturer .content-lecturer.cv_lecturer:first-child .download:after {
    margin-right: 13px;
    padding-right: 0;
    position: inherit;
  }
}
html[lang=en-US] .search_form_wrap .search-form .search-field {
  padding: 0 0 0 20px;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .close_popup, html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .close_curriculum_popup {
  left: auto;
  right: 20px;
  top: 23px;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .form_meeting .title_required, html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .form_meeting .title-talk, html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label {
  text-align: left;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group label.error:not(.approve) {
  left: 18px;
  right: auto;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label {
  padding-right: 0;
  padding-left: 25px;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .close_popup, html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .close_curriculum_popup {
  left: auto;
  right: 20px;
  top: 23px;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .title_required, html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .title-talk, html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label {
  text-align: left;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group.approve label {
  padding-right: 0;
  padding-left: 25px;
}
html[lang=en-US] .meeting_wrap_popup .form_wrap_curriculum_popup .form_meeting .contact_form .fields-form-talk .form-group label.error:not(.approve) {
  left: 18px;
  right: auto;
}
html[lang=en-US] .banner_hp_wrap {
  text-align: left;
}
html[lang=en-US] {
  /*
  .INDpositionRight #INDmenu-btn {
    right: auto;
    left: 0;
    float: left;
    direction: ltr;
  }
  .INDDesktop #INDmenu-btn {
    right: auto !important;
    left: 0;
  }

  .INDDesktop #INDmenuInfo {
    left: 345px;
    right: auto !important;
  }*/
}
html[lang=en-US] .right #glassix-widget-iframe-wrapper, html[lang=en-US] .right #glassix-widget-launcher-container, html[lang=en-US] .right #introduction-message-container {
  right: auto;
  left: 30px;
}
html[lang=en-US] #close-button-container {
  right: auto;
  left: 12px;
}
html[lang=en-US] #glassix-client.rtl #introduction-message-container #introduction-message-wrapper #introduction-message-top #introduction-message-text {
  text-align: left;
  margin-right: 12px;
  margin-left: 38px;
}
html[lang=en-US] .form_meeting {
  text-align: left;
}
html[lang=en-US] .wrap-talk-us form .fields-form-talk .btn-submit {
  margin-right: 0;
}
html[lang=en-US] button.filter_main_button {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 35px;
}
html[lang=en-US] button.filter_main_button:before {
  right: 13px;
  left: auto;
}
html[lang=en-US] button.filter_main_button:after {
  left: auto;
  right: 20px;
}
html[lang=en-US] .wrap-talk-us .btn-submit {
  margin-right: 0;
}
html[lang=en-US] #onoHomePage .hp_floor_video .hp_video_content .hp_video_title {
  text-align: left;
}
@media (max-width: 1600px) {
  html[lang=en-US] #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    padding-right: 27px;
    padding-left: 0;
  }
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .events_wrap .all_events_wrap {
  text-align: right;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .events_wrap .all_events_wrap .all_events:after {
  content: "\f054";
  padding-left: 10px;
  padding-right: 0;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_title {
  text-align: left;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_img_whith_title .item_title:after {
  left: 0;
  right: auto;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .events_wrap .item_wrap .item_footer {
  text-align: left;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .news_wrap .all_news_wrap {
  text-align: right;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .news_wrap .all_news_wrap .all_news:after {
  content: "\f054";
  padding-right: 0px;
  padding-left: 10px;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events .news_wrap .item_wrap .item_img_whith_title .item_title {
  text-align: left;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events #events .event {
  float: left;
  text-align: left;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events #events .event .event_details .date:before {
  margin-left: 0;
  margin-right: 5px;
}
html[lang=en-US] #onoHomePage .hp_floor_news_events #events .event .event_details .hours_location .hours_class:after {
  border-left: 0;
  margin-left: 0;
  margin-right: 5px;
  border-right: 2px solid #000;
}
html[lang=en-US] .our_capus {
  text-align: left;
}
html[lang=en-US] .wrap-campuses-footer .wrap_campus_footer_name:before {
  margin-left: 0;
  margin-right: 8px;
}
html[lang=en-US] .wrap-campuses-footer .campus_footer_num_learning_program, html[lang=en-US] .wrap-campuses-footer .campus_footer_num_faculty {
  margin-left: 20px;
  margin-right: 0;
}
html[lang=en-US] .wrap-campuses-footer .parking {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 40px;
  padding-left: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
html[lang=en-US] .wrap-campuses-footer .campus_footer_address:before {
  margin-left: 0;
  margin-right: 10px;
}
html[lang=en-US] #menu-footer-menu {
  text-align: left;
}
html[lang=en-US] .menu-footer-menu-container li {
  padding-right: 10px;
  padding-left: 0;
  font-family: "Rubik", sans-serif;
}
html[lang=en-US] #footer .contact_footer {
  text-align: left;
}
html[lang=en-US] #footer .share_buttons_footer a:first-child {
  margin-right: 5px;
  margin-left: 0;
}
html[lang=en-US] .wrap-campuses-footer .campus_footer_name {
  font-size: 20px;
}
html[lang=en-US] .cards_wrap + .quotes_curriculum_wrap .text_quotes:after {
  right: 60px;
}
html[lang=en-US] .question .question_more {
  right: 0;
  left: auto;
}
@media (max-width: 1300px) {
  html[lang=en-US] .question .question_more {
    left: 0;
    right: auto;
  }
}
@media (max-width: 1300px) {
  html[lang=en-US] #page_content .wrap-content .question {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
  }
}
html[lang=en-US] .text_single_curriculum + .quotes_curriculum_wrap .text_quotes:after {
  right: 60px;
}
@media (max-width: 991px) {
  html[lang=en-US] .text_single_curriculum + .quotes_curriculum_wrap .text_quotes {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] .text_single_curriculum + .quotes_curriculum_wrap .text_quotes {
    padding-right: 20px;
  }
}
@media (max-width: 1419px) {
  html[lang=en-US] body header #header_open_nav {
    float: right;
  }
  html[lang=en-US] body header .wrap-main-menu .wrap-btns-menu {
    right: 39px;
    left: auto;
  }
  html[lang=en-US] body header .wrap-main-menu .wrap-btns-menu .btn-meeting {
    width: 47px;
    margin-left: 5px;
  }
  html[lang=en-US] body header .wrap-main-menu .manu_nav_header a {
    padding: 20px 33px 16px 20px;
  }
  html[lang=en-US] body header .wrap-main-menu .manu_nav_header ul ul ul li {
    margin-right: 0;
    margin-left: 15px;
  }
  html[lang=en-US] body header .wrap-main-menu .manu_nav_header ul ul ul li:last-child {
    margin: 0;
  }
  html[lang=en-US] body header .menu-item.menu-item-has-children > a:before {
    right: 18px;
    left: auto;
  }
  html[lang=en-US] body header .sub-menu .menu-item.menu-item-has-children:after {
    content: none;
  }
  html[lang=en-US] #onoHomePage .hp_floor_curriculum #curriculum .curriculum_wrap .curriculum_icon_wrap .curriculum_icon .curriculum_name {
    margin: 4px auto;
  }
  html[lang=en-US] .wrap-campuses-footer .campus_footer_title {
    height: 65px;
  }
}
@media (max-width: 1199px) {
  html[lang=en-US] #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    max-height: 173px;
  }
}
@media (max-width: 991px) {
  html[lang=en-US] .hp_floor_form_mobile .btn-meeting-hp-mobile-close {
    left: auto;
    right: 20px;
  }
  html[lang=en-US] .wrap-campuses-footer .parking {
    left: 0;
    right: auto;
  }
  html[lang=en-US] body #footer .contact_footer .contact_footer_title {
    margin-left: 0;
    margin-right: 10px;
  }
  html[lang=en-US] body #footer .contact_footer .contact_footer_title:after {
    left: auto;
    right: 6px;
  }
  html[lang=en-US] body #footer .contact_footer .contact_footer_title:before {
    left: auto;
    right: 0;
  }
  html[lang=en-US] body #footer .nav > li.menu-item > a:before, html[lang=en-US] body #footer .nav > li.menu-item > a:after {
    left: auto;
    right: 0px;
  }
  html[lang=en-US] body #footer .nav > li.menu-item > a:after {
    right: 6px;
  }
  html[lang=en-US] .meeting_wrap_popup .form_wrap_popup .close_popup {
    right: 15px;
    left: auto !important;
  }
  html[lang=en-US] .all_news_wrap .all_events, html[lang=en-US] .all_events_wrap .all_events {
    margin-right: 15px;
    margin-left: 0;
  }
  html[lang=en-US] .wrap-talk-us form .select_wrap:before {
    right: 16px;
    left: auto;
  }
  html[lang=en-US] .wrap-talk-us form .select_wrap:after {
    right: 22px;
    left: auto;
  }
  html[lang=en-US] #onoHomePage .hp_floor_video .hp_video_content .hp_video_text {
    max-height: 100%;
  }
  html[lang=en-US] #onoHomePage .hp_floor_news_events #events button.slick-prev.slick-arrow {
    right: auto;
    left: 0;
  }
  html[lang=en-US] #onoHomePage .hp_floor_news_events #events button.slick-next.slick-arrow {
    left: auto;
    right: 0;
  }
  html[lang=en-US] body .lecturer .wrap_lecturer .wrap-about-lecturer .title-hr:after, html[lang=en-US] .single-lecturer .title-hr:after {
    margin-left: 0 !important;
  }
  html[lang=en-US] body.home .btn-meeting-hp-mobile {
    float: right;
  }
}
@media (min-width: 992px) {
  html[lang=en-US] header .wrap-main-menu .wrap-btns-menu .search_form_wrap #search_submit_wrap:after {
    right: 5px;
    left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media (max-width: 767px) {
  html[lang=en-US] #quotes_wrap .quotes_curriculum_wrap .text_quotes {
    padding-left: 0 !important;
  }
  html[lang=en-US] #quotes_wrap .quotes_curriculum_wrap .text_quotes:before {
    left: 15px !important;
  }
  html[lang=en-US] #quotes_wrap .quotes_curriculum_wrap .text_quotes:after {
    right: 15px;
  }
}
html[lang=en-US] html[lang=en-US] body .wrap_campus .video .responsive_iframe iframe {
  right: auto;
  left: 0;
}

/*# sourceMappingURL=main.css.map */
