@media all and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
    .section_video {
        height: auto;
        overflow: hidden;
    }
    .video video {
        width: 100%;
    }
    #header {
        height: 50px;
        padding: 0;
    }
    #header.header_fixed {
        background: #254D78;
    }
    .logo img {
        height: 50px;
        padding: 10px 15px;
    }
    .menu_show {
        display: none;
        position: fixed;
        right: 0px !important;
        top: 0px !important;
        width: 280px;
        max-width: 100%;
        padding: 0;
        background: #254D78;
        opacity: 0;
        z-index: 999;
        box-sizing: border-box;
        transition: opacity 0.5s ease-in-out;
        height: 100vh;
        overflow-y: auto;
        border: 0;
        filter: drop-shadow(0px 4px 15px rgba(37, 77, 120, 0.4));
    }
    .menu_show.open {
        opacity: 1;
        display: block;
        pointer-events: all;
    }
    .menu_show .menu {
        width: 100%;
        position: relative;
        padding: 60px 50px 60px 35px;
    }
    .menu_show .menu .menu_item {
        width: 100%;
        padding: 15px 0;
        background: none;
        clear: both;
        display: block;
        position: relative;
    }
    .menu_show .menu .menu_item .menu_link {
        padding: 0;
    }
    .menu_show .menu .menu_item .focus_show_sub_menu {
        width: 14px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/down.svg) no-repeat;
        background-size: 14px 8.4px;
        background-position: center right;
        transition: all 0.5s;
    }
    .menu_show .menu .menu_item .menu_item_sub_open {
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0;
        padding: 0;
        background: none;
        border: 0;
        border-radius: 0;
    }
    .menu_show .menu .menu_item:hover .menu_item_sub_open {
        position: relative;
        display: none;
    }
    .menu_show .menu .menu_item .focus_show_sub_menu.open {
        transform: rotate(180deg);
    }
    .menu_show .menu .menu_item .menu_item_sub_open.open {
        display: block;
    }
    .menu_show .menu .menu_item .menu_item_sub_open::before {
        display: none;
    }
    .menu_show .menu .menu_item .menu_item_sub_open li {
        filter: brightness(0) invert(1);
    }
    .menu_show .menu .menu_item .menu_item_sub_open li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu_show .menu .menu_item .menu_item_sub_open li a {
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    .menu_language {
        top: 15px;
        right: 70px;
        width: 70px;
        z-index: 99999;
    }
    .menu_language .language_active {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        text-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 40px;
    }
    .menu_language .list_language {
        top: 33px;
        right: 0px;
        padding: 2px 18px;
        border-radius: 10px;
    }
    .menu_language .list_language li {
        padding: 5px;
    }
    #btn_open_menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        z-index: 999999999;
    }
    .burger-wrap {
        top: 0;
        right: 0;
        width: 30px;
        height: 20px;
        background: none;
        position: absolute;
        z-index: 40;
        transition: 0.3s 0.7s transform ease-in;
    }
    .burger {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0px;
        border: 0;
        cursor: pointer;
        z-index: 30;
        transition: transform 1s ease-in;
    }
    .burger span {
        display: block;
        position: absolute;
        height: 2px;
        border-radius: 2px;
        width: 100%;
        background: #FFFFFF;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.3s ease-in-out;
    }
    .burger span:nth-child(1) {
        top: 0px;
    }
    .burger span:nth-child(2) {
        top: 9px;
    }
    .burger span:nth-child(3) {
        top: 18px;
    }
    .burger.active span:nth-child(1) {
        top: 9px;
        transform: rotate(135deg);
    }
    .burger.active span:nth-child(2) {
        opacity: 0;
    }
    .burger.active span:nth-child(3) {
        top: 9px;
        transform: rotate(-135deg);
    }
    /*  */
    .caption_banner_home {
        left: 15px;
        padding: 25px;
        width: 400px;
        top: auto;
        bottom: 20%;
    }
    .caption_banner_home h1,
    .caption_banner_home p strong {
        font-size: 30px;
        line-height: 38px;
    }
    .caption_banner_home p {
        font-size: 16px;
        line-height: 24px;
    }
    .button_more {
        margin: 15px 0;
    }
    .button_more span,
    .button_more a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        padding: 11px 20px 10px;
    }
    .button_more span .icon_more::before,
    .button_more a .icon_more::before {
        padding-left: 5px;
    }
    /*  */
    .section_recruit {
        padding: 50px 0 0;
    }
    .section_content {
        padding: 50px 0 80px;
    }
    .section_projects_works {
        padding: 50px 0;
    }
    .section_banner_subpage::before,
    .section_slider_home::before {
        height: 150px;
    }
    /*  */
    .slick-disabled:hover,
    .slick-disabled:focus,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        opacity: 0.6;
        transform: scale(1);
    }
    /*  */
    .box_form_search_recruit {
        margin: 10px 0;
    }
    .box_form_search_recruit form .input_search {
        width: calc(50% - 40px);
    }
    .box_form_search_recruit form .select_search {
        width: 25%;
    }
    .box_form_search_recruit form .select_search:nth-child(3) {
        width: 20%;
    }
    .box_form_search_recruit form .select_search {
        margin-left: 12px;
    }
    .box_form_search_recruit form .button_search {
        width: 46px;
    }
    .box_form_search_recruit form .button_search button {
        width: 46px;
        height: 46px;
        padding: 14px;
    }
    .box_form_search_recruit form .button_search button img {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .box_form_search_recruit form .button_search button span {
        display: none;
    }
    /*  */
    .box_recruit .name_recruit {
        height: 45px;
        margin: 10px 0 0;
    }
    .box_recruit .recruit .button_more.button_apply_recruit span {
        padding: 6.5px 20px 10px;
    }
    .box_recruit .recruit .button_more.button_apply_recruit span .icon_apply::before {
        top: 2px;
    }
    /*  */
    .box_contact .contact .name_contact strong,
    .box_contact .contact .info_contact span,
    .content_company_size p,
    .box_menu_category .menu_category ul li a,
    .box_blog .blog .info_blog .name_blog strong,
    .box_recruit .name_recruit a,
    .total_number_staff h3,
    .box_content_branch .content_branch p,
    .box_content_about_us .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .list_blog_views .box_blog .blog .info_blog .more_blog span,
    .list_blog_views .box_blog .blog .info_blog .des_blog span,
    .list_blog_views .box_blog .blog .info_blog .name_blog strong,
    .box_name_city .name_city strong {
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .slider_product .slick-list {
        height: 450px;
    }
    .slider_product .box_product .product {
        height: 400px;
    }
    /*  */
    .slider_blog .slick-prev,
    .slider_recruit .slick-prev {
        top: auto;
        width: 45px;
        height: 45px;
        left: calc(50% - 50px);
        bottom: -50px;
    }
    .slider_blog .slick-next,
    .slider_recruit .slick-next {
        right: calc(50% - 50px);
        top: auto;
        bottom: -50px;
        width: 45px;
        height: 45px;
    }
    .slider_branch_contact .slider_content_branch .slick-next,
    .slick-next,
    .slider_branch_contact .slider_content_branch .slick-prev,
    .slick-prev {
        width: 30px;
        height: 60px;
    }
    /*  */
    .title h1 {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 15px;
    }
    .title h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .button_more.right {
        margin-top: -45px;
    }
    .list_blog_hot .box_blog,
    .list_blog_hot .box_blog:first-child {
        width: 100%;
        clear: both;
        float: none;
    }
    /*  */
    .box_footer {
        width: 50%;
        padding-bottom: 0;
    }
    /*  */
    .box_title_banner_subpage {
        right: 15px;
    }
    .box_title_banner_subpage p,
    .box_title_banner_subpage h1 {
        font-size: 60px;
        line-height: 60px;
    }
    /*  */
    .box_content_about_us {
        width: 100%;
    }
    /*  */
    .box_company_size {
        width: 40%;
        padding-right: 30px;
    }
    .total_number_staff h3 strong {
        top: 0;
        font-size: 24px;
        line-height: 24px;
    }
    .box_slider_branch {
        width: 60%;
        padding-left: 60px;
    }
    .slider_content_branch .slick-next {
        left: -60px;
    }
    .box_content_branch .content_branch p {
        margin-bottom: 10px;
    }
    .box_name_city .name_city {
        padding: 8px 19px;
    }
    /*  */
    .info_recruit {
        width: 100%;
    }
    /*  */
    .share_content {
        margin: 20px 0 40px;
    }
    /*  */
    .box_content,
    .box_list_blog {
        width: calc(100% - 330px);
    }
    .box_list_other {
        width: 300px;
    }
    .box_list_blog_views {
        margin-top: 20px;
    }
    .list_blog_views .box_blog .blog .info_blog .name_blog,
    .list_blog_views .box_blog .blog .info_blog .des_blog {
        max-height: 45px;
    }
    .list_blog_views .box_blog .blog .date_post_views {
        width: 60px;
        height: 60px;
        padding: 5px 0;
    }
    .list_blog_views .box_blog .blog .info_blog {
        width: calc(100% - 75px);
    }
    .list_blog_views .box_blog .blog .date_post_views strong {
        font-size: 26px;
        line-height: 26px;
    }
    .list_blog_views .box_blog .blog .date_post_views span {
        font-size: 12px;
        line-height: 12px;
    }
    .list_product .box_product {
        width: 33.33%;
    }
    /*  */
    .box_contact {
        padding: 0 20px;
    }
    .box_contact .contact .img_contact {
        width: 80px;
    }
    .box_contact .contact .name_contact {
        margin: 15px 0 5px;
    }
    /*  */
    .slider_branch_contact .slider_name_city {
        width: 520px;
    }
    .slider_branch_contact .slider_content_branch {
        height: 300px;
    }
    .box_content_branch .branch .img_branch {
        width: 300px;
        height: 300px;
    }
    .box_content_branch .branch .google_map_branch {
        width: calc(100% - 310px);
        height: 300px;
    }
    .box_popup .close_popup img {
        width: 40px;
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 5px;
    }
    .box_form_recruit.box_popup_form_recruit {
        padding: 30px 30px 40px;
        width: 500px;
    }
}

@media all and (max-width: 1000px) {
    .container {
        max-width: 800px;
    }
    #effect_vacs h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .box_form_search_recruit form .input_search {
        width: 100%;
        margin-bottom: 10px;
    }
    .box_form_search_recruit form .select_search:nth-child(3),
    .box_form_search_recruit form .select_search {
        width: calc(50% - 35px);
        margin: 0;
        margin-right: 10px;
    }
    .box_recruit {
        width: 50%;
    }
    /*  */
    .slider_product .box_product .product {
        padding: 40px 0;
    }
    .slider_product .box_product .product img {
        opacity: 0.6;
    }
    .slider_product .box_product.slick-current.slick-active.slick-center .product {
        padding: 0;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
    }
    .slider_product .box_product.slick-current.slick-active.slick-center .product img {
        opacity: 1;
    }
    /*  */
    .box_company_size {
        width: 100%;
        padding-right: 0;
        border: 0;
    }
    .box_slider_branch {
        margin-top: 40px;
        width: 100%;
        padding-left: 0;
    }
    .slider_name_city {
        padding: 0px 0 15px;
        width: 530px;
    }
    .slider_content_branch .slick-next {
        left: auto;
        top: -65px;
        right: -15px;
        width: 30px;
        height: 60px;
        background: url(../images/next.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .list_product .box_product {
        width: 33.33%;
    }
    .box_contact .contact .info_contact span {
        font-size: 14px;
        line-height: 22px;
    }
    .section_product {
        padding-bottom: 0;
    }
    .total_number_staff h3 {
        margin-bottom: 10px;
    }
    .box_breadcrumb {
        height: 40px;
    }
    .breadcrumb li {
        padding: 9px 0;
    }
    .breadcrumb li a {
        font-size: 14px;
        line-height: 22px;
    }
    .breadcrumb li:first-child img {
        width: 18px;
        top: -2px;
    }
    .breadcrumb li+li::before {
        content: '/';
        top: 1px;
        padding: 0 5px;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    .box_title_banner_subpage {
        bottom: 60px;
    }
    .box_title_banner_subpage p,
    .box_title_banner_subpage h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .section_banner_subpage::before,
    .section_slider_home::before {
        height: 100px;
    }
    .box_form_recruit.box_popup_form_recruit {
        padding: 30px 30px 40px;
        width: 460px;
    }
    .box_image_projects_works {
        margin: 60px auto;
        width: 300px;
        height: 150px;
    }
    .box_image_projects_works .image_projects_works {
        width: 120px;
        height: 120px;
    }
    .box_projects_works .projects_works .info_projects_works {
        width: calc(100% - 70px);
    }
    .box_projects_works .projects_works {
        height: 60px;
    }
    .box_projects_works .projects_works .img_projects_works {
        width: 60px;
        height: 60px;
    }
    .box_projects_works .projects_works .info_projects_works .name_projects_works strong,
    .box_projects_works .projects_works .info_projects_works .des_projects_works span {
        font-size: 14px;
        line-height: 22px;
    }
    .box_projects_works {
        width: calc(50% - 150px);
    }
    .box_projects_works:nth-child(1) {
        right: calc(50% + 60px);
        top: 0;
    }
    .box_projects_works:nth-child(3) {
        left: 0;
        top: 100px;
    }
    .box_projects_works:nth-child(5) {
        right: calc(50% + 60px);
        top: 200px;
    }
    .box_projects_works:nth-child(2) {
        left: calc(50% + 60px);
        top: 0;
    }
    .box_projects_works:nth-child(4) {
        right: 0;
        top: 100px;
    }
    .box_projects_works:nth-child(6) {
        left: calc(50% + 60px);
        top: 200px;
    }
}

@media all and (max-width: 800px) {
    .container {
        max-width: 600px;
    }
    #effect_vacs h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .slick-dots {
        bottom: 15px;
    }
    .slick-dots li button {
        width: 18px;
        height: 18px;
    }
    .box_form_search_recruit form .select_search:nth-child(3),
    .box_form_search_recruit form .select_search {
        width: calc(50% - 5px);
        margin: 0;
        margin-bottom: 10px;
    }
    .box_form_search_recruit form .select_search:nth-child(3) {
        float: right;
    }
    .box_form_search_recruit form .button_search {
        width: 100%;
    }
    .box_form_search_recruit form .button_search button {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 22px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        padding: 0;
    }
    .box_form_search_recruit form .button_search button img {
        width: 20px;
        height: 20px;
        display: none;
    }
    .box_form_search_recruit form .button_search button span {
        display: block;
    }
    .box_form_recruit form .textarea_form textarea,
    .box_form_recruit form .input_form input,
    .box_form_search_recruit form .select_search select,
    .box_form_search_recruit form .input_search input {
        height: 40px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
    }
    .box_form_search_recruit form .select_search select {
        padding: 0 25px 0 15px;
        background: rgba(255, 255, 255, 0.06) url(../images/down.svg) no-repeat scroll calc(100% - 10px) center;
    }
    .box_form_recruit form .textarea_form textarea {
        padding: 10px 20px;
        height: 80px;
    }
    .box_form_recruit form .button_form button {
        width: 150px;
        font-size: 14px;
        line-height: 14px;
        height: 40px;
    }
    .box_form_recruit form .button_form button img {
        width: 14px;
        margin-left: 5px;
    }
    .list_recruit {
        padding: 0 10px;
    }
    .box_recruit .recruit .img_recruit {
        border-radius: 6px;
    }
    .box_recruit {
        width: 50%;
        padding: 5px;
    }
    .box_recruit .name_recruit {
        height: 40px;
    }
    .box_recruit .name_recruit a {
        font-size: 14px;
        line-height: 20px;
    }
    /*  */
    .box_footer {
        width: 100%;
        padding-top: 10px;
    }
    .contact_footer p.location {
        min-height: auto;
    }
    .title_footer {
        margin-bottom: 10px;
    }
    .list_blog_hot .box_blog:first-child .info_blog .name_blog strong,
    .title_footer strong {
        font-size: 16px;
        line-height: 24px;
    }
    .box_blog .blog .info_blog .name_blog,
    .box_blog .blog .info_blog .des_blog {
        max-height: 45px;
    }
    .box_blog .blog .info_blog .des_blog span,
    .box_blog .blog .info_blog .name_blog strong,
    .box_coppyright .coppyright span,
    .box_coppyright .coppyright a,
    .contact_footer p {
        font-size: 14px;
        line-height: 22px;
    }
    .box_coppyright .logo_footer {
        height: 20px;
    }
    .box_blog .blog .info_blog .date_post_blog span {
        font-size: 14px;
        line-height: 14px;
    }
    .content_company_size p img {
        width: 20px !important;
        top: 2px;
    }
    .content_company_size p {
        padding-left: 25px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .title h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .title h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .info_recruit ul li {
        font-size: 14px;
        line-height: 22px;
        padding-left: 22px;
    }
    .info_recruit ul li img {
        width: 16px;
        top: 2px;
    }
    .box_list_other {
        width: 100%;
        float: none;
        clear: both;
    }
    .slider_blog .box_blog {
        padding-top: 0;
    }
    .box_content,
    .box_list_blog {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 40px;
    }
    .list_blog .box_blog {
        margin-top: 0;
    }
    .pagination_subpage {
        padding: 10px 0;
    }
    .box_contact {
        text-align: center;
        width: 320px;
        max-width: 100%;
        display: block;
        float: none;
        clear: both;
        border: 0 !important;
        margin: 0px auto 30px;
    }
    .box_list_contact {
        padding: 10px 0 30px;
    }
    .box_content_branch .branch .img_branch {
        width: calc(50% - 5px);
    }
    .box_content_branch .branch .google_map_branch {
        width: calc(50% - 5px);
    }
    .list_blog_hot .box_blog:first-child .date_post_hot {
        width: 70px;
        height: 70px;
        padding: 5px 0;
    }
    .list_blog_hot .box_blog:first-child .blog .info_blog {
        width: calc(100% - 125px);
    }
    .box_form_recruit.box_popup_form_recruit {
        padding: 30px 20px 30px;
        width: 430px;
    }
    .box_image_projects_works {
        margin: 40px auto 0;
        width: 200px;
        height: 100px;
    }
    .box_image_projects_works .image_projects_works {
        width: 80px;
        height: 80px;
    }
    .box_projects_works .projects_works .info_projects_works {
        width: calc(100% - 45px);
    }
    .box_projects_works .projects_works {
        height: 40px;
    }
    .box_projects_works .projects_works .img_projects_works {
        width: 40px;
        height: 40px;
    }
    .box_projects_works .projects_works .info_projects_works .name_projects_works,
    .box_projects_works .projects_works .info_projects_works .des_projects_works,
    .box_projects_works .projects_works .info_projects_works .name_projects_works strong,
    .box_projects_works .projects_works .info_projects_works .des_projects_works span {
        font-size: 12px;
        line-height: 16px;
    }
    .box_projects_works {
        width: calc(50% - 100px);
    }
    .box_projects_works:nth-child(1) {
        right: calc(50% + 40px);
        top: 0;
    }
    .box_projects_works:nth-child(3) {
        left: 0;
        top: 75px;
    }
    .box_projects_works:nth-child(5) {
        right: calc(50% + 40px);
        top: 130px;
    }
    .box_projects_works:nth-child(2) {
        left: calc(50% + 40px);
        top: 0;
    }
    .box_projects_works:nth-child(4) {
        right: 0;
        top: 75px;
    }
    .box_projects_works:nth-child(6) {
        left: calc(50% + 40px);
        top: 130px;
    }
    .list_product .box_product .product::before {
        display: none;
    }
    .box_recruit .recruit .button_more {
        margin: 0 2px;
    }
    .box_recruit .recruit .button_more.button_apply_recruit span,
    .box_recruit .recruit .button_more a {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 20px;
    }
    .box_recruit .recruit .button_more a i,
    .box_recruit .recruit .button_more span i {
        display: none !important;
    }
    .box_slider_recruit {
        padding: 0 10px;
    }
}

@media all and (max-width: 600px) {
    .container {
        max-width: 430px;
    }
    .slider_home .box_img_banner_home {
        height: 90vh;
    }
    #effect_vacs h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .list_product .box_product {
        width: 50%;
        padding: 5px;
    }
    .list_product .box_product .product {
        border-radius: 6px;
    }
    .section_banner_subpage::before,
    .section_slider_home::before {
        height: 100px;
    }
    .section_video::before {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0px;
        background: #254D78;
        opacity: 1;
    }
    .section_video {
        padding-top: 50px;
    }
    .caption_banner_home {
        width: calc(100% - 30px);
        position: relative;
        left: 0;
        right: 0;
        padding: 20px 20px 20px;
        border-radius: 16px;
        margin: 0 auto;
        margin-top: 40px;
        display: block;
    }
    .caption_banner_home h1,
    .caption_banner_home p strong {
        font-size: 26px;
        line-height: 34px;
    }
    .box_coppyright {
        text-align: center;
    }
    .box_coppyright .coppyright a,
.box_coppyright .coppyright span {
    text-align: center;
}
    .box_coppyright .coppyright,
    .box_coppyright .logo_footer {
        width: 100%;
        height: auto;
        clear: both;
        margin: 10px auto;
        float: none;
        position: relative;
    }
    .box_coppyright .logo_footer img {
        width: auto;
        height: 30px;
    }
    .info_recruit ul li,
    .box_recruit .name_recruit a,
    .contact_footer p,
    .box_coppyright .coppyright span {
        font-size: 14px;
    }
    .title_footer strong {
        font-size: 15px;
    }
    .caption_banner_home h1,
    .caption_banner_home p {
        margin-bottom: 5px;
    }
    .button_more {
        margin: 10px 0;
    }
    .info_recruit ul li {
        width: 100% !important;
    }
    .box_img_banner_subpage {
        height: 200px;
    }
    .slider_branch_contact .slider_name_city {
        width: 100%;
        padding-right: 0;
    }
    .slider_name_city {
        width: 100%;
        padding-right: 15px;
    }
    .slider_branch_contact .slider_content_branch {
        width: 100%;
        height: auto;
    }
    .box_content_branch .branch .img_branch {
        width: 100%;
        border-radius: 16px;
        height: auto;
    }
    .box_content_branch .branch .google_map_branch {
        width: 100%;
        height: 200px;
        border-radius: 16px;
        margin-bottom: 10px;
    }
    .slider_branch_contact .slider_content_branch .slick-next,
    .slider_branch_contact .slider_content_branch .slick-prev {
        top: 70px;
        bottom: auto;
    }
    .box_form_recruit.box_popup_form_recruit {
        padding: 30px 20px 30px;
        width: 430px;
    }
    .slider_home .slick-prev,
    .slider_home .slick-next {
        display: none !important;
    }
    .title h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .section_projects_works {
        padding: 40px 0 40px;
    }
    .box_list_projects_works {
        margin: 0 auto;
    }
    .box_image_projects_works {
        margin: 30px auto;
        width: 160px;
        height: 80px;
    }
    .box_image_projects_works .image_projects_works {
        width: 60px;
        height: 60px;
    }
    .box_projects_works:nth-child(1) {
        right: calc(50% + 30px);
        top: 0;
    }
    .box_projects_works:nth-child(2) {
        left: calc(50% + 30px);
        top: 0;
    }
    .box_projects_works:nth-child(3) {
        left: 0;
        top: 55px;
    }
    .box_projects_works:nth-child(4) {
        right: 0;
        top: 55px;
    }
    .box_projects_works {
        width: calc(50% - 70px);
    }
    .box_projects_works .projects_works {
        height: 30px;
    }
    .box_projects_works:nth-child(5) {
        right: calc(50% + 30px);
        top: 110px;
    }
    .box_projects_works:nth-child(6) {
        left: calc(50% + 30px);
        top: 110px;
    }
    .box_projects_works .projects_works .img_projects_works {
        width: 30px;
        height: 30px;
        z-index: 2;
    }
    .box_projects_works .projects_works .info_projects_works {
        width: calc(100% - 35px);
        z-index: 1;
    }
    .box_projects_works .projects_works .info_projects_works .name_projects_works,
    .box_projects_works .projects_works .info_projects_works .name_projects_works strong {
        font-size: 10px;
        line-height: 10px;
    }
    .box_projects_works .projects_works .info_projects_works .des_projects_works {
        display: none;
    }
    .total_number_staff h3 strong {
        font-size: 20px;
        line-height: 22px;
    }
    .box_content_branch .content_branch p span {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .box_recruit {
        padding-bottom: 0;
    }
    .caption_banner_home p,
    .box_content_about_us .content p,
    .box_content_branch .content_branch p,
    .total_number_staff h3,
    .content_company_size p {
        font-size: 14px;
        line-height: 22px;
    }
    .box_img_about_us .img_about_us .name_about_us p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .box_img_about_us.slick-current.slick-active.slick-center .img_about_us img,
    .box_img_about_us .img_about_us img {
        height: 200px;
    }
    .box_img_about_us .img_about_us .name_about_us p {
        padding: 5px 5px;
    }
    .slider_recruit .slick-dots,
    .slider_blog .slick-dots,
    .slider_img_about_us .slick-dots {
        bottom: -15px;
    }
    .slick-dots li {
        margin: 0 2px;
    }
    .slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .box_footer {
        padding: 0 15px;
    }
    .contact_footer_show {
        padding-top: 10px;
        display: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .contact_footer_show.open {
        display: block;
    }
    .title_footer_show {
        cursor: pointer;
        padding: 8px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        position: relative;
        margin: 0;
    }
    .title_footer_show strong {
        margin: 0;
        font-weight: 500;
    }
    .title_footer_show::before {
        content: '';
        width: 13px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/down.svg) no-repeat;
        background-size: 13px 7px;
        background-position: center;
        transition: all 0.5s;
    }
    .title_footer_show.open::before {
        transform: rotate(180deg);
        background-position: center;
    }
    .box_footer.box_footer_social {
        clear: both;
        padding-top: 20px;
    }
    .box_content_about_us .content.center {
        text-align: justify;
    }
    .section_content {
        padding: 40px 0 30px;
    }
    .box_contact .contact .info_contact {
        min-height: auto;
    }
    .box_recruit .name_recruit {
        margin: 2px 0px 5px;
    }
    .box_recruit .name_recruit a {
        font-size: 12px;
        line-height: 18px;
    }
    .info_recruit ul li span {
        font-size: 14px;
    }
    .title h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .title h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .box_recruit .recruit .button_more.button_apply_recruit {
        display: none;
    }
    .content ul li,
    .content p {
        font-size: 14px;
        line-height: 20px;
    }
    .content p {
        margin-bottom: 5px;
    }
    .box_product .fancybox-media .product::after {
        content: '';
        width: 30px;
        height: 30px;
    }
    .tab_menu_sub ul {
        margin: 0 auto 15px;
    }
    .tab_menu_sub ul li {
        margin: 0 2px;
    }
    .tab_menu_sub ul li a {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media all and (max-width: 430px) {
    .container {
        max-width: 100%;
    }
    #effect_vacs h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .box_form_recruit.box_popup_form_recruit {
        padding: 20px 15px 30px;
        width: calc(100% - 30px);
    }
    .box_form_search_recruit form .select_search:nth-child(3),
    .box_form_search_recruit form .button_search,
    .box_form_search_recruit form .select_search {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .box_blog .blog .img_blog {
        width: 150px;
    }
    .box_blog .blog .info_blog {
        width: calc(100% - 160px);
    }
    .box_blog .blog .info_blog .date_post_blog {
        margin: 5px 0 3px;
    }
    .list_blog_hot .box_blog .blog .info_blog .name_blog strong {
        font-size: 15px;
        line-height: 22px;
    }
}

@media all and (max-width: 385px) {
    .box_projects_works .projects_works .info_projects_works .des_projects_works {
        min-height: 60px;
    }
}

@media all and (max-width: 360px) {
    .container {
        max-width: 100%;
    }
    #effect_vacs h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .logo img {
        padding: 13px 15px;
    }
    .menu_show {
        width: 100%;
    }
    .caption_banner_home h1,
    .caption_banner_home p strong {
        font-size: 24px;
        line-height: 30px;
    }
    .menu_language .list_language li a,
    .box_contact .contact .name_contact strong,
    .box_menu_category .menu_category ul li a,
    .content p,
    .box_content_about_us .content p,
    .box_content_branch .content_branch p,
    .content_company_size p,
    .caption_banner_home p,
    .info_recruit ul li,
    .box_blog .blog .info_blog .des_blog span,
    .box_blog .blog .info_blog .name_blog strong,
    .box_coppyright .coppyright span,
    .contact_footer p,
    .box_coppyright .coppyright span {
        font-size: 14px;
        line-height: 22px;
    }
    .menu_language .language_active,
    .box_content .date_post span {
        font-size: 14px;
        line-height: 14px;
    }
    .menu_language .language_active::after {
        top: -2px;
    }
    .box_img_about_us .img_about_us img,
    .box_img_about_us.slick-current.slick-active.slick-center .img_about_us img,
    .slider_product .box_product.slick-current.slick-active.slick-center .product,
    .slider_product .box_product .product {
        height: 300px;
    }
    .slider_product .slick-list {
        height: 350px;
    }
    .slider_branch_contact .slider_content_branch .slick-next,
    .slick-next,
    .slider_branch_contact .slider_content_branch .slick-prev,
    .slick-prev {
        width: 25px;
        height: 50px;
    }
    .slider_product .box_product {
        padding: 15px 0;
    }
}

@media all and (max-width: 350px) {
    .list_product .box_product,
    .box_recruit {
        width: 100%;
    }
}