.find_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}
.main-courses {
    width: 100%;
    float: left;
}
.course_block {width:184px; float:right;}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
    position: relative;
    top: 8px
}

.find_list .find_items {
    flex: 0 0 25%;
    max-width: 25%
} 

.find_items .find_items-inner {
    border: 2px solid #7b7474;
    padding: 20px;
    margin: 10px;
    min-height: 123px;
    overflow: hidden;
    cursor: pointer;
    display: flex
}

.form-check label.form-check-label {
    text-align: right;
    direction:ltr;
}

 .find_items-inner.active {
    border: 1px solid #d90021;
    background: #fff;
    position: relative
}
 .find_items-inner.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #d90020;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(180deg)
}

.find_items.active .find_items-inner:before {
    content: "\f2bc";
    font-family: Ionicons;
    position: absolute;
    height: 24px;
    color: #fff;
    left: 6px;
    bottom: -6px;
    z-index: 9;
    font-size: 12px;
    margin-top: 14px;
    font-weight: bolder
}

.find_top_description {
    display: none;
    padding: 0 20px
}

.find_top_block {
    display: flex;
    align-items: center
}

.ch-title {
    font-size: 25px;
    margin-right: 20px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dropdown.show a.dropdown-toggle.btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(313deg);
    position: absolute;
    left: 0;
    top: 10px
}

.find_items.active .find_top_description {
    display: block
}

.news-article_list .news_items.b-box-news .b-post__pic img, .news-article_list .article_items.b-box-news .b-post__pic img {
    width: 100%;
    object-fit: cover
}

.news-article_list .news_items.b-box-news, .news-article_list .article_items.b-box-news {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0
}

.find_subject {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}

.find_subject .find_subject_item {
    flex: 0 0 25%;
    max-width: 25%
}

.find__item-in a.dropdown-toggle.btn {
    color: #000;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    padding: 1rem 0;
    border: unset;
    border-bottom: 1px #000 solid;
    border-radius: 0;
    width: 100%;
    position: relative;
    text-align: right
}

.find__item-in a.dropdown-toggle.btn b.caret {
    float: right
}

.find__item-in a.dropdown-toggle.btn:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: 0;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(136deg) translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.dropdown-menu.dropdown-menu-form.show {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 9px 5px 0 rgba(68, 80, 91, .2);
    border: 0;
    padding: 0 0 20px
}

.ch-icon img {
    width: 40px;
    height: auto
}

ul.dropdown-ct-list {
    padding: 10px
}

ul.dropdown-ct-list li {
    background: #fff;
    font-family: Assistant, sans-serif;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 10px 15px 10px 25px
}

ul.dropdown-ct-list li:hover {
    background: #ededed
}

.find-check-list .form-check [type=checkbox] + label:hover:before {
    background: #ccc
}

ul.dropdown-ct-list li.drop-list-item::after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform: rotate(46deg);
    padding: 2px;
    margin: 14px 24px;
    position: absolute;
    left: -11px;
    z-index: 9;
    top: 2px
}

.dropdown-menu.dropdown-menu-form::-webkit-scrollbar, .inner-tag-block::-webkit-scrollbar {
    width: .5em
}

.find__item-in {
    margin: 10px
}

.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-thumb, .inner-tag-block::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: slategrey solid 1px
}

::-webkit-scrollbar-thumb {
    position: absolute;
    background: #d90020;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.check_clear-item {
    padding: 20px
}

a.clear_link {
    display: flex;
    justify-content: flex-end;
    color: #d90021;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px
}

.find-check-list {
    padding: 0 20px
}

.find-check-list .form-check {
    position: relative;
    display: flex;
    color: #000;
    margin: 0 0 10px
}

.find-check-list .form-check label.form-check-label {
    font-size: 18px;
    color: #000;
    font-family: Assistant, sans-serif;
    line-height: 22px;
    padding-right: 32px !important
}

.find-check-list .form-check [type=checkbox]:checked + label:after {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    right: 7px;
    top: 4px;
    width: .7rem;
    height: 1.3rem
}

.d-flex.approve-block button.uproves_btn {
    border: 2px solid #000;
    padding: 3px 20px;
    font-size: 18px;
    color: #000;
    transition: .5s
}

.news_items {
    display: none;
    height: 475px;


}

.d-flex.approve-block button.uproves_btn:hover {
    background: #d90020;
    border-color: #d90020;
    color: #fff;
    transition: .5s
}

.d-flex.approve-block {
    justify-content: flex-end;
    padding: 0 20px
}

.find-check-list .form-check [type=checkbox] + label:before {
    left: auto;
    right: 0;
    width: 22px;
    height: 22px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6
}

.news_items.b-box-news .b-box-news__content {
    position: relative;
    margin-left: 6%;
    padding: 1rem;
    width: 94%
}

.find-check-list .form-check [type=checkbox]:checked + label::before {
    background: #d90020 !important
}

ul.find-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.find-tags-list .find-tag-item {
    color: #fff;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
    direction:ltr;
}

.find-tags-list .find-tag-item:after {
    content: "x";
    float: left;
    margin-right: 7px
}

.find-tags-list .branches-search {
    background-color: #000
}

.find-tags-list .benefits-search {
    background-color: #0d3742
}

.find-tags-list .course-search {
    background-color: #3a4719
}

.find-tags-result {
    padding: 50px 0
}

.inner-tag-block {
    position: absolute;
    background: #fff;
    width: 333px;
    padding-bottom: 30px;
    left: -333px;
    top: 0;
    z-index: 2;
    border: 0;
    height: 350px;
    overflow-y: scroll;
    box-shadow: 0 9px 5px 0 rgba(68, 80, 91, .2)
}

.menu-icon--aside.burger.on span, .menu-icon.burger.on span {
    border: none
}

.article_dropdown .dropdown-menu.dropdown-menu-form.show {
    transform: none !important;
    top: 100% !important
}

.article_dropdown .dropdown.show a.dropdown-toggle.btn::after {
    content: '';
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(313deg);
    position: absolute;
    left: 10px;
    top: 20px
}

a.clear_link_cat {
    display: flex;
    justify-content: flex-end;
    color: #d90021;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px
}

.article_dropdown .dropdown .dropdown-toggle.btn {
    display: block;
    padding: 14px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    width: 100%;
    border-radius: 0
}

.article_dropdown {
    max-width: 400px
}

.article_dropdown .dropdown .dropdown-toggle.btn::after {
    content: "";
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(136deg);
    position: absolute;
    left: 10px;
    top: 29px
}

.article-filter_top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 20px
}

.article-filter_top .check_clear-item {
    padding: 0
}

.article_filter-block {
    margin-top: 60px
}

.article_tag_bottom li.find-tag-item.artile_tag_item {
    background-color: #490049
}

.check-result-title {
    font-size: 36px
}

.article-find {
    z-index: 9;
    position: relative;
}

.recommend_student_review {
    flex: 100%;
}

/***recommentded page css**/
.page-id-1809 section.s-heading.has_img.d-flex.flex-column.justify-content-between.mobile-has-form {

    z-index: 0;
}

.graduate_dropdown .dropdown .a.dropdown-toggle.btn {
    display: block;
    padding: 12px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    width: 100%;
    border-radius: 0;
}

.job-select_article .b-box-news__pic.text-center {
    text-align: right !important;
}

.graduate_dropdown {
    max-width: 400px;
    margin-right: 3rem;
}


.news_items.job-article_items {
    /*box-shadow: 0 0 3px #470145;*/
}

.graduate_dropdown .dropdown a.dropdown-toggle.btn {
    display: block;
    padding: 12px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    width: 100%;
    border-radius: 0;
}


@media (min-width: 768px) {
    .graduate-recommend {
        margin-top: -100px;
        z-index: 9;
    }

}

.recommend-tag-select ul li {
    background-color: rgb(117, 0, 17);
    color: rgb(255, 255, 255);
}


.graduate_dropdown .dropdown-menu.dropdown-menu-form.show {
    transform: none !important;
    top: 100% !important;
}

.graduate_dropdown .dropdown .a.dropdown-toggle.btn {
    display: block;
    padding: 12px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    width: 100%;
    border-radius: 0;
}


.graduate_dropdown {
    max-width: 400px;
}


.graduate_dropdown .dropdown a.dropdown-toggle.btn {
    display: block;
    padding: 12px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    width: 100%;
    border-radius: 0;
}



.graduate_dropdown .dropdown-menu.dropdown-menu-form.show {
    transform: none !important;
    top: 100% !important;
}


.student_item {
    padding:20px;
}

.student_item .student_image {
    height: 340px;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 55% 75%, 50% 82%, 45% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 55% 75%, 50% 82%, 45% 75%, 0% 75%);
    background-size: cover;
}

.job-select_article {
    padding: 40px 0px 40px;
}

.location-info {
    font-size: 22px;
    font-weight: 300;
    margin: 14px 0;
}


.news_items.job-article_items .b-box-news__title {
    height: auto;
}

.news_items.job-article_items .b-box-news__title:hover {
    text-decoration: none;
}

.news_items.job-article_items .b-box-news__title:hover a {
    text-decoration: underline;
}

.recommend-tag-select ul li {
    background-color: rgb(117, 0, 17);
    color: rgb(255, 255, 255);
}

.recommend-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recommend-head h3 {
    color: #222;
    font-size: 20px;
}


.graduate-recommend-result {
    padding: 80px 50px 30px;
    background: #fff;
    margin-top: 0.5rem ;
}

.student_content {
    background: black;
    position: relative;
    margin-top: -85px;
    box-shadow: -8px 9px 49px -18px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 40px 15px 20px;
    position: relative;
    text-align: center;
}

.graduate_dropdown .dropdown a.dropdown-toggle.btn:after {
    content: "";
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #d90021;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(136deg);
    position: absolute;
    left: 10px;
    top: 29px;
}

.graduate_dropdown .dropdown.show a.dropdown-toggle.btn:after, .article_dropdown .dropdown.show a.dropdown-toggle.btn:after {

    transition: .2s ease;
    transform: rotate(313deg);
    left: 10px;
    top: 20px;
}


a.clear_link_graduates_cat {
    display: flex;
    justify-content: flex-end;
    color: #d90021;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
}

.student_content {
    background: black;
    margin-top: -85px;
    box-shadow: -8px 9px 49px -18px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 40px 15px 20px;
}

.recommend_student_review {
    /* display: none; */
}


.student_content h3 {
    font-size: 2.51rem;
    margin: 0 0 10px;
    color: #fff;
}

.student_content .student_course strong {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.recommend_student .container, .graduate-recommend .container, .job-select_article .container, .container {
    max-width: 1650px;
    margin: auto;
}

.student_content.active {
    background-color: #353638;
}


.student_item a.read_More span {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    width: 12px;
    height: 12px;
    font-size: 0;
}

.student_item a.read_More {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.student_content.active a.read_More.more_graduates span {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color:#A1C05E;
    bottom: 14px;
}

.student_item {
    display: none;
}

.student_course {
    margin-bottom: 20px;
}

.recommend_student-text p {
    font-size: 22px;
    text-align: right;
    font-family: 'Assistant', sans-serif;
}

.job-select_article .article_load_more {
    padding: 40px 0 10px;
}

/***job page css***/

.employers{
    text-align: center;
    font-size: 24px;
}

.employers a{
    color:white;
}

.page-id-1840 section.s-heading.has_img.d-flex.flex-column.justify-content-between.mobile-has-form {
    padding-bottom: 280px;
}

.find-tags-list .find-tag-item.job-tag {
    background-color: rgb(117, 0, 17);
    color: rgb(255, 255, 255);
}


.jobs_type-section {

    z-index: 9;
    position: relative;
}

ul.job-type-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: right;
    column-gap: 0.333333%;
    row-gap: 4px;
}

ul.job-type-list li.jb-item {
    background-color: #d90020b5;
    color: white;
    width: 16%;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    font-size: 20px;
}

/********new search page ***/
section.section.s-conten.search-new .main-search {
    height: 150px;
    padding-left: 55%;
    padding-right: 45px;
    background-color: #bebebe;
}

section.section.s-conten.search-new {
    max-width: 1500px;
    margin: auto;
}

.main-search.d-flex.align-items-center {
    display: flex;
    width: 100%;
}

form#searchform input {
    background-color: #fff;
    font-size: 2rem;
    color: #000;
    padding: 15px 25px;
    font-weight: 400;
    border: 0;
    flex: 1;
}

form#searchform button.btn-search {
    background: #fff;
    border: 0;
    font-size: 19px;
    color: #d90020;
    line-height: 1;
    padding: 15px 20px;
}
.filter_result_box {
    padding: 20px;
}
form#searchform {
    display: flex;
    width: 100%;
}
.result_filter_tabs {
    background-color: rgba(190, 190, 190, 0.5);
    display: flex;
    flex-direction: column;
    padding: 30px 45px;
}



#tab_menu-content .list .active{
        display: block;
    }
    #tab_menu-content .list .hide{
        display: none;
    }

   .tab_menu {
    padding: 0px;
    text-align: right;
    display: flex;
}
    .tab_menu li{
        float: left;


    }

    #tab_menu-content .list{
margin:0;
padding:0;

    }
   ul.tab_menu li a {
    background-color: #fff;
    color: #000;
    margin: 0 5px;
    padding: 10px;
    border: none;
    font-size: 20px;
}

ul.tab_menu li a.activelink {
    background-color: #000;
    border: none;
    color: #fff;
}

.filter_result_box p {
    font-size: 20px;
}


.article_result-items {
    padding: 20px 45px;
    background-color: rgb(233 233 233 / 85%);
    margin-bottom: 25px;
}






.search_filter_block  .b-box-search {
    padding: 20px 45px;
    background-color: rgb(225 225 225 / 85%);
    margin-bottom: 25px;
}

.b-box-search__title {
    font-size: 28px;
}

.search-results .b-box-search__title a {
    font-family: "Assistant", Sans-serif;
    color: #212529;
}

.search_filter_block .b-box-search .b-box-search__title a {
    color: #212528;

}

.search_filter_block .b-box-search .b-box-search__title a:hover {
    text-decoration: underline;
}

.search_filter_block .b-box-search .b-box-search__desc {
    font-size: 17px;
    margin: 15px 0;
}

.post-cat span {
    display: inline-block;
    background-color: #470145;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 0.8rem;
    margin: 0.25rem 0 0.25rem 0.25rem;
}

a.link_title:hover {
    text-decoration: underline;
}




@media only screen and (max-width: 1199.98px) {
    .ch-icon img {
        width: 28px
    }

    .find_items .find_items-inner {
        padding: 12px 10px;
        margin: 10px;
        min-height: 95px
    }

    header.l-header.b-header .b-header__main .b-header__right.col.d-flex form.b-header__search-form {
        padding-left: 0
    }

    .article_section .container, .find_section .container, .find_subject_section .container {
        max-width: 100%
    }

    .ch-title {
        font-size: 18px;
        margin-right: 10px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 1024px) {
    .ch-title {
        font-size: 16px
    }

    .news-article_list .news_items.b-box-news .b-box-news__content {
        margin-left: 2rem;
        padding: 1rem
    }

    .b-header__phone.px-4 {
        display: none
    }

    .check-result-title {
        font-size: 30px;
    }

}

@media only screen and (max-width: 991px) {
    .find-check-list .form-check label.form-check-label {
        font-size: 16px;
        color: #000;
        font-family: Assistant, sans-serif;
        line-height: 22px;
        padding-right: 32px !important
    }

    a.clear_link {
        font-size: 18px
    }

    .find-check-list {
        padding: 0 10px
    }

    .check_clear-item {
        padding: 15px 10px 10px
    }

    ul.dropdown-ct-list li {
        font-size: 14px
    }

    .d-flex.approve-block {
        padding: 0 10px
    }

    .news-article_list .news_items.b-box-news, .news-article_list .article_items.b-box-news {
        flex: 0 0 49%;
        max-width: 49%
    }

}

@media only screen and (max-width: 767px) {
    .page-id-1809 section.s-heading.has_img.d-flex.flex-column.justify-content-between.mobile-has-form {
        min-height: 460px;
    }

    .find_list .find_items, .find_subject .find_subject_item {
        flex: 0 0 50%;
        max-width: 50%
    }

    .find_top_description p {
        font-size: 16px
    }

    .find_top_description {
        padding: 0 15px
    }

    .check-result-title {
        font-size: 24px;
    }

    ul.find-tags-list {
        gap: 10px;
    }

    .recommend_student-text:before {
        top: -25px;
        right: -21px;
    }

    .recommend_student-text:after {

        left: 0;

    }

    .recommend_student-text p {
        font-size: 28px;

    }

    ul.job-type-list li.jb-item {
        width: 32.666%;
        height: 75px;
        font-size: 14px;
        padding: 3%;
    }

    .job-select_type {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .find_list .find_items {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ch-title {
        font-size: 18px
    }

    .ch-icon img {
        width: 50px
    }

    .find_subject .find_subject_item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .news-article_list .news_items.b-box-news, .news-article_list .article_items.b-box-news {
        flex: 0 0 100%;
        max-width: 100%
    }

    .student_item, .news-recommend_student_list .student_item, .job-select_article .news-article_list.row .news_items {
        flex: 0 0 100%;
        padding: 0px;
    }
}

.pulser {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #d90020;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 145, 0, 0);
  }
}

.gform_confirmation_message {
    text-align: center !important;
    color: white !important;
    font-size: 3rem !important;
}