:root{
    --main-cl: #0d4f8c;
    --sub-cl: #AAD154;
    --container-w: 72.917rem;

    --cl-white: #fff;
    --cl-text: #333;
    --cl-main: #0d4f8c;
    --transition: .4s all ease-in-out;
    --center-translate: translate(-50%, -50%);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input:disabled {
    cursor: not-allowed !important;
}

/*.grid-container{*/
/*    max-width: var(--container-w);*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: .8s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .6s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    /*transition-delay: 0.5s;*/
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

li.header-search.header-search-lightbox.has-icon {
    display: none !important;
}

body{
    overflow-x: hidden;
}
/*transition svg*/
[itemprop="name"],cite,circle,svg,rect,stop,path,g,img,a,input,textarea,h1,h2,h3,h4,h5,h6,.box_img,span.icon,span.text,:before,:after{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*effect loading img*/
.loading-show-more {
    position: relative;
    overflow: hidden;
}
.loading-show-more > div,
.loading-show-more .no_result {
    opacity: 0.3;
    transition: .5s all;
}
.no_result {
    margin-top: 3.84rem;
    font-size: 1.92rem;
    color: var(--main-cl);
    text-align: center;
}
.loading-show-more::before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 9.6rem;
    height: 4.5rem;
    /* Logo lÃ m background layer 1, shine lÃ m layer 2 */
    background-image:
            linear-gradient(
                    120deg,
                    transparent 0%,
                    rgba(255, 255, 255, 0.8) 50%,
                    transparent 100%
            ),
            url('../images/logo.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: -150% center, center;
    background-size: 60% 100%, contain;

    display: inline-block;
    box-sizing: border-box;
    animation: shine .7s ease-in-out infinite alternate;
}
.loading-show-more::after {
    content: '';
    position: absolute;
    z-index: 49;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: 5.8rem;
    background-color: white;
    border-radius: 0.5rem;
}
@keyframes shine {
    0%   { background-position: -150% center, center; }
    100% { background-position: 250% center, center; }
}

/*line camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.limit-line.limit-6{
    -webkit-line-clamp: 6;
}
.limit-line.limit-8{
    -webkit-line-clamp: 8;
}

/*show/hide - breakpoint*/
.pc-show {
    display: block !important;
}
.pc-hide {
    display: none !important;
}
.pc-show-flex {
    display: flex !important;
}
.pc-hide-flex {
    display: none !important;
}

/*HEADER*/
#main-menu.mobile-sidebar {
    display: none !important;
}
.flex-box {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.fp-enabled .site-header {
    background-color: transparent;
}
.site-logo {
    position: relative !important;
    display: block !important;
    top: unset !important;
    max-width: 100%;
}
.inside-header {
    display: flex;
    align-items: center;
}
.inside-header.grid-container {
    height: 128px;
    justify-content: space-between;
    position: static;
    max-width: 100%;
    padding: 0 90px !important;
}
.header-aligned-center:not([class*="nav-float-"]) .inside-header {
    flex-direction: row !important;
    justify-content: space-between !important;
}
.menu_lang {
    position: relative;
    z-index: 99;
    transition: var(--transition);
    display: flex;
}
.menu_lang > ul {
    display: flex;
    align-items: center;

    list-style: none;
    margin: 0;
    padding-left: 0;
}
.menu_lang ul li {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #fff;
    line-height: 12px;
}
.menu_lang ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
header .menu-bar-items {
    padding-right: 25px;
}
header .gp-icon svg {
    fill: #fff;
}


.admin-bar .main-navigation, .admin-bar .site-header {
    top: 32px;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    color: var(--cl-white);
    z-index: 1001;
}
.menu_lang {
    position: relative;
    z-index: 99;
    transition: var(--transition);
    display: flex;
}
.menu_lang a {
    color: #fff;
    position: relative;
}
.menu_color .menu_lang ul li {
    border-color: #000;
}
.site-header .header-image {
    width: 230px;
    height: 70px;
    vertical-align: middle;
}
.header-aligned-center:not([class*="nav-float-"]) .inside-header > :not(:first-child) {
    margin-top: 0;
}
button.menu-toggle {
    position: relative;
    width: 20px;
    height: 16px;
}
button.menu-toggle::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
button.menu-toggle div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 5px var(--cl-main);
}
button.menu-toggle div:nth-child(1) {
    top: 1px;
}
button.menu-toggle div:nth-child(2) {
    top: 7px;
}
button.menu-toggle div:nth-child(3) {
    width: 15px;
    top: 13px;
    left: 5px;
}
button.menu-toggle.menu-active div:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}
button.menu-toggle.menu-active div:nth-child(2) {
    transform: rotate(-45deg);
    top: 7px;
}
button.menu-toggle.menu-active div:nth-child(3) {
    opacity: 0;
}
button.menu-toggle:hover, button.menu-toggle:focus {
    background: transparent !important;
}

.gp-icon {
    display: inline-flex;
    align-self: center;
}
.menu-toggle .gp-icon svg:first-child {
    display: none;
    background: url(../images-page-home/menu-bar.png) center no-repeat;
    background-size: 98px;
}
.menu-toggle .gp-icon svg:nth-child(2) {
    display: none;
    background: url(../images-page-home/menu_close.png) center no-repeat;
    background-size: 98px;
}
.menu-toggle .gp-icon + .mobile-menu {
    padding-left: 9px;
}
.menu-toggle .mobile-menu {
    display: none;
    float: left;
    padding-right: 24px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.main-navigation {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1000;
}
.main-navigation, .main-navigation ul ul {
    background-color: transparent;
}
.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block;
}
.main-navigation::before {
    content: '';
    display: block;
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #fff 0%, rgba(40, 90, 149, 0) 100%);
    transition: .5s all ease-in-out;
    pointer-events: none;
}
.main-navigation.toggled .main-nav {
    opacity: 1;
    visibility: visible;
}
.main-nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 370px;
    /* background-image: linear-gradient(-229deg, rgba(26, 69, 119, 75%) 0%, rgba(48, 111, 187, 75%) 100%); */
    background: var(--cl-main);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 9rem;
    padding-bottom: 2rem;
}
.main-navigation .main-nav>ul {
    display: block;
    width: 100%;
}
.main-nav::after {
    z-index: 3;
    position: absolute;
    bottom: -1px;
    right: -1px;
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background: url('../images/logo_line_menu.svg') center bottom no-repeat;
    background-size: 100%;
    pointer-events: none;
    opacity: .5;
}
.main-navigation .main-nav > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    align-items: unset;
    /*height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
    padding-right: .7rem;
}
.main-navigation .main-nav > ul::-webkit-scrollbar {
    width: 3px;
    background-color: #323232;
}
.main-navigation .main-nav > ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.main-navigation ul {
    list-style: none !important;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul >li {
    list-style: none !important;
}
/*.main-navigation.toggled .main-nav > ul {*/
/*    display: block;*/
/*}*/
.main-navigation .main-nav ul li {
    width: 100%;
    text-align: right;
}
.main-navigation li {
    position: relative;
}
.main-navigation .main-nav ul li:not(:last-child) {
    margin-bottom: 1.8rem;
}
.main-navigation .main-nav>ul>li:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 1.8rem;
}
.main-navigation .main-nav ul li a {
    font-size: 17px;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0 0 62px rgb(79 141 181 / 32%);
    position: relative;
    transition: var(--transition);
}
.main-navigation .main-nav ul li a:hover {
    font-weight: 700;
}
.main-navigation .main-nav ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover>a,
.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
    color: #fff;
}

.header-page-child header {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1) !important;
}
.header-page-child header:before {
    content: unset;
}
.header-page-child .main-navigation::before {
    content: unset;
}
.header-page-child .inside-header.grid-container {
    height: 100%;
    background-color: #fff;
    padding: 10px 90px !important;
}
.header-page-child .site-logo img {
    filter: unset;
}
.header-page-child .menu_lang a {
    color: var(--main-cl);
}
.header-page-child .menu_lang a:is(:hover, .active) {
    color: var(--sub-cl);
}
.header-page-child .menu_lang ul li {
    list-style: none !important;
    border-color: var(--main-cl);
}
.header-page-child button.menu-toggle div {
    background: var(--main-cl);
    box-shadow: none;
}
.navigation-search input[type="search"] {
    outline: 0;
    border: 0;
    vertical-align: bottom;
    line-height: 1;
    opacity: 1 !important;
    width: 100%;
    z-index: 20;
    border-radius: 0;
    -webkit-appearance: none;
    height: 60px;
    padding: 10px 15px;
}
.menu_color header .gp-icon svg,
.header-page-child header .gp-icon svg {
    fill: var(--main-cl);
}
.menu-bar-item>a {
    display: flex;
}
.header-page-child #main {
    padding-top: var(--header-height);
}

.navigation-search {
    position: absolute;
    left: -99999px;
    pointer-events: none;
    visibility: hidden;
    z-index: 20;
    width: 100%;
    top: 0;
    transition: opacity 100ms ease-in-out;
    opacity: 0;
}

.navigation-search.nav-search-active {
    width: 290px;
    right: unset;
    top: 88px;
    left: unset;
    right: 40px;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.close-search .icon-search svg:nth-child(1),
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1) {
    display: none;
}
button.menu-toggle {
    background-color: transparent;
    flex-grow: 1;
    border: 0;
    text-align: center;
}
button.menu-toggle:focus {
    outline: 0 !important;
}

.page-news-list.main-section {
    padding-bottom: 1rem;
}
.careerfy-main-content, .careerfy-main-section, .jobsearch-main-content, .jobsearch-main-section {
    float: unset !important;
}
.single-recruit .careerfy-main-content {
    padding: 3.25rem 0px 10px 0px;
}
.careerfy-typo-wrap.sticky-sidebar {
    /*position: sticky;*/
    top: 15rem;
}
.term-project-wrap {
    padding-top: 3rem;
}
.introduce-layout-2-3 .text-white {
    color: #fff;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.page-news-list .item-news-hot {
    margin-bottom: 0;
}
.page-news-list .wrap-item-list {
    margin-top: 1.875rem;
}

.sticky-wrapper.header-sticky.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 99999;
}
.sticky-wrapper.header-sticky {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: .3s;
    border-top: 1px solid #e1e1e1;
    /*z-index: 999;*/
}
.sticky-wrapper.header-sticky .project-tab-zone {
    padding-top: .5rem;
}
.sticky-wrapper.header-sticky.open .project-tab-zone {
    border-bottom: 1px solid #e1e1e1;
}
.project-other-main .wrap-button-slide {
    display: none;
}
.sticky-blog.sticky-wrapper {
    border-bottom: 1px solid #e1e1e1;
}

.page-news-detail .box-other-news, .page-tuyen-dung-detail .box-right {
    top: 180px;
}
.work-place-2 .box-content :is(h2, .title-36) {
    color: #fff;
}
.page-field-detail.main-section {
    background-size: contain !important;
}

.page-template-equipment-resources .introduce-layout-2-2 .item .content {
    width: 100%;
}
.page-template-human-resources .introduce-layout-3-3 .title-36.text-white {
    color: #fff;
}

.search-page-section .list-post.row {
    gap: 0;
}
body.search-results :is(.site-header, .main-navigation) {
    box-shadow: none !important;
}

.cl-white {
    color: var(--cl-white);
}

.footer.footer-page-child {
    background: var(--main-cl);
}
.footer.footer-page-child img.img-background {
    left: unset;
    right: calc(-1 * (100vw - var(--container-w)) / 5);
    object-fit: contain;
}

.footer.footer-page-child .copyright {
    position: relative;
    bottom: 0;
    padding-top: 1rem;
}
.footer.footer-page-child .footer-wrap>.col-left {
    width: 50%;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}
footer img.img-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}
footer .container {
    position: relative;
    z-index: 2;
}
.footer .footer-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer .footer-wrap>.col-left {
    width: 55%;
    flex-shrink: 0;
}
.footer .name-company {
    font-size: 1.25rem;
    font-weight: 700;
}
.footer .list-contact {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    margin-top: 1.042rem;
}
.footer .list-contact .item {
    width: calc((100% / 2) - (1rem * 1 / 2));
    font-size: 1.05rem;
    font-weight: 600;
}

.footer .block {
    padding-right: 125px;
}
.footer h2.title {
    font-family: 'Montserrat', serif;
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: 2.708rem;
}
.footer .block h3 {
    padding-left: 22px;
    background: url('../images-page-home/marker.png') left center no-repeat;
    background-size: 12px;
}
.footer h3 {
    margin-bottom: 15px;
}
.footer .contact .content a {
    color: #fff !important;
    font-weight: 700;
}
.footer .contact .content p:not(:last-child) {
    margin-bottom: 10px;
}
.footer .socials {
    width: 100%;
    margin-top: 1.2rem;
}
.footer .col-right {
    padding-left: 2rem;
}

.main-nav>.menu .socials {
    width: 100%;
    margin-top: 16px;
    justify-content: flex-end;
}
.socials .item {
    margin-right: 10px;
}
.socials .item a {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 32px rgb(7 37 72 / 3%);
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.copyright {
    color: var(--cl-white);
    opacity: 0.8;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 10;
}
.copyright a {
    color: var(--cl-white) !important;
}
.wrap-fp-nav.hiden {
    opacity: 0;
    visibility: hidden;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.m-bottom-40 {
    margin-bottom: 40px;
}
.footer .group_content {
    margin-top: 40px;
}

.main-nav li.has-child {
    padding-right: 1.2rem;
}
.main-nav .has-child .sub-menu {
    margin-top: 1rem;
    margin-right: -1.2rem;
}
.main-nav .has-child .sub-menu>li:not(:last-child) {
    margin-bottom: .8rem;
}
.main-nav .has-child .sub-menu a {
    font-size: 14px;
}
.main-nav .has-child > button.toggle:focus {
    -webkit-appearance: none !important;
    outline: 0 !important;
}
.main-nav .has-child > button.toggle {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
}
.main-nav .has-child > button.toggle > i {
    position: absolute;
    bottom: 100%;
}
.main-nav .has-child > button.toggle > i:before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.3125rem;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgOUwxMiAxNi41TDQuNSA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}


/*contact form*/
.page-lien-he .wrap-form-content span.wpcf7-not-valid-tip {
    display: none !important;
}
.page-lien-he .wrap-form-content span[data-name="your-captcha"] {
    margin-left: 1rem;
}
.page-lien-he .wrap-form-content span[data-name="your-captcha"] span.wpcf7-not-valid-tip {
    display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: var(--main-cl);
    border-color: var(--main-cl);
    color: #fff;
    border-radius: 5.208rem;
    text-align: center;
}

.careerfy-modal .wpcf7-response-output {
    display: none !important;
}

.img-hr-1 {
    justify-content: center;
}
.img-hr-1 .img-wrap {
    margin-top: 2rem;
}

.about3_items {
    justify-content: center;
}

/*wrap img*/
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-filter {
    margin-top: 4rem;
}
.project-detail-main .project-image-main .img-thum .swiper-wrapper {
    justify-content: center;
}
.project-detail-main .project-image-main .img-thum .swiper-button-lock {
    display: none;
}

#page-banner .banner-img {
    position: relative;
    height: calc(100vh - 5.5rem);
}
#page-banner .banner-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.12);
    pointer-events: none;
}
#page-banner .banner-text .banner-breadcrumb ol {
    width: 100%;
    overflow-x: auto;
}
#page-banner .banner-text .banner-breadcrumb ol>li {
    white-space: nowrap;
}
#page-banner .banner-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    padding: 0 1.25rem;
    border-radius: 5.208rem;
    border: 1px solid #00000033;
    font-size: 0.9375rem;
    color: #000000;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    content: '';
    position: relative;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjI1IDcuNUwxMCAxMy43NUwzLjc1IDcuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 22;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--cl-text);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--main-cl);
    color: #fff;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form-wrap label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: var(--third-cl);
}
.form-wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.text-white .select-styled {
    border-color: #FFFFFF40;
    color: #FFFFFF40;
}
.text-white .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iI0Y1RjVGNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.select-options {
    max-height: 11rem;
    overflow-y: auto !important;
}
.select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: #cedbff;
}
.select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.form-wrap .form-group.target{
    z-index: 10;
}
.form-wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form-wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form-wrap .input-wrap > svg{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}
.form-wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}
.form_group.flex {
    gap: 1.042rem;
    margin-bottom: 0.833rem;
}
.form_group.flex > * {
    width: calc((100% / 2) - 0.4rem);
}
.form_group.flex > div:only-child {
    width: 100%;
}

.loading-spin, .processing {
    position: relative;
}
.processing > * {
    opacity: .5;
}
.processing:before {
    border-color: #fff;
}
.loading-spin.centered, .processing:before {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.loading-spin, .processing:before {
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0, 0, 0, .1) !important;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid rgba(0, 0, 0, .1) !important;
    border-top: 3px solid rgba(0, 0, 0, .1) !important;
    content: "";
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    opacity: 1;
    pointer-events: none;
    text-indent: -9999em;
    width: 30px;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.partner-slide-wrapper .slide-partner {
    margin: 0 -1rem;
}
.partner-slide-wrapper .img-wrap {
    position: relative;
}
.partner-slide-wrapper .item-partner {
    margin: 0 1rem;
    gap: 1rem;
}
/*effect img*/
.item-hover .zoom-img img {
    transform: scale(1);
    transition: 1s all;
}
.hover-zoom-img:hover img,
.item-hover:hover .zoom-img img {
    transform: scale(1.03);
}
/*swiper pagination*/
.tl-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.tl-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 0.2);
    opacity: 1;
    margin: 0 !important;
    position: relative;
    display: flex;
    transition: all 0.4s;
}
.tl-pagination .swiper-pagination-bullet:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    border: 1px solid var(--main-cl);
    border-radius: 50%;
}
.tl-pagination .swiper-pagination-bullet-active{
    background: var(--main-cl);
}
.tl-pagination .swiper-pagination-bullet-active:before{
    width: 200%;
    height: 200%;
    opacity: 1;
}

.banner_sliders .slick-dots {
    gap: 1rem;
}
.banner_sliders .slick-dots li {
    width: .8rem;
    height: .8rem;
    /*background: rgb(0 0 0 / 0.2);*/
    opacity: 1;
    margin: 0 !important;
    position: relative;
    display: flex;
    transition: all 0.4s;
}
.banner_sliders .slick-dots li:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    border: 1px solid var(--main-cl);
    border-radius: 50%;
}
.banner_sliders .slick-dots li.slick-active{
    background: var(--main-cl);
}
.banner_sliders .slick-dots li.slick-active:before{
    width: 200%;
    height: 200%;
    opacity: 1;
}


.title-34 {
    font-size: 1.771rem;
}
.about-vision-list .row {
    gap: 10rem;
}
.about-vision-list .item .heading {
    flex-direction: column-reverse;
    gap: 1rem;
}
.about-vision-list .item .title {
    margin-top: 0;
}
.about-vision-list .item .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-cl);
    pointer-events: none;
}
.about-vision-list .item .icon {
    width: fit-content;
    flex-shrink: 0;
}
.about-vision-list .item .icon>img {
    width: fit-content;
    height: 3.2rem;
}
.about-vision-list .item .description {
    margin-top: 1.5rem;
    text-align: center;
}
.about-vision-list .item .description p:not(:last-child) {
    margin-bottom: .6rem;
}
.last-reset p:last-child {
    margin-bottom: 0 !important;
}

.about-list-value .group-content {
    padding-left: 8rem;
}
.about-list-value .title-sec {
    position: relative;
    width: fit-content;
}
.about-list-value .title-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: var(--main-cl);
    pointer-events: none;
}
.about-list-value .list-content {
    margin-top: 3rem;
}
.about-list-value .item {
    gap: 1rem;
}
.about-list-value .item:not(:last-child) {
    margin-bottom: 1.3rem;
}
.about-list-value .item span.title {
    width: 22%;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 700;
}
.about-list-value .item span.content {
    font-size: 1.042rem;
    font-weight: 500;
    padding-right: 22rem;
}

.list-counter-home, .title-home-4 {
    margin-left: -7rem;
    padding-right: 3rem;
}
.list-counter-home {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
    margin-top: 2.604rem;
}
.list-counter-home .item {
    width: calc((100% / 2) - (1rem * 1 / 2));
}
.list-counter-home .item .inner {
    /*width: fit-content;*/
    display: flex;
    gap: .7rem;
}
.list-counter-home .item .wrap-num {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1rem;
}
.list-counter-home .item .suff {
    font-size: 20px;
    color: var(--cl-main);
    font-weight: 800;
}

.list-counter-home .item .icon {
    width: fit-content;
    flex-shrink: 0;
    margin-top: 4px;
}
.list-counter-home .item .icon>img {
    width: 2.5rem;
    height: auto;
}

.list-counter-home .number {
    position: relative;
}
.list-counter-home .number .num {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.list-counter-home .number .num-hide {
    opacity: 0;
}

.content-home-5>.title {
    text-align: center;
}
.project-list-item {
    margin-top: 3rem;
}
.filter-project-area,
.filter-project-term {
    width: fit-content;
}
.project-filter .filter-select .filter-dropdown .filter-active {
    text-align: left;
}
.page-template-project footer {
    margin-top: 3rem;
}

.group_content.title-home-2 .title{
    font-size: 2.15rem;
}
.group_content.title-home-4 .title {
    font-size: 2.292rem;
}
.home-link-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.hr-content-2 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 2rem;
}
.hr-content-2 .box-title {
    width: 50%;
    flex-shrink: 0;
}
.hr-content-2 .box-title .title {
    color: var(--cl-main);
}
.home_sec2 .group_content {
    padding-right: 3.5rem;
}
.field-activity-page .field-activity-item:nth-child(even) .content {
    right: unset;
    left: 0;
}
.field-activity-item:nth-child(even) > .row > div:nth-child(2) {
    order: -1;
}
.field-activity-page .field-activity-item:nth-child(even) .img {
    margin-right: 0;
    margin-left: 30px;
}
.introduce-layout-1-1 .description {
    margin-right: -2rem;
}
.about-vision-list .item .description {
    font-weight: 600;
}
.about-list-value .group-content {
    padding: 0;
    max-width: 55rem;
    margin: auto;
}

.about-list-value .item span.content {
    padding: 0;
}

.about-list-value .item span.title {
    width: 30%;
}
.page-field-detail.main-section {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}
section.introduce-layout-3-2.main-section h2.title.text-36 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-detail-page .global-breadcrumb ol li+li:before{
    font-size: 0;
}
.main-nav .has-child .sub-menu {
    display: none;
}
.about-list-value .title-sec {
    width: 100%;
    text-align: center;
}

.about-list-value .title-sec:before {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}


.introduce-layout-1-1 .description {
    color: #555;
}
.gtranslate_wrapper {
    display: flex;
    gap: 5px;
}
a.glink {
    font-weight: 400 !important;
    color: #fff !important;
}

.menu_color a.glink {
    color: #000 !important;
}
a.glink.gt-current-lang {
    border-bottom: 1px solid #ffff;
}
.menu_color a.glink.gt-current-lang{
    border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1699px) {
    .search-page {
        padding-top: 3rem;
    }
    .main-navigation .main-nav ul li:not(:last-child) {
        margin-bottom: 1.4rem;
    }
    .list-counter-home, .title-home-4 {
        margin-left: -5rem;
        padding-right: 2rem;
    }
}
@media only screen and (max-width: 1440px) {
    .project-filter {
        margin-top: 3rem;
    }
    .main-navigation .main-nav ul li a {
        line-height: normal;
    }

    .list-counter-home .number {
        font-size: 32px;
    }
    .list-counter-home, .title-home-4 {
        margin-left: -2.8rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 1399px) {
    .about-list-value .title-sec {
        font-size: 1.8rem;
    }
    .about-list-value .item span.title {
        width: 25%;
    }
    .about-list-value .item span.content {
        padding-right: 16rem;
    }

    .footer h2.title {
        font-size: 2.4rem;
    }
    .footer .name-company {
        font-size: 1.15rem;
    }
    .footer .list-contact .item {
        font-size: 0.95rem;
    }
    .list-counter-home, .title-home-4 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }

    /*show/hide - breakpoint*/
    .lg-show {
        display: block !important;
    }
    .lg-hide {
        display: none !important;
    }
    .lg-show-flex {
        display: flex !important;
    }
    .lg-hide-flex {
        display: none !important;
    }

    .js.fp-enabled {
        margin-top: 0 !important;
    }
    .page-template-home.admin-bar .main-navigation,
    .page-template-home.admin-bar .site-header {
        top: 0;
    }
    .header-page-child .inside-header.grid-container,
    .inside-header.grid-container {
        padding: 10px 20px !important;
        height: 100%;
    }
    .main-nav {
        padding-right: 40px;
        width: 320px;
    }
    .introduce-layout-4-3 .item .title {
        padding: 0 1rem 1rem;
    }
    .page-template-human-resources .introduce-layout-3-3 .box-content {
        max-width: 260px;
    }

    #page-banner .banner-img {
        height: 60vh;
    }
    .about-vision-list .row {
        gap: 6rem;
    }
    .title-34 {
        font-size: 1.6rem;
    }

    .about-list-value .group-content {
        padding-left: 5rem;
    }
    .about-list-value .item span.title {
        width: 29%;
    }
    .about-list-value .item span.content {
        padding-right: 4rem;
        font-size: 1.15rem;
    }

    .home_sec4 .group_content .content {
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }

    .footer h2.title {
        font-size: 2.2rem;
    }
    .footer .name-company {
        font-size: 1.05rem;
    }

    .project-list-wraper .wrap-button-list {
        margin-top: 2rem;
    }
    #container-project-list .item-project-hot {
        margin-bottom: 0;
    }

    .group_content.title-home-4 .title {
        font-size: 1.8rem;
    }
    .group_content.title-home-2 .title {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }

    .list-counter-home, .title-home-4 {
        margin-left: -1.8rem;
        padding-right: 0;
    }
    .list-counter-home .item .wrap-num {
        gap: 0.6rem;
    }
    .list-counter-home .number {
        font-size: 28px;
    }
    .list-counter-home .item .suff {
        font-size: 16px;
    }
    .list-counter-home .item .icon>img {
        width: 1.9rem;
    }
    .hr-content-2 > div {
        width: calc((100% / 2) - (2rem * 1 / 2));
    }
    .home_sec2 .group_content {
        padding-right: 2rem;
    }
    .about-vision-list .col-lg-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .hr-content-2 .box-title {
        width: 48%;
    }
    .introduce-layout-1-1 .description {
        margin-right: 0;
    }

    .footer.footer-page-child img.img-background {
        width: 80%;
        right: 0;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .admin-bar .main-navigation, .admin-bar .site-header {
        top: 0;
    }
    .site-header .header-image {
        width: 200px;
        height: 50px;
    }
    .item-news-main.mb-30 {
        margin-bottom: 0 !important;
    }
    .main-section {
        padding-bottom: 2rem;
    }
    .work-place-1.main-section {
        padding-bottom: 0;
    }
    .work-place-2.main-section {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .work-place-2 .image-cover {
        position: unset;
        display: block !important;
    }
    .work-place-2 .image-cover .img:after {
        content: unset;
    }
    .work-place-2 .box-content :is(h2, .title-36) {
        color: var(--main-cl);
    }
    .work-place-2 .box-content .description.text-white {
        color: #333;
    }
    .page-template-equipment-resources .introduce-layout-2-3 {
        height: 32rem;
    }
    .page-template-equipment-resources .introduce-layout-2-3 .image-cover {
        display: block !important;
    }
    .page-template-human-resources .introduce-layout-3-3 .box-content {
        max-width: 260px;
    }
    .page-template-human-resources .introduce-layout-3-3 .image-cover {
        display: block !important;
    }
    .page-lien-he .wrap-form-content span[data-name="your-captcha"] {
        width: 100%;
    }

    .field-activity-page .field-activity-item .img {
        margin-right: 0;
    }
    #page-banner .banner-img {
        height: 45vh;
    }

    /*show/hide - breakpoint*/
    .tablet-show {
        display: block !important;
    }
    .tablet-hide {
        display: none !important;
    }
    .tablet-show-flex {
        display: flex !important;
    }
    .tablet-hide-flex {
        display: none !important;
    }

    .careerfy-modal .modal-box-area {
        width: 80% !important;
    }

    .partner-slide-wrapper {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .about-vision-list .row {
        gap: 4rem;
    }
    .about-vision-list {
        padding: 6rem 0;
    }
    .about-vision-list .item .description {
        font-size: 1.2rem;
    }
    .about-vision-list .row {
        flex-wrap: nowrap;
    }
    .about-vision-list .row .col-md-7 {
        flex: 0 0 44%;
        max-width: 44%;
    }

    .about-list-value {
        padding-bottom: 3.5rem;
    }
    .about-list-value .group-content {
        padding-left: 2rem;
    }
    .about-list-value .item {
        flex-direction: column;
        gap: 0.6rem;
    }
    .about-list-value .item:not(:last-child) {
        margin-bottom: 1.6rem;
    }
    .about-list-value .item span.title {
        width: 100%;
    }
    .about-list-value .item span.content {
        padding-right: 12rem;
    }

    .list-counter-home .number {
        font-size: 30px;
    }
    .home_sec4 .group_content .content {
        font-size: 1rem;
    }
    .list-counter-home .item .suff {
        font-size: 14px;
    }

    .footer .footer-wrap {
        flex-direction: column;
        padding-top: 3rem;
        gap: 2rem;
    }
    .footer .footer-wrap>.col-left {
        width: 100%;
    }
    .footer .col-right {
        padding-left: 0;
    }
    .footer .copyright {
        position: relative;
        bottom: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer .socials {
        margin-bottom: 0 !important;
    }
    .footer h2.title {
        font-size: 1.8rem;
    }
    .footer .list-contact {
        margin-top: .8rem;
    }
    .footer .list-contact .item {
        font-weight: 500;
    }

    .footer.footer-page-child img.img-background {
        width: 100%;
    }
    .footer.footer-page-child .name-company {
        font-size: 1.45rem;
    }
    .footer.footer-page-child .footer-wrap>.col-left {
        width: 100%;
        padding-left: 0;
    }
    .footer.footer-page-child .list-contact .item {
        font-size: 1.2rem;
        width: 100%;
    }
    .footer.footer-page-child .footer-wrap{
        flex-direction: column;
        padding-top: 1rem;
    }

    .home-link-5 {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .group_content.title-home-4 .title {
        font-size: 1.6rem;
    }
    .group_content.title-home-2 .title {
        font-size: 1.4rem;
    }
    .home_sec2 .group_content .description {
        margin-bottom: 1rem;
    }
    .home_sec2 .group_content {
        margin-right: -2rem;
    }

    .list-counter-home, .title-home-4 {
        margin-left: 0;
        padding-right: 0;
    }
    .list-counter-home .item .inner {
        flex-direction: column;
    }
    .list-counter-home .item .icon>img {
        width: fit-content;
        height: 2rem;
    }
    .field-activity-page .field-activity-item:nth-child(even) .img {
        margin-left: 0;
    }
    .field-activity-item:nth-child(even) > .row > div:nth-child(2) {
        order: unset;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    /*show/hide - breakpoint*/
    .mobile-show {
        display: block !important;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-show-flex {
        display: flex !important;
    }
    .mobile-hide-flex {
        display: none !important;
    }

    .select-mobile {
        width: 100%;
        position: relative;
        z-index: 9;
        padding: 3rem 1rem 0;
    }
    .select-mobile .select-options > li,
    .select-mobile > .select {
        width: 100%;
    }
    .select-mobile .select-styled {
        height: 3.2rem;
        font-size: 1.05rem;
    }
    .select-mobile .select-styled:after {

    }
    .select .select-options {
        max-height: 10.7rem;
        padding-left: 0;
        filter: drop-shadow(0px 4px 16px #E2C89333);
    }
    .select .select-options > li {
        font-size: 1rem;
        line-height: 1.7rem;
    }

    /*    */
    .main-nav {
        width: 85%;
    }
    .navigation-search.nav-search-active {
        width: 100%;
        top: var(--header-height);
        right: 0;
    }
    .main-nav::after {
        width: 75%;
    }
    header .menu-bar-items {
        padding-right: 14px;
    }
    .page-news-list.main-section {
        padding-bottom: 2rem;
    }
    .project-filter.main-section {
        padding-bottom: 0;
    }
    .project-other-main.main-section {
        padding: 2rem 0;
    }

    .fp-enabled .site-header {
        background-color: var(--main-cl);
    }
    .site-header .header-image {
        width: 100px;
        height: 40px;
    }
    .introduce-layout-2-4 .row {
        margin: 0;
    }
    .introduce-layout-2-4 .col-6 {
        padding: 0 5px;
    }
    .page-template-human-resources .introduce-layout-3-3 .wrapper {
        flex-direction: column-reverse;
        padding-left: 0;
    }
    .page-template-human-resources .introduce-layout-3-3 .image-cover {
        position: unset;
    }
    .page-template-human-resources .introduce-layout-3-3 .box-content {
        max-width: 100%;
        padding-top: 0;
    }
    .page-template-human-resources .introduce-layout-3-3 .title-36.text-white>*,
    .page-template-human-resources .introduce-layout-3-3 .title-36.text-white {
        color: var(--main-cl) !important;
        text-shadow: none !important;
    }
    .page-template-human-resources .introduce-layout-3-3 .description {
        color: #333;
        text-shadow: none !important;
    }
    .number .suff {
        display: block;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    .banner_sliders img {
        height: 25vh;
    }
    .page-lien-he #ctl00_mainContent_ctl00_divCaptcha {
        flex-direction: row-reverse;
    }
    .page-lien-he .wrap-form-content span[data-name="your-captcha"] {
        margin-left: 0;
        margin-right: 1rem;
    }

    .project-filter {
        margin-top: 2rem;
    }
    body.search-results div#page {
        margin-top: 0;
    }
    #page-banner .banner-img {
        height: 12rem;
    }
    .page-field-detail.main-section {
        padding-top: 1.3rem;
    }

    .careerfy-jobdetail-content-list h2 {
        font-size: 2rem !important;
    }
    .widget_application_apply_btn {
        margin-left: 0 !important;
        font-size: 13px !important;
    }

    .about-1.introduce-layout-1-1 {
        flex-direction: column-reverse;
        padding-bottom: 0 !important;
    }
    .about-1.introduce-layout-1-1 .image-cover {
        position: unset;
        display: block !important;
    }

    .home_sec5 .group_content h2.title {
        margin-bottom: 0 !important;
    }
    .partner-slide-wrapper {
        padding: 0;
    }

    /*slide nav/pagination tablet/mobile*/
    .slide-nav-mobile .swiper-pagination {
        padding: 0;
        display: flex;
    }
    .slide-nav-mobile {
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem 0;
    }
    .slide-nav-mobile .arrow-slide.next {
        order: 3;
    }
    .slide-nav-mobile .arrow-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.25rem;
        height: 2.25rem;
        flex: 0 0 auto;
        background: var(--main-cl);
        border-radius: 5.208rem;
    }
    .slide-nav-mobile .arrow-slide path {
        stroke: #fff !important;
    }

    .slide-nav-mobile.text-white .arrow-slide {
        background: #fff;
    }
    .slide-nav-mobile.text-white .arrow-slide path {
        stroke: var(--main-cl) !important;
    }

    .about-vision-list {
        padding: 3rem 0;
    }
    .about-vision-list .row {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .about-vision-list .row .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-list-value .title-sec {
        font-size: 1.65rem;
        margin: 0 auto;
        padding-bottom: .2rem;
    }
    .about-list-value .title-sec:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-list-value {
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }
    .about-list-value .group-content {
        padding-left: 0;
    }
    .about-list-value .list-content {
        margin-top: 2rem;
    }
    .about-list-value .item {
        gap: .45rem;
    }
    .about-list-value .item span.content {
        padding-right: 0;
    }

    .home_sec4 .group_content {
        margin-top: 40px;
    }
    .list-counter-home .number {
        font-size: 24px;
    }
    .list-counter-home .item {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .home_sec4 .wrap-items .inner {
        height: 100%;
    }
    .number .suff {
        line-height: normal;
    }


    .footer h2.title {
        font-size: 1.45rem;
        margin-bottom: 0.8rem;
    }
    .footer .name-company {
        font-size: 1rem;
    }
    .footer .list-contact {
        gap: .4rem;
    }
    .footer .list-contact .item {
        width: 100%;
        font-size: 0.95rem;
        font-weight: 400;
    }
    .footer .copyright {
        text-align: center;
    }
    .footer.footer-page-child .name-company {
        font-size: 1.2rem;
    }
    .footer.footer-page-child .col-right {
        padding: 0;
    }
    .footer.footer-page-child .copyright {
        padding-bottom: 0;
    }

    .project-list-item {
        margin-top: 1.8rem;
    }
    .project-list-item .row {
        gap: 20px;
    }
    .filter-project-area, .filter-project-term {
        width: 100%;
    }
    .project-filter .filter-select .filter-dropdown .filter-active {
        padding: 0 0.521rem;
        padding-right: 2rem;
        background: url(../img-page-child/icon/angle-down-2.svg) right 6px center / 14px 25px no-repeat;
    }
    .project-filter .filter-select .filter-dropdown .filter-list li a {
        padding: 9px 8px;
    }

    .home_sec2 .row {
        min-height: unset !important;
    }
    .group_content.title-home-4 .title {
        font-size: 1.3rem;
    }
    .fp-enabled .site-header {
        background: #fff;
    }
    .main-nav {
        padding-right: 1.2rem;
    }

    .menu_lang ul li {
        border-color: var(--main-cl);
    }
    .menu_lang a {
        color: var(--main-cl);
    }
    button.menu-toggle div {
        background: var(--main-cl);
        box-shadow: none;
    }
    button.menu-toggle::before {
        content: unset;
    }
    header .gp-icon svg {
        fill: var(--main-cl);
    }
    .home_sec2 .group_content .description.m-bottom-40 {
        margin-bottom: 1rem;
    }

    .home_sec2 .group_content {
        margin-right: 0;
        padding-right: 0;
    }
    .list-counter-home .item {
        width: calc((100% / 2) - (1rem * 1 / 2));
    }
    .hr-content-2 {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }
    .hr-content-2 > div {
        width: 100% !important;
    }
    .home_sec2 img.img-background {
        object-position: top left;
    }
    .footer.footer-page-child img.img-background {
        object-fit: cover;
    }
    .about-list-value .group-content {max-width: 100%;padding: 0 0 0 0px;}
}
@media only screen and (max-width: 575px) {
    .main-nav {
        padding-right: 15px;
        width: 85%;
    }
}
.introduce-layout-1-1 .description {
    color: #555;
}