.brc_custom_1 {
  background-color: #f4f8ff;
}
.brc_custom_1 .breadcrumb {
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}
.mt-24 {
  margin-top: 1.5rem;
}

.slug-all {
  letter-spacing: 0.16em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #0095DA;
  font-family: "Poppins";
}

.title-all {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 35px;
  color: #071D61;
}

.search {
  background-repeat: repeat !important;
  background-size: contain !important;
}
.search .search-pt {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
}
.search .form-set {
  -webkit-box-shadow: 0px 4px 10px rgba(7, 29, 97, 0.08);
          box-shadow: 0px 4px 10px rgba(7, 29, 97, 0.08);
  border-radius: 88px;
  height: 2.875rem;
  color: #454545;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: Roboto;
}
.search .from-seach {
  background-image: url("../images/cil_search.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding: 0 2.875rem;
}
.search .form-select {
  background-image: none !important;
  padding: 0 2.875rem;
}
.search .from-after {
  position: relative;
}
.search .from-after::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19px;
  background: url(../images/map-pin.svg) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.search .from-after::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
  background: url("../images/ar-down.svg") no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 16px;
}
.search .from-box::after {
  background: url(../images/list.svg) no-repeat;
}
.search .from-box-one::after {
  background: url(../images/cil_search.svg) no-repeat;
  background-size: 100% 100%;
}
.search .from-box-one::before {
  background: none;
}
.search .btn-sent {
  font-family: Roboto;
  width: 100%;
  margin: 0;
}

.recruitment-itmes-one {
  position: relative;
  margin-top: -2.475rem;
  margin-bottom: 3.125rem;
}
.recruitment-itmes-one .btn-recui {
  font-family: "Roboto";
  font-weight: 400;
  color: #F0AB00;
  margin-top: 1.875rem;
}
.recruitment-itmes-one .btn-recui i {
  margin-left: 0.8125rem;
  font-size: 0.875rem;
}
.recruitment-itmes-one .itmes-box {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.recruitment-itmes-one .itmes-box .img-recui {
  width: 100%;
}
.recruitment-itmes-one .itmes-box .img-recui img {
  width: 100%;
  max-height: 15.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.recruitment-itmes-one .itmes-box .item-slug {
  background: #fff;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 1rem;
  padding-bottom: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.recruitment-itmes-one .itmes-box:hover .item-slug {
  -webkit-box-shadow: 0px 16px 40px -10px rgba(7, 29, 97, 0.1);
          box-shadow: 0px 16px 40px -10px rgba(7, 29, 97, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #fff;
}
.recruitment-itmes-one .itmes-box .recui_name {
  font-family: "SourceSansPro";
  font-weight: 600;
  font-size: 1.25rem;
  color: #252525;
}
.recruitment-itmes-one .itmes-box .recui_name:hover {
  color: #071D61;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.recruitment-itmes-one .itmes-box .recu-day {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #888888;
}
.recruitment-itmes-one .itmes-box .time-f {
  color: #454545;
  font-family: "Roboto";
  font-weight: 400;
}
.recruitment-itmes-one .itmes-box .time-f img {
  margin-right: 0.6875rem;
}
.recruitment-itmes-one .itmes-box .time-pd {
  padding-right: 1.875rem;
}
.recruitment-itmes-two:not(.about-program):after {
  position: absolute;
  bottom: 0;
  content: '';
  background: #f4f8ff;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
}

.recruitment-itmes-two {
  position: relative;
  z-index: 1;
}
.recruitment-itmes-one .itmes-box .btn-sent {
  border: 1px solid #F0AB00;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #F0AB00;
  height: 2.5rem;
}
.recruitment-itmes-one .itmes-box .btn-sent:hover {
  border: 1px solid #F0AB00;
  background: #F0AB00;
  color: #fff;
}
.recruitment-itmes-two .s-content ul{
  list-style-type: none;
}
.recruitment-itmes-two {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center;
}
.recruitment-itmes-two .recruitment-itmes-two-pt {
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}
.recruitment-itmes-two .item-box {
  -webkit-filter: drop-shadow(0px 16px 40px rgba(7, 29, 97, 0.15));
          filter: drop-shadow(0px 16px 40px rgba(7, 29, 97, 0.15));
  border-radius: 5px;
  position: relative;
}
.recruitment-itmes-two .item-box::after {
  position: absolute;
  content: "";
  background: url(../images/ut.png) no-repeat;
  background-size: 100% 100%;
  width: 12rem;
  height: 12rem;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.recruitment-itmes-two .item-box .itmes-two-img {
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
.recruitment-itmes-two .item-box .itmes-two-img img {
  width: 100%;
  max-height: 22.5rem;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment-itmes-two .box .box-slug {
  width: 96%;
  margin-left: auto;
}
.recruitment-itmes-two .box .s-content ul {
  margin: 0;
  padding: 0;
  margin-top: 1.875rem;
}
.recruitment-itmes-two .box .s-content ul li {
  position: relative;
  list-style: none;
  padding-left: 2.5rem;
  margin-top: 1rem;
}
.recruitment-itmes-two .box .s-content ul li::after {
  position: absolute;
  content: "";
  background: url("../images/check-circle.svg") no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
.recruitment-itmes-two .item-tow-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px rgba(7, 29, 97, 0.15);
  box-shadow: 0px 8px 20px rgba(7, 29, 97, 0.15);
  border-radius: 5px;
  padding: 2.0625rem 1.5rem;
  padding-bottom: 8.4125rem;
  width: 100%;
  position: relative;
}
.recruitment-itmes-two .item-tow-box .name {
  font-weight: 600;
  font-size: 1.25rem;
  color: #252525;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.recruitment-itmes-two .item-tow-box .name:hover,.recruitment-itmes-two .item-tow-box .name:focus{
  color: #071d61;
}
.recruitment-itmes-two .item-tow-box .s-content {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #454545;
  min-height: 42px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recruitment-itmes-two .item-tow-img {
  position: relative;
  margin-top: -7.75rem;
}
.recruitment-itmes-two .item-tow-img .item-tow__img {
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
}
.recruitment-itmes-two .item-tow-img .item-tow__img img {
  width: 100%;
  max-height: 14.5625rem;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.student-slide .swiper-slide:nth-child(even) .col-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-slide .swiper-slide:nth-child(even) .col-flex .item-tow-img {
  margin-top: 0;
}
.student-slide .swiper-slide:nth-child(even) .col-flex .item-tow-box {
  margin-top: -7.75rem;
  padding-top: 8.4125rem;
  padding-bottom: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-program {
  margin-top: 4.375rem;
  margin-bottom: 3.125rem;
}
.about-program .box .box-slug {
  margin-right: auto;
  margin-left: unset;
  width: 90%;
}
.fillter-recruitment {
  background-size: cover !important;
  background-position: bottom center;
}
.no-after::after {
  content: none !important;
}