@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.research-filter {
  border-radius: 5px;
  background-color: #eaebf0;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .research-filter {
    margin-bottom: 15px;
  }
}
.research-filter p {
  letter-spacing: 2px;
  color: #313131;
  font-size: 17px;
  font-weight: 700;
}
.research-filter .form-group {
  display: flex;
  margin-bottom: 1rem;
}
.research-filter .form-group > label {
  color: #313131;
  font-size: 15px;
  margin-left: 5px;
  text-transform: capitalize;
}
.research-filter .form-group input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.research-filter button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  border: none;
  font-weight: 700;
  background: #313131;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .research-filter button {
    font-size: 15px;
  }
}
.research-filter .date-group {
  display: flex;
}
.research-filter .date-group .select-form {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.drop-menu-container{
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

}
.drop-menu-item {
  display: flex;
  justify-content: space-between;
  border: 0;
  margin-bottom: 24px;
  padding: 26px 24px 25px 30px !important;
  background: none;
  border-radius: 0.375rem;
  margin-bottom: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

}

@media only screen and (max-width: 576px) {
  .drop-menu-item {
    font-size: 15px;
  }
}
.drop-menu-item .icon-plus {
  position: relative;
  background: rgba(0,39,118,0.1);
  padding: 15px 24px;
  border-radius: 100%;
  margin-right: 15px;
  height: 50px;
}
.drop-menu-item .icon-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(-50%,-50%);
  background: #002776;
  transition: 0.25s all ease-out;
  right: 10px;
  border-radius: 10px;
  height: 16px;
  width: 2px;
  right: 21px;
}
.drop-menu-item .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(-50%,-50%);
  background: #002776;
  transition: 0.25s all ease-out;
  right: 10px;
  border-radius: 10px;
  height: 2px;
  width: 16px;
  right: 7px;
}
.drop-menu-item.active .icon-plus::before{
  height: 16px;
  width: 2px;
  transform: rotate(90deg);
  top: 16.5px;
  right: 26px;
  filter: brightness(0) invert(1);
}
.drop-menu-item.active .icon-plus::after{
  height: 2px;
  width: 16px;
  left: 26px !important;
  right: 0;
  filter: brightness(0) invert(1);
}
.map-location a{
  position: relative;
  display: flex;
  margin-left: 30px;
}
.map-location a i::before{
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yLjI5IDcuNzh2OS43M2MwIDEuOSAxLjM1IDIuNjggMi45OSAxLjc0bDIuMzUtMS4zNGMuNTEtLjI5IDEuMzYtLjMyIDEuODktLjA1bDUuMjUgMi42M2MuNTMuMjYgMS4zOC4yNCAxLjg5LS4wNWw0LjMzLTIuNDhjLjU1LS4zMiAxLjAxLTEuMSAxLjAxLTEuNzRWNi40OWMwLTEuOS0xLjM1LTIuNjgtMi45OS0xLjc0bC0yLjM1IDEuMzRjLS41MS4yOS0xLjM2LjMyLTEuODkuMDVMOS41MiAzLjUyYy0uNTMtLjI2LTEuMzgtLjI0LTEuODkuMDVMMy4zIDYuMDVjLS41Ni4zMi0xLjAxIDEuMS0xLjAxIDEuNzN6TTguNTYgNHYxM00xNS43MyA2LjYyVjIwIiBzdHJva2U9IiMwMDI3NzYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  width: 25px;
  height: 22px;
  left: -30px;
}
.top-tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  background-color: #f7f6f4;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-tabs .tab-action{
  margin-right: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.top-tabs .tab-action.active{
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
}
.list-area .row{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}
.list-area .row .list-area-col{
    border: 1px solid #ebebeb;
    padding: 24px;
    margin-top: 32px;
}
.date-list .date-list-tag{
  color: #5a5a5a;
  font-size: 14px;
  line-height: 30px;
}
.date-list .date-list-start{
  margin-right: 6rem !important;
  position: relative;
}
.date-list .date-list-start::after{
  content: "";
  background-image: url(../img/transporation.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -58px;
  top: 15px;
}
.date-list .table-title{
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #313131;
  font-weight: 600;
}
.shutte-now-text{
  display: block !important;
  font-size: 12px;
  line-height: 20px;
  color: #838383;
}
.shutte-now-text i{
  display: none !important;
}

.shuttle-list{
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #313131;
    background-color: #f7f6f4;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    padding-left: 68px;
    position: relative;
}
.dropdown-menu-area{
  margin-bottom: 20px;
}
.shuttle-list::before{
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZGRfMjk3N18zNDI3NCkiPgo8cmVjdCB4PSIzIiB5PSIyIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHJ4PSIxOCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIwLjk5OTMgMjguMzMyN0MxNi4zOTcgMjguMzMyNyAxMi42NjYgMjQuNjAxNyAxMi42NjYgMTkuOTk5M0MxMi42NjYgMTUuMzk3IDE2LjM5NyAxMS42NjYgMjAuOTk5MyAxMS42NjZDMjUuNjAxNyAxMS42NjYgMjkuMzMyNyAxNS4zOTcgMjkuMzMyNyAxOS45OTkzQzI5LjMzMjcgMjQuNjAxNyAyNS42MDE3IDI4LjMzMjcgMjAuOTk5MyAyOC4zMzI3Wk0yMC45OTkzIDI2LjY2NkMyNC42ODEzIDI2LjY2NiAyNy42NjYgMjMuNjgxMyAyNy42NjYgMTkuOTk5M0MyNy42NjYgMTYuMzE3NCAyNC42ODEzIDEzLjMzMjcgMjAuOTk5MyAxMy4zMzI3QzE3LjMxNzQgMTMuMzMyNyAxNC4zMzI3IDE2LjMxNzQgMTQuMzMyNyAxOS45OTkzQzE0LjMzMjcgMjMuNjgxMyAxNy4zMTc0IDI2LjY2NiAyMC45OTkzIDI2LjY2NlpNMjEuODMyNyAxOS45OTkzSDI1LjE2NlYyMS42NjZIMjAuMTY2VjE1LjgzMjdIMjEuODMyN1YxOS45OTkzWiIgZmlsbD0iIzMxMzEzMSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RkXzI5NzdfMzQyNzQiIHg9IjAiIHk9IjAiIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIxIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4wNjI3NDUxIDAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4xNTY4NjMgMCAwIDAgMC4wNiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI5NzdfMzQyNzQiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4wNjI3NDUxIDAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4xNTY4NjMgMCAwIDAgMC4xIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yOTc3XzM0Mjc0IiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd18yOTc3XzM0Mjc0Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0Ml9kcm9wU2hhZG93XzI5NzdfMzQyNzQiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 44px;
  height: 44px;
  top: 10px;
  left: 12px;
 }
 .shuttle-container h1{
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
 }
 .shuttle-now {
  color: #fff;
  background: #ff0000ab;
  display: block;
  border-radius: 8px;
  padding: 8px;
}
.shuttle-now .shutte-now-text {
  color: #fff;
}
 .ring h1{
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
 }
.drop-menu-content {
  list-style-type: none;
}
.tab-content-area .tab-content{
   display: none;
}
.tab-content-area .tab-content.active{
  display: block;
}
.drop-menu-content .odd,
.drop-menu-content .even {
  list-style: none;
  font-size: 15px;
  color: #313131;
  padding: 15px;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .odd:hover,
.drop-menu-content .even:hover {
  background-color: rgba(199, 0, 60, 0.1019607843);
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .odd {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before p, .drop-menu-content .su-before div, .drop-menu-content .su-before span {
  list-style: none;
  font-size: 15px !important;
  margin: 0 !important;
  color: #313131 !important;
  padding: 15px;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .su-before p:nth-child(even), .drop-menu-content .su-before div:nth-child(even), .drop-menu-content .su-before span:nth-child(even) {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before p:hover, .drop-menu-content .su-before div:hover, .drop-menu-content .su-before span:hover {
  background-color: rgba(199, 0, 60, 0.1019607843);
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .su-before p > a, .drop-menu-content .su-before div > a, .drop-menu-content .su-before span > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before p i > a, .drop-menu-content .su-before div i > a, .drop-menu-content .su-before span i > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before p:last-child, .drop-menu-content .su-before div:last-child, .drop-menu-content .su-before span:last-child {
  border-bottom: none;
}
.drop-menu-content .su-before p span {
  border-bottom: none !important;
}
.drop-menu-content .su-before ol, .drop-menu-content .su-before ul {
  list-style-type: none;
  padding: 0;
}
.drop-menu-content .su-before ol li, .drop-menu-content .su-before ul li {
  font-size: 15px !important;
  color: #313131 !important;
  padding: 15px !important;
  margin: 0 !important;
  padding-right: 0;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .su-before ol li:nth-child(even), .drop-menu-content .su-before ul li:nth-child(even) {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before ol li:hover, .drop-menu-content .su-before ul li:hover {
  background-color: rgba(199, 0, 60, 0.1019607843);
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .su-before ol li > a, .drop-menu-content .su-before ul li > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before ol li:last-child, .drop-menu-content .su-before ul li:last-child {
  border-bottom: none;
}
.drop-menu-content .su-before ol li span, .drop-menu-content .su-before ul li span {
  border-bottom: none !important;
}
.drop-menu-content .su-before ol li span > a, .drop-menu-content .su-before ul li span > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #eaebf0;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .list-area .row{
    grid-template-columns: repeat(1,1fr);
  }
}
.filter-wrapper p {
  color: #313131;
  font-size: 17px;
  font-weight: 700;
}
.filter-wrapper #news-events-form,
.filter-wrapper #formFaculty {
  margin: 0;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .filter-wrapper #news-events-form,
  .filter-wrapper #formFaculty {
    flex-wrap: wrap;
  }
}
.filter-wrapper #news-events-form .select-form,
.filter-wrapper #formFaculty .select-form {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 10px 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper #news-events-form .select-form,
  .filter-wrapper #formFaculty .select-form {
    width: 100%;
  }
}
.filter-wrapper button {
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-left: 2px;
  font-weight: 700;
  background: #313131;
  color: #fff;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .filter-wrapper button {
    font-size: 15px;
    margin-left: 0;
    margin-top: 10px;
    height: 40px;
  }
}
.contact-info-card{
  min-height: 400px;
}
.contact-info-card img{
  width: 90px;
  height: 90px;
  border-radius: 900px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.11);
}
.contact-info-card .card-title{
text-align: center;
font-size: 20px;
color: #002776;
display: block;
}
.card-wrapper {
  font-family: "Poppins", sans-serif;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);
  margin: 15px 0;
}
.card-wrapper:hover {
  transform: scale(1.02);
  transition: 0.2s;
}
.card-wrapper .card-picture {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px 6px 0 0;
  background-position: center center;
  margin: 0;
}
.card-wrapper a .card-body {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}
.card-wrapper a .card-body .card-job,
.card-wrapper a .card-body .card-title {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  height: 37px;
  word-break: break-word;
}
.card-wrapper a .card-body .card-mail,
.card-wrapper a .card-body .card-phone {
  display: inline-flex;
  margin-top: 15px;
  color: #313131;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.card-wrapper a .card-body .card-mail > i,
.card-wrapper a .card-body .card-phone > i {
  margin-right: 5px;
  line-height: 17px;
}
.card-wrapper a .card-body .card-mail {
  height: 37px;
  font-size: 11px !important;
}
.card-wrapper a .card-body .card-research {
  height: 138px;
  overflow: hidden;
  border-top: 1px solid #c7003c;
  padding-top: 15px;
}
.card-wrapper a .card-body .card-research > span {
  color: #313131;
  font-weight: 700;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 15px;
}
.card-wrapper a .card-body .card-research > p {
  color: #313131;
  line-height: 17px;
  font-size: 13px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-detail-picture {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 245px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .card-detail-picture {
    border-radius: 5px 5px 0 0px;
  }
}

.card-detail-info {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 23px;
  background: #eaebf0;
  border-radius: 0 5px 5px 0;
}

.card-body .info-line{
  display: inline;
}

.card-body .info-line span{
  display: block;
  text-align: center;
  padding: 5px 10px;
}


@media only screen and (max-width: 768px) {
  .card-detail-info {
    border-radius: 0 0 5px 5px;
  }
}
.card-detail-info .card-unit,
.card-detail-info .card-title,
.card-detail-info .card-job {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  height: 37px;
  word-break: break-word;
}
@media only screen and (max-width: 576px) {
  .card-detail-info .card-unit,
  .card-detail-info .card-title,
  .card-detail-info .card-job {
    font-size: 13px;
  }
}
.card-detail-info .card-title {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .card-detail-info .card-title {
    font-size: 15px;
  }
}
.card-detail-info .card-mail,
.card-detail-info .card-phone {
  display: inline-flex;
  margin-top: 15px;
  color: #313131;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.card-detail-info .card-mail i,
.card-detail-info .card-phone i {
  margin-right: 5px;
  line-height: 17px;
}
.card-detail-info .card-mail {
  height: 37px;
}

.card-detail-bottom {
  font-family: "Poppins", sans-serif;
  padding: 25px;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom {
    padding: 25px 0;
  }
}
.card-detail-bottom .card-group {
  display: flex;
  flex-direction: column;
}
.card-detail-bottom .card-group span {
  color: #313131;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom .card-group span {
    font-size: 15px;
  }
}
.card-detail-bottom .card-group p {
  color: #313131;
  font-size: 15px !important;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom .card-group p {
    font-size: 13px;
  }
}
.card-detail-bottom .card-group p a {
  color: #313131;
  font-size: 15px !important;
}
.card-detail-bottom .card-group p a:hover {
  color: #313131;
}

.item {
  font-family: "Poppins", sans-serif;
  max-height: 500px;
  transition: all 250ms ease-in-out;
  margin: 16px 5px;
}
@media only screen and (max-width: 768px) {
  .item {
    margin-bottom: 60px;
  }
  .item .item-body span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
.item:hover {
  transform: scale(1.01);
  transition: 0.2s;
}
.item .item-picture {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
  background-position: center center;
  margin: 0;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .item .item-picture {
    background-size: contain;
  }
}
.item .item-body {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}
.item .item-body .item-title {
  height: 115px;
  font-weight: 600;
}
.item .item-body span {
  color: #313131;
  height: 45px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.item .item-body span.type-name {
  height: 24px;
  font-size: 15px;
   line-height: 20px;
}
.item .item-body span.item-title {
  height: 75px;
  font-size: 18px;
  margin-top: 16px;
}
.item .item-body .type-content {
  font-size: 16px;
  margin-bottom: 8px;
}
.item .item-body span i {
  margin-right: 5px;
  font-size: 20px;
}
.item .item-body p {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.item .item-body .item-date {
  padding-top: 15px;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.item .item-body .item-date-beetwen {
  display: flex;
}

.item-detail {
  font-family: "Poppins", sans-serif;
  overflow: auto;
}
.item-detail img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

nav.pager {
  font-family: "Poppins", sans-serif;
}
nav.pager .pager__items {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  nav.pager .pager__items {
    justify-content: center;
  }
}
nav.pager .pager__items .pager__item--last,
nav.pager .pager__items .pager__item--first {
  display: none;
}
nav.pager .pager__items a {
  padding: 10px !important;
  border: none !important;
  color: #313131 !important;
}
@media only screen and (max-width: 576px) {
  nav.pager .pager__items a {
    padding: 5px !important;
    font-size: 14px !important;
  }
}
nav.pager .pager__items a:hover {
  background: none !important;
  color: #313131 !important;
  border-color: none !important;
}
nav.pager .pager__items .is-active a {
  background-color: #313131 !important;
  border-bottom: solid 2px #c7003c !important;
  color: #fff !important;
  border-radius: 5px !important;
}

#current-courses-table_filter,
#course-catalog-table_filter {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#current-courses-table_filter label,
#course-catalog-table_filter label {
  display: flex;
  width: 100%;
}
#current-courses-table_filter label input[type=search],
#course-catalog-table_filter label input[type=search] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  margin: 0;
}
#current-courses-table_filter label input[type=search]:focus,
#course-catalog-table_filter label input[type=search]:focus {
  border-color: #004990;
}
#current-courses-table_filter label .dt-button,
#course-catalog-table_filter label .dt-button {
  width: 20%;
  margin-left: 5px;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  background: #002776;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #current-courses-table_filter label .dt-button,
  #course-catalog-table_filter label .dt-button {
    display: none;
  }
}

#current-courses-table,
#course-catalog-table {
  width: 100% !important;
  color: #313131;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#current-courses-table thead th,
#course-catalog-table thead th {
  border-bottom: 2px solid #002776;
  background: #002776;
  color: #fff;
  padding: 5px 15px;
}
#current-courses-table tbody .odd td,
#course-catalog-table tbody .odd td {
  background-color: #f2f2f2;
}
#current-courses-table tbody .odd td,
#current-courses-table tbody .even td:hover,
#course-catalog-table tbody .odd td,
#course-catalog-table tbody .even td:hover {
  cursor: pointer;
}
#current-courses-table .yadcf-filter-wrapper select,
#course-catalog-table .yadcf-filter-wrapper select {
  width: 100%;
  height: 150px;
  color: #313131;
  font-size: 15px;
  border-radius: 0;
}
#current-courses-table .yadcf-filter-wrapper button,
#course-catalog-table .yadcf-filter-wrapper button {
  background: #f2f2f2;
  border: none;
  padding: 10px;
  color: #313131;
  margin-top: 10px;
}
#current-courses-table tbody td a,
#course-catalog-table tbody td a {
  color: #313131;
}

#current-courses-table_paginate,
#course-catalog-table_paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #current-courses-table_paginate,
  #course-catalog-table_paginate {
    justify-content: center;
  }
}
#current-courses-table_paginate span .paginate_button,
#course-catalog-table_paginate span .paginate_button {
  color: #313131;
  font-size: 15px;
  padding: 10px 15px;
}
@media only screen and (max-width: 576px) {
  #current-courses-table_paginate span .paginate_button,
  #course-catalog-table_paginate span .paginate_button {
    padding: 5px 8px;
  }
}
#current-courses-table_paginate span .paginate_button.current,
#course-catalog-table_paginate span .paginate_button.current {
  background-color: #002776;
  border-bottom: solid 2px #ffffff;
  color: #fff;
  border-radius: 5px;
}
#current-courses-table_paginate .paginate_button,
#course-catalog-table_paginate .paginate_button {
  font-size: 16px;
  padding: 10px 15px;
  color: #313131;
}
@media only screen and (max-width: 576px) {
  #current-courses-table_paginate .paginate_button,
  #course-catalog-table_paginate .paginate_button {
    padding: 0;
  }
}
#current-courses-table_paginate .paginate_button.disabled,
#course-catalog-table_paginate .paginate_button.disabled {
  color: #666;
  display: none;
}
#current-courses-table_paginate .paginate_button:hover,
#course-catalog-table_paginate .paginate_button:hover {
  cursor: pointer;
}

.course-catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title {
    flex-wrap: wrap;
  }
}
.course-catalog-title a {
  color: #313131;
  font-weight: 700;
  border-bottom: solid 2px #c7003c;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title a {
    margin-bottom: 15px;
  }
}
.course-catalog-title a:hover, .course-catalog-title a:active, .course-catalog-title a:visited {
  color: #313131;
}
.course-catalog-title select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title select {
    width: 100%;
  }
}

.course-catalog-detail {
  color: #313131;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.course-catalog-info {
  font-family: "Poppins", sans-serif;
}
.course-catalog-info > div {
  margin-bottom: 10px;
  color: #313131;
}

.ring .aktif-donem {
  font-weight: bold;
}
.owl-nav{
  top: 48%;
}
.owl-nav .owl-prev{
  background: #fff !important;
}
.owl-nav .owl-prev span{
  color: #313131 !important;
}
.owl-nav .owl-next{
  background: #fff !important;
  position: absolute;
  right: -20%;
}
@media only screen and (max-width: 768px) {
  .owl-nav .owl-next{
    right: 4%;
  }
}
.owl-nav .owl-next span{
  color: #313131 !important;
}
#block-announcement .owl-stage-outer{
  overflow: visible;
}
#block-event .owl-stage-outer{
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  #block-announcement .owl-stage-outer{
    overflow: hidden;
  }
  #block-event .owl-stage-outer{
    overflow: hidden;
  }
}
#block-event .item .item-body .type-name, 
#block-event .item .item-body .item-date, 
#block-event .item .item-body .location{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-family: 'Robot, serif';
  font-weight: 400;
  height: auto;
}
#block-event .item .item-body .item-date{
  padding: 15px 0;
  font-weight: 400;
}
#block-event .event-info{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #block-event .event-info{
    flex-direction: column;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)  { 
  .item .item-picture {
      height: 240px;
  } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .item .item-picture {
      height: 165px;
  } 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .item .item-picture {
      height: 230px;
  } 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .item .item-picture {
      height: 180px;
  } 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  .item .item-picture {
      height: 215px;
  } 
}
/*# sourceMappingURL=mysu_bundle.css.map */
.card-mail .at:before { content: '@'; }
.card-mail .dot:before { content: '.'; }