@charset "UTF-8";

.main_top.main_services::before {
    display: none;
}

.main_services_title {
    color: #2B65A5;

}

.main_desc_in .main_services_title {
    font-size: 70px;
}

.main_services_txt {
    /* margin-top: 20px; */
    margin-top: calc(2rem - 11%);
}

.wrap_services {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F5FAFF;
}

.services_top_desc {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}

.services_top_desc span {
    color: #2B65A5;
    font-size: 20px;
}

.services_top_desc h2 {
    color: #000000;
    font-size: 40px;
}

.services_top_desc p {
    font-size: 20px;
}

.services_img {
    background-color: #ECF6FF;
    padding: 20px;
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.services_img img {
    width: 44px;
}

.services_col {
    padding: 60px 50px 50px 50px;
    border-radius: 10px;
}

.services_col h3 {
    text-align: center;
    color: #FF8200;
    font-size: 25px;
    text-transform: uppercase;
}

.services_col_desc {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.services_more a {
    text-align: center;
    color: #2B65A5;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-size: 20px;
}

.services_box .services_box_col {
    width: calc(100% / 2 - 13px);
    margin: 0 0 27px;
    position: relative;
}

.box_new .box_new_col:first-child {
    width: 42%;
}

.box_new .box_new_col:last-child {
    width: 55%;
    padding: 15px 10px 15px 0;
}

.list_category {
    padding: 0;
    margin: 0;
}

.list_category li {
    border-bottom: 1px solid #D1D0D0;
    padding: 10px 0;
}

.list_category li a {
    color: #787878;
    font-size: 18px;
}

.site_category_title {
    font-size: 20px;
    color: #2B65A5;
}

.wrap_news {
    padding-top: 50px;
}

.site_left {
    width: 70%;
}

.site_right {
    width: 27%;
}

.box_new_title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 22px;
    color: #000;
    margin-bottom: .6rem;
}

.box_new_desc p,
.box_new_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.post-categories li {
    display: none;
}

.post-categories li:first-child {
    display: block;
}

.box_new_date,
.box_new_cat {
    font-size: 18px;
}

.post-categories {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site_category {
    margin: 0 auto 25px;
}

.box_last_cat li a,
.box_last_date {
    font-size: 16px;
}

.box_last_title {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.box_lastest_desc {
    padding-top: 15px;
}

.page-pagination {
    padding-top: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.page-pagination ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.page-pagination li {
    min-width: 20px;
}

.page-pagination li+li {
    margin-left: 14px;
}

.page-pagination a {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    line-height: calc(30/14);
    color: #98A6B5;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #FAFAFA;
    border: 1px solid #F1F1F1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-pagination .active a {
    color: #fff;
    background-color: #2B65A5;
}

.page-pagination .prev {
    margin-right: 4px;
}

.page-pagination .next {
    margin-left: 18px;
}

.page-pagination .next a,
.page-pagination .prev a {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #FAFAFA;
    border: 1px solid #F0F3F5;
}

.page-pagination .next a:after,
.page-pagination .prev a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url(../img/arrow-long.png) no-repeat center / contain;
}

.page-pagination .prev a:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.main_top.main_service_single::before,
.main_top.main_contact::before,
.main_top.main_news::before {
    display: none;
}

.box_contac_us {
    margin: 50px auto 30px;
}

.main_career .breadcrumb {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.top_career_1 h2 {
    font-size: 40px;
}

.top_career_1 p {
    font-size: 20px;
}

.top_career_2 {
    background-color: rgb(237 246 255 / 50%);
}

.top_career_2 h2 {
    font-size: 30px;
    color: #FF8200;
}

.top_career_2_txt {
    margin-bottom: 20px;
    font-size: 20px;
}

.top_career_2 h3 {
    font-size: 20px;
    font-weight: bold;
}

.top_career_2 ol {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px;
}

.top_career_2 ul {
    font-size: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.list_disc {
    list-style: disc;
    padding: 0 0 0 16px;
    margin: 0;
}

.top_career_3 {
    border-top: 1px solid #FF8200;
}

.top_career_3_txt {
    padding: 30px 0 40px 0;
}

.top_career_3_col:first-child {
    width: 32%;
}

.top_career_3_col:last-child {
    width: 68%;
    background-color: rgb(255 207 157 / 10%);
    padding: 15px 10px 10px 30px;
}

.top_career_3_col:last-child h3 {
    font-size: 20px;
    color: #2B65A5;
    font-weight: 700;
}

.contact_us li {
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact_us {
    padding: 0 0 0 0;
    margin: 0;
}

.contact_us li i {
    color: #2B65A5;
    margin-right: 8px;
    margin-top: 6px;
}

.top_career_2 {
    margin-bottom: 60px;
}

.main_services_txt .breadcrumb_last {
    color: #787878;
}

.main_services_txt .breadcrumbs span {
    color: #787878;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .services_col {
        padding: 40px;
    }

    .services_box .services_box_col {
        width: calc(100% / 2 - 9px);
        margin: 0 0 19px;
    }

    .services_col h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .services_col_desc {
        font-size: 16px;
    }

    #scrollTopBtn {
        bottom: 9px;
        right: 9px;
        padding: 7px 1px;
        background-size: 30px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .wrap_services {
        padding-top: 30px;
    }

    .services_top_desc h2 {
        font-size: 30px;
    }

    .services_top_desc {
        padding-bottom: 30px;
    }

    .services_boxd {
        display: block;
    }

    .services_box .services_box_col {
        width: 100%;
    }

    .services_col {
        padding: 30px;
    }

    .services_top_desc p {
        font-size: 16px;
        line-height: 1.2;
    }

    .services_more a {
        font-size: 16px;
    }

    .main_desc_in .main_services_title {
        font-size: 40px;
        text-shadow: 1px 1px 1px #ffffff;
    }

    .main_services_txt {
        margin-top: 0;
    }

    .wrap_news {
        display: block;
    }

    .site_left,
    .site_right {
        width: 100%;
    }

    .site_left {
        margin: 0 auto 30px;
    }

    .box_new_title {
        font-size: 20px;
        margin-bottom: .3rem;
    }

    .box_new_col img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .box_new .box_new_col:first-child {
        width: 33%;
    }

    .box_new .box_new_col:last-child {
        width: 63%;
        padding: 10px 10px 10px 0;
    }

    .box_new_desc p, .box_new_desc {
        -webkit-line-clamp: 2;

    }

    .wrap_news {
        padding-top: 30px;
    }

    .post-categories li:first-child a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .main_top.main_career,
    .main_top.main_contact,
    .main_top.main_news {
        height: 200px
    }

    .box_contac_us {
        margin-top: 30px;
    }

    .top_career_1 h2 {
        font-size: 30px;
    }

    .top_career_2 {
        margin-bottom: 30px;
    }

    .top_career_2 h2 {
        font-size: 25px;
    }

    .top_career_3_txt {
        padding: 25px 0 30px 0;
    }

    .top_career_3_col:first-child img {
        height: 100%;
        object-fit: cover;
    }

    .top_career_3_col:last-child {
        padding: 15px;
    }

    .top_career_2 ul {
        margin-bottom: 0;
    }

    .contact_us li i {
        margin-top: 4px;
    }

    .top_career_2 ul,
    .contact_us li,
    .top_career_2 ol,
    .top_career_2_txt,
    .top_career_1 p,
    .box_new_desc p, .box_new_desc,
    .box_new_date, .box_new_cat,
    .post-categories li a,
    .list_category li a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .top_career_3_box {
        display: block;
    }

    .top_career_3_col:first-child,
    .top_career_3_col:last-child {
        width: 100%;
    }
}