section.recruit.sec_1 {
    padding: 110px 0;
}
.recruit.sec_1 .grid-50 .wrap-content {
    padding: 94px 50px 119px 0;
    /* text-align: justify; */
}
.wrap-content h2 {
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    text-align: unset;
}
.fw-bold {
    font-family: "SegoeUI-Bold";
}
.wrap-content .desc {
    font-size: 20px;
    margin-bottom: 25px;
}
a.read-more {
    display: none !important;
}
p:last-child {
    margin-bottom: 0;
}
.button_style {
    border-    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 23px;
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);

    padding: 15px 30px;
    color: #fff !important;
}
.recruit.sec_1 .grid-50:last-child span {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_sec_3 .content {
    margin-bottom: 30px;
}
.recruit a i {
    margin-left: 14px;
}
.logo-white img {
    width: 160px;
}
.home header#masthead_tech .site-logo img.header-image{
    filter: brightness(0) invert(1);
}

.home header#masthead_tech.sticky .site-logo img.header-image {
    filter: unset;
}
.recruit.sec_1 .grid-50:last-child:hover span i {
    color: #ED3237;
}
.recruit.sec_1 .grid-50 .wrap-content .content {
    margin-bottom: 30px;
}

.wrap-content .content {
    font-size: 14px;
}
.recruit.sec_1 .grid-50:last-child {
    position: relative;
}

.recruit.sec_1 .grid-50 {
    padding-left: 0;
    padding-right: 0px;
}
.recruit.sec_1 .grid-50:last-child span i {
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* padding: 27px 32px; */
    font-size: 25px;
}
.recruit.sec_2 .grid-25 {
    padding: 0;
}
.popup_tt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -11;
    opacity: 0;
}
.recruit.sec_2 .activity-col {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.popup_content_b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* padding: 40px; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgb(0 0 0);
    border-radius: 3px;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    max-height: 90%;
    overflow: auto;
}
.popup_close {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 1;
}
.btn_close_popup {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    top: 42.5px;
    z-index: 999;
    transform: translateY(-50%);
    cursor: pointer;
}
.btn_close_popup:before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: white;
    content: '';
    position: absolute;
    transform: rotate(45deg);
}
.btn_close_popup:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: white;
    content: '';
    position: absolute;
    transform: rotate(-45deg);
}
.popup_title {
    background-image: linear-gradient(to top, #4b70c7 0%, #3A5AA6 100%);
    color: #ffffff;
    font-family: "SegoeUI";
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding: 30px 70px;
}
.pop_up_content {
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
section.recruit.sec_1:before {
    position: absolute;
    width: 919px;
    height: 919px;
    opacity: 0.7;
    content: '';
    top: -320px;
    right: -100px;
    /*background-image: url(../images/pattern.png);*/
    content: '';
    z-index: -1;
}
.popup_tt.active {
    z-index: 9999999999;
    opacity: 1;
}
.pop_up_content .decr {
    font-size: 15px;
    /* padding: 50px 85px 50px 30px; */
    text-align: justify;
    font-family: "SegoeUI";
    margin-bottom: 40px;
}
.pop_up_content .main_content {
    /* padding: 0px 85px 50px 30px; */
    /* text-align: justify; */
    font-family: "SegoeUI";
}
.pop_up_content .grid-50 {
    padding-bottom: 80px;
}
.pop_up_content .main_content .grid-50.detail .box_content {
    position: relative;
}
.pop_up_content .main_content .grid-50.detail h5 {
    color: #999999;
    font-family: "SegoeUI";
}
.pop_up_content .main_content .grid-50.detail .box_content:before {
    position: absolute;
    background-image: url(../images/ngoac.png);
    width: 65px;
    height: 51px;
    content: '';
    left: -50px;
    top: -30px;
}


.recruit.sec_2 .activity-content .activity-name, .recruit.sec_2 .activity-content .activity-detail {
    max-width: 80%;
    margin: auto;
}
.recruit.sec_2 .activity-content .activity-name {
    margin-bottom: 22px;
    /* padding: 0; */
    min-height: unset;
    margin-bottom: 30px;
}
.recruit.sec_2 .activity-content .activity-name {
    margin-bottom: 25px;
}
.activity-content .activity-name {
    margin-bottom: 60px;
    /* padding: 0 11%; */
    min-height: 2cm;
}
.activity-content .activity-name, .activity-content .activity-icon {
    position: relative;
}

.recruit.sec_2 .activity-content .activity-detail {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-family: "SegoeUI";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
div#mvctable td {
    display: flex;
}
div#mvctable td img {
    margin-right: 8px;
}
.activity-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.activity-col .a {
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 28px;
    line-height: 33px;
}
.activity-content::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 330px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.recruit.sec_2 .activity-content {
    padding-bottom: 100px;
    /* height: 220px; */
    /* overflow: auto; */
    /* padding-bottom: 50px; */
    height: 150px;
}
.activity-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .3s all ease-in-out;
}
.activity-col .a:hover .activity-img img {
    transform: scale(1.3);
}
.activity-col .a::before, .activity-col .a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background-image: linear-gradient(to right, #fe7e00 0%, #ff8c1b 100%);
    z-index: 9;
    transition: .3s all ease-in-out;
}
.activity-col .a::after {
    right: 0;
    left: unset;
}
.activity-col .a:hover::before, .activity-col .a:hover::after {
    width: 50%;
}
.recruit.sec_3 {
    padding: 150px 0 80px 0;
}
.recruit.sec_3:before {
    position: absolute;
    width: 919px;
    height: 919px;
    opacity: 0.7;
    content: '';
    top: 0;
    right: -100px;
    background-image: url(../images/pattern.png);
    content: '';
    transform: translateY(-50%);
}
.recruit.sec_3 .grid-container {
    /* margin-left: 0; */
    margin-right: calc(calc(100vw - 1300px) / 2);
    /* max-width: 100% !important; */
}
.recruit.sec_3 .grid-60 {
    margin-bottom: 80px;
    /* margin-left: calc(calc(100vw - 1300px) / 2); */
}
.heading {
    margin-bottom: 0px;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "SegoeUI-Bold";
    font-size: 48px;
    font-weight: normal;
    line-height: 55px;
    text-transform: uppercase;
}
.recruit.sec_3 h2 {
    padding-bottom: 30px;
}
.team_td {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.team_td .item {
    height: 300px;
    width: 50%;
}
.popup_td2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -11;
    opacity: 0;
}
section.section.recruit.sec_3 {
    overflow: hidden;
}
.popup_content_b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* padding: 40px; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgb(0 0 0);
    border-radius: 3px;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    max-height: 90%;
    overflow: auto;
}
.team_td .item .info_team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.team_td .item .box_content {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.team_td .item .box_img {
    width: 70%;
    height: 100%;
    position: relative;
}
.team_td .item:nth-child(4n+2) .box_content {
    width: 60%;
}
.team_td .item:nth-child(4n+2) .box_img {
    width: 40%;
}
.team_td .item:nth-child(4n+3) .box_content {
    width: 70%;
    order: 2;
}
.team_td .item:nth-child(4n+3) .box_img {
    width: 30%;
}
.team_td .item:nth-child(4n+4) .box_content {
    width: 40%;
    order: 2;
}
.team_td .item:nth-child(4n+4) .box_img {
    width: 60%;
    order: 1;
}
.box_content_info h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.box_content_info {
    text-align: right;
    padding-right: 25px;
}
.btn_add {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 52px;
    height: 52px;
    background-    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.team_td .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_td2.active {
    z-index: 9999999999;
    opacity: 1;
}
.pop_up_content:before {
    position: absolute;
    right: -100px;
    top: -150px;
    background-image: url(../images/boder_nho.png);
    width: 490px;
    height: 517px;
    content: '';
    pointer-events: none;
}
.wrap-content h3 {
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
}
.recruit.sec_5 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.recruit.sec_5 .grid-container {
    display: flex;
    flex-wrap: wrap;
}
.recruit.sec_5 .grid-66 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.img-mems {
    display: inherit;
}
.recruit-internship.recruit.sec_5 .grid-33 {
    padding-top: 80px;
    padding-bottom: 65px;
}
.wrap-content {
    color: #333333;
}
.wrap-content .desc {
    font-size: 20px;
    margin-bottom: 25px;
}
.wrap-content .content {
    font-size: 14px;
}
.recruit.sec_5 .wrap-content h4 {
    margin-top: 20px;
    color: #333333;
    font-family: "SegoeUI";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
ul.list-rec-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 14px;
    list-style: none;
    margin-left: 0;
}
ul.list-rec-links li a,.recruit.sec_1 .button_style {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 45px;
    color: #fff  !important;
    border: 1px solid #3A5AA6 ;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
}
ul.list-rec-links li:first-child a .recruit.sec_1 .button_style {
    border-    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 23px;
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);

    padding-left: 30px;
    color: #fff !important;
    position: relative;
    z-index: 9;
}
ul {
    margin: 0;
}
.recruit-internship {
    background-color: #f5f5f5;
}
.recruit.sec_5::before {
    content: '';
    display: block;
    height: 100%;
    width: 1230px;
    top: 0;
    position: absolute;
    right: 130px;
    /*background: url(../images/Logo-bg.png) no-repeat center;*/
    background-size: 1230px;
    z-index: -1;
}
.recruit.sec_5 .grid-33 {
    padding-top: 175px;
    padding-bottom: 165px;
}
.recruit-internship.recruit.sec_5::before{
    display: none;
}

/*gallery*/
.list_gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /* margin: 0 -10px; */

}
.list_gal .item_gal {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* padding-left: calc(22px/2); */
    /* padding-right: calc(22px/2); */
    /* padding-top: calc(60px/2); */
    /* padding-bottom: calc(60px/2); */
    margin: 0px 10px 20px;
}
.list_gal .thumb img {
    border-radius: 30px;
    height: 214px;
    object-fit: cover;
    max-width: 100%;
}
.item_gal .decs h3{
    color: #767676;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 0;
}
.hide {
    display: none!important;
}
.sidebar_td ul {
    list-style: none;
    margin: 0;
}
#primary .td-header .social_share {
    margin: 0 !important;
}
.form_filter > input, .form_filter > select {
    width: 25%;
}
.form_td .grid-25 {
    float: right;
    padding-top: 50px;
    padding-right: 80px;
}
.specifications table {
    color: #333333;
    font-size: 15px;
}
.bodyContainer {
    width: 425px;
}
.specifications table {
    color: #333333;
    font-size: 15px;
}
.infusion-form .default .webFormBodyContainer {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.default .text {
    color: #000000;
}
.infusion-field-input-container {
    color: #000000;
    font-size: 12px;
}
table.infusion-field-container td.infusion-field-input-container input[type='text'], table.infusion-field-container td.infusion-field-input-container input[type='email'], table.infusion-field-container td.infusion-field-input-container input[type='tel'], table.infusion-field-container td.infusion-field-input-container input[type='password'], table.infusion-field-container td.infusion-field-input-container select {
    background-color: #fff !important;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px 16px;
    height: 40px;
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
table.infusion-field-container td.infusion-field-input-container input[type='text'], table.infusion-field-container td.infusion-field-input-container input[type='email'], table.infusion-field-container td.infusion-field-input-container input[type='tel'], table.infusion-field-container td.infusion-field-input-container input[type='password'], table.infusion-field-container td.infusion-field-input-container textarea {
    width: 100%;
    margin: 0;
}
.recruit.sec_3 .grid-50 {
    display: flex;
    align-items: center;
    text-align: right;
    height: 300px;
    padding: 0;
}
.pop_up_content .main_content .grid-50.detail {
    padding: 50px 0 0 100px;
    font-size: 15px;
    font-family: "SegoeUI";
    text-align: left;
    overflow: auto;
}
.recruit.sec_3 .pop_up_content .grid-50 {
    padding: 0;
    display: block;
    /* text-align: left; */
    margin-bottom: 50px;
}
.popup_td2 .pop_up_content .main_content .grid-50.detail {
    padding-left: 100px;
}
table.infusion-field-container td.infusion-field-label-container {
    padding-right: 5px;
    max-width: 200px;
}
table.infusion-field-container td.infusion-field-input-container {
    padding-bottom: 12px;
}
.infusion-form td, .infusion-form table {
    border: 0 !important;
    margin: 0;
}
.specifications td {
    padding: 5px;
}
.popup_td2 .pop_up_content .grid-50 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_td2 .pop_up_content img {
    border-radius: 100px 0 0;
}
section.footer-top.section .grid-100 {
    padding: 0;
}
section.section.gallery_page {
    padding: 60px 0;
}
.timeline_item .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.timeline_item .wrap >* {
    width: calc(50% - 70px);
}
.timeline {
    position: relative;
    margin-bottom: 50px;
}
.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -3px;
    background: #E1E1E1;
}
.timeline_item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    background: #3A5AA6;
    border-radius: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
a#load_more_item {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid  #105760;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    fill:  #105760;
}

.timeline .timeline_item:nth-child(even) .item_img, .timeline .timeline_item:nth-child(odd) .item_cont {
    padding-left: 70px;
}
.timeline .timeline_item:nth-child(even) .item_cont, .timeline .timeline_item:nth-child(odd) .item_img {
    padding-right: 70px;
}
.timeline .timeline_item:nth-child(even) .item_img {
    order: 2;
}
.timeline .timeline_item:nth-child(even) .item_cont  {
    text-align: right;
}
.timeline_item {
    position: relative;
}
.timeline_item .item_title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    font-family: "SegoeUI";
    line-height: normal;
    text-transform: uppercase;
}
.timeline_item .item_title b{
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
}
.timeline_item .cont {
    font-style: normal;
    font-weight: 400;
}
.timeline_item:not(:last-child) {
    margin-bottom: 50px;
}
section.section.about_sec_2 {
    padding: 30px 0;
}

.about_sec_2 .heading_h2 {
    margin-bottom: 60px;
}
.slide_prize .slick-slide {
    opacity: 0;
    transition: all 0.5s;
    padding: 40px;

}
.slide_prize .slick-slide.slick-active {
    opacity: 1;
    transition: all 0.5s;
}

.slide_prize .slick-slide.slick-current {
    transition: all 0.5s;
    opacity: 1;
}
section.section.about_sec_4 {
    padding: 50px 0;
}
section.section.about_sec_4 {
    padding: 50px 0;
    background: #3f85b5;
}

.slide_prize .slick-slide img {
    height: 400px;
    object-fit: cover;
}

.slide_prize .slick-slide .item_img {
    margin-bottom: 40px;
}

.slide_prize .slick-slide .item_cont {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.5s;
}
.slide_prize .slick-slide.slick-current .item_cont {
    opacity: 1;
    transition: all 0.5s;

}
.footer-col.bct h3 {
    margin-top: 20px;
    margin-bottom: 0;
}
.bct .ft-col-title {
    margin-bottom: 10px;
    margin-top: 20px;
}

div#mvcwid {
    padding: 0;
}

div#mvccount {
    padding: 10px 0;
}
div#mvctable table *,div#mvctable table {
    border: none;
}
div#mvctable {
    padding: 10px 0;
}
div#mvccount {
    display: none;
}
.box_load .box_product_filter_solution {
    padding-bottom: 50px;
}
.inner_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.inner_content {}

.inner_content .list_cat_gal {
    width: 25%;
}

.inner_content .gallery_inner {
    width: 75%;
}

.list_cat_gal h3 {
    background-image: linear-gradient(88deg, #3A5AA6 0%, #0f7ab4 100%);

    height: 45px;
    padding: 0 30px;
    line-height: 45px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.list_cat_gal ul li {margin-bottom: 5px;}

.list_cat_gal ul li a {
    color: #333333;
    font-size: 15px;
    font-family: "SegoeUI-Bold";
    background-color: #f0f0f0;
    padding: 15px 30px;
    width: calc(100% - 60px);
}
.list_cat_gal ul {
    list-style: none;
    margin: 0;
}

.list_cat_gal ul li.active a {
    color: transparent;
    background: -webkit-linear-gradient(#3A5AA6, #0f7ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.section.about_sec_4 * {
    color: #fff;
}
.list_area {
    margin-top: 50px;
}
.list_area .item:not(:last-child) {
    margin-bottom: 35px;
}
.list_area .item_img {
    padding-right: 50px;
}
.solution_details_info .box .item .box_content >* {
    margin-right: 30px;
}
.solution_details_info .box .item_des {
    margin: 20px 0;
}
.box_inner {
    display: flex;
    flex-wrap: wrap;
}

.box_inner >* {
    width: 100%;
}
ul.list_cat_product li a img {
    width: 40px;
}
.site-header .header-image {
    width: 160px;
    height: auto;
    object-fit: contain;
}
.partner_section a,.partner_section a img {
    width: 100%;
}
.recruit.sec_1 .button_style {
    width: max-content;
    padding: 10px;
    border-radius: 0;
    line-height: normal;
    -webkit-text-fill-color: white;
}
select#devvn_cities {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    outline: none;
}
@media only screen and (max-width: 1599px) {
    .list_gal .thumb img {
        height: 160px;
    }
}
@media only screen and (max-width: 1199px){
    section.recruit.sec_1 {
        padding: 60px 0;
    }
    .popup_content_b {
        max-width: 90%;
    }
    .pop_up_content .grid-50 {
        text-align: center;
    }
    .recruit.sec_2 .activity-content {
        padding-bottom: 30px;
    }
    section.recruit.sec_1 .wrap-content h2 {
        text-align: left;
        font-size: 30px !important;
    }
    .recruit.sec_1 .grid-50 .wrap-content {
        text-align: justify;
        padding: 0 30px 0 0;
    }
    .recruit.sec_1 .grid-50 {
        width: 50%;
        float: left;
    }
    .recruit.sec_2 .grid-25.item {
        width: 50%;
        float: left;
    }
    .activity-col .a {
        height: 500px;
    }
    .recruit.sec_2 .activity-content {
        padding-bottom: 30px;
    }
    .pop_up_content .grid-50 {
        text-align: center;
    }
    section.recruit.sec_1:before ,.recruit.sec_3:before{
        display: none;
    }
    .team_td {
        padding-top: 40px;
    }
    .team_td .item .box_img, .team_td .item .box_content {
        width: 50% !important;
    }
    .box_content_info {
        padding: 0 30px !important;
    }
    .recruit.sec_3 .grid-container {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1024px){
    .wrap-content .desc {
        font-size: 15px;
    }
    .wrap-content .content {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .pop_up_content {
        padding: 40px;
    }
    .pop_up_content .grid-50 {
        padding-bottom: 0;
    }
    .pop_up_content .main_content .grid-50.detail {
        padding: 0;
    }
    .pop_up_content .main_content .grid-50.detail .box_content {
        margin-top: 30px;
    }


}

@media only screen and (max-width: 768px) {
    .activity-col .a, .recruit.sec_2 .activity-content, .activity-content::before {
        height: 100%;
    }
    .recruit.sec_2 .activity-content {
        padding: 0;
    }
    .recruit.sec_2 .activity-content {
        height: calc(100% - 120px);
        padding-top: 120px;
    }
    .activity-content .activity-name {
        font-size: 15px;
        padding: 0 7%;
    }
    .heading {
        font-size: 30px;
        line-height: 45px;
    }
    .team_td .item {
        width: 100% !important;
    }
    .team_td .item:nth-child(2n+1) .box_content {
        order: 2;
    }
    .team_td .item .box_img {
        display: flex;
        justify-content: center;
    }
    .team_td .item .box_img img {
        width: auto;
        height: auto;
    }
    .btn_add {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .team_td .item .box_img {
        display: flex;
        justify-content: center;
    }
    .team_td .item:nth-child(4n+4) .box_img {
        order: 2;
    }
    .box_content_info h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .box_content_info .content {
        font-size: 14px;
    }
    .recruit.sec_5 .grid-33 {
        padding: 60px 0;
        text-align: center;
    }
    .wrap-content h3 {
        font-size: 34px;
    }
    .wrap-content .desc {
        font-size: 13px;
    }
    .wrap-content .content {
        font-size: 10px;
    }
    ul.list-rec-links {
        justify-content: center;
    }
    .list_gal .item_gal {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        /* padding-left: calc(22px/2); */
        /* padding-right: calc(22px/2); */
        /* padding-top: calc(60px/2); */
        /* padding-bottom: calc(60px/2); */
        margin: 30px 10px;
    }
    .list_gal .thumb img {
        height: 214px;
    }
    section.recruit.sec_1 .wrap-content h2 {
        font-size: 20px !important;
        text-align: center;
    }
    .button_style {
        padding: 10px 15px;
        font-size: 15px;
    }
    .recruit.sec_1 .grid-50,.recruit.sec_2 .grid-25.item {
        width: 100%;
    }
    .activity-col .a, .recruit.sec_2 .activity-content, .activity-content::before {
        height: 100%;
    }
    .recruit.sec_2 .activity-content {
        padding: 0;
    }
    .recruit.sec_2 .activity-content {
        height: calc(100% - 100px);
        padding-top: 100px;
    }
    .pop_up_content {
        padding: 30px 20px;
    }
    .recruit.sec_3 h2 {
        text-align: center;
    }
    .recruit.sec_3 p {
        text-align: justify;
    }
    .team_td {
        display: inline-block;
    }
    .team_td .item {
        width: 100% !important;
        height: auto;
    }
    .box_content_info h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .box_content_info .content {
        font-size: 14px;
    }
    .team_td .item .box_img, .team_td .item .box_content {
        width: 100% !important;
    }
    .team_td .item .box_img {
        order: -1 !important;
        display: flex;
        justify-content: center;
    }
    .box_content_info {
        width: 100%;
        text-align: center !important;
        padding: 20px 20px 40px 20px !important;
    }
    ul.list-rec-links li:first-child a {
        line-height: 30px;
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .table_td, .table_td thead, .table_td tbody, .table_td th, .table_td td, .table_td tr {
        display: block;
    }
    .table_td>thead>tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.table_td tbody tr {
        margin-bottom: 20px;
    }
    .table_td>tbody>tr:first-child {
        border-radius: 3px 3px 0 0;
        border-top: none;
    }
    table.table_td tbody tr:not(:last-child) {
        border: 1px solid;
    }
    .table_td>tbody>tr td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 30%!important;
        width: 100%;
        overflow: hidden;
    }
    .table_td>tbody>tr td {
        padding: 30px!important;
        width: calc(100% - 60px)!important;
        margin: 0!important;
    }
    .table_td>tbody>tr td:first-child {
        text-align: center;
    }
    .wrap_table_td tbody tr td:nth-child(2) {
        text-align: center;
    }
}
