
.grid-container {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}
.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
h1,h2,h3 {
    
}
a:focus {
    color: inherit;
}
.bg-cus {
    background-size: cover;
    background-repeat: no-repeat;
}
body {
    
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}
a, a:hover {
    /*text-decoration: none;*/
    transition: all 1s;
}
b, strong {
    

}
.text_white {
    color: #fff;
}
.text_center {
    text-align: center;
}
.text_up {
    text-transform: uppercase;
}
.wrap {
    position: relative;
    transition: all 0.5s;
    z-index: 10;
}
.wrap a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
img {
    display: block;
}
.d_flex {
    display: flex;
}
.d_flex_wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.d_none {
    display: none;
}
.title_sec {
    
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    position: relative;
}
.title_sec:before {
    content: '';
    position: absolute;
    background-color:  #FA4F2C;
    height: 3px;
    min-width: 70px;
    bottom: -5px;
    left: 0;
}
.text_center .title_sec:before {
    left: 50%;
    transform: translateX(-50%);
}
.des_title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.contact_page_1 .list_item {
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
}

.contact_page_1 .list_item >* {
    width: calc(400px - 20px);
    text-align: center;
    background: #fff;
    margin: 0 10px;
    padding: 55px 45px;
}

.contact_page_1 .list_item img {
    margin: 0 auto;
}

.contact_page_1 .list_item .item_img {
    height: 70px;
    margin-bottom: 15px;
}

.contact_page_1 .list_item .item_cont h4 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 50px;
}

.contact_page_1 .list_item .item_cont h4:before {
    content: '';
    position: absolute;
    background-color: #FA4F2C;
    height: 2px;
    min-width: 75px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.contact_page_1 .title_group {
    margin-bottom: 40px;
}
.contact_page_1 {
    padding: 100px 0;
    background-color: rgb(84 86 90 / 10%);
    background-image: url(../../images/bg-icon.png);
    background-repeat: no-repeat;
    background-position: bottom -250px left -463px;
}
/*.contact_page_1:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(../../images/bg-icon.png);*/
/*    background-size: contain;*/
/*    width: 150px;*/
/*    height: 227px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-repeat: no-repeat;*/
/*}*/
.title_group .des_title {
    margin-top: 35px;
    max-width: 85%;
    margin: 35px auto 0;
}
.title_group .title_sec {
    padding-bottom: 8px;
}
.contact_form {
    /*max-width: 1060px;*/
    margin: 120px auto 0;
    background: #F8F8F8;
    padding: 0 0 45px 65px;
    display: flex;
}
.form_lh {
    background: none;
    padding: 0 50px;
    margin-top: 50px;
}
.contact_page_2 {
    padding: 100px 0 110px;
}
.contact_page_2:after {

}
.contact_page_2 .box_img {
    flex: 0 0 auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: -45px;
}
.form_lh input,.form_lh textarea,.form_lh select {
    background: #fff;
    width: 100%;
}
input[type="file"] {
    background: transparent;
}
.btn_style:visited {
    color: #fff;
}
.btn_submit_form input[type="submit"] {
    background: #54565A !important;
    max-width: 160px;
    text-align: center;
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}
.btn_submit_form input[type="submit"] {
    background: transparent;
}
.btn_submit_form input:hover {
    background: transparent;
}
span.wpcf7-spinner {
    position: absolute;
}
.btn_style {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #54565A;
    color: #fff !important;
    line-height: 50px;
    max-width: 150px;
    text-align: center;
    display: block;
    z-index: 5;
    text-decoration: none;
    width: max-content;
    padding: 0 25px;
}

.faq .btn_style {
    margin: 50px auto 0;
    cursor:pointer ;
}
.faq .content {
    max-height: 900px;
    overflow: hidden;
    position: relative;
}
.faq .content:before {
    content: '';
    position: absolute;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 33.86%);
    mix-blend-mode: normal;
    width: 100%;
    height: 90%;
    bottom: 0;
    display: block;
}
.faq .content.show {
    max-height: unset;
}
.faq .content.show:before {
    display: none;
}
.faq {
    padding: 100px 0;
}
.about_page_1 {
    background: rgb(84 86 90 / 10%);
    padding: 120px 0 100px;
}
.about_page_2 {
    padding: 120px 0;
    position: relative;
}
.about_page_2:before, .about_page_2:after,.procedure_page_3:before, .procedure_page_3:after  {
    content: '';
    position: absolute;
    width: 142px;
    height: 142px;
    background: #54565A;
    opacity: 0.1;
    top: 0;
}
.about_page_2:before,.procedure_page_3:before {
    left: 0;
}
.about_page_2:after,.procedure_page_3:after {
    right: 0;
}
.about_page_3 {
    color: #fff;
    height: 600px;
}

.about_page_3 >* {
    height: 100%;
    padding: 0 !important;
}

.about_page_3 .wrap_content {
    background-size: cover;
    background-repeat: no-repeat;
}
.about_slider_1 {
    height: 100%;
}
.about_slider_1 .item_slide {
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_page_3 .title_group {
    text-align: right;
    padding-right: 140px;
    max-width: 84%;
    margin-left: auto;
    padding-top: 160px;
}

.about_page_3 .title_group .btn_style {
    background: rgb(255 255 255 / 20%);
    margin-left: auto;
    margin-top: 50px;
}

.btn_style:hover {
    background: #fa4f2c !important;
    color: #ffffff !important;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.about_slider_1 .item_cont {
    position: absolute;
    top: 300px;
    left: 120px;
    max-width: 480px;
    transition: all 0.5s;
    transform: translateX(-1000px);
}

.about_slider_1 .item_cont blockquote {
    margin-bottom: 0;
    border: none;
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: 25px;
}
.about_slider_1 .item_cont blockquote:before{
    content: '';
    position: absolute;
    background-image: url(../../images/quote.png);
    width: 50px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    left: -50px;
}
.group_arrow {
    position: absolute;
    top: 290px;
    left: 150px;
}
.about_page_3 .title_sec:before {
    left: inherit;
    right: 0;
    transform: none;
}

.about_slider_1 .swiper-button-prev.arrow_1 {
    left: -15px;
}

.about_slider_1 .swiper-button-next.arrow_1 {
    right: -50px;
}
.about_page_4 {
    padding: 100px 0;
}
.about_page_4 .list_item {
    flex-wrap: wrap;
}

.about_page_4 .list_item>* {
    width: calc(calc(100% / 3) - 80px);
    margin: 0 40px;
}
.about_page_4 .item h2.name {
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FA4F2C;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.about_page_4 .item .sub {
    font-size: 18px;
    color: #333333;
}
.about_page_4 .item_cont {
    padding-top: 20px;
}
.about_page_4 .social_icon {
    position: absolute;
    bottom: 45px;
    right: 0;
}
.list_social ul {
    list-style: none;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-left: 0;
}

.list_social ul li {
    padding: 0 10px;
}
.inner_form {
    max-width: 500px;
    margin: 0 auto;
}

.inner_form input,.inner_form textarea {
    background: #fff;
    width: 100%;
    margin: 10px 0;
}
.list_social ul li:not(:last-child) {
    border-right: 2px solid rgb(84 86 90 / 20%);
}
.inner_form span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.inner_form input[type="radio"] {
    border: 1px solid #333;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
}
.inner_form .btn_submit_form {
    width: 100%;
    float: left;
    text-align: center;
}
.about_page_5 {
    background: rgb(84 86 90 / 10%);
    padding: 100px 0 160px;
}
.page-template-procedure .about_page_2:before,.page-template-procedure .about_page_2:after {
    display: none;
}
.content .btn_style {
    max-width: 250px;
    min-width: 150px;
}
.content {
    font-size: 16px;
}
.content_post {
    border: 1px solid #8F8F8F;
    padding: 60px 120px;
}
.content_post .title_post {
    
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
}
.share ul {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: baseline;
}
.nav_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8F8F8F;
    border-top: 1px solid #8F8F8F;
    padding: 15px 0;
    margin: 30px 0 20px;
}

.another_tage ul {
    list-style: none;
    margin: 0;
}
.another_tage ul li {
    margin-left: 20px;
}
.share ul li {
    margin-right: 30px;
}
.wrap_slide {
    position: relative;
}
.wrap_slide .swiper {
    position: unset;
}
.wrap_slide .swiper-button-next {
    right: -40px;
}
.wrap_slide .swiper-button-prev {
    left: -40px;
}
.another_slide  .item img {
    height: 240px;
}

.another_slide .item_cont {
    padding: 30px 35px;
    border: 1px solid rgb(143 143 143 / 0.5);
}

.another_slide .item_cont h3 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
}
.another_slide .bot {
    border-top: 1px solid rgb(143 143 143 / 50%);
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.another_slide .bot .item {
    display: flex;
    align-items: center;
}
.another_slide .bot .item svg {
    margin-right: 10px;
}
.cmt_fb {
    margin-top: 60px;
    padding: 50px 120px;
    border: 1px solid rgba(143, 143, 143, 0.5);
}
.post_detail {
    padding-top: 60px;
}
.author {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 60px;
    position: relative;
}
a.back_page {
    position: absolute;
    right: 0;
}

.author .avatar img {
    margin-right: 20px;
    border-radius: 50%;
    width: 50px;
}
.banner_def {
    position: relative;
}

.banner_def:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 3;
}

.gr_head {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 60%;
}

.gr_head h1 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
}
ul.menu {
    list-style: none;
    margin: 0;
}
.content.dnone:before {
    display: none;
}
ul#menu-menu-tin-tuc {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    list-style: none;
    margin: 0;
}

ul#menu-menu-tin-tuc li {
    margin-right: 30px;
}

section.section.news_page {
    padding-bottom: 100px;
    padding-top: 40px;
}

ul#menu-menu-tin-tuc li a {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

ul#menu-menu-tin-tuc li a:hover {
    color: #FA4F2C;
}

ul#menu-menu-tin-tuc li.active a {
    color: #FA4F2C;
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.mb{
    display: none;
}
.search_filter input.search_field {
    background: #fff;
    border: 2px solid rgba(84, 86, 90, 0.2);
    width: 70%;
    padding-left: 50px;
}
.search_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 60px;
}

.search_filter .search {
    width: 70%;
    position: relative;
}

.filter h2 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 30px;
}

.filter {
    display: flex;
    align-items: center;
}
.btn_search {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 0;
}

.btn_search input[type="submit"] {
    position: absolute;
    opacity: 0;
}

.filter select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(84 86 90 / 20%);
    color: #FA4F2C;
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding-left: 0;
    cursor: pointer;
}
a:hover {
    color: #FA4F2C !important;
}
a.read-more {
    display: none;
}
.list_post {
    flex-wrap: wrap;
}
.list_post .item {
    width: calc(33.3333% - 40px);
    margin: 0 20px 50px;
}
.list_post .item img {
    height: 340px;
    object-fit: cover;
    /* margin-bottom: 25px; */
}

.list_post .item h3 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 62px;
}

.list_post .item .date {
    font-size: 16px;
    color: rgb(51 51 51 / 50%);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.list_post .item .date svg {
    margin-right: 10px;
}

.list_post .item  .des {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pagination ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li {}

.pagination ul li {
    margin: 0 15px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.pagination ul li.active {
    color: #fff !important;
    background: #FA4F2C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.pagination ul li.active a {
    color: #fff;
}
.pagination ul li a {
    text-decoration: none;
}
.pagination ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li {}

.pagination ul li {
    margin: 0 15px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.pagination ul li a.active {
    color: #fff !important;
    background: #FA4F2C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.pagination ul li.active a {
    color: #fff;
}

.see_more {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

.see_more svg {
    margin-left: 20px;
}
.hots_news_slide .item_img img {
    height: 245px;
    object-fit: cover;
    /*margin-bottom: 20px;*/
}

.hots_news_slide .item_cont h3 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
}
.hots_news {
    padding: 100px 0;
    background: rgba(84, 86, 90, 0.1);
}
.hots_news .title_sec {
    margin-bottom: 65px;
}
section.section.post_recruit {
    padding: 100px 0;
}
section.section.post_recruit {
    padding: 100px 0;
}

.info_general_apply {
    background: rgb(84 86 90 / 10%);
    padding: 50px !important;
    width: 70%;
    clear: both;
}

.box_time ul {
    list-style: none;
}

.info_general_apply ul {
    list-style: none;
     display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.info_general_apply ul li {
    width: 50%;
    display: flex;
    align-items: center;
    
    font-style: normal;
    font-size: 16px;
    margin-bottom: 10px;
}

.info_general_apply ul li h3 {
    margin-bottom: 0;
    
    font-size: 16px;
    margin: 0 5px;
}
.post_recruit .box_time h1 {
    margin-bottom: 25px;
    color: var(--cl-main)
}
.post_recruit .info_general_apply ul li svg,
.post_recruit .info_general_apply ul li img {
    width: 20px;
    margin-right: 10px;
    height: auto;
}
.post_recruit .apply_right {
    /*background-color: #54565A;*/
    background: linear-gradient(315deg, #EDAF1E -10.62%, #E65B23 20.1%, #E11F26  112.29%);
    color: #fff;
    /*height: 100%;*/
    width: 30%;
    z-index: 1;
    padding: 50px 60px;
}
.content.apply_text{
    margin-bottom: 20px;
    margin-top: 1.042rem;
}
.content li{
    margin-bottom: 10px;
}
.content p,
.content ul{
    margin-bottom: 20px;
}
.content ul{
    padding-left: 20px;
    list-style: disc;
}
.content p{
    margin-top: 0;
}
.content.apply_text h3{
    margin-bottom: 5px;
}
.link_form_apply a.btn_style {
    background: #76787B;
    margin-top: 15px;
    display: flex;
    align-items: center;
    max-width: 200px;
}
.link_form_apply a.btn_style > svg{
    margin-left: 10px;
}
.post_recruit .apply_right hr {
    margin: 20px 0px;
    background: rgb(255 255 255 / 20%);
}
.post_recruit .apply_right h3 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}
.post_recruit .apply_right h3:before  {
    content: '';
    position: absolute;
    background: #FFF;
    height: 20px;
    width: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post_recruit .apply_right  a {
    color: #fff;
    max-width: unset;
}

.wrap_content .more_td h2.title_sec {
    font-size: 30px;
}

.list_td {
    margin-top: 45px;
}

.list_td .item:not(:last-child) {
    border-bottom: 1px solid rgb(84 86 90 / 20%);
    margin-bottom: 10px;
}

.list_td .item h3 {
    color: var(--cl-main);
    font-size: 20px;
    text-transform:uppercase;
    margin-bottom: 10px;
}

.list_td .item_cont{
    padding-bottom: 24px;
}
.list_td .item p {
    margin-top: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}
.wrap_content .content {
    width: 70%;
    border-right: 1px solid rgb(84 86 90 / 20%);
    padding-right: 50px;
}
.wrap_content .content ul{
    padding-left: 25px;
    list-style: disc;
} 
.wrap_content .more_td {
    width: 30%;
    padding-left: 40px;
}
div.form_td_nk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.form_td_nk>* {
    width: 50%;
}
.post_recruit_3 {
    padding: 100px 0;
    background: rgba(84, 86, 90, 0.1);
}
.post_recruit_2 {
    padding-bottom: 90px;
}
.post_recruit_2:before {
    content: '';
    position: absolute;
    background-image: url(../../images/Component-5.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 255px;
    background-size: cover;
}
input.search_td {
    background: #fff;
    border: 2px solid rgb(84 86 90 / 20%);
}

.btn_search_filter {
    position: absolute;
    top: 10px;
    left: 14px;
}

.btn_search_filter input {
    position: absolute;
    opacity: 0;
    top: 0;
}

.recruit_page .wrap_search {
    position: relative;
    margin-bottom: 20px;
}
.list_filter {
    border: 2px solid rgb(143 143 143 / 10%);
    padding: 30px;
    overflow: auto;
    height: 800px;
}

ul.filter_nav {
    list-style: none;
    margin: 0;
    padding-bottom: 16px !important;
    max-height: 220px;
    overflow: auto;
}
ul.filter_nav::-webkit-scrollbar,.list_filter::-webkit-scrollbar {
    width: 5px;
}
ul.filter_nav::-webkit-scrollbar-thumb ,.list_filter::-webkit-scrollbar-thumb{
    background: #8F8F8F ;
}
.list_filter .item:not(:last-child) ul.filter_nav {
    border-bottom: 1px solid rgb(84 86 90 / 20%);
}
ul.filter_nav li {
    display: flex;
    align-items: center;
}
ul.filter_nav li span {
    border: 2px solid rgba(84, 86, 90, 0.2);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
}
ul.filter_nav li span:before {
    content: '';
    position: absolute;
    background-image: url(../../images/nenxanh.png);
    width: 18px;
    height: 18px;
    display: none;
    top: -1px;
    left: -1px;
}
ul.filter_nav li.active span:before {
    display: block;
}
ul.filter_nav li .num {
    margin-left: 5px;
}
.filter_td {
    width: 390px;
    margin-top: 100px;
    position: relative;
}

.recruit_page .inner {
    display: flex;
    justify-content: space-between;
}

.inner_td {
    width: calc(100% - 500px);
}
.filter_td_2 .item {
    width: 390px;
    display: flex;
    flex-direction: column;
}

.filter_td_2 input[type="text"] {
    background: #fff;
    border: 1px solid rgb(84 86 90 / 20%);
    margin-top: 10px;
}

.filter_td_2 {
    display: flex;
    align-items: self-end;
    margin-top: 40px;
}

.filter_td_2>*:not(:last-child) {
    margin-right: 20px;
}
.list_service .item_cont h3 {
    font-size: 25px;
}
.filter_td_2 input[type="text"]::placeholder {
    /* opacity: 0.2; */
    color: rgb(84 86 90 / 20%);
}

.filter_td_2 .item label {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
.list_filter .item {
    margin: 15px 0;
}
div#dstd {
    margin-top: 50px;
}

div#dstd .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgb(84 86 90 / 20%);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div#dstd .item .item_date {
    width: 110px;
    text-align: right;
}

div#dstd .item .item_cont {
    width: calc(100% - 150px);
}

div#dstd .item .item_cont h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

div#dstd .item .item_cont .place_td {
    font-size: 16px;
    color: #666666;
    margin-bottom: 6px;
}

div#dstd .item .item_cont .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

div#dstd .item .item_date .type {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;

}
div#dstd .item .item_date .date {
    font-size: 16px;
}
.box_popup img {
    width: 100%;
}
.box_popup .btn_style {
    position: absolute;
    padding: 0 15px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    background: rgb(51 51 51 / 80%);
    width: 100%;
    max-width: 75%;
}
div.form_td_nk_popup input {
    height: 58px;
}
.box_popup {
    position: relative;
    margin-top: 30px;
}
div.form_td_nk_popup {
    width: 60%;
    background: linear-gradient(0deg, rgba(84, 86, 90, 0.1), rgba(84, 86, 90, 0.1)), #FFFFFF;
}
div.form_td_nk_popup .btn_submit_form{
    text-align: center;
}
div.form_td_nk_popup .title_sec,div.form_td_nk_popup .des_title {
    text-align: center;
}
div.form_td_nk_popup .title_sec:before {
    left: 50%;
    transform: translateX(-50%);
}
div.form_td_nk_popup input[type="text"], div.form_td_nk_popup textarea,div.form_td_nk_popup input[type="email"],div.form_td_nk_popup input[type="tel"] {
    background: #fff;
    width: 100%;
    margin: 10px 0;
}
.recruit_page {
    padding: 100px 0;
    overflow: unset;
}
.list_service {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.list_service .item {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.list_service.d_flex_wrap .item {
    width: calc(33.3333% - 32px);
    margin: 0 16px 32px;
}
.list_service .item_cont {
    background: rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 25px;
    text-align: center;
    padding: 0 30px;
    transform: translateY(calc(100% - 50px));
    transition: .5s all;
    padding: 20px 30px 20px;
    width: 100%;
}

.list_service .item_cont a {
    margin: 30px auto;

}
.service_page .text_center.content.content_page {
    margin-bottom: 40px;
}

.service_page {
    padding: 50px 0 90px;
}
.list_service .item:hover .item_cont {
    transform: translateY(0);
    transition: .5s all;
    inset: 0;
    padding-top: 120px;
    border-color: #fff;
}
.wrap_form input,.wrap_form textarea {
    margin: 10px 0;
    width: 100%;
}
.wrap_form textarea {
    height: 120px;
}
.block_banner {
    position: absolute;
    bottom: 0;
    left: calc(calc(100vw - 1200px) / 2);
    width: 160px;
    height: 160px;
    background: #333333;
    color: #fff;
    z-index: 2;
    
    font-style: italic;
    font-weight: 265;
    font-size: 40px;
    padding: 20px;
}
.block_banner:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    top: -120px;
    left: -120px;
    background: #333333;
    opacity: 0.5;
}
.block_banner .counter_slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_banner .swiper-pagination {
    bottom: 45px;
}

.block_banner .swiper-pagination>* {
    background: #fff;
    border-radius: 0;
    transform: scale(1);
    cursor: pointer;
}
.block_banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #FA4F2C;
}
.home_sec_1 {
    padding: 140px 0 160px;
    background: #333333;
    color: #ffffff;
}
.home_sec_1 .inner_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_sec_1 .title_group {
    width: 50%;
}
.content blockquote {
    border-color: #FA4F2C;
    padding: 0 20px;
    font-style: normal;
    font-size: inherit;
}
.home_sec_1 .inner_sec .block_img {
    width: calc(50% - 0px);
    position: relative;
    z-index: 3;
}
.home_sec_5 .title_group {
    position: relative;
}
.home_sec_1 .inner_sec .block_img:before {
    position: absolute;
    content: '';
    background-image: url(../../images/logo-hrconcy.png);
    width: 586px;
    height: 153.56px;
    /* z-index: -1; */
    bottom: -80px;
    left: -159px;
}
.home_sec_5 .title_group:before {
    position: absolute;
    content: '';
    background-image: url(../../images/logo-hrconcy.png);
    width: 478px;
    height: 150px;
    /* z-index: -1; */
    bottom: -80px;
    left: -15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.page_default {
    padding: 50px 0;
}
.page_default h2.title_sec {
    margin-bottom: 50px;
}
.about_page_5 .wpcf7-response-output {
    position: absolute;
    bottom: -36px;
}
.home_sec_2 .list_item {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 50px auto;
    justify-content: space-between;
}
.home_sec_6 .swiper-pagination {
    bottom: -40px;
}
.home_sec_2 .list_item .item {
    width: calc(50% - 40px);
    margin-bottom: 40px;
    position: relative;
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0px 40px;
}
.home_sec_2 {
    padding: 100px 0;
}
.home_sec_2 .list_item .item:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #FA4F2C;
    left: -24px;
    top: 4px;
}
.home_sec_3 {
    background: rgba(84, 86, 90, 0.1);
    padding: 100px 0;
}
.custom_arrow .arrow_1 {
    position: static;
}

.custom_arrow {
    display: flex;
    justify-content: end;
    position: absolute;
    right: calc(calc(100vw - 1400px) / 2);
    top: -35px;
}
.home_sec_3 .list_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 670px;
    margin: 50px auto 0;
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.home_sec_3 .list_item .item {
    width: calc(50% - 20px);
    margin: 15px 10px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: start;
}
.home_sec_3 .item .item_cont {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_sec_3  a.btn_style {
    margin: 50px auto 0;
}
.home_sec_4 {
    padding: 100px 0;
}
.home_sec_4:before,.home_sec_4:after{
    content: '';
    position: absolute;
    top: 0;
    width: 142px;
    height: 142px;
    background: #54565A;
    opacity: 0.1;
}
.home_sec_4:before {
    left: 0;
}
.home_sec_4:after{
    right: 0;
}
.home_sec_4 .title_group {
    margin-bottom: 60px;
}
.home_sec_4 img {
    margin: 0 auto;
}
.home_sec_5 {
    background: #333;
    color: #fff;
    padding: 100px 0;
}

.home_sec_5 .inner_sec {
    display: flex;
    flex-wrap: wrap;
    padding-left: calc(calc(100vw - 1400px) / 2);
}

.home_sec_5 .title_group {
    width: 30%;
}
.home_sec_5 .title_group p.des_title {
    max-width: 70%;
    margin-bottom: 30px;
    margin-left: 0;
}
.news_slide {
    padding: 0 calc(calc(100vw - 1530px)/2) 0 0;
}
.home_sec_5 .wrap_slider {
    width: 70%;
    position: relative;
}
.swiper-wrapper.list_service .item_img img {
    height: 400px;
    object-fit: cover;
}

.swiper-wrapper.list_service .item_cont h3 {
    font-size: 18px;
    height: 52px;
}

.swiper-wrapper.list_service .item_cont {
    transform: translateY(calc(100% - 70px));
    border: 1px solid transparent;
    width: auto;
}
.swiper-wrapper.list_service .item {border: 2px solid #868686;}

.swiper-wrapper.list_service .item:hover {
    border-color: #fff;
}
.swiper-wrapper.list_service .item_cont .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #FA4F2C !important;
}
.home_sec_6 {
    padding: 100px 0 70px;
    background-image: url(../../images/bg_img_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home_sec_8 .inner_sec.d_flex >* {
    width: 50%;
}

.home_sec_8 .inner_sec.d_flex {
    flex-wrap: wrap;
}

.home_sec_8 iframe {
    width: 100%;
    display: block;
}

.home_sec_8 .inner_sec .inner_cont {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-left: 100px;
}
.home_sec_8 .inner_sec .inner_cont a {
    color: #fff;
}
.home_sec_6 .swiper-wrapper {
    align-items: center;
}
.list_post.d_flex {
    margin: 0 -20px;
}
.wrap_form .title_sec {
    margin-top: 0;
    margin-bottom: 33px;
}
.home_sec_1 .title_sec:before {
    display: none;
}
hr {
    background-color: rgba(0,0,0,.7);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.home_sec_1:before{
    content: '';
    position: absolute;
    background-image: url(../../images/bg_img.png);
    right: 0;
    top: 50%;
    width: 240px;
    height: 420px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.home_sec_1 .content {
    max-width: 83%;
}
.about_page_3 p.des_title {
    margin-right: 0;
}

.about_page_4 h2.title_sec {
    margin-bottom: 60px;
}
.text_center .btn_style {
    margin: 0 auto;
}

ul.filter_nav li.active span {
    /*background: #fa4f2c;*/
}
.wpcf7-radio input[type="radio"]:checked + span:before {
    background: #54565A;
    border-color: #54565A;
    z-index: 4;
}

.wpcf7-list-item-label::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid transparent;
    left: -13px;
    top: 8px;
    border-radius: 50%;
}
.wpcf7-list-item-label::after {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    left: -17px;
    top: 3px;
    border-radius: 50%;
    /* transform: translate(-50%,-50%); */
    /* top: 50%; */
    /* left: 50%; */
    background: #fff;
    z-index: 3;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
div.form_td_nk_popup .des_title {
    margin-bottom: 30px;
}
input[type="radio"] {
    opacity: 0;
}.fancybox-button:hover {
     color: #fff;
     background: #fa4f2c;
 }
span.wpcf7-form-control.wpcf7-radio >* {
    position: relative;
}
.view_like {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.like_post {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.view p {
    margin-bottom: 0;
}
.like_post svg {
    position: relative;
    display: inline-block;
    fill: rgba(0,0,0,0);
    stroke: #fa4f2c;
    stroke-width: 1.5px;
    transition: fill 250ms;
    margin-left: 6px;
}

.like_post.active svg {
    opacity: 1;
    fill: #fa4f2c;
    stroke: none;
    animation: heart 500ms;
}
section.section.another_post {
    padding: 70px 0;
}
.service_page ul#menu-menu-tin-tuc {
    margin-bottom: 40px;
}
.list_post .item:hover .item_img img,.hots_news_slide  .item:hover .item_img img {
    transition: all 0.5s;
    transform: scale(1.2);
}

.list_post .item .item_img,.hots_news_slide  .item .item_img {
    overflow: hidden;
    margin-bottom: 25px;
}
.list_post .item .item_img img,.hots_news_slide  .item .item_img img {
    transition: all 0.5s;
    transform: scale(1);
}
.list_post .item .item_img,.hots_news_slide  .item .item_img,.another_slide .item_img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.list_post .item .item_img img,.hots_news_slide  .item .item_img img ,.another_slide .item_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo_slide .item_img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_slide .swiper-slide {
    margin-top: 0 !important;
}
.wrap_form .title_sec ,.wrap_form .des_title {
    margin-left: 10px;
}
.list_service .item_cont .btn_style {
    margin: 20px auto;
}
.home_sec_1 {
    padding: 70px 0;
}
.p100 {
    padding: 100px 0;
}
.wrap_form .title_sec:before {
    bottom: -14px;
}
.inner_td .title_sec:before {
    bottom: -13px;
}
.wpcf7-response-output {
    font-size: 13px;
}
@keyframes heart{0%{transform:scale(0.1)}40%{transform:scale(1.3)}70%{transform:scale(0.9)}90%{transform:scale(1.1)}100%{transform:scale(1)}}
.home_sec_4 .list_item .item {
    border-radius: 200px;
    color: #fff;
    padding: 10px;
    width: max-content;
    padding-right: 30px;
    max-width: 500px;
    position: absolute;
}
.home_sec_4 .list_item .item .num {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin-right: 25px;
}
.home_sec_4 .list_item .item:nth-child(1) {
    background: #0A5B75;
    top: 0;
    right: calc(60% - 5px);
}
.home_sec_4 .list_item .item:nth-child(1) .num {
    color: #0A5B75;
}
.home_sec_4 .list_item .item:nth-child(2) {
    background: #0F7456;
    top: 182px;
    right: calc(65% - 5px);
}
.home_sec_4 .list_item .item:nth-child(2) .num {
    color: #0F7456;
}
.home_sec_4 .list_item .item:nth-child(3) {
    background: #582481;
    bottom: 0;
    right: calc(60% - 5px);
}
.home_sec_4 .list_item .item:nth-child(3) .num {
    color: #582481;
}
.home_sec_4 .list_item .item:nth-child(4) {
    background: #BC4400;
    bottom: 0;
    left: calc(60% - -2px);
}
.home_sec_4 .list_item .item:nth-child(4) .num {
    color: #BC4400;
}
.home_sec_4 .list_item .item:nth-child(5) {
    background: #E7A600;
    top: 182px;
    left: calc(66% - 11px);
}
.home_sec_4 .list_item .item:nth-child(5) .num {
    color: #E7A600;
}
.home_sec_4 .list_item .item:nth-child(6) {
    background: #97C23C;
    top: 0;
    left: calc(60% - 5px);
}
.home_sec_4 .list_item .item:nth-child(6) .num {
    color: #97C23C;
}
.home_sec_4 .list_item .item_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home_sec_4 .list_item .item h3 {
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.home_sec_4 .list_item .item p {
    margin-bottom: 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.home_sec_4 .block_img {
    position: relative;
    padding: 75px 0;
}
.home_sec_4 .list_item .item .cont {
    width: calc(100% - 105px);
}
.home_sec_4 .des_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: 237px;
    text-align: center;
}
.about_slider_1 .swiper-slide.swiper-slide-active .item_cont {
    transition: all 0.5s;
    transform: translateX(0);
}
#mobi_only,#menu_mobi {
    display: none;
}
.recruit_page .inner .wrap_inner {
    position: sticky;
    top: 95px;
}
.toggle_filter {
    display: none;
}
.mobi {
    display: none;
}
.pc{
    display: block;
}

.list_post .item {
    width: calc(33.3333% - 20px);
    margin: 0 10px 25px;
}

.list_post.d_flex {
    margin: 0  -6px;
}

section.section.news_page {
    padding-bottom: 40px;
}

.hots_news {
    padding: 100px 0;
}


div#mobi_only ul.menu_wpml {
    display: flex;
    list-style: none;
    margin: 0;
}

div#mobi_only ul.menu_wpml img {
    /*width: 26px;*/
}

div#mobi_only ul.menu_wpml .hide {
    display: none;
}
.top.close_filter {
    display: none;
}
.site-logo img {
    width: 240px;
}
body {
    position: relative;
}

body.show:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #333333;
    z-index: 20;
    opacity: 0.5;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px;
}
.main-navigation ul ul.sub-menu {
    background: #fff !important;
    transform: translateX(-50%);
    left: 50% !important;
}
.main-navigation .main-nav ul ul.sub-menu li[class*="current-menu-"] > a {
    color: #FA4F2C !important;

}
.main-navigation .main-nav >ul >li:has(.sub-menu li.current-menu-parent) > a:before {
    width: 100%;
}

.main-navigation .main-nav ul ul.sub-menu  li:hover a {
    color: #FA4F2C !important;
}
.main-navigation ul ul li {
    text-align: center;
}

.main-navigation .main-nav ul ul li a {
    padding: 10px 0;
}
.inner_form_2 .grid-100{
    width: 100%;
    padding: 0 10px;
}
.inner_form_2 .grid-50{
    width: 50%;
    float: left;
    padding: 0 10px;
}
.inner_form_2 input:not([type=file]),
.inner_form_2 textarea{
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
    color: #222222;
    background-color: #FFF;
}
.inner_form_2 input[type=submit]{
    width: 160px;
    color: #FFF
}
@keyframes smallbig{
    0%, 100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50%{
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
@media only screen and (max-width: 1600px)  {
    .grid-container {
        max-width: 1200px !important;
    }
    .main-navigation .main-nav ul li {
        padding: 0 10px;
    }
    .list_service .item_cont h3 {
        font-size: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper.list_service .item_cont h3{
        -webkit-line-clamp: unset;
        height: auto;
    }
    .list_service .item_cont {
        padding: 20px 15px;
    }
    .list_service .item:hover .item_cont h3 {
        -webkit-line-clamp:unset;
    }
    .list_service .item_cont {
        bottom: 18px;
    }
    .p100 {
        padding: 60px 0;
    }
    .title_sec {
        font-size: 35px;
    }
    div.form_td_nk .img_form {
        width: 40%;
    }
    .home_sec_5 .inner_sec{
        padding-left: calc(calc(100vw - 1200px) / 2);
    }
    .list_post .item h3 {
        font-size: 20px;
        height: 52px;
    }
    .custom_arrow {
        right: calc(calc(100vw - 1200px) / 2);

    }
    .home_sec_5 {
        padding: 80px 0;
    }
    body {
        font-size: 16px;
    }
    .about_page_2:before, .about_page_2:after, .procedure_page_3:before, .procedure_page_3:after {
        width: 100px;
        height: 100px;
    }
    .des_title {
        font-size: 15px;
    }
    .main-navigation .main-nav ul li a{
        font-size: 14px;
    }
    .title_group .des_title {
        max-width: 75%;
    }
}
@media only screen and (max-width: 1400px)  {

    .list_service .item_cont h3 {
        font-size: 20px;
        height: 40px;
        margin-bottom: 35px;
    }
    .recruit_page {
        padding: 60px 0;
    }

    .recruit_page {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .site-logo img {
        width: 150px;
    }
    .main-navigation .main-nav ul li {
        padding: 0 7px;
    }
    .inside-header.grid-container {
        align-items: center;
        max-width: 100% !important;
    }
    .grid-container {
        max-width: 960px;
    }
    .site-logo img {
        width: 140px;
    }
    .block_banner {
        left: calc(calc(100vw - 960px) / 2);
    }
    .hots_news {
        padding: 40px 0;
    }
    .block_banner:before {
        display: none;
    }
    .grid-container {
        max-width: 960px !important;
    }
    .home_sec_1 .inner_sec .block_img:before {
        width: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -150px;
    }
    .home_sec_2 .list_item {
        margin-bottom: 0;
    }

    .p100 {
        padding: 40px 0;
    }
    .home_sec_4 img {
        width: 300px;
    }

    .home_sec_4 .list_item .item:nth-child(2),.home_sec_4 .list_item .item:nth-child(5) {
        top: inherit;
        bottom: 146px;
    }

    .home_sec_4 .list_item .item .num {
        font-size: 30px;
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }

    .home_sec_4 .list_item .item br {
        display: none;
    }

    .home_sec_4 .list_item .item {
        max-width: 348px;
    }

    .home_sec_4 .list_item .item h3 {
        font-size: 16px;
    }

    .home_sec_4 .list_item .item p {
        font-size: 12px;
    }

    .home_sec_4 .list_item .item .cont {
        width: calc(100% - 75px);
    }

    .home_sec_4 .list_item .item:nth-child(1),.home_sec_4 .list_item .item:nth-child(6) {
        top: 15px;
    }

    .home_sec_4 .list_item .item:nth-child(3),.home_sec_4 .list_item .item:nth-child(4) {
        bottom: 13px;
    }

    .home_sec_4 .des_img {
        font-size: 16px;
        width: 180px;
    }
    .home_sec_5 .inner_sec {
        padding-left: 30px;
    }
    .swiper-wrapper.list_service .item_cont h3 {
        font-size: 15px;
    }

    .list_service .item_cont {
        padding: 15px 20px;
        bottom: 0px;
    }
    .list_service .item_cont .inner_content {
        display: none;
    }
    .home_sec_6 {
        padding-bottom: 55px;
    }
    div.form_td_nk .img_form img {
        height: 100%;
        object-fit: cover;
    }
    .home_sec_5 .title_group p.des_title {
        max-width: 85%;
    }
    .about_page_3 {
        display: flex;
        flex-wrap: wrap;
    }

    .about_page_3>* {
        width: 50%;
    }

    .about_page_3 .title_group {
        padding-right: 50px;
        max-width: 92%;
    }

    .about_slider_1 .item_cont {
        left: 80px;
        max-width: 80%;
    }
    .about_slider_1 .item_cont blockquote {
        font-size: 22px;
    }
    .about_page_4 h2.title_sec {
        margin-bottom: 30px;
    }
    .gr_head {
        width: 90%;
    }
    .service_page {
        padding: 40px 0;
    }
    a.generate-back-to-top span {
        height: 74px;
    }
    .list_service .item:hover .item_cont {
        padding-top: 20px;
    }
    .content_post {
        padding: 40px 50px;
    }
    .another_slide .item_cont {
        padding: 15px;
    }
    .cmt_fb {
        padding: 30px;
    }
    .filter_td_2 .item {
        width: 40%;
    }
    .inner_td {width: calc(100% - 350px);}

    .filter_td {
        width: 320px;
    }
    .info_general_apply {
        padding: 30px !important;
    }

    .post_recruit .apply_right {
        padding: 30px;
    }

    .post_recruit .apply_right h3 {
        font-size: 18px;
    }
    section.section.post_recruit {
        padding: 50px 0;
    }
    .post_recruit_2:before {
        width: 200px;
        height: 200px;
    }
    .post_recruit_2 {
        padding-bottom: 40px;
    }
    .post_recruit_3 {
        padding: 50px 0;
    }
    div.form_td_nk .img_form {
        width: 45%;
    }
    .about_page_2 {
        padding: 50px 0;
    }
    .about_page_1 {
        padding: 50px 0;
    }
    .about_page_4 {
        padding: 50px 0;
    }
    .group_arrow {
        left: 70px;
    }
    .about_page_5 {
        padding: 50px 0;
    }
    .search_filter .search {
        width: 60%;
    }
    section.section.another_post {
        padding: 50px 0;
    }
    .faq {
        padding: 40px 0;
    }
    .contact_page_1 .list_item >* {
        padding: 30px;
    }
    .contact_page_1 {
        padding: 50px 0;
    }

    .contact_page_2 {
        padding: 50px 0;
    }
    .contact_page_2:before {
        display: none;
    }
    .contact_form {
        margin-top: 70px;
        padding: 30px;
    }
    .contact_page_2 .box_img {
        margin-top: 0;
    }

    .contact_page_2 .box_img img {
        height: 100%;
        object-fit: cover;
    }
    .about_slider_1 .item_cont blockquote:before {
        width: 40px;
        background-size: contain;
        left: -40px;
    }
    #list_services .item_cont h3 {
        -webkit-line-clamp: 3;
        height: 60px;
        margin-bottom: 0;
    }

    #list_services .item_cont {
        bottom: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .list_filter {
        height: calc(100VH - 64px);
        /*padding-bottom: 85px;*/
    }
    .mb {
        display: block;
    }
    a.generate-back-to-top span {
        height: 54px;
    }
    ul.filter_nav {
        max-height: 100%;
    }
    #menu_mobi {
        display: block;
    }
    .top.close_filter {
        display: flex;
        align-items: center;
        padding: 20px;
    }
    div.form_td_nk_popup {
        padding: 20px;
        width: 80%;
    }
    #mobi_only {
        display: flex;
        align-items: center;
    }
    .toggle_menu{
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 5px;
        width: 60px;
        overflow: hidden;
    }
    .toggle_menu .line {
        width: 25px;
        height: 4px;
        background-color: #FA4F2C;
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .toggle_menu.is-active{
        animation: smallbig 0.6s forwards;
    }
    .toggle_menu.is-active .line:nth-child(1),
    .toggle_menu.is-active .line:nth-child(2),
    .toggle_menu.is-active .line:nth-child(3){
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .toggle_menu.is-active .line:nth-child(2){
        opacity: 0;
    }

    .toggle_menu.is-active .line:nth-child(1){
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .toggle_menu.is-active .line:nth-child(3){
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
{
    display: block;
}
    div#menu_mobi {
        position: fixed;
        right: 0;
        top: 60px;
        z-index: 9999;
        height: 100%;
        transform: translateX(100%);
        transition: .3s all;
        width: 475px;
        background: #fff;
    }
    div#menu_mobi li a {
        color: #333;
        
        padding: 20px;
        display: block;
        border-bottom: 1px solid #666666;
        text-transform: uppercase;
        text-decoration: none;
    }
    div#menu_mobi li.current-menu-item a {
        background: #FA4F2C;
        color: #fff;
    }
    div#menu_mobi.is-active {
        transition: .3s all;
        transform: translateX(0);
    }
    form.form_search_mobi {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
    .form_search_mobi input#s {
        width: 100%;
    }
    div#menu_mobi ul {
        list-style: none;
        margin: 0;
    }
    div#menu_mobi .custom_mobi {
        margin: 0;
    }
    div#menu_mobi ul.sub-menu a {
        padding-left: 50px;
    }
    .inside-header.grid-container {
        padding: 10px;
    }
    .block_banner {
        left: 30px;
        width: 100px;
        height: 100px;
    }

    .block_banner {
        font-size: 30px;
    }
    .home_sec_2 .list_item {
        max-width: 100%;
        margin: 30px;
    }
    .block_banner .swiper-pagination {
        bottom: 20px;
    }
    .block_banner {
        left: 30px;
        width: 100px;
        height: 100px;
    }

    .block_banner {
        font-size: 30px;
    }

    .block_banner .swiper-pagination {
        bottom: 20px;
    }

    .home_sec_2 .list_item {
        max-width: 100%;
        margin: 30px;
    }

    .grid-container {}

    .home_sec_4 img,.home_sec_4 .des_img {
        display: none;
    }

    .home_sec_4 .list_item .item {
        max-width: 100%;
        width: 100%;
        position: unset;
        margin-bottom: 12px;
    }

    .home_sec_4 .list_item {
        display: flex;
        flex-wrap: wrap;
    }

    .home_sec_4 .block_img {
        padding: 0;
    }
    .logo_slide .item_img {
        height: 130px;
    }
    .home_sec_4 .title_group {
        margin-bottom: 30px;
    }
    .banner_def img {
        height: 220px;
        background-size: cover;
        object-fit: cover;
    }
    .banner_def.full_banner img {
        height: 400px;
        background-size: cover;
        object-fit: cover;
    }
    .title_group .des_title {
        max-width: 90%;
    }
    .about_page_3 {
        height: 540px;
    }

    .title_group .des_title {
        max-width: 90%;
    }

    .about_slider_1 .item_cont blockquote {
        font-size: 18px;
    }

    .about_page_3 .title_group {
        padding-top: 70px;
    }

    .about_slider_1 .item_cont {
        top: 140px;
    }

    .group_arrow {
        top: 120px;
    }
    .about_page_4 .list_item>* {
        width: calc(calc(100% / 3) - 30px);
        margin: 0 15px;
    }

    .about_page_4 .item .sub,.about_page_4 .item h2.name {
        font-size: 16px;
    }

    .about_page_4 .item h2.name {}

    .about_page_4 .item_cont {
        padding-top: 10px;
    }
    .inner_form {
        max-width: 610px;
    }
    .about_page_4 .social_icon {
        bottom: 35px;
    }
    .service_page ul#menu-menu-tin-tuc {
        margin-bottom: 20px;
    }

    .list_service .item_cont h3 {
        font-size: 18px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 25px;
    }

    .list_service .item_cont {
        padding: 10px;
    }

    .list_service .item_cont {
        bottom: 8px;
    }
    #list_services .item_cont {
        bottom: 15px;
    }
    .toggle_filter {
        display: block;
    }
    .inner .filter_td  {position: fixed;background: #fff;top: 0;left: 0;width: 100%;z-index: 100000;margin-top: 0;transition: all 0.5s;transform: translateX(100vw);}

    .inner.active .filter_td  {
        transform: translateX(0);
    }
    .recruit_page .inner .wrap_inner span {
        display: none;
    }

    .recruit_page .inner {
        flex-direction: column-reverse;
    }

    .recruit_page .inner >* {
        width: 100%;
    }
    .mobi {
        display: block;
    }
    .pc{
        display: none;
    }
    div#dstd {
        margin-top: 10px;
    }
    .wrap_sticky {
        position: sticky;
        top: 56px;
        background: #fff;
        z-index: 1000;
        padding: 22px 0;
    }

    div#dstd {
        margin-top: 10px;
    }

    .inner_td .toggle_filter {
        width: max-content;
        border: 1px solid #333;
        border-radius: 10px;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 32px;
    }
    .gr_head h1 {
        font-size: 40px;
    }
    .recruit_page {
        padding: 20px 0 50px;
    }
    .gr_head h1 {
        font-size: 40px;
    }

    .post_recruit .top_info >* {
        width: 100% !important;
    }
    .post_recruit_2 .wrap_content >* {
        padding: 0;
        border: none;
    }
    .post_recruit_2:before {
        display: none;
    }
    .grid-container {
        max-width: 720px !important;
    }
    .search_filter .filter {
        width: 45%;
    }

    .search_filter .search {
        width: 50%;
    }
    .list_post .item img {
        height: 200px;
    }

    .list_post .item h3 {
        font-size: 18px;
        height: 44px;
        margin-bottom: 10px;
    }

    .list_post .item .item_img, .hots_news_slide .item .item_img {
        margin-bottom: 10px;
    }

    .list_post .item .des {
        font-size: 14px;
    }
    .content_post {
        padding: 20px;
    }

    .post_detail {
        padding-top: 30px;
    }
    .list_post .item .date {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .list_post .item {
        width: calc(50% - 14px);
        margin: 0 7px 20px;
    }
    .filter h2 {
        font-size: 15px;
    }
    .author {
        margin-bottom: 20px;
    }
    .cmt_fb {
        margin-top: 30px;
    }
    .content_post .title_post {
        font-size: 35px;
    }
    .contact_form {
        padding: 20px;
        flex-wrap: wrap;
    }

    .form_lh {
        padding: 0 10px;
    }

    .contact_form >* {
        width: 50%;
    }
    .home_sec_6 .swiper-pagination {
        bottom: -25px;
    }

    .home_sec_6 {
        padding: 40px 0;
    }

    div.form_td_nk .img_form {
        margin-bottom: 20px;
    }
    .content {
        font-size: 14px;
    }
    div.form_td_nk .inner_form_2 {
        width: 70% !important;
        margin: 0 auto;
    }
    .form_td_nk .btn_submit_form {
        margin: 0 auto;
        width: max-content;
    }
    div.form_td_nk .img_form img {
        margin: 0 auto 20px;
    }
    div#menu_mobi .wpml-ls-menu-item {
        display: none;
    }
    div.form_td_nk >* {
        width: 50% !important;
    }
    div.form_td_nk  {
        justify-content: center;
    }
    .list_service .item:hover .item_cont {
        transform: translateY(calc(100% - 50px));
    }
}
@media only screen and (max-width: 767px) {
    .grid-container {
        max-width: 100% !important;
    }
    .info_general_apply ul li {
        width: 100%;
    }

    .title_group .des_title br {
        display: none;
    }
    ul#menu-menu-tin-tuc {
        overflow: auto;
        padding-bottom: 4px;
    }
    .home_sec_3 .list_item {
        margin-top: 30px;
    }
    ul#menu-menu-tin-tuc li {
        flex: 0 0 auto;
    }
    .home_sec_8 iframe {
        height: 220px;
    }
    .search_filter {
        margin: 30px 0 40px;
    }

    div#menu_mobi {
        width: 75%;
        top: 58px;
    }
    div.form_td_nk_popup {
        width: 100%;
    }
    .home_sec_1 .inner_sec >* {
        width: 100% !important;
    }

    .home_sec_1 .inner_sec {
        flex-wrap: wrap;
    }

    .home_sec_1 .content {
        max-width: 100%;
    }
    .home_sec_2 .list_item .item {
        font-size: 15px;
        width: calc(50% - 30px);
    }
    .home_sec_3 .list_item .item {
        padding: 15px;
    }
    .home_sec_4 .list_item .item .num {
        font-size: 25px;
        width: 40px;
        height: 40px;
    }

    .home_sec_4 .list_item .item .cont {
        width: calc(100% - 60px);
    }
    .home_sec_3 .item .item_cont {
        font-size: 16px;
        height: 48px;
    }
    .home_sec_5 .inner_sec >* {
        width: 100%;
    }

    .home_sec_5 .title_group p.des_title {
        max-width: 100%;
    }

    .home_sec_5 .inner_sec {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_sec_5 .title_group {
        margin-bottom: 30px;
    }

    .home_sec_5 .title_group:before {
        display: none;
    }
    .news_slide {
        padding: 0;
    }
    div.form_td_nk >* {
        width: 100% !important;
    }
    div.form_td_nk >* {
        width: 100% !important;
    }

    .home_sec_8 .inner_sec.d_flex >* {
        width: 100%;
    }

    .home_sec_8 .inner_sec .inner_cont {
        padding: 30px;
        background-position-x: -4px;
    }
    div#menu_mobi li a {
        padding: 10px 20px;
    }
    .p100 {
        padding: 30px 0;
    }
    .title_group .des_title {
        max-width: 100%;
    }

    .des_title {
        font-size: 14px;
    }

    .about_page_3 >* {
        width: 100%;
        height: 400px;
    }

    .about_page_3 {
        height: auto;
    }

    .about_page_3 .title_group {
        padding-top: 20px;
        padding-left: 30px;
        max-width: 100%;
        padding-right: 0;
        text-align: revert;
    }

    .about_page_4 .list_item>* {
        width: calc(calc(100% / 2) - 10px);
        margin: 10px 5px;
    }

    .about_page_4 .social_icon img {
        width: 15px;
        /*margin-left: auto;*/
    }

    .about_page_4 .social_icon {
        bottom: 62px;
        position: unset;
        margin-right: 0;
        margin-left: auto;
    }

    .about_page_4 .item h2.name {
        width: 100%;
        height: auto;
    }
    .list_service.d_flex_wrap .item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    a#load_service {
        margin-top: 20px;
    }
    .btn_style {
        line-height: 38px;
    }
    .service_page {
        padding: 30px 0;
    }
    .filter_td_2 .item label {
        font-size: 14px;
    }

    .filter_td_2 input[type="submit"] {
        padding: 10px;
        width: calc(20% - -6px);
        margin-right: 10px;
    }

    .filter_td_2 {
        flex-wrap: wrap;
    }

    .filter_td_2 .item {
        width: calc(40% - 14px);
        margin-right: 10px;
    }

    .filter_td_2 input[type="submit"] {}

    .filter_td_2>* {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .filter_td_2 .select2 {
        width: 100% !important;
    }
    span#select2-vi_tri-container {
        line-height: 40px;
    }

    .select2-container--default .select2-selection--single {
        height: 40px;
    }

    .filter_td_2 input[type="text"] {
        height: 40px;
    }

    .filter_td_2 input[type="submit"] {
        height: 40px;
        line-height: 18px;
    }

    .wrap_sticky h2.title_sec {
        font-size: 25px;
    }

    .filter_td_2 {
        margin-top: 25px;
    }

    .inner_td .toggle_filter {
        top: 20px;
    }
    .info_general_apply ul {
        display: flex;
    }

    .post_recruit .box_time h1 {
        font-size: 26px;
    }

    .info_general_apply {
        padding: 15px !important;
    }

    .info_general_apply hr {
        margin: 10px;
    }

    .post_recruit_2 .wrap_content.d_flex_wrap >* {
        width: 100%;
    }

    section.section.post_recruit {
        padding: 30px 0;
    }
    .wrap_sticky {
        padding: 10px 0 0px;
    }
    .list_td .item p {
        margin-bottom: 10px;
    }
    .about_page_2:before, .about_page_2:after, .procedure_page_3:before, .procedure_page_3:after {
        display: none;
    }

    .about_page_4 {
        padding: 30px 0;
    }

    .title_sec {
        font-size: 30px;
    }

    .about_page_4 h2.title_sec {
        margin-bottom: 20px;
    }
    .post_recruit_2 {
        padding-bottom: 14px;
    }
    .about_page_3 .title_sec:before {
        right: inherit;
    }

    .about_page_3 .title_group .btn_style {
        margin-right: auto;
        margin-left: 0;
        margin-top: 30px;
    }

    .about_slider_1 .item_cont {
        top: 40px;
        left: 40px;
    }

    .group_arrow {
        top: 20px;
        left: 40px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    .contact_page_1 .list_item {
        flex-wrap: wrap;
    }

    .contact_page_1 .list_item .item {
        margin-bottom: 20px;
        padding: 20px;
    }

    .contact_page_1 .list_item .item p {
        margin-bottom: 0;
    }
    .about_slider_1 .item_cont blockquote:before {
        width: 30px;
        height: 30px;
        left: -15px;
        background-size: contain;
    }
    .contact_page_1 .list_item .item_cont>h4 {
        margin-bottom: 30px;
    }
    .contact_form >* {
        width: 100%;
    }

    .form_lh {
        margin-top: 30px;
    }

    .contact_form {
        padding: 0;
    }

    .contact_page_2 .box_img img {
        width: 100%;
    }
    .hots_news .title_sec {
        margin-bottom: 40px;
    }
    .hots_news .title_sec {
        margin-bottom: 30px;
    }

    .hots_news_slide .item_cont h3 {
        font-size: 18px;
    }
    .search_filter >* {
        width: 100% !important;
    }

    .search_filter input.search_field {
        width: 100%;
    }

    .search_filter .search {
        margin-bottom: 10px;
    }

    .search_filter .filter {
        justify-content: space-between;
    }

    .filter h2 {
        font-size: 16px;
    }
    .see_more {
        font-size: 14px;
    }
    .home_sec_4:before, .home_sec_4:after {
        display: none;
    }
    .about_page_5 .wpcf7-response-output {
        position: static;
    }
    .content_post .title_post{
        font-size: 24px;
    }
    .home_sec_1 .title_group {
        margin-bottom: 25px;
    }
    .home_sec_3 a.btn_style {
        margin-top: 20px;
    }
    div.form_td_nk .inner_form_2 {
        width: 100% !important;
    }
    .block_banner {
        font-size: 25px;
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .block_banner .swiper-pagination {
        bottom: 8px;
    }
    .banner_slide img {
        height: 220px;
        object-fit: cover;
    }
    .swiper-wrapper.list_service .item_cont .inner_content {
        display: none;
    }
    a.generate-back-to-top span {
        height: 54px;
    }
}
