:root{
    --main-cl: #686a70;
    --sub-cl: #a3875a;
    --container-w: 72.917rem;
}
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 !important;
    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;
}
body{
}
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
.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 img {
    width: 300px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s 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: 1s 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: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img{
    transition-delay: 0.8s;
    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: 3.90625rem;
    height: 3.90625rem;
    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;
}



.tuyen_dung_details {
    padding: 6rem 0 6rem;
}

.recruit_other .item {
    position: relative;
}

.tuyen_dung_details .wrap_top {
    display: flex;
    background: #FFF;
    box-shadow: 0rem 0rem 1.6rem 0rem rgba(0, 0, 0, 0.07);
    margin-bottom: 2.5rem;
}

.tuyen_dung_details .wrap_top .box_right {
    width: 17.05rem;
    background: var(--main-cl);
    color: #fff;
    padding: 2.25rem 1.75rem;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-content: center;
}

.tuyen_dung_details .wrap_top .box_right * {
    color: #fff;
}

.tuyen_dung_details .wrap_top .box_right b {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.tuyen_dung_details .wrap_top .box_right b svg {
    width: 0.4rem;
    margin-right: 0.5rem;
    transform: translateY(-0.1rem);
}

.tuyen_dung_details .wrap_top .box_right a {
    display: flex;
    align-items: center;
}

a.mail_apply {
    font-size: 0.9rem;
    display: block;
    margin-top: 0.5rem;
}

.tuyen_dung_details .wrap_top .box_right .line {
    margin: 2.4rem -1.75rem 1.6rem;
    background: #fff;
    height: 0.05rem;
    display: block;
}

a.download_file {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}

a.download_file svg {
    width: 1.5rem;
    height: auto;
    display: block;
    margin-right: 0.5rem;
}

.tuyen_dung_details .wrap_top .box_left {
    padding: 2rem 2.25rem 1.6rem;
    width: 100%;
}

.tuyen_dung_details .wrap_top h1 {
    border-bottom: 0.05rem solid rgba(112, 112, 112, 0.30);
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
}

a.back {
    display: flex;
    align-items: center;
    color: var(--main-cl);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

a.back svg {
    width: 1.2rem;
    height: auto;
    margin-right: 0.5rem;
}

.tuyen_dung_details .wrap_top .box_left ul {
    list-style: none;
    margin: 0 -1rem;
    display: flex;
    flex-wrap: wrap;
}

.tuyen_dung_details .wrap_top .box_left ul li {
    display: flex;
    width: calc(50% - 2rem);
    margin: 0.4rem 1rem;
    font-size: 0.9rem;
}

.tuyen_dung_details .wrap_top .box_left ul li svg {
    width: 0.85rem;
    height: auto;
    margin-right: 0.5rem;
}

.tuyen_dung_details .wrap_bottom .wrap_right {
    width: 17.05rem;
    flex: 0 0 auto;
}

.tuyen_dung_details .wrap_bottom {
    display: flex;
}

.tuyen_dung_details .wrap_bottom .box_info {
    background: #F6F6F6;
    padding: 1.75rem 2rem;
}

.tuyen_dung_details .wrap_bottom .box_info>h3 {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    position: relative;
}

.tuyen_dung_details .wrap_bottom .box_info>h3:before {
    content: '';
    background: var(--main-cl);
    width: 0.15rem;
    position: absolute;
    left: -2rem;
    top: 0.1rem;
    bottom: 0.1rem;
}

.tuyen_dung_details .wrap_bottom .box_info .content p {
    margin-bottom: 0.5rem;
}

.tuyen_dung_details .wrap_bottom .box_info .content p strong {
    color: var(--Style, #231F20);
    font-weight: 600;
}

.tuyen_dung_details .wrap_bottom .box_info + .box_info {
    margin-top: 1rem;
}

.recruit_other h3 {
    font-size: 0.9rem;
    font-weight: 500;
    /* 144.444% */
    text-transform: uppercase;
    margin-bottom: 0;
    transition: .5s all;
}

.recruit_other span {
    font-size: 0.8rem;
}

.recruit_other .item:hover h3 {
    color: var(--main-cl);
}

.recruit_other .item {
    padding: 1rem 0;
}

.recruit_other .item+.item {
    border-top: 0.05rem solid #E2E2E2;
}

.recruit_other .item:last-child {
    padding-bottom: 0;
}

.tuyen_dung_details .wrap_bottom .wrap_left {
    width: 100%;
    padding-right: 2rem;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item {
    display: flex;
}
.tuyen_dung_details .wrap_bottom .wrap_info .item>h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    width: 11.5rem;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    margin: 0;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item .content p {
    margin-bottom: 0.5rem;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item .content {
    line-height: 1.4;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item {
    padding: 1.5rem 0;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item+.item {
    border-top: 0.05rem solid #E2E2E2;
}

.tuyen_dung_details .wrap_bottom .wrap_info .item:first-child {
    padding-top: 0;
}
div#scroll_to_form {
    background: #F5F5F5;
    padding: 4.25rem 6.5rem 2.5rem;
    margin-top: 3.5rem;
}

div#scroll_to_form .content {
    margin-bottom: 2rem;
}
.wrap_form p {
    margin: 0;
}

.wrap_form .col {
    padding-bottom: 0;
}

.wrap_form label {
    color: var(--Style, #231F20);
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.4rem;
}

.wrap_form input:not(.wpcf7-file):not([type="submit"]), .wrap_form textarea {
    height: 2rem;
    border: 0.05rem solid #CCC;
    background: #FAFAFA;
    box-shadow: none;
    transition: .5s all;
    margin-bottom: 0.75rem;
}

.wrap_form input:focus, .wrap_form textarea:focus {
    border-color: var(--main-cl);
}

.wrap_form textarea {
    height: 4.5rem;
}

.wrap_form .wrap {
    display: flex;
    justify-content: space-between;
}

span.wpcf7-spinner {
    display: none;
}

.wrap_form input.wpcf7-submit {
    position: relative;
    background: var(--cl-main);
    border-radius: 5px;
    font-weight: 600;
    font-size: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 48px 0 24px;
    border: unset;
    margin: 0;
    background-color: rgb(163 135 90 / 10%);
    background-image: url(../images/arrow_submit.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.9rem;
    color: #333;
}
.wrap_form input.wpcf7-submit:hover{
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2) !important;
}
.wrap_form .text {
    font-size: 0.8rem;
}

.wrap_form textarea {
    margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.6rem;
}

.wpcf7 .wpcf7-response-output {
    border-radius: 0;
    text-align: center;
    background: var(--main-cl);
    color: #fff;
    border-color: var(--main-cl) !important;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 75rem !important;
}
.banner_contactsec_1 .logo img {
    height: 4.75rem;
}

.banner_contactsec_1 span.section-title-main {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.banner_contactsec_1 h3.section-title.section-title-normal {
    margin: 0;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--Style, #231F20);
    padding: 1.5rem 0;
    border-bottom: 0.05rem solid rgb(5 36 96 / 20%);
    border-top: 0.05rem solid rgb(5 36 96 / 20%);
    margin: 2rem 0 1.5rem;
}

.list_contact {
    font-size: 0.9rem;
    color: var(--Style, #231F20);
}

.list_contact p {
    margin: 0;
}

.list_contact .icon-box-text.last-reset {
    padding: 0 0 0 0.5rem;
}

.list_contact .icon-box-img {
    padding: 0 !important;
    width: 1rem !important;
}

.list_contact .icon-box-img img {
    padding: 0 !important;
}

.list_contact .icon-box+.icon-box {
    margin-top: 1rem !important;
}

.socials_contact .img {width: 1.65rem !important;height: 1.65rem !important;}

.socials_contact .img a {
    width: 100%;
    height: 100%;
    border: 0.05rem solid var(--sub-cl);
    border-radius: 50%;
}

.socials_contact .img .img-inner {
    padding-top: 1.65rem !important;
}

.socials_contact .img .img-inner img {
    height: 47%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.socials_contact .img+.img {
    margin-left: 0.8rem !important;
}

.socials_contact {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 0.05rem solid rgb(5 36 96 / 20%);
}

.banner_contactsec_1 .text-box {
    width: 80% !important;
}

.banner_contactsec_1 {min-height: 33.5rem;}

.box_form_contact {
    padding: 0 4rem;
}

.contact_sec_1 {
    padding: 3rem 0 2rem !important;
}
.contact_sec_2  h2.uppercase {
    margin: 0 0 1.5rem;
}

.slider_office {
    margin: 0 -0.75rem !important;
}

.slider_office .socials_contact {
    border: none;
    margin: 1rem 0 0;
    padding: 0;
}

.slider_office .socials_contact .img a {
    background: var(--sub-cl);
}

.slider_office .socials_contact .img+.img {
    margin-left: 0.5rem !important;
}

.slider_office .socials_contact .icon-box-text p {
    font-size: 0.7rem;
}

.slider_office .list_contact p {
    font-size: 0.85rem;
}

.slider_office .list_contact .section-title{
    margin: 0;
    border: none;
}



.slider_office  h3.section-title.section-title-normal {
    margin: 0;
    border: none;
    text-align: left !important;

}

.slider_office h3.section-title.section-title-normal span.section-title-main {
    padding: 0;
    border: none;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.slider_office .section-title-container {
    margin-bottom: 0.5rem;
}
.wrap_all+.wrap_all {
    margin-top: 4rem;
}
.wrap_all  .slick-arrow {
    background: transparent;
    border-color: #231F20;
}

.wrap_all .slick-arrow svg {
    filter: brightness(0) invert(0);
    transform: scale(.7);
}

.contact_sec_2 {
    padding-bottom: 4rem !important;
}
.slider_office .slick-track {
    min-width: 100%;
}
.col {
    padding-bottom: 0;
}
.group_heading p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
section.section.support_page {
    padding: 4.167rem 0 7.8125rem;
    background-color: #000;
    color: #FFF;
}

.support_page span.sub {
    margin-bottom: 0.78125rem;
}

.item_q_a h3 {
    display: flex;
    font-family: var(--font-normal);
    font-size: 0.9375rem;
    padding: 0.521rem 7.8125rem 0.521rem 1.25rem;
    border: 1px solid var(--7_e0c39c, #E0C39C);
    position: relative;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: #FFF !important;
}

.item_q_a h3 .arrow {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
}

.item_q_a h3 .num {
    flex: 0 0 auto;
    font-size: 1.5625rem;
    font-family: var(--font-title);
    margin-right: 0.521rem;
}

.item_q_a:not(:last-child) {
    margin-bottom: 1.458rem;
}

.item_q_a .content {
    padding: 1.354rem 4.948rem 0 4.01rem;
}

.item_q_a h3 .arrow svg {
    display: block;
}

.item_q_a h3 .arrow svg {
    transform: rotate(180deg);
}

.item_q_a.active h3 .arrow svg {
    transform: rotate(0deg);
}
.tuyen_dung_sec_1 {
    padding: 0 !important;
    margin-top: -40px;
}

.tuyen_dung_sec_1 .hoa_tiet {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: auto !important;
    right: 0;
}

.tuyen_dung_sec_1 .section-content {
    padding: 6.5rem 0 5rem;
}

.tuyen_dung_sec_1 .hoa_tiet .img-inner {
    padding: 0 !important;
    display: contents;
}

.tuyen_dung_sec_1 .hoa_tiet .img-inner img {
    position: unset;
}
.tuyen_dung_sec_2 {
    padding: 5.75rem 0 6.25rem !important;
}

.tuyen_dung_sec_2 .group_heading p {
    color: var(--Style, #231F20);
}

.tuyen_dung_sec_2 .group_heading {
    margin-bottom: 2.5rem;
}

table.table_td {
    background: #fff;
}

table.table_td thead {
    background: var(--main-cl);
    color: #fff;
}

table.table_td th,table.table_td td {
    padding: 1.25rem 1.5rem;
    width: auto;
}
table.table_td thead th{
    font-size: 1em;
}
table.table_td thead th+th {
    border-left: 0.05rem solid rgba(255, 255, 255, 0.2);
}

table.table_td th:nth-child(1), table.table_td td:nth-child(1) {
    width: 6rem;
    text-align: center;
    font-size: 1rem;
}
table.table_td td+td {
    border-left: 0.05rem solid #F5F5F5;
}
table.table_td td {
    color: var(--Style, #231F20);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    padding: 1.05rem 1.5rem;
}
table.table_td td a {
    color: var(--Style, #231F20);
}
table.table_td thead th:nth-child(3), table.table_td thead th:nth-child(4), table.table_td thead th:nth-child(5), table.table_td thead th:nth-child(6),table.table_td  td:nth-child(3), table.table_td td:nth-child(4), table.table_td td:nth-child(5), table.table_td td:nth-child(6) {
    text-align: center;
}
table.table_td td:nth-child(4), table.table_td td:nth-child(5), table.table_td td:nth-child(6) {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: unset;
}
table.table_td td .button_style {
    padding: 0  1rem;
    min-width: 7.5rem;
    width: max-content;
}
table.table_td td .button_style span{
    width: max-content;
}
.tuyen_dung_sec_3 .group_heading {
    width: 23.4rem;
}
.img_td_sec_3 .img-inner {
    overflow: unset;
}
.img_td_sec_3 img {
    width: calc(100% + calc(calc(100vw - 66.75rem)/2));
    max-width: calc(100% + calc(calc(100vw - 66.75rem)/2));
}
table.table_td tbody tr {
    transition: .5s all;
}
table.table_td tbody tr:hover {
    background: #F1F1F1;
    cursor: pointer;
}
table.table_td tbody tr:hover>* {
    color: var(--main-cl) !important;
}
table.table_td tr:hover td> a:not(.button_style) {
    color: var(--main-cl) !important;
}
table.table_td td:nth-child(1) {
    color: #ACACAC;
    font-size: 1.5rem;
}
.paging ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}
.paging ul a {
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0.05rem solid #E1E1E1;
    border-radius: 50%;
    color: #666;
    text-align: center;
    font-size: 0.8rem;
}
.paging ul a svg {
    opacity: .2;
    width: 1rem;
}
.paging ul li {
    margin: 0 .3rem;
}
.paging ul a.active {
    color: var(--main-cl);
    border-color: var(--main-cl);
}
.paging {
    margin-top: 2.5rem;
}
.post-details .row .col,
#career-details .row .col,
#career-page .row .col,
#contact-page .row .col{
    flex-basis: unset;
    flex-grow: unset;
}
.post-details .row,
#career-details .row,
#career-page .row,
#contact-page .row{
    margin-left: auto;
    margin-right: auto;
}
#career-page .page-banner{
    position: relative;
    z-index: 3;
}
.text-primary{
    color: var(--main-cl) !important;
}
.text-secondary{
    color: var(--sub-cl) !important;
}
.button_style {
    margin: 0;
    height: 2.2rem;
    min-height: unset;
    padding: 0 1.25rem;
    border: 0.075rem solid var(--Style, #231F20) !important;
    color: var(--Style, #231F20) !important;
    font-weight: 600;
}
.button_style:hover {
    color: #fff !important;
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}
.wrap-link{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.footer{
    padding: 0;
}
.breadcrumbs ol{
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
    padding-top: 16px;
}
.breadcrumbs ol li{
    margin: 0;
}
.breadcrumbs ol li,
.breadcrumbs ol li a,
.breadcrumbs ol li span{
    display: inline;
}
.breadcrumbs ol li+li{
    margin-left: 12px;
}
.breadcrumbs ol li+li:before{
    display: inline-block;
    position: relative;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--sub-cl);
    margin-right: 12px;
    top: -2px;
}
.post-details {
    padding-bottom: 60px;
}
.post-details .large-12{
    padding-bottom: 60px;
}
.post-details .large-9{
    position: relative;
}
.post-details .large-3{
    padding-left: 32px;
}
.post-details .post-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}
.post-details .post-date{
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sub-cl);
    margin-bottom: 32px;
}
.post-details .share-post{
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
}
.post-details .share-post ul{
    position: sticky;
    top: 0;
}
.post-details .share-post ul > li > a{
    width: 48px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sub-cl);
}
.post-details .share-post ul > li > a svg path{
    fill: var(--sub-cl);
}
.post-details .share-post ul > li > a svg{
    width: 20px;
    height: 20px;
}
.post-details .large-3 .other-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.post-details .large-3 .post-item+.post-item{
    margin-top: 20px;
}
.post-item{
    -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .08);
}
.post-item .post-item-img{
    aspect-ratio: 41/23;
    overflow: hidden;
    position: relative;
}
.post-item .post-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    display: block;
}
.post-item .post-item-cont{
    padding: 24px;
}
.post-item .post-item-cont h3{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s ease-in-out;
    display: -webkit-box;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 1.4;
}
.post-item .post-item-cont .post-item-date{
    font-size: 14px;
    margin-bottom: 8px;
}
.post-content,
.post-content td,
.post-content p,
.post-content li{
    font-size: 16px;
}
.posts-list .col{
    padding-bottom: 30px;
}
#posts-page{
    padding-bottom: 60px;
}
#posts-page .sec-title{
    margin-top: 60px;
    margin-bottom: 40px;
}
#posts-page .menu-news{
    margin-bottom: 40px;
}
#posts-page .menu-news li{
    margin: 0;
}
#posts-page .menu-news li+li{
    margin-left: 20px;
}
#posts-page .menu-news li > a{
    -webkit-transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: .625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    padding: .625rem 1.25rem;
    font-size: .83333rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #666;
}
#posts-page .menu-news li.current-menu-item > a,
#posts-page .menu-news li > a:hover{
    border: 1px solid var(--sub-cl);
    background-color: var(--sub-cl);
    color: #fff;
}
.dark-page{
    background-color: #111;
    color: #FFF;
}
.dark-page h1,
.dark-page h2,
.dark-page h3,
.dark-page h4,
.dark-page h5{
    color: var(--sub-cl);
}
.dark-page .breadcrumbs ol li:before{
    background-color: #FFF;
}
.dark-page .breadcrumbs ol li,
.dark-page .breadcrumbs ol li a,
.dark-page .breadcrumbs ol li span{
    color: #FFF;
}
svg,
svg *{
    transition: all 0.4s;
}
span.sub {
    font-size: 0.78125rem;
    letter-spacing: 0.365rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.302rem;
    color: white;
}
a.max{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}
li.select2-results__option{
    margin: 0 !important;
}
.compensate-for-scrollbar{
    margin-right: 0 !important;
}
.shipped_via{
    display: none !important;
}
.bacs-note{
    margin-top: 20px;
}
.site-header{
    position: relative;
    z-index: 60 ;
}
.header-menu .wrap_menu > ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-menu .wrap_menu > ul > li{
    margin: 0;
    border: none;
    position: relative;
}
.header-menu .wrap_menu > ul > li > button{
    width: auto;
    min-height: unset;
    display: none;
}
.header-menu .wrap_menu > ul > li > a{
    line-height: 50px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    outline: none;
    text-transform: uppercase;
    transition: all 0.4s;
}
.header-menu .wrap_menu > ul > li.current-menu-item > a,
.header-menu .wrap_menu > ul > li:hover > a{
    color: var(--sub-cl)
}
.header-menu .wrap_menu > ul > li > ul.sub-menu{
    z-index: 999;
    position: absolute;
    pointer-events: none;
    width: 250px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #fff;
    border-radius: 0;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    top: 100%;
    left: 0;
    display: block;
    margin: 0;
}
.header-menu .wrap_menu > ul > li:hover > ul.sub-menu{
    opacity: 1;
    pointer-events: unset;
    transform: translate(0, 0);
}
.header-menu .wrap_menu > ul > li > ul.sub-menu > li > a{
    display: block;
    background: rgba(255, 255, 255, 0);
    color: #333;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: all 0.4s;
}
.header-menu .wrap_menu > ul > li > ul.sub-menu > li > a:hover,
.header-menu .wrap_menu > ul > li > ul.sub-menu > li.current-menu-item > a{
    background: var(--sub-cl);
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
.header-menu .wrap_menu > ul > li.lang-item > a{
    display: flex;
    align-items: center;
}
.header-menu .wrap_menu > ul > li.lang-item > a > img{
    display: none !important;
}
.header-menu .wrap_menu > ul > li.lang-item > a:before{
    width: 26px;
    height: 26px;
    position: relative;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header-menu .wrap_menu > ul > li.lang-item.lang-item-en > a:before{
    background-image: url('../images/en.png');
}
.header-menu .wrap_menu > ul > li.lang-item.lang-item-vi > a:before{
    background-image: url('../images/vi.png');
}
.header-item-cart .nav-dropdown{
    display: block;
    top: 100%;
}
.header-item-cart:hover .nav-dropdown{
    visibility: unset;
    opacity: 1;
    right: 0;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item span.amount{
    color: #333 !important;
}
.ux-mini-cart-qty .quantity{
    padding: 0;
    border: none;
    opacity: 1 !important;
}
.widget_shopping_cart .return-to-shop .button,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
}
.large-container{
    margin-left: 48px;
    margin-right: 48px;
}
.home-5 .title-has-line-left,
.home-3 .title-has-line-left{
    margin-bottom: 30px;
}
.img-wrap{
    position: relative;
    overflow: hidden;
}
.img-wrap img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.4s;
}
.home-3 .swiper{
    margin: 0 -4px;
}
.home-3 .swiper .swiper-slide{
    padding: 0 4px;
}
.home-3 .swiper .swiper-slide .img-wrap{
    aspect-ratio: 3/4;
}
.home-3 .swiper .swiper-slide h3{
    font-size: 22px;
    margin-top: 12px;
    line-height: 1.4;
}
.home-5 .grid-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 16px
}
.home-5 .grid-box .project_item:nth-of-type(1){
    grid-column: 1/3;
    grid-row: 1/3;
}
.home-5 .grid-box .project_item:not(:nth-of-type(1)){
    aspect-ratio: 3/2;
}
.product_item .added_to_cart.wc-forward{
    display: none !important;
}
body.swal2-shown{
    padding: 0 !important;
}
body .product_item .loading:after{
    animation: unset !important;
    left: unset !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.about_sec_1 {
    padding: 3.646rem 0 9.375rem;
}

.about_sec_1 .box_content {
    padding-top: 1rem;
}

.about_sec_1 .box_content span.sub {
    margin-bottom: 1.042rem;
}

.about_sec_1 .wrap_items {
    display: flex;
    margin: 3.802rem -1.823rem 0;
}

.about_sec_1 .wrap_items .item {
    width: calc(calc(100% / 3) - 3.646rem);
    margin: 0 1.823rem;
}

.about_sec_1 .wrap_items .item .icon {
    height: 3.4375rem;
    margin-bottom: 1.5625rem;
    display: flex;
    align-items: flex-end;
}

.about_sec_1 .wrap_items .item .icon img {
    max-height: 100%;
    width: auto;
}

.about_sec_1 .wrap_items .item h3 {
    font-size: 0.78125rem;
    color: #FFF;
    text-transform: uppercase;
}
.about_sec_1 .grid-50.box_img img {
    display: block;
    margin-bottom: 1.5625rem;
}

.about_sec_1 .grid-50.box_img {
    padding-right: 3rem;
}
.about_sec_2 .wrap_slider .swiper,
.about_sec_2 .wrap_slider{
    width: 100%;
}
.slider_vision .swiper-slide{
    position: relative;
}
.slider_vision .grid-container {
    position: absolute;
    z-index: 9;
    bottom: 42%;
    left: 50%;
    transform: translate(-50%,50%);
    width: 100%;
}

.slider_vision .grid-container .grid-50 {
    padding-right: 5.208rem;
}
.slider_vision  h2.heading_title {
    font-size: 2.604rem;
}

.slider_vision .content {
    margin-bottom: 1.823rem;
}
.slider_vision .swiper-slide {
    opacity: 0 !important;
}

.slider_vision .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.about_sec_3 {
    padding-top: 9.896rem;
    padding-bottom: 4.6875rem;
}

.about_sec_3 .wrap_items {
    display: flex;
    margin: 3.385rem -0.521rem 0;
}

.about_sec_3 h2.heading_title {
    font-size: 2.604rem;
    margin: 0;
}

.about_sec_3 .wrap_items .item {width: calc(calc(100% / 3) - 1.042rem);margin: 0 0.521rem;border: 1px solid #C5A47E;background: #000;padding: 2.604rem;}

.about_sec_3 .wrap_items .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 1.302rem;
}

.about_sec_3 .wrap_items .item .title .num {
    line-height: .8;
    font-size: 4.167rem;
    color: #C5A47E;
    font-family: var(--font-title);
    margin-right: 0.677rem;
}

.about_sec_3 .wrap_items .item .title h3 {
    color: #C5A47E;
    font-size: 1.146rem;
    margin: 0;
}
.about_sec_5 h2{
    margin-bottom: 50px;
}
.about_sec_5 .item .flex_box{
    display: flex;
    align-items: center;
}
.about_sec_5 .item .col_8{
    flex: 0 0 auto;
    width: 66.66666667%;
}
.about_sec_5 .item .cont_wrap{
    padding: 70px 60px;
    background: var(--main-cl);
    margin-right: -40px;
    z-index: 3;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.about_sec_5 .item .cont_wrap .link{
    margin-top: 24px;
}
.about_sec_5 .item .cont_wrap h3{
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 8px;
    color: #FFF;
}
.about_sec_5 .item:before{
    width: 162px;
    height: 162px;
    position: absolute;
    content: '';
    background: var(--primary-color);
    z-index: -1;
}
.about_sec_5 .item{
    position: relative;
    z-index: 3;
}
.about_sec_5 .item:nth-of-type(odd):before{
    right: -26px;
    top: -26px;
}
.about_sec_5 .item:nth-of-type(even):before{
    left: -26px;
    bottom: -26px;
}
.about_sec_5 .item:nth-of-type(even) .flex_box{
    flex-direction: row-reverse;
}
.about_sec_5 .item:nth-of-type(even) .cont_wrap{
    margin: 0 0 0 -30px;
}
.about_sec_5 .item:not(:first-of-type){
    margin-top: 60px;
}
.about_sec_5 .item .limit_4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.about_sec_5 .item .limit_4::-webkit-scrollbar
{
    width: 4px;
    background-color: #cedbff;
}

.about_sec_5 .item .limit_4::-webkit-scrollbar-thumb
{
    background-color:  var(--primary-color);
}
.about_sec_5{
    padding-top: 80px;
    padding-bottom: 100px;
}
.about_sec_5 .item .limit_4{
    overflow: auto;
}
.about_sec_4 h2{
    margin-bottom: 40px;
    text-align: center;
}
.about_sec_4 .swiper{
    margin: 0 -16px;
}
.about_sec_4 .swiper-wrapper{
    align-items: unset;
}
.about_sec_4 .swiper-slide{
    padding: 0 16px;
    height: auto;
}
.about_sec_4 .item{
    padding: 24px 20px;
    background-color: var(--main-cl);
    transition: all 0.4s;
    height: 100%;
}
.about_sec_4 .item:hover{
    background-color: var(--sub-cl);
}
.about_sec_4 .item .icon-wrap{
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    filter: brightness(0) invert(1);
}
.about_sec_4 .item h3{
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 1.4;
}
.about_sec_4 .item .post-content{
    text-align: justify;
}
.product_details .gallery_nav .item_nav{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.content__project ul li,
.content__project ul{
    list-style: disc;
}
.flip-logo img{
    filter: brightness(0) invert(1);
    max-height: 120px;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .widget_price_filter .ui-slider .ui-slider-range{
    background-color: var(--sub-cl);
}
.woof_container_inner h4{
    font-size: 1.125rem;
}
ul.woof_list li{
    font-size: 0.9rem;
}
table.variations,
table.variations tr,
table.variations th,
table.variations td{
    border: none !important;
}
table.variations .label{
    font-size: 0.9rem;
}product_item
table.variations .ux-swatch{
    opacity: 1 !important;
}
.product-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.4s;
}
.product-logo:before{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0;
    content: '';
    position: relative;
    display: block;
    filter: brightness(0) invert(1);
    background-image: url('../images/logo_phanvu.png');
    transform: translateY(20px) scale(0);
    transition: all 0.4s;
}
.product_item:hover .product-logo:before{
    transform: translateY(0) scale(1);
}
.product_item:hover .product-logo{
    opacity: 1;
}
.post-content table td{
    padding: 15px 12px;
    border-bottom: 1px solid rgba(0,0,0,0.105);
}
.post-content table {
    width:100%;
    margin-bottom:25px;
    border-collapse:collapse;
    text-align:left;
}
.post-content table tbody{
    width: 100%;
}
.post-content table tr:first-child td:first-child {
    border-top-left-radius:10px;border-bottom-left-radius:10px;
}
.post-content table tr:first-child td:last-child {
    border-top-right-radius:10px;border-bottom-right-radius:10px;
}
.post-content table tr:first-child {
    font-weight:700;
    background: var(--sub-cl);
    border-radius:20px;
}
.post-content table tr:first-child td{
    color:#FFF;

}
@media only screen and (min-width: 1200px){
    .post-item:hover .post-item-img img{
        transform: scale(1.1);
    }
    .post-item:hover .post-item-cont h3{
        color: var(--sub-cl);
    }
    .home-item:hover .img-wrap img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page img {
        width: 320px;
    }
    .fz-36{
        font-size: 30px;
    }
    .box_form_contact{
        padding: 0 2rem;
    }
    ul.socials_footer li img{
        max-width: 32px;
    }
    ul.socials_footer{
        margin-top: 32px;
    }
    ul.socials_footer li:not(:last-child){
        margin-right: 12px;
    }
    .footer-form [type="submit"]{
        padding: 0 12px;
    }
    .tuyen_dung_details{
        padding: 3rem 0;
    }
    .tuyen_dung_sec_3 .row{
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .tuyen_dung_sec_3 .row #col-486154383{
        padding-right: 0;
        margin-right: -1rem;
    }
    .img_td_sec_3 img{
        width: 100%;
        max-width: 100%;

    }
    .tuyen_dung_sec_2{
        padding: 3rem 0 !important;
    }
    ul.menu_icon_header > li > a.menu-image-title-below{
        padding: 12px 16px;
    }
    .fz-60{
        font-size: 40px;
    }
    .about_sec_1{
        padding-bottom: 4rem;
    }
    .about_sec_3{
        padding-top: 3rem;
    }
    .about_sec_5 .item .cont_wrap{
        padding: 50px;
    }
    .home_2 {
        padding-bottom: 60px;
    }
    .p-top-140{
        padding-top: 70px;
    }
    .p-bottom-140{
        padding-bottom: 70px;
    }
    .large-container{
        margin-left: 15px;
        margin-right: 15px;
    }
    .banner_shop .row {
        min-height: 260px;
    }
    .box-actions-left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .box-actions-right {
        display: none;
    }
    .product_details .gallery_nav{
        margin-left: 0;
        margin-right: 0;
    }
    .project_details .col-4{
        padding-right: 1.5rem;
    }
    .project_details .grid-100{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-item-form-search{
        display: none !important;
    }
    header.site-header .header-item{
        border: none !important;
    }
    header.site-header > .container > .d-flex{
        justify-content: space-between;
    }
    header.site-header .nav-icon > a{
        display: flex;
    }
    header.site-header .nav-icon .hamburger{
        display: flex;
        flex-direction: column;
        gap: 0.375rem;
        width: 1.5rem;
        height: 100%;
        justify-content: center;
    }
    header.site-header .nav-icon .hamburger span{
        background-color: #333;
        height: 0.125rem;
        display: block;
        width: 100%;
        border-radius: 0.125rem;
        -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;
    }
    header.site-header .nav-icon .hamburger span:nth-of-type(2){
        width: 60%;
    }
    header.site-header .nav-icon .hamburger span:nth-of-type(3){
        width: 85%;
    }
    header.site-header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(1){
        transform-origin: center;
        transform: rotate(405deg) translateX(5px) translateY(6px);
    }
    header.site-header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(2){
        opacity: 0;
    }
    header.site-header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(3){
        transform-origin: center;
        transform: rotate(-405deg) translateX(5px) translateY(-6px);
        width: 100%;
    }
    header.site-header .items-left,
    header.site-header .items-right{
        width: 25%;
    }
    header.site-header .items-right{
        justify-content: flex-end;
        gap: 12px;
    }
    header.site-header .items-left{
        gap: 12px;
    }
    header.site-header .items-left i.icon-search{
        font-size: 20px !important;
    }
    header.site-header .items-right svg{
        height: 24px;
        width: auto;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
        font-size: 1rem !important;
        color: #333;
    }
    /*.off-canvas-left .mfp-content, .off-canvas-right .mfp-content, .mfp-close, .mfp-container, .mfp-wrap, .mfp-bg {*/
    /*    top: 80px !important;*/
    /*}*/

    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        transform: translateX(-100%);
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 70%;
        background-color: #FFF;
    }
    #main-menu .sidebar-menu li{
        margin: 0;
    }
    #main-menu .sidebar-menu li > a{
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
        text-transform: initial;
        color: #333;
        font-weight: 600;
    }
    #main-menu .sidebar-menu li.current-menu-item > a{
        background-color: var(--main-cl);
        color: #FFF;
    }
    #main-menu.active{
        transform: translateX(0);
    }
    .header-wrapper.fixedHeader{
        transform: translateY(0);
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page img {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wrap_form .wrap{
        flex-wrap: wrap;
        gap: 16px;
    }
    .box_form_contact {
        padding: 0 1rem;
    }
    .fz-36{
        font-size: 26px;
    }
    .tuyen_dung_details .wrap_bottom .wrap_info .item{
        flex-direction: column;
        gap: 1rem
    }
    .tuyen_dung_sec_1 .hoa_tiet{
        display: none;
    }
    .tuyen_dung_sec_1 .section-content{
        padding: 4.5rem 0 3rem;
    }
    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }
    table.table_td td:nth-child(1) {
        width: 100%;
        background: #ededed;
        font-size: 14px !important;
    }

    table.table_td td {
        padding-right: 1rem;
        padding-left: 40%;
    }

    table.table_td tbody tr {
        margin-bottom: 2rem;
        border: 1px solid rgb(51 51 51 / 10%);
    }

    table.table_td {
        background: transparent;
    }
    .copy-right .footer-menu,
    .copy-right{
        text-align: center;
    }
    .copy-right .footer-menu li:first-of-type{
        margin-left: 0 !important;
    }
    .footer-top .col-md-3.d-md-block.d-none{
        padding-right: 20px;
    }
    .post-details .posts-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .post-details .large-3 .post-item{
        margin-top: 0 !important;
    }
    .post-details .large-3{
        padding: 2rem 15px 0;
    }
    .slider_vision .grid-container .grid-50{
        padding-right: 0;
    }
    .about_sec_3 .wrap_items .item{
        width: calc(calc(100% / 2) - 1.042rem);
    }
    .about_sec_3 .wrap_items{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 0;
    }
    .about_sec_1 .wrap_items .item{
        width: calc(calc(100% / 3) - 2rem);
        margin: 0 1rem;
    }
    .about_sec_5 .item .flex_box{
        flex-direction: column-reverse !important;
    }
    .about_sec_5 .item .col_8{
        width: 100%;
    }
    .about_sec_5 .item .cont_wrap{
        margin: 0 !important;
    }
    .about_sec_5{
        padding-top: 2rem;
    }
    .about_sec_3{
        padding-bottom: 2rem;
    }
    .about_sec_1 .wrap_items{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .product_related{
        padding: 30px 0 40px;
    }
    .product_details .box-infos{
        margin-top: 2rem;
    }
    .wrap_project .project_item{
        width: calc(calc(100% / 2) - 1.042rem);
        margin: 0 0.521rem 1.042rem;
    }
    .project_page .grid-100{
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrap_filter{
        flex-wrap: wrap;
        gap: 0.5rem
    }
    .wrap_filter *{
        margin: 0 !important;
    }
    .wrap_filter span.select2-container,
    .wrap_filter input[type="text"]{
        width: calc(50% - 0.25rem) !important;
    }
    .wrap_filter input[type="text"],
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 0.9rem;
    }
    .project_details{
        padding: 3rem 0 4rem;
    }
    .list_gallery .item:last-child{
        padding-bottom: 3rem;
    }
    .grid-100.project_related{
        margin-top: 4rem;
    }
    ul.list_info li{
        font-size: 14px;
    }
    .project_details .col-8{
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 2rem;
    }
    .project_details .col-4{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .list_gallery .item{
        flex-wrap: wrap;
    }
    .post-content table{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .post-content table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .post-content table::-webkit-scrollbar {
        width: 0.417rem;
        height: 3px;
        background-color: #cedbff;
    }
    .post-content table::-webkit-scrollbar-thumb {
        background-color: var(--main-cl);
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page img {
        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;
    }
    .box_form_contact{
        padding: 0px;
        margin-top: 30px;
    }
    .banner_contactsec_1 .text-box{
        width: 90% !important;
    }
    .fz-36{
        font-size: 24px;
    }
    .wrap_all+.wrap_all{
        margin-top: 2.5rem;
    }
    .tuyen_dung_details .wrap_top{
        flex-direction: column;
    }
    .tuyen_dung_details .wrap_top .box_left {
        padding: 1rem 1.5rem;
    }
    .tuyen_dung_details .wrap_bottom .wrap_right,
    .tuyen_dung_details .wrap_top .box_right{
        width: 100%;
    }
    .tuyen_dung_details .wrap_top .box_left ul li{
        font-size: 0.8rem;
    }
    .tuyen_dung_details .wrap_bottom{
        flex-wrap: wrap;
    }
    .tuyen_dung_details .wrap_bottom .wrap_left{
        padding-right: 0;
    }
    div#scroll_to_form{
        padding: 1rem 0;
    }
    .breadcrumbs ol li, .breadcrumbs ol li a, .breadcrumbs ol li span{
        font-size: 0.8rem;
    }
    .breadcrumbs ol li+li{
        margin-left: 6px;
    }
    .breadcrumbs ol li+li:before{
        margin-right: 6px;
    }
    .tuyen_dung_sec_3 .row #col-486154383{
        padding-left: 0;
        margin-top: 2rem;
    }
    .tuyen_dung_sec_3 .row#row-1591626389{
        padding-top: 2rem;
    }
    .tuyen_dung_sec_2{
        padding: 3rem 0 1rem !important;
    }
    .tuyen_dung_sec_2 .group_heading{
        margin-bottom: 1.5rem;
    }
    ul.menu_icon_header > li > a.menu-image-title-below{
        padding: 10px;
        font-size: 10px;
    }
    #posts-page .sec-title{
        margin: 40px 0 24px;
    }
    .menu-news ul{
        gap: 0.5rem;
        justify-content: flex-start !important;
    }
    .menu-news ul::-webkit-scrollbar{
        height: 3px;
    }
    .menu-news ul li{
        flex: 0 0 auto;
        margin-left: 0 !important;
    }
    #posts-page .menu-news li > a{
        padding: 0.35rem 0.5rem;
        font-size: 12px;
    }
    .posts-page .col.large-12{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .post-details .posts-list{
        grid-template-columns: 1fr;
    }
    .post-details .large-12{
        padding-bottom: 40px;
    }
    .item_q_a .content{
        padding-left: 0;
        padding-right: 0;
    }
    .item_q_a h3{
        padding-right: 3.8rem;
    }
    section.section.support_page{
        padding: 2rem 0 3rem;
    }
    .about_sec_1{
        padding-top: 2rem;
    }
    .about_sec_1 .container{
        display: flex;
        flex-direction: column-reverse;
    }
    .about_sec_1 .box_content{
        padding: 0;
    }
    .fz-60{
        font-size: 32px;
    }
    .about_sec_1 .wrap_items{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .about_sec_1 .wrap_items .item {
        width: calc(calc(100% / 3) - 1rem);
        margin: 0 0.5rem;
    }
    .about_sec_1 .grid-50.box_img{
        padding: 0;
    }
    .slider_vision .grid-container{
        position: unset;
        padding-top: 1rem;
        transform: unset;
    }
    .about_sec_3 .wrap_items .item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .about_sec_4 .swiper{
        margin: 0 -8px;
    }
    .about_sec_4 .swiper-slide{
        padding: 0 8px;
    }
    .about_sec_5 .item .cont_wrap{
        padding: 24px;
    }
    .wrap-nav_ajax{
        display: none !important;
    }
    .home-5 .grid-box{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }
    .home-5 .grid-box .project_item:nth-of-type(1){
        grid-column: unset;
        grid-row: unset;
    }
    .p-top-140{
        padding-top: 40px;
    }
    .p-bottom-140{
        padding-bottom: 40px;
    }
    .home-3 .swiper .swiper-slide h3{
        font-size: 18px;
    }
    .fz-40{
        font-size: 24px;
    }
    .product_details .box-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .box-infos-bottom .item+.item:before{
        display: none !important;
    }
    .box-infos-bottom .item+.item{
        margin-left: 0;
    }
    .product_details .box-infos{
        padding: 12px;
    }
    .product_details .gallery_for .item figure.zoom img,
    .product_details .gallery_for .item figure.zoom{
        width: 100%;
        height: 400px;
        pointer-events: none;
    }
    .product_details .gallery_for .item figure.zoom img{
        object-fit: contain;
    }
    .product_details .gallery_for .item{
        min-height: unset;
    }
    .p-bottom-110{
        padding-bottom: 40px;
    }
    .wrap_filter span.select2-container,
    .wrap_filter input[type="text"]{
        width: 100% !important;
    }
    .wrap_filter input[type="text"], .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 40px;
    }
    .select2-container .select2-selection--single{
        height: 40px;
    }
    section.section.project_page{
        padding: 3rem 0 4rem;
    }
    .project_details{
        padding: 3rem 0 4rem;
    }
    .header-item-logo{
        padding: 10px 0;
    }
    .header-item-logo .site-logo img{
        height: 60px;
    }
    .project_item:hover .box_content{
        top: 0.5rem;
        bottom: 0.5rem;
        right: 0.5rem;
        left: 0.5rem;
    }
    .project_item .box_content h3{
        font-size: 1rem;
    }
    .header-wrapper.fixedHeader .header-item-logo{
        display: flex;
    }
    html body div#wrapper input{
        font-size: 16px !important;
    }
    .fDuoiSP .medium-flex-wrap .flex-col{
        flex-grow: 1;
    }
    #col-1008304655 h3{
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .post-content, .post-content td, .post-content p, .post-content li{
        font-size: 14px;
    }
}