@font-face {
    font-family: "Barlow";
    src: url("../fonts/Barlow-Medium.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "BarlowBold";
    src: url("../fonts/Barlow-Bold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Stencil";
    src: url("../fonts/StencilStd.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

.item_title_wrap h3 a {
    color: #fff;
}

.category_wrapper h1 {
    text-align: center;
    font-size: 32px;
    color: #176132;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: BarlowBold;
}

.project_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

.project_wrapper_item {
    position: relative;
    overflow: hidden;
}

.project_wrapper_item:hover .project_item_img img {
    transform: scale(1.1);
}

.project_item_img {
    width: 100%;
    height: 100%;
    max-height: 310px;
    min-height: 310px;
    position: relative;
    background-color: gray;
    opacity: 0.7;
}

.project_item_img img {
    width: 100%;
    height: 100%;
    max-height: 310px;
    min-height: 310px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.news_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    font-size: 20px;
    background-color: #000;
    opacity: 0.8;
}

.news_title a {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_title a:hover {
    text-decoration: none;
}

.phantrang {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.pdphantrang {
    display: inline-block;
}

.pdphantrang a {
    font-weight: 600;
}

.pdphantrang a:hover {
    text-decoration: none;
}

span.page-numbers.current {
    border: 2px solid #000;
    padding: 10px 15px;
    color: #fff;
    background-color: #000;
}

a.page-numbers {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
}

a.prev.page-numbers,
a.next.page-numbers {
    border: 2px solid #000;
    padding: 10px;
}

div#contact,
section.detailpage_post {
    width: 100%;
    height: auto;
    z-index: 999;
    margin: 60px 0px;
}

.contact_wrap,
.detailpage_wrap {
    background-color: #fff;
    height: auto;
    padding: 30px 40px;
    position: relative;
}

.detailpage_wrap .detailpage_back {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    display: none;
}

.detailpage_wrap .detailpage_back i {
    font-size: 25px;
}

.contact_left {
    margin-bottom: 30px;
}

.contact_title {
    font-size: 34px;
    font-weight: 600;
}

.contact_logo {
    font-family: Stencil;
    font-size: 50px;
    margin: 10px 0px;
    color: #000;
}

.project_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.tongquan_title,
.mota_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.tongquan_congviec {
    margin-bottom: 35px;
}

.tongquan_content {
    border-left: 5px solid #333333;
    padding-left: 10px;
}

.project_footer {
    margin-top: 50px;
    display: flex;
}

.dinhkem_cv {
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer;
}

.download_cv {
    margin-bottom: auto;
    margin-top: auto;
}

.download_cv a {
    text-transform: uppercase;
    color: #0055BA;
    text-decoration: underline;
    position: relative;
}

.download_cv svg {
    color: #000;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -3px;
}

div#home_content .parallax_wrap .parallax_home .new_topic_item img {
    width: 100%;
    height: 26.29511vh;
    position: relative;
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table .title {
    font-size: 18px !important;
}

#category #category-tuyen-dung .container .category_wrapper .list_post .table-cell {
    padding: 20px 15px !important;
}

label.screen-reader-text {
    display: none;
}

.search form {
    width: 100%;
}

.search form div {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
}

.search form div input {
    height: 46px;
}

.search form div input#searchsubmit {
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000;
}

.detailpage_form .detailpagr_form_content {
    display: grid;
    grid-template-columns: 45% 55%;
}

.detailpage_form {
    position: relative;
}

.form_delete {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.form_delete svg {
    width: 30px;
    height: 30px;
}

.detailpage_left {
    width: 100%;
    height: 73.86774vh;
}

.detailpage_left img {
    width: 100%;
    height: 100%;
}

.detailpage_right {
    padding: 20px 60px;
}

.detailpage_right_title1 {
    color: #4D4D4D;
}

.detail_right-title2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.detailpage_right_company {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    margin: 5px 0px 10px 0px;
}

.detailpage_right_form form input,
.detailpage_right_form form textarea {
    width: 100%;
    padding: 10px 0px 10px 20px;
    margin-bottom: 10px;
}

.detailpage_right_form form textarea {
    height: 110px;
}

.detailpage_right_form .form_title {
    margin-bottom: 10px;
}

.detailpage_right_form input#cv,
.detailpage_right_form input#ll,
.form_file_none {
    display: none;
}

.detailpage_right_form .form_file {
    display: grid;
    grid-template-columns: 45% auto;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 10px;
}

.detailpage_right_form .form_file_cv label,
.detailpage_right_form .form_file_ll label {
    width: 100%;
}

.detailpage_right_form .form_file_cv label,
.detailpage_right_form .form_file_ll label {
    width: 100%;
    display: block;
    background-color: #cccccc;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
}

.detailpage_right_form .form_file_cv label i,
.detailpage_right_form .form_file_ll label i {
    margin-right: 10px;
}

.detailpage_right_form .form_file_cv,
.detailpage_right_form .form_file_ll {
    border: 1px solid #000;
}

.detailpage_right_form input[type="submit" i] {
    display: inline-block;
    width: 150px;
    text-align: center;
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    cursor: pointer;
    float: right;
}

.detailpage_right_download {
    display: grid;
    grid-template-columns: 45% auto;
    column-gap: 10px;
    width: 100%;
}

.detailpage_right_cv,
.detailpage_right_ll {
    padding-left: 10px;
}

.detailpage_right_cv svg,
.detailpage_right_ll svg {
    color: #000;
    margin-right: 15px;
}

.contact_item .contact_right {
    display: grid;
    grid-template-columns: 40% 60%;
}

.contact_right div#pills-tabContent {
    padding-left: 50px;
}

.contact_left {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.contact_left_title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

ul#pills-tab {
    margin-top: 20px;
    width: 100%;
    row-gap: 10px;
}

ul#pills-tab li,
ul#pills-tab li button {
    width: 100%;
}

ul#pills-tab li {
    margin-bottom: 10px;
}

ul#pills-tab li button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 0px;
    border: 1px solid #000;
}

ul#pills-tab li.active button {
    width: 100%;
    background-color: #000;
    color: #fff;
}

.nav-pills li+li {
    margin-left: 0px !important;
}

.contact_ttlh_item {
    display: grid;
    grid-template-columns: 15px auto;
    width: 100%;
    margin-bottom: 8px;
}

.ttlh_icon {
    margin: auto 0;
}

.contact_maps iframe {
    width: 100%;
}

.ttlh_text {
    padding-left: 10px;
}

.contact_form form input,
.contact_form form textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.contact_form form textarea {
    height: 100px;
}

.contact_form {
    margin-top: 20px;
}

.contact_form input[type=submit] {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}


/* ---------------------------------------- Messenger Form Ceo ---------------------------------------- */

.about_ceo_title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.about_ceo_content {
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
}

.about_ceo_text {
    padding-left: 35px;
}


/* ---------------------------------------- Company Philosophy ---------------------------------------- */

.about_tlbox1_title,
.about_tlbox2_title,
.about_tlbox3_title,
.about_company_area {
    font-weight: bold;
    padding: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.about_tlbox1,
.about_tlbox2 {
    margin-bottom: 40px;
}

.about_tlbox1_content,
.about_tlbox2_content {
    padding: 10px 15%;
    text-align: center;
}

.about_tlbox1_slogan {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about_tl_content ul {
    margin-left: 20px;
}


/* ---------------------------------------- Company profile ---------------------------------------- */

.about_profile_item {
    background-color: #f1f1f1;
    display: grid;
    grid-template-columns: 20% auto;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0px solid transparent;
}

.about_profile_item:last-child {
    border-bottom: 1px solid #ddd;
}

.about_profile_item p {
    margin-bottom: 0;
}

.about_profile_title {
    border-right: 1px solid #ddd;
    padding: 10px 20px;
}

.about_profile_text {
    padding: 10px 20px;
}


/* ---------------------------------------- Company Philosophy ---------------------------------------- */

.about_office_item {
    width: 100%;
    display: grid;
    grid-template-columns: 20% auto 12%;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0px solid transparent;
}

.about_office_item:last-child {
    border-bottom: 1px solid #ddd;
}

.about_office_name,
.about_office_addres,
.about_office_tel {
    padding: 10px;
}

.about_office_name,
.about_office_addres {
    border-right: 1px solid #ddd;
}

.about_office_item:nth-child(1) .about_office_addres {
    text-align: center;
}

.about_office_addres {
    text-align: left;
    padding: 10px 20px;
}


/* ---------------------------------------- Company staff ---------------------------------------- */


.about_staff {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    width: 100%;
    column-gap: 50px;
    row-gap: 50px;
    margin-top: 30px;
}

.about_staff_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
}

.about_staff_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px;
    text-align: center;
}


/* ---------------------------------------- Group companies ---------------------------------------- */

.company_item_item {
    display: grid;
    grid-template-columns: 25% auto 15%;
    width: 100%;
}

.about_company_item {
    margin-bottom: 40px;
}

.company_item_item {
    display: grid;
    grid-template-columns: 25% auto 15%;
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}

.company_item_item:first-child {
    border-bottom: 0px solid transparent;
}

.about_company_name,
.about_company_dc,
.about_company_phone {
    padding: 10px;
}

.about_company_item p {
    margin-bottom: 0px;
}

.home_news_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    width: 100%;
}

#owl-banner .owl-dots {
    display: none;
}

.home_news {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 999;
    margin-bottom: 90px;
}

.datb_item_images {
    width: 100%;
    height: 100%;
    max-height: 230px;
    overflow: hidden;
}

.datb_item_images img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    transition: 0.3s ease-in-out;
}

.duan_tieubieu_item {
    position: relative;
}

.duan_tieubieu_item:hover .datb_item_images img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

a.duan_hover {
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    text-align: center;
}

.new_item_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 0px 10px;
    text-transform: uppercase;
}

.datb_item_opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.home_news_title,
.home_video_title {
    text-align: center;
    margin-bottom: 25px !important;
    font-weight: 600;
}

.poly li {
    list-style-type: none;
}

.poly li a img {
    width: 26px !important;
    height: 21px !important;
}

.poly {
    display: flex;
    justify-content: space-evenly;
}

li.current-menu-item {
    background-color: #fff;
}

/* ---------------------------------------- Banner ---------------------------------------- */

.parallax_wrap_banner {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

section.banner_home,
.content-image-right,
.content-image-right img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 800px;
    max-height: 800px;
}

.content-left {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    color: #fff;
    transform: translateY(-50%);
    width: 100%;
}

.banner_img_path {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    opacity: 0.2;
}

.content_left_box {
    width: 100%;
    max-width: 50%;
    font-size: 28px;
}

.content_left_box .left_box_btn a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to right, #F27121 , #FDC70A);
}

.content_left_box .left_box_btn a:hover {
    transition: 0.3s ease-in-out;
    color: #000;
}

.content_left_box .left_box_text h2 {
    font-size: 56px;
    text-transform: uppercase;
    font-family: BarlowBold;
}

.left_box_btn {
    margin-top: 70px;
}

.parallax_wrap_banner #owl-banner .owl-dots {
    position: absolute;
    bottom: 25px;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
}

.parallax_wrap_banner #owl-banner .owl-dots .owl-dot {
    width: 40px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 5px;
}

.parallax_wrap_banner #owl-banner .owl-dots .owl-dot.active {
    border: 2px solid #fff;
    background-color: #fff;
}

.parallax_wrap_banner #owl-banner .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90%;
}

.parallax_wrap_banner #owl-banner button.owl-prev,
.parallax_wrap_banner #owl-banner button.owl-next {
    background-color: transparent;
    border: none;
}

/* ---------------------------------------- Home About ---------------------------------------- */

.home_about {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.home_about_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    width: 100%;
    row-gap: 30px;
}

.home_news_th {
    position: relative;
}

.home_new_btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.home_new_btn {
    display: inline-block;
    float: right;
}

.home_about_title,
.home_news_title,
.home_video_title {
    font-size: 26px;
    color: #176132;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_about_img ,
.home_about_img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    position: relative;
}

.home_about_path {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9;
    opacity: 0.3;
}

.home_about_content {
    position: relative;
    width: 100%;
    height: auto;
}

.home_about_btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.home_about_btn a.a1 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.home_about_btn a.a1:hover {
    background-color: #000;
    transition: 0.3s ease-in-out;
}

.home_about_title a.a0 {
    color: #fff;
    font-size: 24px;
}

.home_about_title {
    margin-bottom: 30px;
}

/* ---------------------------------------- Home Field ---------------------------------------- */

.home_field_box {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 100px;
}

.home_field_item,
.home_field_img,
.home_field_img img {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 550px;
    overflow: hidden;
}

.home_file_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.home_field_path {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

.home_field_name {
    position: absolute;
    z-index: 9999;
    bottom: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    background-color: #00000059;
    padding: 14px 20px;
    transition: 0.3s ease-in-out;
}

.home_field_item:hover .home_field_path {
    top: 0%;
    transition: 0.3s ease-in-out;
}

.home_field_item:hover .home_field_name {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    bottom: unset;
    background-color: transparent;
}


/* ---------------------------------------- Home Video ---------------------------------------- */

.home_video {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.home_video_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    width: 100%;
}

.home_video_content iframe {
    width: 100%;
    height: 300px;
}

.home_video_title {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.home_video_title .home_video_btn a {
    font-size: 14px;
}

.home_video_btn {
    margin-bottom: auto;
    margin-top: auto;
}

/* ---------------------------------------- footer ---------------------------------------- */

footer#footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #262626;
    color: #fff;
    padding: 50px 0px;
}

.footer {
    display: grid;
    grid-template-columns: 35% 20% 20% 25%;
    width: 100%;
    grid-template-rows: auto;
}

.footer_maps iframe {
    width: 100%;
    height: 200px;
}

.footer_contact,
.footer_field,
.footer_about {
    padding-right: 40px;
}

.footer_logo {
    margin-bottom: 30px;
}

.footer_logo img {
    width: 100%;
    max-width: 300px;
}

.footer_about_title,
.footer_field_title,
.footer_map_title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_about_item,
.footer_field_item {
    margin-bottom: 10px;
}

.footer_about_item a,
.footer_field_item a {
    color: #fff;
}

#mega-menu-wrap-mainmenu ul li:hover a {
    background-color: #fff !important;
}
#mega-menu-wrap-mainmenu ul li ul.mega-sub-menu li:hover a {
    background-color: #176132 !important;
}


/* ---------------------------------------- Mobile ---------------------------------------- */

@media (max-width: 1367px) {
    body header .header_menu .header_lang a .header_lang_flag img {
        width: 16px;
        height: 16px;
    }
    div#home_content .parallax_wrap .parallax_home .content-left {
        font-size: 24px;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right {
        width: 100%;
        max-width: 100%;
        right: 20%;
        bottom: 60px;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right img {
        width: 20%;
        height: auto;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right {
        top: 44%;
    }
    div#home_content .parallax_wrap .parallax_home:first-child a {
        padding: 15px 20x 15px 15px !important;
        font-size: 18px;
    }
    div#home_content .parallax_wrap .parallax_home .content-left h1,
    div#home_content .parallax_wrap .parallax_home .content-left h2,
    div#home_content .parallax_wrap .parallax_home .content-left h3,
    div#home_content .parallax_wrap .parallax_home .content-left h4,
    div#home_content .parallax_wrap .parallax_home .content-left h5,
    div#home_content .parallax_wrap .parallax_home .content-left h6 {
        font-size: 36px;
        text-align: left;
    }
    div#home_content .parallax_wrap .parallax_home .content-left {
        width: 40%;
    }
    .contact_logo {
        display: none;
    }
    .contact_title,
    .category_wrapper h1 {
        font-size: 30px;
    }
    .contact_left {
        margin-bottom: 10px;
    }
    #category #category-tuyen-dung .container .category_wrapper .list_post .table .title {
        font-size: 14px;
    }
    #category #category-tuyen-dung .container .category_wrapper .list_post .table-cell {
        padding: 10px 10px 20px 0;
    }
    #category #category-tuyen-dung .container .category_wrapper .choices {
        margin-bottom: 1vh;
    }
    #category #category-tuyen-dung .container .category_wrapper .pdphantrang {
        margin-top: 10px;
    }
    #category #category-tuyen-dung .container .category_wrapper .pdphantrang .page-numbers {
        padding: 12px;
        width: 40px;
        height: 40px;
    }
    .project_item_img {
        max-height: 200px;
        min-height: 200px;
    }
    .project_wrapper {
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .news_title {
        padding: 10px 15px;
        font-size: 18px;
    }
    .field_item:nth-child(3) div.field_item_name a,
    .field_item:nth-child(1) div.field_item_name a,
    .field_item:nth-child(2) div.field_item_name a {
        font-size: 14px !important;
    }
    .field_item:nth-child(3) div.field_item_name a {
        max-width: 160px !important;
        left: 65% !important;
    }
    .field_nv1_text,
    .field_nv2_text {
        font-size: 14px !important;
    }
    .field_item:nth-child(3) {
        left: 76% !important;
    }
    .home_field_name {
        font-size: 22px;
    }
    body header .header_menu ul li a {
        padding: 0px 10px !important;
    }
}

@media (max-width: 1024px) {
    body .eath-wrap .eath {
        height: 100%;
    }
    .field_item:nth-child(2) {
        left: 23% !important;
    }
    .field_item:nth-child(3) {
        left: 83% !important;
    }
    body header .header_wrap.d-flex {
        margin-bottom: 0px;
    }
    #category #category-tuyen-dung .container .category_wrapper .choices .field,
    #category #category-tuyen-dung .container .category_wrapper .choices .search {
        font-size: 13px;
        width: 100%;
    }
    .detail_right-title2 {
        font-size: 24px;
    }
    .detailpage_right_form .form_file,
    .detailpage_right_download {
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 10px;
    }
    .content_wrapper.d-flex {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }
    h3.item_name {
        font-size: 16px !important;
    }
    .about_ceo_title {
        font-size: 22px;
    }
    div#home_content .parallax_wrap .parallax_home .content-left {
        font-size: 20px;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right {
        top: 52%;
    }
    .content_left_box {
        max-width: 80%;
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .content_left_box .left_box_btn a {
        font-size: 18px;
    }
    .content_left_box .left_box_text h2 {
        font-size: 46px;
    }
    .home_news_item {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 20px;
    }
    .home_about_box {
        grid-template-columns: 1fr 1fr;
    }
    .home_field_box {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .home_video_content {
        column-gap: 20px;
    }
    .footer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 40px;
    }
    #about #about_content .content_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .poly {
        gap: 0px 15px;
    }
    #project #category-project .category_wrapper {
        column-gap: 20px;
    }
    #project #category-project {
        margin-bottom: 20px;
    }
    #project #post-project .post_wrapper {
        column-gap: 20px;
        row-gap: 20px;
    }
    div#mega-menu-wrap-mainmenu {
        width: 100%;
    }
    .poly {
        justify-content: start;
        padding-left: 10px;
    }
    body header .header_menu .header_lang {
        width: 100% !important;
    }
    body header .header_menu ul.mega-sub-menu li a {
        padding: 0px 20px !important;
    }
    body header .header_menu ul.mega-sub-menu {
        background: transparent !important;
    }
    .poly li {
        margin-right: 15px;
        margin-bottom: auto;
        margin-top: auto;
    }
}

@media (max-width: 768px) {
    div#home_content .parallax_wrap .parallax_home .content-left h1,
    div#home_content .parallax_wrap .parallax_home .content-left h2,
    div#home_content .parallax_wrap .parallax_home .content-left h3,
    div#home_content .parallax_wrap .parallax_home .content-left h4,
    div#home_content .parallax_wrap .parallax_home .content-left h5,
    div#home_content .parallax_wrap .parallax_home .content-left h6 {
        font-size: 26px;
    }
    div#home_content .parallax_wrap .parallax_home .content-left a {
        padding: 10px 48px 10px 46px !important;
    }
    #about #about_content .content_wrapper .item {
        width: 100%;
    }
    #about #about_content .content_wrapper .item .item_img .item_name {
        font-size: 16px;
    }
    .project_item_img,
    .project_item_img img {
        max-height: 240px;
        min-height: 240px;
    }
    .choices.d-flex {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 1fr 1fr !important;
        column-gap: 20px;
        row-gap: 15px;
    }
    #category #category-tuyen-dung .container .category_wrapper .choices .field,
    #category #category-tuyen-dung .container .category_wrapper .choices .search {
        width: 100%;
    }
    .detailpage_left {
        display: none;
    }
    .detailpage_form .detailpagr_form_content {
        grid-template-columns: auto;
    }
    .project_footer {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 10px;
    }
    .contact_item .contact_right {
        display: grid;
        grid-template-columns: auto;
    }
    .contact_right div#pills-tabContent {
        padding-left: 0px;
    }
    .content_wrapper.d-flex {
        grid-template-columns: 1fr 1fr;
    }
    #about #about_content .content_wrapper .item .item_img img {
        height: 150px;
    }
    #about #about_content .content_wrapper {
        gap: 20px 30px;
    }
    .about_profile_item {
        grid-template-columns: auto;
    }
    .about_profile_title {
        font-weight: bold;
    }
    .about_office_item {
        grid-template-columns: 25% auto 22%;
    }
    .company_item_item {
        grid-template-columns: 25% auto 25%;
    }
    .about_staff {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .about_staff_item:nth-child(3) {
        grid-column: 1 / span 1;
    }
    .about_staff_item:nth-child(3) .about_staff_content {
        grid-template-columns: auto;
    }
    .home_video_content {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    #project #category-project .category_wrapper {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    #project #post-project .post_wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    body .container {
        width: auto;
        min-width: 100%;
    }
    div#home_content .parallax_wrap .parallax_home .content-left {
        width: 100%;
    }
    div#home_content .parallax_wrap .parallax_home .new_topic {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    div#home_content .parallax_wrap .parallax_home .new_topic_item {
        width: 100%;
    }
    div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title span {
        display: none;
    }
    div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title_wrap {
        padding: 15px;
    }
    div#home_content .parallax_wrap .parallax_home .new_topic_item .item_title_wrap h3 {
        font-size: 20px;
        text-align: left;
    }
    div#home_content .parallax_wrap .parallax_home .content-left a {
        margin-top: 45px;
    }
    body .eath-wrap .eath_icon_hanabi {
        top: 71%;
    }
    #about #about_content .content_wrapper {
        grid-template-columns: 1fr;
    }
    #about #about_content .content_wrapper .item {
        width: 100%;
    }
    #about #about_content .content_wrapper .item .item_img .item_name {
        font-size: 18px;
    }
    body .eath-wrap .eath_arms_connects {
        bottom: 54px;
        transform: translate(-45%, -20%);
    }
    body .eath-wrap .eath_arms_connects {
        bottom: 25px;
        transform: translate(-45%, -20%);
    }
    body .eath-wrap .eath img {
        margin-bottom: 20px;
    }
    body .eath-wrap .eath_arms_connects,
    body .eath-wrap .eath_slogan {
        width: 90%;
    }
    .eath_arms_connects.wow.slideInUp img {
        transform: rotate(6deg);
    }
    .project_wrapper {
        grid-template-columns: 1fr;
    }
    .news_title {
        position: relative;
    }
    #category #category-tuyen-dung .container .category_wrapper .list_post .table .title {
        display: none;
    }
    #category #category-tuyen-dung .container .category_wrapper .choices {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    #category #category-tuyen-dung .container .category_wrapper .list_post .table-cell:nth-child(2),
    #category #category-tuyen-dung .container .category_wrapper .list_post .table-cell:nth-child(3),
    #category #category-tuyen-dung .container .category_wrapper .list_post .table-cell:nth-child(4),
    #category #category-tuyen-dung .container .category_wrapper .list_post .table-cell:nth-child(5) {
        display: none !important;
    }
    .project_footer {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .dinhkem_cv {
        padding: 15px 10px;
        font-size: 13px;
        width: 100%;
    }
    .choices.d-flex {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
    }
    .detailpage_right {
        padding: 20px 0px;
    }
    .contact_left_title {
        font-size: 20px;
    }
    .contact_item .contact_right {
        grid-template-columns: auto;
        row-gap: 10px;
    }
    .contact_right div#pills-tabContent {
        padding-left: 0px;
    }
    .contact_maps iframe {
        height: 100%;
        max-height: 300px;
        min-height: 300px;
    }
    .content_wrapper.d-flex {
        grid-template-columns: 1fr;
    }
    .about_ceo_content {
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 20px;
    }
    .about_ceo_text {
        padding-left: 0px;
    }
    .about_tlbox1_content,
    .about_tlbox2_content {
        padding: 10px 15px;
        text-align: center;
    }
    .about_office_item {
        grid-template-columns: auto;
        text-align: left;
    }
    .about_office_item:nth-child(1) {
        display: none;
    }
    .about_office_addres {
        text-align: left;
        padding: 10px 10px;
    }
    .company_item_item {
        grid-template-columns: auto;
    }
    .home_news_th {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .home_new_btn {
        position: relative;
    }
    .home_news_item {
        grid-template-columns: 1fr;
    }
    body .eath-wrap .eath_slogan {
        bottom: 3%;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right {
        top: 60%;
        transform: translateX(-50%);
        left: 50%;
    }
    div#home_content .parallax_wrap .parallax_home .content-image-right img {
        width: 35%;
        height: auto;
        position: relative;
        left: 55%;
    }
    .parallax_wrap_banner #owl-banner .owl-nav {
        display: none;
    }
    .content_left_box {
        max-width: 100%;
    }
    .content_left_box .left_box_text h2 {
        font-size: 36px;
    }
    .home_about_box {
        grid-template-columns: 1fr;
    }
    .footer {
        grid-template-columns: 1fr;
    }
    .contact_wrap, 
    .detailpage_wrap,
    #category #category-tuyen-dung .container .category_wrapper {
        padding: 0px;
    }
    select#filter_lv, select#filter_ct, select#filter_dd {
        margin-bottom: 10px;
    }
    #category #category-tuyen-dung .container .category_wrapper .choices {
        margin-bottom: 30px;
    }
}