@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f1f1f1;
}
body::-webkit-scrollbar {
    width: 0.517rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
    border-radius: 100px;
}

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;
}
body{
    overflow-x: hidden;
}

.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.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;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

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 .logo_center {
    opacity: 0;
    transition-delay: .5s;
}

div.load_home_page.complete .mask span {
    /*width: 0;*/
    opacity: 0;
    transition-delay: .2s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    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: 80px;
    height: 80px;
    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;
}
body {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.3;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 80rem;
}

#logo {
    width: auto !important;
}

.header-main {
    height: auto !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}

header#header {
    height: auto !important;
}

.header-nav.nav>li>a {
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    color: #00387d;
    transition: .5s all;
}

.header-nav.nav>li {
    margin: 0;
}

.header-nav.nav>li+li {
    margin-left: 1.5rem;
}

.header-nav.nav>li.current-menu-item >a, li.current-menu-parent>a,.current-menu-item>a {
    font-weight: 800 !important;
    color: #00387d !important;
}

.item_banner img,
.item_banner video{
    display: block;
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.item_banner .box_content {
    position: absolute;
    bottom: 7.5rem;
    left: 5.5rem;
}

.item_banner h2 {
    font-size: 4.75rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    line-height: 1.1;
    margin-bottom: 1rem;
}

.item_banner .content {
    font-size: 2.45rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
}

.arrow_slider {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #fff;
    border-radius: 5rem;
    cursor: pointer;
    transition: .4s all;
}

.wrap_slider {
    position: relative;
}

.arrow_slider svg {
    max-width: 48%;
    width: auto;
    height: auto;
    fill: #fff;
}

.arrow_slider svg path {
    fill: #fff !important;
}

.arrow_slider.next {
    left: unset;
    right: 10rem;
}

.arrow_slider.next svg {
    transform: rotate(180deg);
}

.arrow_slider:hover {
    background: #00387d;
    border-color: #00387d;
}

.heading_title {
    font-size: 2.6rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

.content {
    color: #595d63;
    line-height: 1.3;
    text-align: justify;
}

a.button_link {
    display: inline-flex;
    align-items: center;
    height: 3rem;
    background-color: #19ae4d;
    border-radius: 5rem;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 1.75rem;
    transition: .5s all;
    line-height: 1;
    transform: scale(1);
    font-weight: 400;
}

a.button_link svg {
    height: 1rem;
    width: auto;
    filter: brightness(0) invert(1);
    margin-left: 1.5rem;
}

a.button_link:hover {
    background: #00387d;
}

section.home_sec_2 {
    padding-top: 4rem;
}

.home_sec_2_items {
    display: flex;
    margin-top: 0.75rem;
}

.home_sec_2_items .item {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19ad4d;
    border-radius: 5rem;
    cursor: pointer;
}

.home_sec_2_items .item+.item {
    margin-left: 1.9rem;
}

.home_sec_2_items .item img {
    filter: brightness(0) invert(1);
    max-width: 51%;
    max-height: 51%;
    width: auto;
    height: auto;
    transition: .5s all;
    scale: 1;
}

.col, .columns, .gallery-item {
    padding-bottom: 0;
}

section.home_sec_3 {
    padding-top: 1.5rem;
}

.home_sec_3_img img {
    width: 89.5%;
    display: block;
    border-radius: 2.25rem;
}

.home_sec_3_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0.75rem -0.5rem 0;
}

.home_sec_3_items .item {
    width: calc(50% - 1rem);
    margin: 0 0.5rem 1rem;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
    border: 0.1rem solid #e7e7e7;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: .4s all;
    position: relative;
    min-height: 6.5rem;
}

.home_sec_3_items .item .icon svg {
    width: 1.7rem;
    height: auto;
}

.home_sec_3_items .item .number {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19ae4d;
    color: #fff;
    border-radius: 5rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    transition: .4s all;
}

.home_sec_3_items .item .top {
    align-items: center;
    margin-bottom: 0.5rem;
}

.home_sec_3_items .item .icon {
    display: flex;
    align-items: center;
}

.home_sec_3_items .item b {
    font-size: .85rem;
    letter-spacing: 0rem;
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
    transition: .5s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_sec_3_items .item:hover b {
    font-weight: 700;
    color: #fff;
}

.home_sec_3_items .item:hover {
    background-color: #19ae4d;
}

.home_sec_3_items .item:hover .number {
    background: #fff;
    color: #000;
}

.item.item_page.text-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.home_sec_4_items {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -0.5rem 0;
}

.home_sec_4_items .item {
    width: calc(50% - 1rem);
    margin: 0 0.5rem 3rem;
    font-size: 1rem;
    color: #595d63;
    font-weight: 500;
}

b, strong {
    font-weight: 700;
}

.home_sec_4_items  b {
    font-size: 2.5rem;
    color: #000000;
}

.home_sec_4_items .content {
    max-width: 11.15rem;
    text-align: left;
}

h1.heading_title {
    font-size: 2.75rem;
}

.home_sec_4 a.button_link {
    margin-top: 2.5rem;
}

.home_sec_4_img {
    max-width: 29.55rem;
    margin-left: auto;
    position: relative;
}

section.home_sec_4 {
    padding-top: 3.5rem;
}

section.home_sec_4 h1.heading_title {
    margin-top: 4rem;
}

/*.home_sec_5 .arrow_slider {*/
/*    display: none;*/
/*}*/

a.box_link {
    height: 3rem;
    border-radius: 1.5rem;
    background-color: #ffffff;
    display: inline-grid;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1rem;
    color: #040406;
    font-weight: 600;
    border-radius: 5rem;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 11rem;
    bottom: 4rem;
    transition: .4s all;
}

a.box_link:hover {
    background: #00387d;
    color: #fff;
}

section.home_sec_6 {
    padding-top: 4rem;
}

a.home_sec_6_link {
    font-size: 1.1rem;
    color: #19ae4d;
    font-weight: 100;
    font-style: italic;
    font-weight: 600;
    text-align: left;
    display: inline-flex;
    margin-top: 1rem;
    transition: .5s all;
    scale: 1;
}

.home_sec_6_wrap {
    display: flex;
    margin-top: 1.5rem;
}

.home_sec_6_video {
    width: 42%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 2.25rem;
    overflow: hidden;
    height: 25rem;
}

.wrap_posts_home {
    width: 58%;
    display: flex;
}

.home_sec_6_video .icon {
    align-items: center;
    position: absolute;
    z-index: 9;
    opacity: .5;
    filter: brightness(0) invert(1);
    max-width: 5rem;
    pointer-events: none;
}

.home_sec_6_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post {
    height: 25rem;
    position: relative;
    border-radius: 2.25rem 2.25rem 0 0;
    overflow: hidden;
    width: calc(50% - 2.25rem);
    margin-left: 2.25rem;
    transform: translateY(0);
    transition: .5s all;
}

.item_post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec_6_video .icon svg {
    height: 1.5rem;
    width: auto;
}

section.home_sec_2 .heading_title,section.home_sec_3 .heading_title {
    font-size: 2rem;
}

.item_post:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(25,174,77,0.9999999999999999) 26%, rgba(25,174,77,0) 100%);
}

.item_post h3 {
    position: absolute;
    bottom: 0;
    z-index: 9;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    width: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.item_post:hover {
    transform: translateY(-1.5rem);
}

section.home_sec_7 {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.home_sec_7_toggle .item {
    border-radius: 1.75rem;
    background-color: #f9f9f9;
    border: 0.1rem solid #e7e7e7;
    padding: 1.6rem 2rem;
    transition: .5s all;
}

.home_sec_7_toggle .item h3 {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    transition: .4s all;
    line-height: 1.3;
}

.home_sec_7_toggle .item h3 .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 2rem;
}

.home_sec_7_toggle .item h3 .icon svg {
    height: auto;
    transform: rotate(-90deg);
}

.home_sec_7_toggle .item .content {
    display: none;
}

.home_sec_7_toggle .item+.item {
    margin-top: 1.5rem;
}

.home_sec_7_toggle .item.active {
    background-color: #19ae4d;
}

.home_sec_7_toggle .item.active h3 {
    color: #fff;
}

.home_sec_7_toggle .item.active h3 svg {
    transform: rotate(-270deg);
    filter: brightness(0) invert(1);
}

.home_sec_7_toggle .item .content {
    color: #fff;
    margin-top: 1rem;
}
#logo img {
    max-height: unset !important;
    height: 6rem;
    display: block;
}

.header-bg-container {
    opacity: 0;
    transition: .5s all;
}

.header-wrapper {
    box-shadow: none !important;
    position: fixed;
    padding: 1rem 0;
}

.header-wrapper.stuck .header-bg-container {
    opacity: 1;
}

.header-bg-color {
    background: #fff;
}

footer#footer {
    background-color: #00387d;
    padding: 5rem 0;
}

.content_footer {
    color: #fff;
    font-size: 1rem;
}

.content_footer * {
    color: #fff;
}

.content_footer h3 {
    font-size: 1rem;
}

.content_footer p {
    margin-bottom: 1rem;
}

ul.socials_footer {
    list-style: none;
    margin: 1rem 0 0 0;
    display: flex;
}

ul.socials_footer a {
    width: 1.65rem;
    height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5rem;
    transition: .4s all;
}

ul.socials_footer a svg {
    max-height: 50%;
    width: auto;
    height: auto;
}

ul.socials_footer li+li {
    margin-left: .5rem;
}

ul.socials_footer a:hover {
    background-color: #19ae4d;
}

ul.socials_footer a:hover path {
    fill: #fff;
}

.menu_footer li,.menu_footer ll a {
    border: none !important;
}

.menu_footer li a {
    color: #fff !important;
    font-size: 1rem;
    position: relative;
}

.menu_footer li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.05rem;
    background: #fff;
    transition: .5s all;
}

.menu_footer li a:hover:before {
    width: 100%;
}
.slider-wrapper {

}

.slider-wrapper::before,
.slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    z-index: 2;
}

.slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.slider-track {
    display: flex;
    animation: scroll 13s linear infinite;
    width: fit-content;
}

/*.slider-track:hover {*/
/*    animation-play-state: paused;*/
/*}*/

.logo-item {
    flex-shrink: 0;
    width: 17%;
    height: 6rem;
    margin: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/*.logo-item:hover {*/
/*    transform: scale(1.1);*/
/*    box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.15);*/
/*}*/

.logo-item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
}

.logo-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #667eea;
    text-align: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
section.about_sec_1 {
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.heading_style {
    font-size: 2.75rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    color: #00387d;
    font-weight: 400;
}

.style_button {
    height: 4rem;
    border-radius: 5rem;
    background-color: #19ae4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff !important;
    font-weight: 700;
    padding: 0 3.75rem;
    transition: .4s all;
}

.style_button:hover {
    background: #00387d;
}

.about_sec_1  h1.heading_style {
    margin-bottom: 3rem;
}

.about_sec_1_bottom {
    margin-top: 5rem;
}

.about_sec_1_content {
    max-width: 31rem;
    margin-left: auto;
    color: #000;
}

.box_video img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: .5s all;
}

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

.box_video a.style_center.max {
    display: flex;
    contain: content;
    justify-content: center;
}

.box_video a.style_center.max svg {
    width: 6rem;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .6;
    transition: .5s all;
}

.box_video:hover a.style_center.max svg {
    opacity: 1;
}

.box_video.relative {
    overflow: hidden;
}

.about_sec_2 {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
}

.slider_history {
    margin-top: 5rem;
}

.item_history .box_img {
    overflow: hidden;
    width: 100%;
    height: 12rem;
}

.item_history .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_history  .box_content>h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #166d61;
    text-align: center;
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.item_history .box_content {
    font-size: 0.9rem;
}

.item_history .content {
    color: #231f20;
}

.content ul {
    margin-left: 1rem;
}

.item_history {
    padding: 0 2.95rem;
}

.item_history .box_content>h3:before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #c7c7c7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    outline: 0.15rem solid #c7c7c7;
    outline-offset: 0.2rem;
    transition: .5s all;
}

.item_history .box_content>h3:after {
    content: '';
    position: absolute;
    top: 0.2rem;
    width: 130%;
    height: 0.2rem;
    background: linear-gradient(45deg, transparent, #257367, transparent);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s all;
    width: 0;
}

.swiper-slide-active .item_history .box_content>h3:after {
    opacity: 1;
    width: 130%;
}

.item_history .box_content>h3:before {
    background: #257367;
    outline-color: #257367;
}

.mobile_display {
    display: none;
}

.arrow_slider.style_2 {
    border-color: #166d61;
    border-width: 0.15rem;
    left: -3rem;
}

.arrow_slider.style_2 path {
    fill: #166d61 !important;
}

.arrow_slider.style_2.next {
    left: unset;
    right: -3rem;
}

.about_sec_2 .arrow_slider {
    transform: unset;
    top: 15rem !important;
}

.arrow_slider.style_2:hover {
    background: #166d61;
}

.arrow_slider.style_2:hover svg path {
    fill: #fff !important;
}

section.about_sec_3 {}

section.about_sec_3 {
    padding: 6rem 0 8.5rem;
    background-color: #00387d;
}

.about_sec_3 h2.heading_title {
    color: #fff;
    font-weight: 400;
    padding-left: 5rem;
    position: relative;
}

.about_sec_3 h2.heading_title:before {
    content: '';
    width: 0.25rem;
    background: #fff;
    height: 95%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5rem;
}

.about_sec_3_wrap {
    text-align: justify;
    margin: 2.5rem -3rem 0;
}

.about_sec_3_wrap * {
}

.about_sec_3_wrap h2,.about_sec_3_wrap h3,.about_sec_3_wrap h4 {
    color: #00387d;
    font-size: 1.5rem;
}

.about_sec_3_wrap .item {
    background: #fff;
    width: calc(50% - 6rem);
    margin: 0 3rem 0;
    border-radius: 1rem;
    padding: 2.5rem;
    cursor: pointer;
    transform: scale(1);
    transition: .5s all;
    cursor: pointer;
}

p:last-child {
    margin: 0;
}

h2.about_sec_4_title {
    font-size: 1.5rem;
    color: #00387d;
    text-align: left;
    margin-top: 2.5rem;
}

.about_sec_4 .content ul {
    margin-top: 0;
}

.about_sec_4 .content {
    color: #000;
}

.about_sec_4 .content ul li {
    margin: 0;
}

.about_sec_4 .col.large-7.medium-7 {
    padding-right: 5rem;
    position: relative;
    z-index: 9;
    background: #fff;
}

.about_sec_4 .about_sec_4_img img {
    max-width: 43.5rem;
    width: auto;
    float: right;
    transform: translate(0, -4.45rem);
}

section.about_sec_4 {
    position: relative;
    z-index: 2;
}

.slider-wrapper {
    overflow: hidden;
    padding: 1.5rem 0 7.5rem;
}

.content.black {
    color: #000;
}

b.sub_title {
    font-size: 1.5rem;
    color: #19ae4d;
    margin-bottom: 0.9rem;
    display: block;
}

.about_sec_6_img {
    padding-left: 5rem;
}

section.about_sec_6 {
    padding-bottom: 7.5rem;
}
section.tuyen_dung_sec_1 {
    padding-top: 10rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(28,81,83,0.1));
    background: #fff;
    padding-bottom: 5rem;
}

.tuyen_dung_sec_1 h1.heading_title {
    color: #00387d;
}

.tuyen_dung_sec_1 h1.heading_title b {
    color: #19ae4d;
}

.tuyen_dung_sec_1 img {
    margin-left: 4rem;
}

.wrap_tuyen_dung {
    display: flex;
    margin: 0 -1.3rem;
    flex-wrap: wrap;
}

.link_button {
    height: 3rem;
    display: inline-flex !important;
    align-items: center;
    border-radius: 0.5rem;
    background-color: #00387d;
    color: #fff !important;
    padding: 0 2rem;
    font-weight: 700;
    transition: .4s all;
}

.tuyen_dung_sec_1 .content.black {
    margin: 2rem 0 3rem;
}

.link_button:hover {
    background: #15ae4d;
}

section.tuyen_dung_sec_2 {
    padding: 5rem 0;
}

.search_tuyen_dung {
    display: flex;
}

.search_tuyen_dung button {
    flex: 0 0 auto;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 1.5rem;
    border-radius: 0.5rem;
    background-color: #00387d;
    color: #fff !important;
    font-weight: 700;
    transition: .5s all;
    min-height: unset;
}

.search_tuyen_dung button:hover {
    background: #15ae4d;

}

.search_tuyen_dung input,.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
    height: 2.5rem;
    box-shadow: none;
    border-radius: 0.5rem;
    padding-left: 3rem;
    margin: 0 1.5rem  0 0;
}
.search_tuyen_dung input{
    background-image: url(../images/magnifying-glass.svg);
    background-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.select2-container .select2-selection{
    background-image: url(../images/suitcase.svg);
    background-size: 1.2rem;
    background-position: left 1rem center;
    background-repeat: no-repeat;
}
.search_tuyen_dung input::placeholder {
    font-style: italic;
    color: #dee3e2;
}

.select2-results__option {
    margin: 0;
    padding: .8rem .8rem;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #00387d;
}

.search_tuyen_dung {
    border-radius: 0.5rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(28,81,83,0.1));
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    margin-bottom: 3.5rem;
}

div#load_tuyen_dung {
    border-radius: 0.5rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(28,81,83,0.1));
    background-color: #ffffff;
    padding: 3rem 3rem .4rem;
}

.item_td {
    width: calc(25% - 2.6rem);
    margin: 0 1.3rem 2.6rem;
}

.item_td .box_img {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.item_td .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_td h3 {
    font-size: 1.1rem;
    transition: .5s all;
}

.item_td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.item_td:hover h3 {
    color: #00387d;
}
.select2-container .select2-choice>.select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
    line-height: 2.5rem;
}
.single-recruitment .header-wrapper {
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(28,81,83,0.1));
    background-color: #ffffff;
}

section.tuyen_dung_page {
    padding: 14rem 0 2rem;
}

section.tuyen_dung_page .box {
    border-radius: 0.5rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(28,81,83,0.1));
    background-color: #ffffff;
    height: 100%;
    padding: 2.5rem;
}

h1.title_td {
    font-size: 1.5rem;
}

.wrap_info_td {
    display: flex;
    color: #000000;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.wrap_info_td .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19ae4d;
    border-radius: 5rem;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.wrap_info_td .icon svg,
.wrap_info_td .icon img{
    max-width: 50%;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
    transform: rotateY(0deg);
    transition: 1s all;
}

.wrap_info_td b {
    display: block;
}

.wrap_info_td .item+.item {margin-left: 2rem;}

.tuyen_dung_left .wrap_bottom {
    margin-top: 2.4rem;
}

.han_bop {
    color: #000000;
}

.tuyen_dung_page h3.title {
    font-size: 1.5rem;
    color: #00387d;
    margin-bottom: 1.8rem;
}

.tuyen_dung_right ul {
    list-style: none;
    margin: 0;
}

.tuyen_dung_right ul li+li {
    margin-top: 1.4rem;
}

.box.tuyen_dung_bottom {
    margin-top: 3.5rem;
}
.wrap_form_contact b {
    display: block;
    margin-bottom: .8rem;
}

.wrap_form_contact input:not([type="submit"]):not([type="file"]):not([type="radio"]) {
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    font-size: 0.9rem;
    padding: 0 1.3rem;
    margin-bottom: 1.2rem;
}

.wrap_form_contact input::placeholder {
    color: #d9d9d9;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: .8rem;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    background: #00387d;
}

div#form_tuyen_dung {
    max-width: 40rem;
    border-radius: 1rem;
}

span.wpcf7-spinner {
    position: absolute;
    display: none !important;
}
.wpcf7-response-output {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
}
.page-template-contact .header-wrapper,
.page-template-thank_you .header-wrapper{
    filter: drop-shadow(3.286px 6.181px 10px rgba(28,81,83,0.1));
    background-color: #ffffff;
}

section.contact_page {
    padding: 13rem 0 6rem 0;
}

.contact_page h1.heading_title {
    color: #00387d;
    margin-bottom: 1.5rem;
}

.wpcf7-radio input {
    display: none;
}

.wpcf7-radio input+span:before {
    content: '';
    width: .5rem;
    height: .5rem;
    display: flex;
    background: transparent;
    border-radius: 100px;
    margin-right: 1rem;
    margin-left: .4rem;
    outline: 2px solid #0000002e;
    outline-offset: 4px;
}

.wpcf7-radio  label {
    display: flex;
    align-items: center;
}

.wpcf7-radio label span {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.wpcf7-radio input:checked+span:before {
    background: #1fb152;
}

.full_label span.wpcf7-list-item {
    width: 100%;
    margin: 0;
}

.flex_label .wpcf7-radio input+span:before {
    display: flex;
    margin: auto;
    margin-bottom: .6rem;
}

.flex_label .wpcf7-radio label span {
    flex-direction: column;
    text-align: center;
}

.wrap_form .wrap_form_contact b {
    margin-top: 1rem;
}

.wrap_form .wrap_form_contact .col:first-child b:first-child {
    margin-top: 0;
}

.wpcf7 span.wpcf7-list-item {
    margin-right: 1rem;
}

.wpcf7-list-item {
    margin: 0 -.5rem;
}

.flex_label  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-between;
}

.wrap_form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 2rem;
}

.wrap_form {
    padding-left: 3rem;
}
section.thank_page {
    padding: 13rem 0 6rem 0;
}

.thank_page .box_content {
    width: 40rem;
    border-radius: 1rem;
    filter: drop-shadow(0.0906rem 0.33805rem 1.9rem rgba(193,193,193,0.3));
    background-color: #ffffff;
    text-align: center;
    padding: 3rem;
}

.thank_page .box_content .content {
    text-align: center;
    color: #20b152;
    font-weight: 700;
}

.thank_page h1 {
    font-size: 2rem;
    color: #00387d;
}
.single .header-wrapper {
    filter: drop-shadow(0.0906rem 0.33805rem 0.875rem rgba(193,193,193,0.4));
    background-color: #ffffff;
}

section.post_details {
    padding: 12rem 0 4rem;
}

nav#breadcrumbs ol {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav#breadcrumbs ol li {
    margin: 0;
    display: flex;
}

nav#breadcrumbs ol li+li:before {
    content: ">";
    margin: 0 .8rem;
}

nav#breadcrumbs ol * {
    color: #000000;
}

nav#breadcrumbs ol li:last-child * {
    opacity: 1;
}

img.lazyloaded {}

.post_details .col.large-7.medium-7>img {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}

span.term{
    color: #00387d;
    font-style: italic;
    font-weight: 500;
    display: block;
}

span.term a{
    color: #00387d;
}

h1.title_post {
    font-size: 1.6rem;
    margin: 0.5rem 0;
}

.date_post {
    color: #525252;
    display: block;
}

.content.black.content_post {
    margin-top: 2rem;
}

.tags_post {
    padding: 2rem 0 3rem;
    border-bottom: 0.1rem solid #c1c1c1;
    margin-bottom: 3rem;
}

.tags_post span,
.tags_post a{
    color: #20b152;
    transition: .4s all;
}

.tags_post span+span:before,
.tags_post a+a:before{
    content: ',';
}

.tags_post span:hover,
.tags_post a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.tags_post b {
    margin-right: .3rem;
}

.post_details nav#breadcrumbs {
    margin-bottom: 4rem;
}

.box_post {
    border-radius: 1rem;
    background-color: #f9f9f9;
    padding: 1.4rem;
}

.box_post .title {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0;
}

.post_item .box_img {
    width: 10rem;
    height: 6.25rem;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 1.4rem;
}

.post_item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
}

.post_item:hover .box_img img {
    transform: scale(1.15);
}

.post_item h3 {
    font-size: 0.9rem;
    color: #00387d;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_item {
    margin-top: 1.5rem;
}

.box_post+ .box_post {
    margin-top: 2rem;
    background-color: #dff5e1;
    position: sticky;
    top: 11rem;
}

.wrap_post_bottom {
    justify-content: space-between;
}

.wrap_post_bottom .post_item {
    width: 45%;
}
.post_item .date_post {
    font-size: 0.8rem;
    font-style: italic;
    color: #000;
}
section.banner_section img {
    display: block;
    width: 100%;
}

.icon_down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    background-color: #20b152;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.icon_down:before {
    content: '';
    width: 110%;
    height: 110%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
    background: #20b152
}

@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

section.banner_section {
    position: relative;
}

.icon_down svg {
    filter: brightness(0) invert(1);
    max-height: 50%;
    animation: hu__hu__ infinite 2s ease-in-out
}
@keyframes hu__hu__ {
    50% { transform: translateY(0.5rem) }
}

ul.list_tax_post {
    list-style: none;
    margin: 0 0 3rem;
    display: flex;
    justify-content: center;
}

ul.list_tax_post a {
    color: #000000;
    transition: .5s all;
    font-weight: 400;
}

ul.list_tax_post  li {
    margin: 0 2rem;
}

section.news_page {
    padding: 7rem 0;
}

ul.list_tax_post a.active {
    font-weight: 700;
}

ul.list_tax_post a:hover {
    color: #1db152;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem;
}

.item_news {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 3rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem #33333338;
}

.item_news .box_img {
    padding-bottom: 120%;
}

.item_news .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_news .box_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 2rem;
}

.item_news .icon {
    display: none;
}

.item_news .box_content .content {color: #000;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;display: none;}

.item_news h3 {
    font-size: 1.1rem;
    color: #20b152;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 2.7rem;
    transition: .5s all;
}
.item_news:hover h3{
    text-overflow: ellipsis;
    -webkit-line-clamp: 20;
    height: auto;

}

.item_news .term {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1rem;
}

.item_news:hover .box_img img {
    transform: scale(1.12);
}

ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination li {
    margin: 0;
}

ul.thenativePagination li a {
    width: 2rem;
    height: 2rem;
    color: #000;
    font-weight: 400;
    margin: 0 .3rem;
}

ul.thenativePagination li.active a {
    color: #20b152;
    font-weight: 700;
}
section.home_sec_1 {
    position: relative;
}

.home_sec_1 .icon_down {
    background-color: #00387d;
}

.home_sec_1 .icon_down:before {
    background-color: #00387d;
}
section.project_sec_1 {
    padding-top: 15rem;
}

.project_sec_1 h1.heading_style {
    max-width: 45rem;
    margin: 0 auto 5rem;
}

.project_sec_1_items .title {
    display: flex;
    font-size: 2.75rem;
    color: #00387d;
    font-weight: 400;
    align-items: flex-end;
    line-height: 1;
}

.project_sec_1_items .title .don_vi {
    font-size: 1rem;
    margin: 0 0 0.25rem 0.5rem;
}

.project_sec_1_items .content {
    text-align: left;
}

.project_sec_1_items .item+.item {
    margin-top: 2.5rem;
}

.project_sec_1_items .title>span {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
}

.project_sec_1_img img {
    width: 100%;
    display: block;
}

.project_sec_1_img {
    padding: 0 2rem;
}

.project_sec_1 b.sub_title {
    margin: 0;
}

.project_sec_1 h2.heading_title {
    font-size: 1.7rem;
}

section.project_sec_2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.title_green {
    font-size: 1.75rem;
    color: #19ae4d;
}

.project_sec_2_items .item {
    width: calc(calc(100% / 2) - 6rem);
    margin: 0 3rem 3rem;
    border-radius: 1rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(193,193,193,0.2));
    background-color: #ffffff;
    padding: 1.7rem;
    transform: scale(1);
    transition: .5s all;
    cursor: pointer;
}

.project_sec_2_items.flex {
    margin: 0 -3rem;
}

.project_sec_2_items .item .title {
    color: #00387d;
    font-size: 1.1rem;
}

.project_sec_2_items .item .content {
    color: #000000;
    line-height: 1.2;
}

section.project_sec_3 {
    background-color: #186d60;
    padding: 4rem 0;
}

.project_sec_3  h2.title_green {
    color: #fff;
    padding-top: 2.5rem;
}

.project_sec_3_items {
    display: flex;
    color: #fff;
}

.project_sec_3_items * {
    color: #fff;
}

.project_sec_3_items .item {
    padding-left: 4rem;
    padding-;:;
    padding-;: 2;
}

section.project_sec_4 {
    padding-top: 5rem;
}

section.project_sec_5 {
    padding-top: 3rem;
}

.project_sec_4_items {
    margin: 2.5rem -2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.project_sec_4_items .item {
    width: calc(calc(100% / 3 ) - 4rem);
    margin: 0 2rem 4rem;
    border-radius: 1rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(193,193,193,0.2));
    background-color: #ffffff;
    text-align: center;
    padding: 2.5rem 3rem;
    transition: .5s all;
    transform: translateY(0) scale(1);
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.project_sec_4_items .item .title {
    font-size: 1.1rem;
}

.project_sec_4_items .item strong {
    color: #00387d;
}

.project_sec_4_items .item .content {
    text-align: center;
}

.project_sec_4_items .item h4 {
    font-size: 1.5rem;
    color: #00387d;
}

.project_sec_5_box {
    border-radius: 1rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(193,193,193,0.2));
    background-color: #ffffff;
    padding: 4.5rem 6rem;
}

.project_sec_5_box .box_img {
    width: 19.2rem;
    flex: 0 0 auto;
    margin-left: 4.05rem;
}

.project_sec_5_box_items_content {
    display: flex;
    justify-content: space-between;
}

.project_sec_5_box_items_content .content {
    width: 13.85rem;
}

.project_sec_5_box_items {
    margin-top: 2.25rem;
}

.project_sec_5_box_items b.title {
    font-size: 1.5rem;
    color: #00387d;
    margin-bottom: 1rem;
    display: block;
}

.project_sec_5_box .wrap_left {width: 100%;}

.project_sec_4_items .item:hover {
    transform: translateY(-1rem) scale(1.05);
}

.content.lo_trinh_content {
    border-radius: 1rem;
    background-color: #00387d;
    padding: 1.75rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 2.5rem;
}

.project_sec_6_items {
    display: flex;
}

section.project_sec_6 {
    padding-top: 5rem;
}

.project_sec_6_items {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem -2rem 0;
}

.project_sec_6_items .item {
    width: calc(calc(100% / 3) - 4rem);
    margin: 0 2rem;
    border-radius: 1rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.5rem rgba(193,193,193,0.2));
    background-color: #ffffff;
    padding: 2rem 3rem;
    cursor: pointer;
    transition: .5s all;
    transform: translateY(0rem) scale(1);
}

.project_sec_6_items .item .icon {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    filter: brightness(0) invert(0);
    transition: .5s all;
}

.project_sec_6_items .item:hover .icon {
    filter: brightness(1) invert(0);
}

.project_sec_6_items .item h3.title {
    margin: 1.5rem 0 .8rem;
}

.project_sec_6_items .item .content {
    text-align: center;
}

.project_sec_6_items .item:hover {
    transform: translateY(-0.5rem) scale(1.05);
}

section.project_sec_7 {
    padding: 4rem 0 3rem;
}

section.project_sec_7 .box_content.text-center {
    max-width: 53rem;
    margin: auto;
}

section.project_sec_7 .content {
    color: #00387d;
    margin: 2rem 0;
    text-align: center;
}
section.service_sec_1 {
    height: 100vh;
    padding-top: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.service_sec_1 .col.large-10 {
    padding-right: 14rem;
}

div.service_sec_1_items {
    display: flex;
    border-radius: 1rem;
    filter: drop-shadow(0.0906rem 0.33805rem 0.75rem rgba(170,187,197,0.55));
    background-color: #ffffff;
    margin-top: -9rem;
}

.service_sec_1_items .item {
    width: calc(100% / 5);
    padding: 2rem;
    min-height: 24.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_sec_1_items .item .icon {
    height: 3.6rem;
    display: flex;
    align-items: center;
}

.service_sec_1_items .item .icon img {
    max-height: 100%;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(0);
    transition: .5s all;
    opacity: .7;
}

.service_sec_1_items .item h3 {
    font-size: 1.55rem;
    margin: 2rem 0 1.4rem;
}

.service_sec_1_items span.sub {
    font-size: 0.9rem;
    color: #19ae4d;
    font-weight: 400;
    margin-bottom: 1rem;
    display: block;
}

.service_sec_1_items .content {
    font-size: 0.9rem;
    color: #000;
}

section.service_sec_1_items {
}
.section_4 {
    background-color: #20b152;
}

.service_sec_4 {
    background-color: #20b152;
    padding-top: 5rem;
}

.service_sec_4 .heading_title {
    color: #fff !important;
    margin-bottom: .5rem;
}

b.sub {}

.service_sec_4 b.sub {
    color: #fff;
}

.service_sec_4 .content {
    color: #fff;
    font-weight: 400;
}

.service_sec_4_items {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.75rem;
    filter: drop-shadow(0.0906rem 0.33805rem 0.75rem rgba(170,187,197,0.55));
    background-color: #ffffff;
    padding: 3rem 0;
    margin-top: 3.5rem;
    margin-bottom: -7rem;
}

.service_sec_4_items .item {
    width: calc(100% / 3);
    padding: 0 3rem;
    cursor: pointer;
}

.service_sec_4_items .item .content {
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.service_sec_4_items .icon {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service_sec_4_items .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    filter: brightness(0) invert(0);
    transition: .5s all;
}

.service_sec_4_items .item:hover .icon img {
    filter: brightness(1) invert(0);
}

.service_sec_5 {
    padding-top: 13rem;
    padding-bottom: 3rem;
}

.service_sec_5_items {
    display: flex;
    margin: 2rem -3rem 0;
}

.service_sec_5_items .item {
    width: calc(50% - 6rem);
    margin: 0 3rem 3rem;
    border-radius: 0.75rem;
    filter: drop-shadow(0.0906rem 0.33805rem 0.875rem rgba(170,187,197,0.2));
    background-color: #ffffff;
    padding: 2.3rem 3.5rem;
    transform: scale(1);
    transition: .5s all;
    cursor: pointer;
}

.service_sec_5_items .item .icon {
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_sec_5_items .item .icon img {
    max-height: 100%;
    width: auto;
}

.service_sec_5_items .item:hover {
    transform: scale(1.05);
}

.service_sec_5_items .item>h3 {
    font-size: 1.5rem;
    color: #20b152;
    margin: 2rem 0 1.5rem;
    line-height: 1.4;
}

.service_sec_5_items .item ul li {
    margin: 0;
}

.service_sec_3_img img {
    width: 100%;
    display: block;
}

.service_sec_3 {
    padding: 7rem 0 5rem;
}

.service_sec_3 .content li {
    margin: 0;
}

.service_sec_3_img {
    padding-right: 3rem;
}

.service_sec_2 {
    padding-top: 5rem;
    background-color: #f9f9f9;
}

.service_sec_2_img >img {
    width: 100%;
    height: auto;
    display: block;
    background: rgb(255 255 255 / 0%);
    mix-blend-mode: multiply;
}

.service_sec_6 {
    padding-top: 6rem;
    padding-bottom: 5rem;
}

.service_sec_6 .content li {
    margin: 0;
}

.service_sec_6_img img {
    width: 100%;
    display: block;
    height: auto;
}

.service_sec_6_img {
    padding-left: 3rem;
    position: relative;
}

.service_sec_6_img_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 25.6rem;
    height: auto;
    border-radius: 1rem;
    background-color: #00387d;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    padding: 2.5rem 2rem;
    transform: translate(2.1rem, 60%);
}
.service_sec_2_content>h3 {
    font-size: 1.5rem;
    color: #20b152;
    font-weight: 700;
    line-height: 1.4;
}

.heading_title+.service_sec_2_content {
    padding-right: 1rem;
}

.large-7 .service_sec_2_content.content.black {
    padding-left: 4rem;
}
.service_sec_1_items .item .box_content .icon svg {
    height: 1.2rem;
    width: auto;
}

.service_sec_1_items .item .box_content .icon {
    height: 1.2rem;
    fill: #18ae4d;
    margin-top: 1rem;
}

.service_sec_1_items .item .content {}

.service_sec_1_items .item+.item {
    border-left: 0.2rem solid #f9f9f9;
}

.service_sec_2_list .item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 58%;
    left: -6%;
}

.service_sec_2_img {
    margin: 0 auto;
    max-width: 54rem;
    position: relative;
}

.service_sec_3 .content {
    color: #000;
    line-height: 1.15;
}

.service_sec_2_list .inner {
    position: absolute;
    border-radius: 1rem;
    background-image: linear-gradient(-38deg, #d6e0e0 0%, #ffffff 100%);
    padding: 0.8rem 1rem;
    min-width: 12.5rem;
    text-align: center;
    animation: hu__hu__ infinite 2s ease-in-out;
    z-index: 9;
}

.service_sec_2_list   b {
    font-size: 0.65rem;
    color: #1e4079;
    line-height: 1.4;
    display: block;
    margin-bottom: .5rem;
}

.service_sec_2_list .number {
    height: 2.05rem;
    border-radius: 0.8rem;
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    padding: 0 1.4rem;
}

.service_sec_2_list .flex {
    justify-content: center;
}

.service_sec_2_list .flex b {
    font-size: 0.6rem;
    margin-left: .3rem;
}

.item_large {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 97%;
    top: 30%;
}

.item_large .inner {
    position: absolute;
    width: 22.3rem;
    height: 10.3rem;
    border-radius: 2rem;
    background-image: linear-gradient(198deg, #186595 0%, #84c56b 99%, #84c56b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item_large .inner b {
    font-size: 0.95rem;
    color: #ffffff;
    /*text-transform: uppercase;*/
}

.item_large .inner .number {
    font-size: 5.35rem;
    line-height: 1;
    font-weight: 700;
    color: #ffff;
}

.service_sec_2_list .item:nth-child(2) {
    top: 29%;
    left: 11%;
}

.service_sec_2_list .item:nth-child(3) {
    top: 43%;
    left: 36%;
}

.service_sec_2_list .item:nth-child(4) {
    top: 53%;
    left: 85%;
}

.service_sec_2_list .item:nth-child(2) .inner {
    animation: hu__hu__ infinite 3s ease-in-out;
}

.service_sec_2_list .item:nth-child(3) .inner {
    animation: hu__hu__ infinite 4s ease-in-out;
}
.service_sec_1_items .content_hidden {
    display: none;
}
.home_sec_3_items .item .icon {
    width: 1.2rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(1) invert(0);
    transition: .5s all;
}

.home_sec_3_items .item:hover .icon {
    filter: brightness(0) invert(1);
}

.item.item_page.text-center .icon {
    width: 3rem;
    opacity: .2;
    margin-bottom: .5rem;
}

.item.item_page.text-center:hover {
    color: #fff;
}
.home_sec_4_dots {
}

.home_sec_4_dots .item {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home_sec_4_dots .item .icon {
    width: 1.5rem;
    position: absolute;
    transform: scale(1);
    transition: .5s all;
}

.home_sec_4_dots .item .icon img {
    display: block;
    width: 100%;
}

.home_sec_4_dots .box_content {
    position: absolute;
    border-radius: 0.25rem;
    filter: drop-shadow(0.0906rem 0.33805rem 0.5rem rgba(193,193,193,0.2));
    background-color: #ffffff;
    width: 9rem;
    opacity: 1;
    left: 2.5rem;
    padding: .8rem 1rem;
    transform: scale(0);
    pointer-events: none;
    transition: .5s all;
}

.home_sec_4_dots h3 {
    font-size: 0.9rem;
    color: #28ad56;
    margin: 0;
}

.home_sec_4_dots b.number {
    font-size: 1.5rem;
    color: #28ad56;
}

.home_sec_4_dots .content {
    font-size: 0.6rem;
    color: #595d63;
    text-align: left;
}

.home_sec_4_dots .item:hover .icon {
    transform: scale(1.8);
}

.home_sec_4_dots .item:hover .box_content {
    transform: scale(1);
}
.project_cat_list .item {
    width: calc(calc(100% / 4) - 2rem);
    border-radius: 1rem;
    filter: drop-shadow(0.1643rem 0.30905rem 0.875rem rgba(193,193,193,0.4));
    background-color: #ffffff;
    margin: 0 1rem;
    padding: 3.5rem 1.2rem;
    transform: translateY(0);
    transition: .5s all;
    cursor: pointer;
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: unset;
}

.project_cat_list {
    margin: 5rem -1rem 0;
}

.project_cat_list .item .title {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #00387d;
    line-height: 1.3;
    transition: .5s all;
    min-height: 4.4rem;
}

.item_project a {
    color: #000000;
    transition: .5s all;
    display: inline-block;
    margin-bottom: .5rem;
    transition: .5s all;
    position: relative;
}

.item_project {
    text-align: center;
}

.item_project+.item_project {
}

.item_project a:hover {
    font-weight: 700;
    color: #28ad56;
}

.item_project a:before {
    content: '';
    left: 50%;:;: 5;: 5-;: 5;
    bottom: 0;
    transform: translateX(-50%);
    height: 0.1rem;
    width: 0;
    transition: .5s all;
    background: #28ad56;
    position: absolute;
}

.item_project a:hover:before {
    width: 100%;
}

.project_cat_list .item:hover {
    transform: translateY(-1.5rem);
}

.project_cat_list .item:hover .title {
    color: #28ad56;
}

section.home_sec_4.page_project {
    padding: 12rem 0 4rem;
}
.wrap_control {
    display: flex;
    justify-content: center;
    font-weight: 500;
    margin-top: .5rem;
}

.wrap_control>* {
    margin: 0 .2rem;
}
.header-nav.nav>li>a:hover {
    color: #19ae4d;
}
img.logo_center {
    position: fixed;
    width: 17rem;
    transition: .5s all;
    opacity: 1;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: 20px;
    filter: drop-shadow(1.812px 6.761px 10px rgba(193,193,193,0.2));
    background-color: #ffffff;
    text-align: center;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    font-size: 1rem;
    color: #000;
    border: none;
    line-height: 1.4;
    transition: .5s all;
    font-weight: 400 !important;
}

.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #19ae4d !important;
}

.nav-dropdown {
    min-width: 18rem;
}
section.tuyen_dung_sec_1 {
    padding-top: 11rem;
}
div#load_tuyen_dung .empty,
div#load_tuyen_dung p{
    text-align: center;
    padding-bottom: 3rem;
}
.home_sec_2_items .item:hover img {scale: 1.2;}
.wrap_info_td .item:hover .icon svg, .wrap_info_td .item:hover .icon img {
    transform: rotateY(360deg);
}
.post_details span.term {
    display: block;
    margin-top: 1rem;
}
.contact_page .wrap_form {
    background: #fff;
    box-shadow: 0 0 10px #33333330;
    padding: 3rem !important;
    margin-left: 3rem;
    border-radius: 1.2rem;
}
.item_news .box_content .content .icon {
    display: flex;
    fill: #1db152;
    margin-top: 1rem;
}

.item_news .box_content .content .icon svg {
    width: 1.4rem;
}
.content_thanh_cong.text-center h3 {
    font-size: 1.4rem;
    color: #00387d;
}

.content_thanh_cong .content {
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #30b65e;
}
.slider_banner .swiper-pagination {
    bottom: 2rem;
}

.slider_banner .swiper-pagination span {
    background: #fff;
    width: .6rem;
    height: .6rem;
    opacity: .3;
    margin: 0 .8rem !important;
}

.slider_banner .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
a.button_link:hover {
    font-weight: 700;
    transform: scale(1.05);
}
a#top-link {
    background: #19ae4d;
    border-color: #19ae4d;
    color: #fff;
}
.about_sec_3_wrap .item:hover {
    transform: scale(1.05);
}
.nav-dropdown-has-border .nav-dropdown {
    left: 50% !important;
    transform: translateX(-50%);
}
.project_sec_2_items .item:hover {
    transform: scale(1.05);
}
ul.list_tax_post a:hover {
    font-weight: 700;
}
body.single {
    overflow: clip;
}
.count_number {
    display: inline-block;
}
.content.black a.link_button[href="#form_tuyen_dung"] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.box.tuyen_dung_bottom {
    height: auto !important;
}
a.home_sec_6_link:hover {
    color: #00387d;
    scale: 1.05;
}
.service_sec_1_items .box_content {
    min-height: 10rem;
}
.service_sec_1_items .item:hover .icon img {
    filter: brightness(1) invert(0);
    opacity: 1;
}
.project_sec_7 h2.heading_style {
    text-transform: unset;
}
.item_news .box_content .content .mota {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body.tag  h1.heading_title.text-center {
    font-size: 1.1rem;
}
nav#breadcrumbs ol>*:not(:last-child) {
    flex: 0 0 auto;
}

nav#breadcrumbs ol li:last-child * {
    text-align: left !important;
}
nav#breadcrumbs ol li:not(:last-child) {
    opacity: .5;
}
.single-post .news_page>a ,
.single-emagazine .e-magazine_page>a,
.single-recruitment .recruit_page>a{
    font-weight: 800 !important;
}
.wpcf7-not-valid {
    border-color: red !important;
}

input.wpcf7-not-valid:before {
    content: '*';
    display: block;
}

.wpcf7 .wpcf7-not-valid-tip:before {content: '*';color: var(--fs-color-alert);position: absolute;top: -1.8rem;right: -1rem;font-size: 1.2rem;}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    color: var(--fs-color-alert);
    font-style: italic;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0;
    padding: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    display: none;
}
.col.large-12.flex_label.pp span.wpcf7-form-control.wpcf7-radio {
    padding: 0 1.5rem;
}

.wpcf7-radio+.wpcf7-not-valid-tip:before {
    display: none !important;
}

/* Custom file upload giÃ¡Â»â€˜ng input field */
.custom-file-upload-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.custom-file-upload-wrapper .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

/* Ã¡ÂºÂ¨n input file mÃ¡ÂºÂ·c Ã„â€˜Ã¡Â»â€¹nh */
.custom-file-upload-wrapper input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

/* Fake input field */
.custom-file-upload-wrapper .wpcf7-form-control-wrap::after {
    content: 'Kéo hoặc thả file ở đây (pdf, .doc, .docx, tối đa 10MB';
    display: block;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    background: #fff;
    color: #999;
    font-size: 0.7rem;
    pointer-events: none;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.custom-file-upload-wrapper:hover .wpcf7-form-control-wrap::after {
    border-color: #999;
}

.custom-file-upload-wrapper.has-file .wpcf7-form-control-wrap::after {
    color: #333;
}

/* Style validation error */
.custom-file-upload-wrapper .wpcf7-not-valid-tip {
    margin-top: 0.25rem;
    font-size: 0.65rem;
    color: #dc3232;
}
span.wpcf7-not-valid-tip+span.wpcf7-not-valid-tip {
    display: none;
}

.custom-file-upload-wrapper .wpcf7-not-valid-tip {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    margin: 0;
    border: 1px solid red !important;
    border-radius: 0.5rem;
}

.custom-file-upload-wrapper .wpcf7-not-valid-tip:before {
    top: 50%;
    transform: translateY(-50%);
    border-color: red;
}
.file-name {
    display: none;
}
.swiper-button-disabled {
    opacity: .3;
}
.menu_footer_1 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
a.logo_footer {
    margin-bottom: 2rem;
    display: inline-block;
}

a.logo_footer img {
    max-width: 12rem;
}
.box_language ul {
    list-style: none;
    margin: 0 0 0 1rem !important;
    display: flex;
    font-size: 0;
    gap: .5rem;
}

.box_language ul svg {
    width: 1.5rem;
    height: auto;
    display: block;
}


@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1vw;
    }
}
@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;
    }
    html {
        font-size: 1.2vw;
    }
    .about_sec_2 .arrow_slider {
        display: none;
    }
    #logo img {
        height: 4rem;
    }
    .header-wrapper {
        background: #fff;
    }

    main#main {
        padding-top: 6rem;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #333;
        font-size: 1.7rem;
        text-transform: unset;
    }
    .mfp-bg {
        top: 6rem;
        position: fixed !important;
    }

    .mfp-content {
        top: 6rem !important;
        position: fixed;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none;
        background: #fff;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    .header .flex-row {
        padding: 0rem 15px !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li ul a {
        font-size: 1.4rem;
    }

    .off-canvas .nav-vertical>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 850px) {
    header#header .header-wrapper {transform: translateY(0);transition: 1s all;opacity: 1;}

    header#header.sticky .header-wrapper {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }
}
@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;
    }
    html {
        font-size: 3.5vw;
    }

    a.button_link {
        font-size: 1.3rem;
    }

    .item_banner img,
    .item_banner video{
        height: 23rem;
    }

    .arrow_slider {
        display: none;
    }

    .item_banner .box_content {
        left: 15px;
        right: 15px;
    }

    .item_banner h2 {
        font-size: 2.2rem;
    }

    .item_banner .content {
        font-size: 1.6rem;
    }

    .home_sec_2 .content {
        margin-top: 2rem;
    }

    .home_sec_3_img img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .home_sec_3_items .item {}

    .home_sec_3_items {
        margin-top: 2rem;
    }

    h1.heading_title {
        font-size: 2.4rem;
    }

    .home_sec_4_img {
        margin-top: 2rem;
        max-width: 100%;
    }

    .home_sec_6_wrap {
        display: block;
    }

    .home_sec_6_video {
        width: 100%;
    }

    .item_post {
        width: calc(50% - 1rem) !important;
        margin: 0 !important;
        height: 17rem;
        transform: unset !important;
    }

    .wrap_posts_home {
        width: 100%;
        justify-content: space-between;
        margin-top: 2rem;
    }

    section.home_sec_7 {
        padding-top: 4rem;
    }

    .home_sec_7_toggle .item h3 {
        font-size: 1.3rem;
    }

    .content_footer h3 {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .content_footer {
        font-size: 1.2rem;
    }

    .menu_footer li a {
        font-size: 1.2rem;
    }
    .heading_style {
        font-size: 2.4rem;
    }

    .box_video.relative {
        margin-bottom: 2rem;
    }

    .about_sec_2 {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    .about_sec_3 h2.heading_title {
        padding-left: 2rem;
        font-size: 2.3rem;
    }

    .about_sec_3_wrap .item {
        width: calc(100% - 6rem);
    }

    .about_sec_3_wrap {
        flex-wrap: wrap;
    }

    .about_sec_3_wrap .item+.item {
        margin-top: 15px;
    }

    section.about_sec_3 {
        padding-bottom: 4rem;
    }

    .logo-item {
        width: 30%;
    }

    .slider-wrapper {
        padding: 1.5rem 0 4.5rem;
    }

    .about_sec_6_img {
        padding: 2rem 0 0;
    }

    section.about_sec_6 {
        padding-bottom: 4rem;
    }

    .about_sec_4 .col.large-7.medium-7 {
        padding-right: 15px;
    }

    section.about_sec_1 {
        padding-top: 5rem;
    }
    ul.list_tax_post li {
        margin: 0 .5rem;
    }

    .item_news {
        width: calc(calc(100%) - 1rem);
    }
    .post_details nav#breadcrumbs {
        display: none;
    }

    section.post_details {
        padding: 3rem 0 4rem;
    }

    .post_details span.term {
        margin-top: 2rem;
    }

    .wrap_post_bottom {
        display: block;
    }

    .wrap_post_bottom .post_item {
        width: 100%;
    }

    .box_post {
        margin-top: 2rem;
    }
    .tuyen_dung_sec_1 img {
        margin: 2rem 0 0 0;
    }

    section.tuyen_dung_sec_2 {
        padding: 3rem 0;
    }

    .search_tuyen_dung {
        display: block;
    }

    .search_tuyen_dung input {
        width: 100%;
        margin: 0;
    }

    .search_tuyen_dung .select2-container {
        margin: 1rem 0;
    }

    .search_tuyen_dung button {
        width: 100%;
        margin: 0;
    }

    .wrap_tuyen_dung {}

    .item_td {
        width: calc(100% - 2.6rem);
    }
    .wrap_info_td {
        display: block;
    }

    .wrap_info_td .item+.item {
        margin: 2rem 0 0 0;
    }

    .tuyen_dung_left .wrap_bottom {
        display: block;
    }

    .han_bop {
        margin-bottom: 2rem;
    }
    div#form_tuyen_dung {
        max-width: 100%;
        padding: 2rem 1rem;
    }
    section.contact_page {
        padding: 4rem 0 4rem;
    }

    .contact_page h1.heading_title {
        font-size: 2.2rem;
    }
    section.project_sec_1 {
        padding-top: 5rem;
    }

    .project_sec_1 h1.heading_style {
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.4;
    }

    .project_sec_1_img {
        padding: 2rem 0;
    }

    .project_sec_2_items .item {
        width: calc(calc(100%) - 6rem);
    }

    .project_sec_2_items.flex {
        flex-wrap: wrap;
    }

    .project_sec_3_items {
        flex-wrap: wrap;
    }

    .project_sec_3_items .item {
        padding: 0;
    }

    .project_sec_3_items .item+.item {
        margin-top: 2rem;
    }

    .project_sec_4_items .item {
        width: calc(calc(100%) - 4rem);
    }

    section.project_sec_5 {
        padding-top: 0;
    }

    .project_sec_5_box {
        padding: 1rem;
        display: block;
    }

    .project_sec_5_box_items_content {
        display: block;
    }

    .project_sec_5_box_items_content .content {
        width: 100%;
    }

    .project_sec_5_box_items_content .content+.content {
        margin-top: 1.5rem;
    }

    .project_sec_5_box .box_img {
        width: 100%;
        margin: 2rem 0;
    }

    .content.lo_trinh_content {
        font-size: 1.3rem;
    }

    .project_sec_6_items .item {
        width: 100%;
        margin: 0;
    }

    .project_sec_6_items .item+.item {
        margin-top: 2rem;
    }
    section.home_sec_4.page_project {
        padding: 0 0 4rem;
    }

    .project_cat_list {
        margin: 3rem -1rem 0;
    }

    .project_cat_list {
        display: block;
    }

    .project_cat_list .item {
        width: calc(calc(100% ) - 2rem);
        margin-bottom: 2rem;
    }

    .project_cat_list .item .title {
        font-size: 1.5rem;
    }

    .item_project a {
        font-size: 1.3rem;
    }
    .wrap_form {
        padding: 0;
    }
    section.service_sec_1 {
        padding-top: 4rem;
        height: 53rem;
    }

    .service_sec_1 .col.large-10 {
        padding-right: 15px;
    }

    div.service_sec_1_items {
        display: block;
    }

    .service_sec_1_items .item {
        width: 100%;
        min-height: unset;
    }

    .service_sec_1_items .content_hidden {
        display: block !important;
    }

    .service_sec_6_img {
        padding: 0;
    }

    .service_sec_6_img_content {
        position: unset;
        width: 100%;
        transform: unset;
        margin-top: 2rem;
    }

    .service_sec_6 {
        padding-bottom: 0;
    }

    .large-7 .service_sec_2_content.content.black {
        padding: 2rem 0 0 0;
    }

    .service_sec_2_list .item {
        position: unset;
        width: 50%;
    }

    .service_sec_2_list .inner {
        position: unset !important;
    }

    .service_sec_2_list {
        display: flex;
        flex-wrap: wrap;
    }

    .service_sec_2_img {
        margin-top: 2rem;
    }

    .item_large {
        position: unset;
    }

    .item_large .inner {
        position: unset;
        margin-bottom: 2rem;
    }

    .service_sec_3_img {
        padding: 0;
        margin-bottom: 2rem;
    }

    .service_sec_4_items {
        display: block;
    }

    .service_sec_4_items .item {
        width: 100%;
        padding: 1rem 3rem;
    }

    .service_sec_5 h2.heading_title br {
        display: none;
    }

    .service_sec_5_items {
        flex-wrap: wrap;
    }

    .service_sec_5_items .item {
        width: calc(100% - 6rem) !important;
    }
    section.home_sec_4 h1.heading_title {
        margin-top: 0;
    }
    section.tuyen_dung_page {
        padding-top: 4rem;
    }
    .wrap_form_contact b {
        font-size: 1.5rem;
    }
    .flex_label .wpcf7-radio label span {
        text-align: center;
    }
    section.service_sec_1 {
        background-attachment: unset;
        background-position: top center;
    }
    .contact_page .wrap_form {
        margin: 0;
        padding: 1.2rem !important;
    }
    .home_sec_1 .arrow_slider {
        display: inline-flex;
        left: 15px;
    }

    .home_sec_1 .arrow_slider.next {
        right: 15px;
        left: unset;
    }

    .item_banner .box_content {
        text-align: center;
        padding: 0 15px;
        bottom: 3rem;
    }

    .item_banner .content {
        text-align: center;
    }
    section.thank_page {
        padding: 4rem 0;
    }

    .thank_page .box_content {
        width: 100%;
    }

    .thank_page h1 {
        font-size: 1.5rem;
    }
    section.tuyen_dung_sec_1 {
        padding-top: 4rem;
    }
    .home_sec_5  a.box_link {
        left: 50%;
        transform: translateX(-50%);
    }
    .content.black a.link_button[href="#form_tuyen_dung"] {
        position: unset;
    }
    .icon_down {
        width: 4rem;
        height: 4rem;
    }
    .wpcf7 .wpcf7-not-valid-tip:before {
        top: -1.5rem;
    }
    .wpcf7 span.wpcf7-list-item {
        margin-right: .5rem;
    }
    .service_sec_4_items .icon img {
        height: 100%;
        width: auto;
        background: transparent !important;
    }
    .service_sec_4_items .icon{
        background: transparent !important;
    }

    .service_sec_1_items .item .icon img {
        filter: unset !important;
        opacity: 1;
    }

    .service_sec_4_items .icon img {
        filter: unset;
    }
    .project_cat_list .item .title{
        min-height: unset;
    }
}