:root {
    --main-cl: #3B4E86;
    --sub-cl: #222222;
    --text-cl: #666666;
    --container-w: 75rem;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: var(--container-w) !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.subtitle {
    font-family: 'Montserrat';
}

body {
    overflow-x: hidden;
    font-size: 0.9375rem;
    color: var(--text-cl);
    font-family: 'Montserrat';
}

.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.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;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .8s all ease-in-out;
    opacity: 1;
    max-height: 20rem;
    height: auto;
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.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: var(--main-cl);
    /*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 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:white;*/
    background: var(--main-cl);
}

.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    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;
}

/*setup code*/
h1, h2, h3, h4, h5, h6 {
    color: black;
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.main-font {
    font-family: 'main';
}

.font-2 {
    font-family: 'font-heading';
}

.uppercase {
    text-transform: uppercase;
}

.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

.t-w {
    color: white !important;
}

.trans {
    transition: .7s all;
}

.m-cl {
    color: var(--main-cl);
}

.m-cl-bg {
    background: var(--main-cl);
}

.s-cl {
    color: var(--sub-cl);
}

.t-cl {
    color: var(--third-cl);
}

.f-cl {
    color: #2E78FF;
}

.z-2 {
    z-index: 2;

}

.z-3 {
    z-index: 3;

}

.z-4 {
    z-index: 4;

}

.z-5 {
    z-index: 5;

}

.text-cl {
    color: var(--text-cl);
}

.text-2 {
    color: var(--text-cl-2);
}

.fs-14 {
    font-size: 0.729rem;
}

.fs-16 {
    font-size: 0.833rem;
}

.fs-18 {
    font-size: 0.9375rem;
}

.fs-20 {
    font-size: 1.042rem;
}

.fs-22 {
    font-size: 1.146rem;
}

.fs-24 {
    font-size: 1.25rem;
}

.fc {
    flex-direction: column;
}

.clearfix:after {
    content: unset;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all;
}

svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: .7s all;
}

.absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-scale:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.wpcf7 .wpcf7-not-valid-tip {
    background: var(--main-cl);
    color: white;
    margin-top: -5px;
    position: absolute;
    z-index: 2;
    opacity: 1;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
    bottom: 99%;
}


/* end setup*/


.header-wrapper {
    position: fixed;
}

.header-bg-color.fill {
    background: transparent;
}

.banner_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-weight: unset;
    color: white;
}

.banner_hero h1,
.blog_title h1,
h1.single_title,
h1.single_page {
    font-weight: unset;
    font-size: 3.646rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-template-default h2 {
    font-size: 2rem;
}

.blog_title h1 {
    color: black;
    font-family: 'font-heading';
}

h1.single_title {
    font-size: 1.667rem;
    color: black;
    font-family: 'font-heading';
}

.single_content {
    margin-top: 1.5rem;
}

.recruitment_3_content ol,
.recruitment_3_content ul,
.single_content ol,
.single_content ul {
    padding-left: 1.2rem;
}

.single_content strong {
    color: black;
}

.single_date {
    margin-top: 1.5rem;
}

a.btn,
.btn,
button.btn {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    width: fit-content;
    gap: 0.208rem;
}

.btn_2 {
    justify-content: center;
    margin: 0.833rem auto 0;
}

path {
    transition: .7s all;

}

a.btn.btn_2 .btn_content,
.btn .btn_content,
button.btn.btn_2 .btn_content {
    color: var(--main-cl);
}

.btn.btn_2:hover .btn_pattern path {
    fill: var(--main-cl);
    transition: .7s all;
}

.btn.btn_2:hover .btn_content {
    color: white;
    transition: .7s all;
}

.btn.btn_2 .btn_content {
    transition: .7s all;
}

.btn.btn_2:hover .btn_svg svg path {
    stroke: white;
    transition: .7s all;
}

span.btn_pattern {
    width: 100%;
    height: 100%;
}

..banner_content .group_content {
    text-align: center;
}

.banner_content:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52.083rem;
    height: 15.625rem;
    background-image: url(../images/banner_content.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.arrow_svg_item {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    border: 1px solid #FFFFFF33;
    padding: 0.625rem;
    cursor: pointer;
    transition: .7s all;
}

.banner_arrow_svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.arrow_prev {
    left: 2.1%;
}

.arrow_next {
    right: 2.1%;
}

.arrow_svg_item:hover {
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
}

.banner_pattern {
    width: 100%;
    bottom: -.5%;
    height: 14.583rem;
    z-index: 2;
}

.pattern {
    position: absolute;
    pointer-events: none;
}

.home_2 {
    padding: 10.78125rem 0 6.51rem;
    overflow: hidden;

}

.home_circle {
    width: 35rem;
    margin: 0 auto;
    z-index: 1;
}

.home_circle_image {
    width: 20.833rem;
    height: 20.833rem;
}

.home_circle_item {
    width: 8.854rem;
    height: 8.854rem;
    border-radius: 100%;
}

.home_2_background {
    background-image: url(../images/home_2.png);
    background-repeat: repeat;
    width: 100%;
    height: 64.948rem;
    top: 0;
    left: 0;
    z-index: 0;
}

.home_3_background {
    background-image: url(../images/home_3_bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(180deg);
}

.home_4_background {
    background-image: url(../images/home_3_bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: rotate(180deg);
}

.pattern {
    position: absolute;
    pointer-events: none;
}

.small_content {
    font-size: 0.729rem;
}

.content {
    font-size: 0.9375rem;
    color: var(--text-cl);
}

h2 {
    font-size: 3.125rem;
    text-transform: uppercase;
    font-family: 'font-heading';
    font-weight: unset;
    margin: 0;
}

.subtitle {
    font-size: 2.083rem;
    line-height: 1.3;
    color: #222222;
}

.home_3 .content {
    margin: 2.5rem 0 0 4.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.home_3 a.btn {
    margin: 1rem 0 0 4.9rem;
}

.home_3 {
    padding-top: 5.9375rem;
    padding-bottom: 5.625rem;
    overflow: hidden;
}

.home_3_image_left {
    left: 0;
    top: 8%;
    width: auto;
    height: 26.042rem;
    /*transform: rotate(-2deg);*/
    transition: .7s all;
    z-index: 3;
}

.home_3_image_right {
    right: 0;
    top: 31%;
    width: auto;
    height: 16.09375rem;
    /*transform: rotate(2deg);*/
    transition: .7s all;
    z-index: 3;
}

.home_3_image_right_2 {
    right: 0;
    top: 62.5%;
    width: auto;
    height: 11.71875rem;
    /*transform: rotate(-2deg);*/
    transition: .7s all;
    z-index: 3;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-25px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0);
    }
}

.cloud_pattern {
    position: absolute;
    animation: moveLeftRight 12s infinite;
    width: 24.479rem;
    height: 12.135rem;
}

.cloud_pattern.right {
    transform: rotateY(180deg);
    transition: .7s all;

}

.home_3 .cloud_pattern.right {
    right: 4.5%;
    top: 0;
}

.home_3 .cloud_pattern.left {
    bottom: -1.25%;
}

.home_3.active .home_3_image_left {
    /*transform: rotate(-5deg);*/
    transition: .7s all;
}

.home_3.active .home_3_image_right {
    /*transform: rotate(5deg);*/
    transition: .7s all;
}

.home_3.active .home_3_image_right_2 {
    /*transform: rotate(-5deg);*/
    transition: .7s all;
}

a.btn span.btn_pattern,
.btn span.btn_pattern,
button.btn span.btn_pattern {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.btn .btn_content,
.btn .btn_content,
button.btn .btn_content {
    color: white;
    transition: .7s all;

}

a.btn:hover .btn_pattern svg path,
.btn:hover .btn_pattern svg path,
button.btn:hover .btn_pattern svg path {
    fill: white;
    transition: .7s all;
}

a.btn:hover .btn_content,
.btn:hover .btn_content,
button.btn:hover .btn_content {
    color: var(--main-cl) !important;
    transition: .7s all;
}

a.btn_2:hover .btn_content,
button.btn_2:hover .btn_content {
    color: white !important;
}

span.btn_svg {
    width: 1.25rem;
    height: 1.25rem;
}

a.btn:hover .btn_svg path,
.btn:hover .btn_svg path,
button.btn:hover .btn_svg svg path {
    stroke: var(--main-cl);
    transition: .7s all;
}

button.btn {
    font-weight: unset;
    text-transform: none;
    margin: 0;
}

.home_blog {
    margin-top: 1.71875rem;
}

.swiper.home_blog_slide {
    margin: 0 -0.599rem;
}

.home_blog_wrap {
    padding: 0 0.599rem;
}

.home_blog_avatar_wrap {
    height: 19.115rem;
    display: flex;
    justify-content: center;
    align-items: end;
}

.home_blog .swiper-slide:nth-child(5n + 1) .home_blog_avatar,
.home_blog .swiper-slide:nth-child(5n + 4) .home_blog_avatar,
.activity_blog .swiper-slide:nth-child(5n + 1) .home_blog_avatar,
.activity_blog .swiper-slide:nth-child(5n + 4) .home_blog_avatar {
    height: 10.3125rem;
}

.activity_blog .swiper-slide:nth-child(5n + 3) .home_blog_avatar,
.activity_blog .swiper-slide:nth-child(5n + 3) .home_blog_avatar {

    height: 14.635rem;
}

.home_blog_detail {
    margin-top: 1.667rem;
    gap: 0.417rem;
}

.home_blog_cat {
    padding-left: 0.417rem;
    position: relative;
}

.home_blog_cat:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 0.833rem;
    background: #666666;
    left: 0;
    width: 0.052rem;
}

.home_blog_title {
    margin-top: 0.417rem;
    color: var(--sub-cl);
}

.home_4 .cloud_pattern.right {
    right: -6.927%;
    bottom: -7.125%;
    z-index: 5;
}

section.home_4 {
    padding: 8.021rem 0 3.646rem;
}

.footer_logo {
    width: 23.59375rem;
    height: 100%;
}

.footer_logo img {
}

.footer_title {
    text-transform: uppercase;
    font-family: 'font-heading';
}

/*footer#footer {*/
/*    padding-top: 5.208rem;*/
/*}*/

.footer_2 .content {
    margin-top: 0.833rem;
    max-width: 25.677rem;
    color: #222222;
}

.group_content.footer_3 {
    padding-top: 3.385rem;
}

.group_content.footer_4 {
    padding-top: 3.385rem;
}

.footer_3 .content {
    margin-top: 0.833rem;
}

.footer_3 .content p {
    margin-bottom: 0.417rem;
}

.footer_3 .content p:last-child {
    margin-bottom: 0;
}

.group_content .footer_title {
    font-size: 1.25rem;
}

.footer_2 .footer_title {
    font-size: 2.083rem;
    line-height: 1;
}

.footer_4_list {
    margin-top: 0.833rem;
    gap: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer_4_item_icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_4_item_icon img {
    max-width: 1.40625rem;
    max-height: 1.25rem;
    width: 40%;
    height: 40%;
    object-fit: contain;
}

span.vector_pattern.absolute_center {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer_4_item:hover .vector_pattern svg path {
    fill: var(--main-cl);
    transition: .7s all;
}

.footer_4_item_icon img {
    position: relative;
    z-index: 3;
}

a.footer_4_item {
    display: flex;
    align-items: center;
    gap: 0.833rem;
}

.footer_4_item_content {
    max-width: 7.865rem;
    color: #222222;
}

.footer_bottom {
    margin-top: 0.573rem;
}

.footer_bottom_col {
    padding: 1.25rem 0;
    border-top: 1px solid white;
}
footer {
    padding-top: 1.5rem;
}
a.footer_bottom_item {
    transition: .7s all;
    color: var(--text-cl);
}

.footer_bottom_right {
    display: flex;
    align-items: center;
    gap: 0.833rem;
}

.footer_bottom_right .footer_bottom_item:not(:first-child) {
    padding-left: 0.833rem;
    position: relative;
}

.footer_bottom_right .footer_bottom_item:not(:first-child):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.25rem;
    width: 1px;
    background: rgba(102, 102, 102, 0.2);
}

.footer_bottom_right .footer_bottom_item:hover {
    color: var(--main-cl);
    transition: .7s all;
}

a.footer_4_item:hover .footer_4_item_content {
    color: var(--main-cl);
    transition: .7s all;
}

.footer_3 a {
    color: var(--text-cl);
    transition: .7s all;
}

.footer_3 a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.form_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.833rem;
}

button.submit_btn {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    display: flex;
}

.form_item input {
    margin: 0;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    font-size: 0.9375rem;
    background: none;
    color: var(--text-cl);
}

.form_item input:focus {
    border: 0;
    box-shadow: none;
    background: none;

}

.form_footer.relative {
    width: 100%;
    padding-bottom: 0.521rem;
    border-bottom: 1px solid #66666633;
}

.form_footer .form_item {
    width: 90%;
}

button.submit_btn .inner {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.submit_vector_pattern.absolute {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

span.icon {
    position: relative;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
}

button.submit_btn:hover .submit_vector_pattern svg path {
    fill: black;
    transition: .7s all;
}

ul li.menu-item > a {
    color: white;
}

.top-divider.full-width {
    display: none;
}

.header-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0.42) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: 1;
}

.header .flex-row {
    height: auto;
    padding: 1.5625rem 0;
}

ul li.menu-item.current-menu-item a {
    color: white;
}

ul li.menu-item a {
    text-transform: unset;
    font-size: 0.9375rem;
    font-weight: unset;
    transition: .7s all;
    position: relative;
}

ul li.menu-item:hover > a {
    color: white;
}

.nav > li {
    margin: 0 1.667rem;
}

.header .flex-row {
    max-width: 91.667rem !important;
}

ul li.menu-item > a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0.208rem;
    height: 0.208rem;
    border-radius: 100%;
    background: white;
    transition: .7s all;
    opacity: 0;

}

ul li.menu-item.current-menu-item > a:before,
ul li.menu-item:hover > a:before {
    opacity: 1;
    transition: .7s all;
}

.nav:hover > li.current-menu-item:not(:hover) > a:before {
    opacity: 1;
}

.header .header-wrapper.stuck .flex-row {
    height: auto !important;
    /* padding: 0 !important; */
}

.header-wrapper.stuck .header-bg-color.fill {
    background: white;
}

.header .header-wrapper.stuck .header-main {
    height: auto !important;
}

.header-wrapper.stuck:before {
    content: unset;
}

.stuck ul li.menu-item a {
    color: var(--text-cl);
}

.stuck ul li.menu-item a:before {
    background: var(--text-cl);
}

.stuck .header-logo-dark {
    display: block !important;
}

.stuck .header-logo {
    display: none;

}

.header .stuck .flex-row {
    padding: .75rem 0;
}

.header-wrapper.stuck:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home_3_bg.png);
    /*background-size: cover;*/
}

.language_wrap {
    gap: 0.417rem;
}

.language {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: .7s all;
    cursor: pointer;

}
.language a{
    color: rgba(255, 255, 255, 0.5);
    transition: .7s all;
}
.language.current_lang, .language a:hover {
    color: white;
    transition: .7s all;
}

.language_wrap .language:not(:first-child) {
    padding-left: 0.417rem;
}

.language_wrap .language:not(:first-child):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.052rem;
    height: 1.042rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

i.icon-search:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjE5OTggMjMuMkwxNi43OTk4IDE2LjhNMTAuMzk5OCAyMEM1LjA5Nzg3IDIwIDAuNzk5ODA1IDE1LjcwMTkgMC43OTk4MDUgMTAuNEMwLjc5OTgwNSA1LjA5ODA3IDUuMDk3ODcgMC43OTk5OTkgMTAuMzk5OCAwLjc5OTk5OUMxNS43MDE3IDAuNzk5OTk5IDE5Ljk5OTggNS4wOTgwNyAxOS45OTk4IDEwLjRDMTkuOTk5OCAxNS43MDE5IDE1LjcwMTcgMjAgMTAuMzk5OCAyMFoiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

i.icon-search {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
}

.flex-right .nav > li {
    margin: 0 0.833rem;
}

.flex-right .nav > li.html {
    margin: 0 1.667rem;
}

.flex-right .nav > li.header-search {
    margin: 0 1.667rem;
}

.stuck .language.current_lang, .stuck .language a:hover {
    color: var(--text-cl);
}

.stuck .language a{
    color: rgba(102, 102, 102, 0.5);
}

.stuck .language_wrap .language:not(:first-child):before {
    background: rgba(102, 102, 102, 0.5);
}

.stuck i.icon-search:before {
    filter: brightness(.7) invert(1);
}

.counter {
    position: absolute;
}

.counter_opacity {
    opacity: 0;
}

.wrap_about_sec_4 .box_content .box_number .content {
    max-width: 9.7rem;
    margin-bottom: 1.5rem;
}

.about_sec_4 a.btn {
    margin-right: auto !important;
    margin-left: 0;
}

.room_page .item_phong_ngang a.btn {
    margin-left: 0;
}

.banner_content {
    width: 100%;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0.833rem;
    margin: 0;
}

.breadcrumbs li {
    color: white;
    position: relative;
    margin: 0;
}

.breadcrumbs li a {
    color: rgba(255, 255, 255, 0.5);
    transition: .7s all;
}

.breadcrumbs li:not(:first-child) {
    padding-left: 0.833rem;
}

.breadcrumbs li:not(:first-child):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0.2);
}

.breadcrumbs li a:hover {
    color: white;
    transition: .7s all;
}

.activity_detail_1_content .fs-24.t-w {
    margin-top: 0.833rem;
}

.breadcrumbs_banner {
    margin-top: 2.5rem;
}

.activity_detail_1 .banner_content:before {
    height: 18.229rem;
}

.activity_detail_1 .banner_pattern {
    transform: rotateY(180deg);
}

section.activity_detail_2 {
    padding: 4.792rem 0 5.365rem;
}

.activity_detail_2 .content {
    padding: 2.5rem 0 0 5rem;
}

.activity_detail_2_image {
    width: 29.896rem;
    height: auto;
    transform: rotate(-2deg);
}

.activity_detail_2_logo {
    bottom: -1.771rem;
    right: -5.208rem;
    width: 10.417rem;
    height: 10.417rem;
}

.title_has_pattern {
    position: relative;
    width: fit-content;
}

@keyframes rotateLeftRight {
    0% {
        transform: translateY(1.25rem) rotate(-15deg);
    }
    50% {
        transform: translateY(1.25rem) rotate(15deg);
    }
    100% {
        transform: translateY(1.25rem) rotate(-15deg);
    }
}

.title_has_pattern:before {
    position: absolute;
    content: '';
    right: -4.479rem;
    bottom: 100%;
    background-image: url(../images/title_pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.25rem;
    height: 3.854rem;
    transform: translateY(1.25rem);
    animation: rotateLeftRight 8s ease-in-out infinite;
}

section.activity_detail_3 {
    padding: 3.49rem 0 20.26rem;
}

.df-bg {
    background: transparent !important;
}


.df-icon-arrow-right1:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNC41TDE2LjUgMTJMOSAxOS41IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important;
    content: '' !important;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    box-shadow: none !important;
    filter: unset !important;
    transition: .7s all;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.df-ui-nav {
    opacity: 1 !important;
}

.df-ui-btn.df-icon-arrow-left1:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDQuNUw3LjUgMTJMMTUgMTkuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") !important;
    content: '' !important;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    box-shadow: none !important;
    filter: unset !important;
    transition: .7s all;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.df-ui-btn.df-icon-arrow-right1 {
    box-shadow: none !important;
}

.df-ui-nav .df-ui-btn {
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #66666633;
    transition: .7s all;
}

.df-container .df-ui-nav .df-ui-btn {
    background-color: var(--main-cl) !important;
}

.df-ui-nav .df-ui-btn:hover {
    background-color: white !important;
    transition: .7s all;
    border: 1px solid black !important;
}

.df-ui-nav .df-ui-btn.df-icon-arrow-right1:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNC41TDE2LjUgMTJMOSAxOS41IiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
    transition: .7s all;
}

.df-ui-nav .df-ui-btn.df-icon-arrow-left1:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDQuNUw3LjUgMTJMMTUgMTkuNSIgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") !important;
    transition: .7s all;
}

.df-ui-btn.df-ui-thumbnail.df-icon-grid-view.df-sidemenu-trigger {
    display: none;
}

.df-ui-btn.df-ui-fullscreen.df-icon-fullscreen {
    display: none;
}

.df-ui-btn.df-ui-share.df-icon-share {
    display: none;
}

.df-ui-btn.df-ui-more.df-icon-more {
    display: none;
}

.df-ui-left {
    display: none;
}

.df-ui-center {
    display: none;
}

.df-ui-right {
    display: none;
}

.df-ui .df-ui-page {
    color: #666666;
    font-size: 0.9375rem !important;
    padding-right: 1.25rem !important;
    display: flex;
    flex: 0 0 auto !important;
    background-color: white !important;
    min-width: 1.71875rem !important;
    border-right: 1px solid rgba(102, 102, 102, 0.2);
    width: 1.71875rem;
    padding-top: 0 !important;
    line-height: 1.5 !important;
}

.df-ui .df-ui-page label {
    left: 0 !important;
    right: unset !important;
    text-align: start !important;
    width: 1.71875rem;
    line-height: 1 !important;
}

.df-icon-add-circle:before {
    content: '' !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODc1IDEwLjg3NUgxMy44NzUiIHN0cm9rZT0iIzNCNEU4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC44NzUgNy44NzVWMTMuODc1IiBzdHJva2U9IiMzQjRFODYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuODc1IDE4Ljc0OTVDMTUuMjI0MiAxOC43NDk1IDE4Ljc1IDE1LjIyMzggMTguNzUgMTAuODc0NUMxOC43NSA2LjUyNTI3IDE1LjIyNDIgMi45OTk1MSAxMC44NzUgMi45OTk1MUM2LjUyNTc2IDIuOTk5NTEgMyA2LjUyNTI3IDMgMTAuODc0NUMzIDE1LjIyMzggNi41MjU3NiAxOC43NDk1IDEwLjg3NSAxOC43NDk1WiIgc3Ryb2tlPSIjM0I0RTg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjQ0MjkgMTYuNDQzNEwyMC45OTkyIDIwLjk5OTciIHN0cm9rZT0iIzNCNEU4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.df-ui-btn.df-ui-zoomin.df-icon-add-circle, .df-ui-btn.df-ui-zoomout.df-icon-minus-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #3B4E86;
    border-radius: 100%;
}

.df-ui {
    height: auto !important;
    justify-content: center;
    align-items: center;
    gap: 0.833rem;
    padding: 0.2rem 1rem !important;
}

.df-ui .df-ui-page input {
    height: auto;
    justify-content: start;
    display: flex;
    align-items: start;
}

.df-icon-minus-circle:before {
    content: '' !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODc1IDEwLjg3NUgxMy44NzUiIHN0cm9rZT0iIzNCNEU4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC44NzUgMTguNzQ5OEMxNS4yMjQyIDE4Ljc0OTggMTguNzUgMTUuMjI0IDE4Ljc1IDEwLjg3NDhDMTguNzUgNi41MjU1MSAxNS4yMjQyIDIuOTk5NzYgMTAuODc1IDIuOTk5NzZDNi41MjU3NiAyLjk5OTc2IDMgNi41MjU1MSAzIDEwLjg3NDhDMyAxNS4yMjQgNi41MjU3NiAxOC43NDk4IDEwLjg3NSAxOC43NDk4WiIgc3Ryb2tlPSIjM0I0RTg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjQ0MjkgMTYuNDQzNkwyMC45OTkyIDIwLjk5OTkiIHN0cm9rZT0iIzNCNEU4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.df-ui .df-ui-page label {
    min-width: 1.71875rem !important;
}


.activity_pdf_wrap {
    margin-top: 0.729rem;
}

.activity_3_bg.pattern {
    transform: rotate(180deg);
    top: 12.5%;
    width: 100%;
}

.activity_3_pattern {
    bottom: 0;
    width: 100%;
    height: 60.26rem;
    z-index: 5;
}

.activity_4_bg {
    top: -15.3%;
    /*opacity: 40%;*/
    z-index: 2;
}

.office_wrap.flex.items-start {
    margin-top: 3.333rem;
    gap: 1.25rem;
    position: relative;
    z-index: 5;
}

.office_item {
    border: 1px solid #66666633;
    padding: 1.667rem;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 0.417rem;
    line-height: 1.5;
    cursor: pointer;
    transition: .7s all;

}

.office_item.active,
.office_item:hover {
    transition: .7s all;
    background: #BDC6D466;
    border: 1px solid #BDC6D466;
}

.office_list {
    width: 29.896rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    max-height: 30.208rem;
    overflow: auto;
    padding-right: 1rem;
}

.office_map_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .7s;
}

.office_map_list.relative {
    height: 30.208rem;
}

.office_map_item.active {
    position: relative;
    opacity: 1;
    transition: opacity .7s;
}

.office_map {
    width: 42.292rem;
    flex: 0 0 auto;
    height: 30.208rem;
}

.office_map_item iframe {
    width: 100%;
    height: 30.208rem;
}

.office_item_follow {
    gap: 0.833rem;
}

a.office_follow_item {
    width: 1.667rem;
    height: 1.667rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.office_follow_item img {
    z-index: 2;
    position: relative;
    max-width: 1.40625rem;
    max-height: 0.625rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.office_item_follow_list {
    display: flex;
    gap: 0.417rem;
}

.office_follow_item:hover .vector_pattern svg path {
    fill: var(--main-cl);
    transition: .7s all;
}

.activity_5_bg {
    top: -1.7%;
    height: 101.9%;
    width: 100%;
    z-index: 1;
}

section.activity_detail_4.relative {
    padding: 3.49rem 0;
}

section.activity_detail_5.relative {
    padding-top: 5.573rem;
    padding-bottom: 5.15625rem;
}

.activity_detail_5 .cloud_pattern.left {
    top: 26%;
    left: -5%;
}

.activity_detail_5 .cloud_pattern.right {
    bottom: -8%;
    right: -8%;
}

.activity_blog {
    margin-top: 1.771rem;
}

.contact_sec_2 .content a {
    font-weight: 700;
    transition: .7s all;
}

.contact_sec_2 .content a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.wpcf7 .form_contact .wpcf7-not-valid-tip {
    margin-top: -20px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    background-size: 100%;
    content: '';
    display: block;
    transition: transform 0.3s ease;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

.form_contact select {
    appearance: none;
    -webkit-appearance: none;
}

.page-template-blog .header-wrapper,
.search .header-wrapper,
.page-template-default .header-wrapper,
.category .header-wrapper,
.single-post .header-wrapper {
    position: relative;
}

.page-template-blog .header-wrapper.stuck,
.search .header-wrapper.stuck,
.page-template-default .header-wrapper.stuck,
.category .header-wrapper.stuck,
.single-post .header-wrapper.stuck {

    position: fixed;
}

.search .header-main,
.page-template-default .header-main,
.category .header-main,
.page-template-blog .header-main,
.single-post .header-main {

    height: 100%;
}

.search .header-wrapper:before,
.page-template-default .header-wrapper:before,
.page-template-blog .header-wrapper:before,
.category .header-wrapper:before,
.single-post .header-wrapper:before {

    content: unset;
}

.search .header-bg-color.fill,
.page-template-default .header-bg-color.fill,
.page-template-blog .header-bg-color.fill,
.category .header-bg-color.fill,
.single-post .header-bg-color.fill {

    background: var(--main-cl);
}

.search footer#footer,
.page-template-default footer#footer,
.page-template-blog footer#footer,
.category footer#footer,
.single-post footer#footer {

    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog_breadcrumbs {
    margin-top: 3rem;
}

.blog_breadcrumbs li a {
    color: rgba(102, 102, 102, 0.5);
}

.blog_breadcrumbs li:last-child a {
    color: #666666;
}

.blog_breadcrumbs li:not(:first-child):before {
    background: rgba(102, 102, 102, 0.5);
}

section.blog_1 {
    padding: 1.5rem 0;
}

.blog_2 {
    padding-bottom: 3rem;
}

.blog_breadcrumbs.flex.justify-start {
    border-top: 1px solid var(--text-cl);
    padding-top: .5rem;
}

.blog_breadcrumbs li a:hover {
    color: var(--main-cl);
}


.blog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625rem;
    grid-auto-rows: 1px; /* đơn vị nhỏ nhất để tính span */
    align-items: start;
}

/* Card */

.blog_item {
    display: flex;
    break-inside: avoid;
}


.blog_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog_avatar {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}


/* Item cột giữa (2, 5, 8,...) ảnh cao hơn */
.blog_list .blog_item:nth-child(3n + 2) .blog_avatar {
    aspect-ratio: 4 / 5;
}


.blog_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Title + content auto đẩy xuống dưới */
.blog_title {
    margin-top: 1rem;
    transition: .7s all;

}

.blog_detail {
    margin-top: .5rem;
}


.blog_excerpt {
    margin-top: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

a.blog_item {
    background: white;
}

.blog_item_content {
    padding: 1rem 1rem 2rem;
}

.blog_item:hover .blog_title {
    color: var(--main-cl);
    transition: .7s all;
}

.home_4 .large-3 {
    display: flex;
    justify-content: end;
    z-index: 5;
}

.load_more {
    margin-top: 3rem;
}

/* Items mới append - ẩn trước khi tính span */
.blog_item.is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* Khi hiện ra - transition mượt */
.blog-item-entering {
    opacity: 0;
    transform: translateY(10px);
}

.blog-item-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* State ban đầu trước khi animate */
.blog_item.is-entering {
    opacity: 0;
    transform: translateY(12px);
}

.blog_list .blog_item {
    opacity: 0;
    transform: translateY(10px);
}

.blog_item.blog-item-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.single_blog_cat a {
    font-size: 3.646rem;
    color: black;
    transition: .7s all;
}

.single_blog_cat a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.single-post .blog_breadcrumbs.flex.justify-start {
    margin-top: 1rem;
}

.single_content h2,
.single_content h3 {
    margin-bottom: 1.3rem;
}
.single_content h2{
    font-size:2.4rem;
}
.single_content h3{
    font-size:2.2rem;
}
.single_content p:last-child {
    margin-bottom: 0;
}

.wp-caption .wp-caption-text {
    background: none;
    font-style: unset;
    padding: .5rem 0 0 0;
}

.form_single input {
    margin: 0;
    padding-left: 1rem;
    background: none;
    box-shadow: none;
    border: 1px solid var(--text-cl);
}

.form_single textarea {
    margin: 0;
    padding: .5rem;
    box-shadow: none;
    background: none;
    border: 1px solid var(--text-cl);
}

.form_single {
    margin-top: 1rem;
}

.single_3 .content {
    margin-top: 1rem;
}

section.single_3 {
    padding: 3rem 0 0;
}

.form_single input:focus {
    background: none;
    box-shadow: none;
}

.form_single button.btn.btn_2 {
    margin-top: 0;
    margin-left: 0;
}

.recruitment_1 .banner_content:before {
    background-image: none;
}

.recruitment_1_content h1 {
    color: var(--main-cl) !important;
}

.recruitment_1 .banner_content .group_content {
    text-align: start;
}

.home_1 .banner_content {
    text-align: center;
}

.recruitment_1_content {
    bottom: 10%;
    top: unset;
    transform: translate(-50%, 0);
    padding-left: 0.78125rem;
}

.recruitment_1_content .group_content .fs-24.t-w {
    color: #222222 !important;
}

.single_recruitment_2 .btn_pattern svg {
    width: auto;
    height: auto;
}

.single_recruitment_2 span.btn_pattern {
    width: auto;
    height: auto;
}

.single_recruitment_sidebar {
    background: rgba(102, 102, 102, 0.1);
    margin-top: 1.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #666666;
    padding: 1rem 1rem 2rem 1rem;
    border: 1px solid #cacaca;
}

.recruitment_sidebar_detail {
    gap: .5rem;
    width: 100%;
    margin-top: 1rem;
}

.recruitment_sidebar_detail .recruitment_sidebar_item {
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.19);
    width: 100%;
}

.recruitment_share_wrap {
    justify-content: space-between;
    width: 100%;
    gap: .5rem;
}

span.recruitment_share_item_content {
    font-size: 0.729rem;
}

.recruitment_title {
    color: black;
}

.recruitment_detail {
    margin-top: 1rem;
    gap: 1rem;
}

.recruitment_item {
    gap: .5rem;
}

.recruitment_list_item {
    background: #ffffff6b;
    border: 1px solid #80808030;
    padding: 1rem;
    border-radius: 5px;
}

.recruitment_list,
.recruitment_2_list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1.5rem;
}

.page-template-recruitment #main {
    background-image: url(../images/home_3_bg.png);
}

.ajax-paging ul {
    display: flex;
    list-style: none;
    gap: .35rem;
    align-items: center;
    margin: 0;
}

.ajax-paging ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    transition: .7s all;
}

.ajax-paging a {
    margin: 2px;
    width: 2.083rem;
    height: 2.083rem;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    color: #666666;
    font-weight: 600;
    border-radius: 4%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging-next svg, .paging-prev svg {
    width: 15px;
    height: 15px;
}

.ajax-paging ul li a.active,
.ajax-paging ul li:hover a {
    background: var(--main-cl);
    color: white;
    transition: .7s all;
}

.ajax-paging a:hover svg path {
    stroke: white;
    transition: .7s all;
}

div#ajax_paging_wrapper {
    margin-top: 1.5rem;
}

.recruitment_filter_list {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}


.recruitment_filter_item_lv_2_list {
    margin-top: 1rem;
}

span.recruitment_filter_item_lv_1 {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-cl);
}

.recruitment_filter_item label {
    color: #666666;
    font-weight: 400;
    cursor: pointer;
}

.recruitment_filter_item_lv_2_item {
    cursor: pointer;
    transition: .7s all;

}

.recruitment_filter_item_lv_2_item:hover label {
    color: var(--main-cl);
    transition: .7s all;
}

.recruitment_list {
    margin-top: 0;
}

section.recruitment_4 {
    padding: 3rem 0;
}

section.recruitment_4 .group_content {
    padding: 1rem 0;
}

.recruitment_cat_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.recruitment_cat_item {
    background: var(--main-cl);
    padding: .5rem .75rem;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    transition: .7s all;
    border: 1px solid transparent;
}

.recruitment_cat_item:hover {
    background: white;
    border: 1px solid var(--main-cl);
    transition: .7s all;
    color: var(--main-cl);
}

.recruitment_5 {
    padding: 2.604rem 0;
}

.recruitment_5::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000000b5;
    pointer-events: none;
}

.recruitment_member_wrap {
    z-index: 1;
    position: relative;
}

.recruitment_member {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 0;
}

.recruitment_member_image {
    box-shadow: 0 0 0 5px #3B4E86,
    0 0 0 15px rgba(59, 78, 134, 0.15),
    0 0 0 25px rgba(59, 78, 134, 0.15);
    border-radius: 100%;
    height: 7.8125rem;
    width: 7.8125rem;
    overflow: hidden;
}

.recruitment_member_image img {
    border-radius: 100%;

}

/*.recruitment_member_wrap{*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.recruitment_member_content {
    font-size: 0.833rem;
    font-style: italic;
}

.recruitment_search input#job-search {
    margin: 0;
    width: 100%;
    box-shadow: none;
    font-size: 0.833rem;
}

.recruitment_search {
    gap: .5rem;
}

.form-group.box-input.-keyword {
    width: 100%;
}

.form-group.-button {
    width: fit-content;
    flex: 0 0 auto;
}

.single_recruitment_4 a.btn.relative,
.single_recruitment_2 a.btn.relative {

    background: var(--main-cl);
    border-radius: 15px;
    border: 1px solid transparent;
    transition: .7s all;
}

.single_recruitment_4 a.btn.relative:hover,
.single_recruitment_2 a.btn.relative:hover {

    background: white;
    border: 1px solid var(--main-cl);
    transition: .7s all;
}

.single_recruitment_4 a.btn.relative:hover .btn_content,
.single_recruitment_2 a.btn.relative:hover .btn_content {
    color: var(--main);
}

a.recruitment_share_item {
    display: flex;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    background: white;
    width: 100%;
    /* padding: 0 .5rem; */
}

span.recruitment_share_item_icon {
    width: 2.5625rem;
    height: 2.5625rem;
    flex: 0 0 auto;
    padding: 0.7rem;
    border-right: 1px solid #666666;
    transition: .7s all;

}

span.recruitment_share_item_content {
    padding-left: .5rem;
}

.share_fb,
.share_gg {
    transition: .7s all;
}

.share_fb:hover .recruitment_share_item_content {
    color: white;
    transition: .7s all;
}

.share_fb:hover {
    background: #3b5999;
    transition: .7s all;

}

.share_gg:hover span.recruitment_share_item_icon {
    border-right: 1px solid white;
    transition: .7s all;
}

.share_gg:hover svg path {
    fill: white;
    transition: .7s all;
}

.share_gg:hover .recruitment_share_item_content {
    color: white;
    transition: .7s all;
}

.share_gg:hover {
    background: #dd4b39;
    transition: .7s all;

}

.share_gg:hover span.recruitment_share_item_icon {
    border-right: 1px solid white;
    transition: .7s all;
}

.share_fb:hover svg path {
    fill: white;
    transition: .7s all;
}

.recruitment_address_lv_2_content {
    color: var(--main-cl);
    font-weight: 700;
    font-size: 0.833rem;

}

.sidebar_item_content {
    font-size: 0.833rem;
}

.single_recruitment_2 a.btn.relative {
    margin-top: 1.5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.single_recruitment_cat_list {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: 2rem;
}

.recruitment_related_list.flex.fc.items-start a {
    color: black;
    transition: .7s all;
}


.recruitment_related_list.flex.fc.items-start a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.single_recruitment_2 .group_content {
    text-align: center;
}


section.single_recruitment_2 {
    padding: 3rem 0;
}

.single_recruitment_cat_item {
    padding: .5rem 1rem;
    background: var(--main-cl);
    color: white;
    border-radius: 5px;
}

.form_single_button {
    width: 100%;
    background: var(--main-cl);
    border-radius: 10px;
}

/* Ẩn input file mặc định */
.form_upload_wrap {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: #fff;
}

.form_upload_wrap:hover {
    border-color: #c9a227;
}

/* Fix: target đúng span wrapper của CF7 */
.form_upload_wrap .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.form_upload_wrap .wpcf7-form-control-wrap input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form_upload_placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
    z-index: 1;
}

.form_upload_title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.form_upload_sub {
    font-size: 13px;
    color: #999;
}

.form_upload_wrap.has-file {
    border-color: #c9a227;
    background: #fffbf0;
}

.form_upload_wrap.has-file .form_upload_sub {
    color: #c9a227;
    font-weight: 500;
}

.form_career_wrap {
    padding: 1rem;
    background: white;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.form_career {
    margin-top: 1rem;
}

.form_career input, .form_career textarea {
    box-shadow: none;
    margin: 0;
    border: 1px solid rgba(184, 184, 184, 0.32);
    color: var(--text-cl);
}

.wpcf7 .form_career .wpcf7-not-valid-tip {
    margin-top: -28px;
}

.form_career input.wpcf7-not-valid {
    border: 1px solid rgba(184, 184, 184, 0.32);
    color: var(--text-cl);
}

.form_career input:focus, .form_career textarea:focus {
    box-shadow: none !important;
}

.form_career button.btn {
    width: 100%;
    justify-content: center;
}

.form_career button.btn .btn_content {
    color: white;
}

.recruitment_related_list {
    margin-top: 1rem;
    gap: 1rem;
}

.single_recruitment_4 {
    padding: 3rem 0;
}

span.btn_content {
    white-space: nowrap;
}

.mobile_flex,
.mobile_display {
    display: none;
}

.activity_4_bg {
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.activity_3_bg.pattern {
    top: 0;
    height: 100%;
}

.activity_detail_2_background {
    height: 100%;
}

.activity_5_bg {
    top: 0;
    height: 100%;
}

.activity_detail_3 h2 {
    position: relative;
    z-index: 5;
}

.activity_detail_2_background.pattern {
    background-size: cover;
}

.slider_phong .item_phong .content ul {
    padding-left: 1rem;
}

section.recruitment_2 {
    padding: 3rem 0;
}

.recruitment_detail_content {
    white-space: nowrap;
}

.recruitment_detail {
    flex-wrap: wrap;
}

.recruitment_detail_icon {
    width: 1.25rem;
    height: 1.25rem;
}

.recruitment_3 .group_content h2 {
    margin-bottom: 2rem;
}

.recruitment_filter_mobile_btn {
    display: none; /* Ẩn trên PC */
    position: fixed;
    left: 5%;
    bottom: 1.3%;
    z-index: 999;
    background: var(--main-cl);
    color: #fff;
    border-radius: 100%;
    padding: 1.5rem;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    font-size: 1.6rem;
    font-weight: 600;
}

/* Overlay */
.recruitment_filter_mobile_overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.recruitment_filter_mobile_overlay.active {
    display: block;
}

/* Drawer */
.recruitment_filter_mobile_drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

.recruitment_filter_mobile_drawer.active {
    right: 0;
}

/* Header */
.recruitment_filter_mobile_header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.recruitment_filter_mobile_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
}

.recruitment_filter_mobile_close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: black;
    display: flex;
    margin: 0;
    align-items: center;
}

/* Body scroll */
.recruitment_filter_mobile_body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
}

/* Item lv1 */
.recruitment_filter_mobile_item {
    margin-bottom: 20px;
}

.recruitment_filter_mobile_lv_1 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #222;
    padding-bottom: 0.417rem;
    border-bottom: 1px solid #eee;
}

/* Item lv2 */
.recruitment_filter_mobile_lv_2_item {
    gap: 0.521rem;
    padding: 0.3125rem 0;
}

.recruitment_check_box_mobile input[type="checkbox"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
}

/*.recruitment_check_box_mobile label {*/
/*    display: inline-block;*/
/*    width: 0.9375rem;*/
/*    height: 0.9375rem;*/
/*    border: 2px solid #ccc;*/
/*    border-radius: 3px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    flex-shrink: 0;*/
/*    transition: all 0.2s ease;*/
/*}*/

.recruitment_check_box_mobile input[type="checkbox"]:checked + label {
    background-color: #e30613;
    border-color: #e30613;
}

.recruitment_check_box_mobile input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 0.3125rem;
    height: 0.521rem;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.recruitment_filter_mobile_content label {
    font-size: 1.3rem;
    color: #444;
    cursor: pointer;
    margin: 0;
}

/* Footer */
.recruitment_filter_mobile_footer {
    padding: 0.833rem 1.042rem;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.521rem;
    align-items: center;
}

.recruitment_filter_mobile_reset {
    padding: 0.625rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #555;
    font-size: 1.3rem;
    cursor: pointer;
    width: 50%;
    flex: 0 0 auto;
    margin: 0;

}

.recruitment_filter_mobile_apply {
    padding: 0.625rem;
    border: none;
    border-radius: 6px;
    background: #e30613;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    width: 50%;
    flex: 0 0 auto;
    margin: 0;
}

ul.sub-menu li.menu-item > a {
    color: var(--text-cl);
    transition: .7s all;
}

ul.sub-menu li.menu-item > a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
}

.home_2_background_top {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.button_cta_fixed {
    position: fixed;
    z-index: 100;
    right: 1.667rem;
    bottom: 1.615rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.button_cta_fixed ul.button_cta_menu {
    /*background: var(--main-cl);*/
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    cursor: pointer;
}

.button_cta_fixed ul.button_cta_menu:before {
    position: absolute;
    content: '';
    /*background: linear-gradient(180deg, #DFA158 0%, rgba(223, 161, 88, 0) 100%);*/
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: animation_360 5s linear infinite;
}


.button_cta_fixed li {
    margin: 0;
}

a.button_cta_menu_clicked {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: .7rem;
}

ul.button_cta_menu .button_cta_fixed_menu {
    opacity: 1;
    transition: .5s all;
    width: 0.833rem;
    height: 0.833rem;
    position: relative;
    z-index: 2;
}

span.button_cta_fixed_menu_closed {
    position: absolute;

    opacity: 0;
    z-index: 2;

}

.button_cta_fixed ul.button_cta_list {
    margin: 0;
    list-style: none;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s all;
    opacity: 1;
}

li.button_cta_item {
    /*background: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 1rem 0;
    position: relative;
}


li.button_cta_item a {
    padding: .2rem;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.button_cta_menu.active .button_cta_fixed_menu {
    opacity: 0;
    transition: .5s all;
    transform: rotate(480deg);
}

ul.button_cta_menu.active .button_cta_fixed_menu_closed {
    opacity: 1;
    transition: .5s all;
    transform: rotate(360deg);
    width: 0.833rem;
    height: 0.833rem;
}

ul.button_cta_menu.active ul.button_cta_list {
    transform: translate(-50%, -100%) scale(1);
    transition: .5s all;
}

span.button_cta_pattern {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
}

.button_cta_item_image img {
    max-width: 1.667rem;
    max-height: 1.302rem;
    width: 90%;
    height: 90%;
    object-fit: contain;
}

li.button_cta_item:hover img {
    transform: scale(1.15);
    transition: .7s all;
}

span.button_cta_item_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_blog {
    position: relative;
    z-index: 5;
}

.home_blog_link {
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_blog_wrap:hover img {
    transform: scale(1.1);
}

.home_blog_avatar {
    overflow: hidden;
}

.home_blog_wrap:hover .home_blog_title {
    color: var(--main-cl);
    transition: .7s all;
}

.home_blog_title {
    transition: .7s all;
}

.activity_detail_3 .group_content {
    position: relative;
    z-index: 5;
}

.contact_sec_2 .wpcf7 form.invalid .wpcf7-response-output {
    color: black;
}

@keyframes spin3 {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(-360deg)
    }
}

@keyframes spin2 {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.home_circle_list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spin2 25s linear infinite;
}

.home_circle_item {
    animation: spin3 25s linear infinite;
}

.home_3 .subtitle {
    color: #222222;
}

.home_3 h2 {
    margin-top: 0.833rem;
}

.footer_background {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*footer#footer:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../images/footer_bg.png);*/
/*    background-repeat: repeat;*/
/*    z-index: 0;*/
/*}*/
.footer_3 .content {
    color: #222222;
}

.footer_3 .content a {
    color: #222222;
}

.wrap_about_sec_4 .box_content:before {
    background: var(--main-cl);
}

.about_sec_5 h2 b {
    border-radius: 0.5rem;
    background: var(--main-cl);
    display: inline-block;
}

.section.about_sec_4 {
    padding-top: 0;
}

.recruitment_3_content {
    color: #222222;
}

.recruitment_3_content a {
    color: #222222;
}

.form_contact button.btn.btn_2.relative {
    margin: 0 auto;
}

.blog_title {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #222222;
    font-family: 'font-heading';
}

.item_phong_ngang h3 {
    font-family: 'font-heading';
}

.item_phong h3 {
    font-family: 'font-heading';
    font-size: 1.5rem;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 15px 15px rgba(0, 0, 0, .15);
    padding: .5rem;
    border-width: 1px;
}

ul.sub-menu li.menu-item > a:before {
    content: unset;
}

.nav > li.active > a {
    color: white !important;
}

.sidebar-menu .nav > li.active > a {
    color: var(--main-cl) !important;
}

.stuck .nav > li.active > a {
    color: var(--main-cl) !important;
}

.banner_slide_video {
    width: 100%;
    height: 100%;
}

.banner_slide_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-about main#main,
.page-template-contact main#main,
.page-template-activity main#main,
.page-template-blog main#main {
    background-image: url(https://uat2.thuythu.vn/gatherings/wp-content/themes/thuythu-child/assets/images/home_3_bg.png);
    background-repeat: repeat;
    background-position: center;
    /*background-size: cover;*/
}

.activity_new {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .7s ease;
}

.activity_new.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 3rem;
    transition: opacity .7s ease;
}

section.activity_detail_6 {
    padding: 3rem 0;
}

.activity_tab_heading {
    gap: 1rem;
    margin-top: 1rem;
}

.activity_heading_item {
    background: transparent;
    border: 1px solid var(--main-cl);
    border-radius: 5px;
    padding: .3rem 1.2rem;
    transition: .7s all;
    cursor: pointer;
}

.activity_heading_item.active, .activity_heading_item:hover {
    background: var(--main-cl);
    color: white;
    transition: .7s all;
}

.activity_new_image {
    aspect-ratio: 4 / 3;
    padding: 0 .5rem;
    border-radius: 15px;
    overflow: hidden;
}

.activity_new_image img {
    border-radius: 15px;
}

.swiper.activity_new_slide {
    margin: 0 -.5rem;
}

.activity_6_bg {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.activity_detail_6 .arrow_next {
    right: -5%;
    top: 70%;
    background: var(--main-cl);
}

.activity_detail_6 .arrow_prev {
    left: -5%;
    top: 70%;
    background: var(--main-cl);
}

.activity_detail_6 .arrow_svg_item:hover {
    background: white;
    border: 1px solid var(--main-cl);
    transition: .7s all;
}

.activity_detail_6 .arrow_svg_item:hover svg path {
    stroke: var(--main-cl);
    transition: .7s all;
}

.about_sec_2:before {
    content: unset;
}

section.section.about_sec_2 {
    margin-top: -2px;
}

section.section.about_sec_4 {
    padding-bottom: 3.76rem;
}

.mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item {
    border: 1px solid black;
}

.mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item svg path {
    stroke: black;
}

.mobile_flex.w_full .swiper-pagination-bullet {
    background: black !important;
}

section.section.about_sec_7:before,
section.section.about_sec_7:after,
.about_sec_5:before,
.about_sec_5:after {
    content: unset !important;
}

.wrap_room {
    margin-top: 1.5rem;
}

.banner_page .banner-bg .bg:before {
    content: unset;
}

.about_sec_2:after {
    content: unset;
}

.footer_3 .content a:hover{
    color: var(--sub-cl);
    transition: .7s all;
}
a.footer_bottom_item:hover {
    color: var(--sub-cl) !important;
    transition: .7s all;
}
footer button.btn:hover span.btn_pattern path {
    fill: var(--sub-cl);
    transition: .7s all;
}

footer button.btn:hover .btn_svg path {
    stroke: white;
    transition: .7s all;
}
.footer_2 .footer_title {
    color: white;
}

.footer_2 .content {
    color: white;
}

.form_item input,
.form_item input:focus,
.form_item input::placeholder {
    color: white;
}

.form_footer.relative {
    border-bottom: 1px solid #d6d6d6;
}

footer .wpcf7 form .wpcf7-response-output {
    color: white;
}

footer .wpcf7 .wpcf7-not-valid-tip {
    background: white;
    color: var(--main-cl);
}

footer .wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: white;
}

.footer_title.s-cl {
    color: white;
}

.footer_3 .content, .footer_3 .content a {
    color: white;
}

.footer_bottom_left {
    color: white;
}

a.footer_bottom_item {
    color: white;
}
footer button.btn span.btn_pattern path {
    fill: white;
}

footer .btn_svg path {
    stroke: var(--main-cl);
}

.item_phong .left> ul li + li, .info_mota li + li {
    border-left: 1px solid black;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}

@media (max-width: 1600px) and (min-width: 1300px) {
    html {
        font-size: 1.15vw;
    }

    /*.home_3_background {*/
    /*    top: 11rem;*/
    /*}*/
    h1.single_page {
        font-size: 3.3rem;
    }

    /*.home_4_background {*/
    /*    height: 12.2rem;*/
    /*}*/
    .header .flex-row {
        max-width: 83.667rem !important;
    }

}

@media (max-width: 1500px) and (min-width: 1400px) {

    /*.home_4_background {*/
    /*    height: 12.6rem;*/
    /*}*/
}

@media (max-width: 1400px) and (min-width: 1300px) {
    /*.home_4_background {*/
    /*    height: 13.2rem;*/
    /*}*/
    /*.home_3_background {*/
    /*    top: 10.75rem;*/
    /*}*/

}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 1vw;
    }

    :root {
        --container-w: 950px
    }

    .load_home_page svg {
        width: 320px;
    }

    .nav > li {
        margin: 0 .5rem;
    }

    div#logo {
        width: 10REM;
    }

    .header .flex-row {
        max-width: var(--container-w) !important;
    }

    ul li.menu-item a {
        font-size: .8rem;
    }

    i.icon-search {
        width: 1rem;
        height: 1rem;
    }

    ul .language {
        font-size: .8rem;
    }

    .flex-right .nav > li.html {
        margin: 0 0.833rem;
    }

    .flex-right .nav > li.header-search {
        margin: 0 0.833rem;
    }

    .home_3.active .home_3_image_left {
        transform: rotate(-5deg);
        transition: .7s all;
    }

    .home_3_image_left {
        height: 15rem;
    }

    .home_3_background {
        top: 10.7rem;
    }

    .home_3_image_right {
        height: 11rem;
    }

    .home_3_image_right_2 {
        height: 9rem;
        top: 50%;
    }

    section.home_4 {
        padding-top: 5rem;
    }

    .footer_bottom {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1rem;
    }

    .office_list {
        width: 40%;
        max-height: 31rem;
    }

    .office_map {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 1.35vw;
    }

    body {
        font-size: 1.3rem;
    }

    :root {
        --container-w: 720px
    }

    .load_home_page svg {
        width: 320px;
    }

    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    div#top-bar {
        display: none;
    }

    [data-open="#main-menu"] {
        display: block;
        width: 4rem;
        height: 4rem;
        background-image: url(../images/menu_mb.svg) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
    }

    [data-open="#main-menu"] i {
        display: none;
    }

    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .header-bg-color.fill {
        background: var(--main-cl);
    }

    .header-main {
        height: auto !important;
    }

    .header-wrapper:before {
        content: unset;
    }

    i.icon-search {
        width: 2rem;
        height: 2rem;
    }

    i.icon-search {
        width: 2rem;
        height: 2rem;
    }

    .header-wrapper.stuck:before {
        content: unset;
    }

    .header-wrapper.stuck .header-bg-color.fill {
        background: var(--main-cl);
    }

    .stuck .header-logo-dark {
        display: none !important;
    }

    .stuck .header-logo {
        display: block !important;
    }

    .stuck i.icon-search:before {
        filter: brightness(1) invert(0);
    }

    .home_3_background {
        top: 9.7rem;
    }

    .content {
        font-size: 1.3rem;
    }

    .home_4_background {
        height: 100%;
        top: 15.3%;
    }

    section.home_4 {
        overflow: hidden;
    }

    .footer_2 .footer_title {
        font-size: 2.5rem;
    }

    .form_item input {
        font-size: 1.3rem;
    }

    .footer_bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_bottom_left {
        font-size: 1.3rem;
    }

    .footer_bottom_right {
        font-size: 1.3rem;
    }

    .footer_4_item_content {
        font-size: 1.3rem;
    }

    a.relative.footer_4_item {
    }

    .footer_4_list {
        flex-wrap: wrap;
    }

    .group_content .footer_title {
        font-size: 1.55rem;
    }

    .small_content {
        font-size: 1rem;
    }

    .home_3_background {
        top: 0;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

    section.section.home_3.in_view.relative.active {
        overflow: hidden;
    }

    .home_3 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    span.btn_pattern {
        width: 20.583rem;
        height: 4rem;
    }

    .home_4_background {
        top: 0;
    }

    section.home_2.relative {
        overflow: hidden;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 62.73px !important;
        position: fixed !important;
    }

    .mfp-content {
        top: 62.73px !important;
        box-shadow: none !important;
    }

    .sidebar-menu ul li.menu-item a {
        color: black;
        font-size: 1.3rem;
    }

    .off-canvas .sidebar-menu {
        padding-top: 15px;
    }

    .sidebar-menu ul li.menu-item {
        border: 0;
    }

    .sidebar-menu ul li.menu-item.current-menu-item a {
        color: var(--main-cl);
    }

    button.mfp-close {
        top: 10rem;
        right: 1rem;
    }

    .breadcrumbs ol {
        width: 100%;
        overflow: auto;
        justify-content: center;
        padding-bottom: .5rem;
    }

    .breadcrumbs ol li {
        flex: 0 0 auto;
    }

    .home_blog_detail.small_content {
        font-size: .9rem;
    }

    .home_blog_detail.small_content {
        font-size: .9rem;
    }

    .office_wrap {
        flex-wrap: wrap;
    }

    .office_list {
        width: 100%;
        max-height: 35rem;
    }

    .office_map {
        width: 100%;
        height: 100%;
    }

    .recruitment_1_wrap .form-group span.btn_pattern,
    .recruitment_item_right span.btn_pattern {
        width: 100%;
    }

    .recruitment_detail_content {
        font-size: 1.2rem;
    }

    .ajax-paging a {
        width: 2.5rem;
        height: 2.5rem;
    }

    .recruitment_member_content {
        font-size: 1.3rem;
    }

    .recruitment_member {
        padding: 3rem 0;
    }

    .single_recruitment_2 a.btn.relative {
        width: fit-content;
        justify-content: center;
        margin: 0 auto;
    }

    .single_recruitment_cat_list {
        margin-bottom: 0;
    }

    a.recruitment_share_item {
        width: fit-content;
    }

    .recruitment_share_wrap.flex.items-center {
        justify-content: start;
    }

    span.recruitment_share_item_content {
        padding-right: 1rem;
    }

    span.recruitment_share_item_content {
        font-size: 1.1rem;
    }

    .sidebar_item_content {
        font-size: 1.1rem;
    }

    .recruitment_address_lv_2_content {
        font-size: 1.1rem;
    }

    .header-wrapper.stuck {
        position: fixed;
    }

    .header .stuck .flex-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrap {
        flex-direction: column;
    }

    .item_phong .wrap .left {
        width: 100%;
        margin-left: 20px;
    }

    .item_phong .right {
        margin-right: auto !important;
        right: unset;
        position: relative;
        margin-left: 40px;
    }

    .item_phong .content {
        font-size: 1.1rem;
    }

    .item_phong .left > ul, .info_mota {
        font-size: 1.1rem;
        flex-wrap: wrap;
    }

    .item_phong h3 {
        font-family: 'font-heading';
        font-size: 1.5rem;
    }

    .form_contact input, .form_contact select, .form_contact textarea, .select2-container--default .select2-selection--single {
        font-size: 1rem;
    }

    .form_contact label {
        font-size: 1.1rem;
    }

    .header .flex-row {
        padding: .7rem 15px;
    }

    .language.current_lang, .language:hover {
        color: black;
    }

    ul.language_wrap.content.flex.items-center.ul-reset {
        width: fit-content;
    }

    .language {
        color: rgba(0, 0, 0, 0.4);
    }

    .language_wrap .language:not(:first-child):before {
        background: rgba(0, 0, 0, 0.4);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical ul.language_wrap li>a {
        padding: 0;
    }

    ul.language_wrap.content.flex.items-center.ul-reset {
        gap: 1rem;
    }

    .language_wrap .language:not(:first-child) {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 3vw;
    }

    body {
        font-size:1.3rem;
    }

    .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);
    }

    .blog_title.content {
        font-size: 2.2rem;
    }

    #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;
    }

    .recruitment_3_content ol,
    .recruitment_3_content ul,
    .single_content ol,
    .single_content ul {
        padding-left: 1.5rem;
    }

    .banner_pattern {
        height: auto;
        bottom: -1%;
    }

    .header-wrapper {
        position: relative;
    }

    .header .flex-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 86.88px !important;
        position: fixed !important;
    }

    .mfp-content {
        top: 86.88px !important;
        box-shadow: none !important;
    }


    .banner_slide_wrap.relative {
        height: 35rem;
    }

    .banner_slide_image {
        height: 100%;
    }

    .banner h1, .blog_title h1, h1.single_title {
        font-size: 3rem;
    }

    .fs-24 {
        font-size: 1.5rem;
    }

    span.btn_svg {
        width: 1.75rem;
        height: 1.75rem;
    }

    .home_2 {
        padding-top: 5rem;
        z-index: 5;
        overflow: hidden;
    }


    .home_circle_image {
        top: 50%;
        width: 16rem;
        height: 16rem;
    }

    .home_circle {
        width: 100%;
    }


    .home_2_background, .activity_detail_2_background {
        height: 100%;
        overflow: hidden;
    }

    .home_3_image_left {
        top: -10%;
    }


    .home_2_background, .activity_detail_2_background {
        height: 100%;
        overflow: hidden;
    }

    .home_3 .content {
        margin: 2.5rem 0 0 0;
    }

    .home_3_image_right {
        right: 0;
        bottom: 10%;
        top: unset;
    }

    .home_3_image_right_2 {
        top: unset;
        bottom: 0;
    }

    section.home_3 {
        padding-bottom: 17rem;
        padding-top: 10rem;
    }

    .home_4 h2.relative.z-3 {
        text-align: center;
    }

    .home_4 a.btn.relative.z-3 {
        margin: 0 auto;
    }

    .home_4 .col.large-3.medium-3.small-12 {
        order: 1;
    }

    .home_blog .swiper-slide:nth-child(1) .home_blog_avatar,
    .home_blog .swiper-slide:nth-child(4) .home_blog_avatar {
        height: 100%;
        width: 100%;
    }

    .home_blog_avatar_wrap {
        height: 25rem;
        width: 100%;
    }

    .home_blog .swiper-slide:nth-child(3) .home_blog_avatar {
        width: 100%;
        height: 100%;
    }

    .small_content {
        font-size: 1.3rem;
    }

    .home_blog_detail {
        gap: 1rem;
    }

    .home_blog_cat {
        padding-left: 1rem;
    }

    .content {
        font-size:1.3rem;
    }

    .home_blog {
        margin-top: 0;
    }

    .home_circle_item.img-scale.absolute img {
        object-fit: contain;
    }

    .home_2 {
        padding-bottom: 10rem;
    }

    .cloud_pattern {
        animation: moveLeftRight 30s infinite;
    }

    .footer_bottom_col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_bottom {
        text-align: center;
    }

    .footer_4_item_icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .footer_4_item_content {
        max-width: 100%;
    }

    .group_content.footer_4 {
        padding-top: 0;
    }

    .group_content.footer_3 {
        padding-top: 0;
    }

    .group_content .footer_title {
        font-size: 1.75rem;
    }

    .form_item input {
        font-size: 18px;
    }

    .mobile_flex {
        display: flex;
    }

    .mobile_display {
        display: block;
    }

    .desktop_display {
        display: none;
    }

    .mobile_pagination_arrow {
        width: 100%;
    }

    .mobile_flex.mobile_pagination_arrow.justify-between {
        position: absolute;
        bottom: 0;
        z-index: 3;
        width: 100%;
    }

    .arrow_svg_item {
        width: 3.5rem;
        height: 3.5rem;
        bottom: 10%;
        top: unset;
        background: var(--main-cl);
    }

    .arrow_prev {
        left: 35%;
    }

    .arrow_next {
        right: 35%;
    }

    .mobile_flex.swiper-pagination {
        justify-content: center;
        position: relative;
        margin: 3rem 0 0;
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: var(--main-cl);
    }

    .footer_4_item_content {
        font-size: 1.3rem;
    }

    .sidebar-menu ul li.menu-item a {
        font-size: 1.3rem;
    }

    .wrap_about_sec_4 .box_content .box_number .content {
        max-width: 100%;
    }

    .wrap_about_sec_4 .box_content {
        padding: 0;
    }

    .slider_imgs_about {
        margin-left: 0;
    }

    .about_sec_3 .title_link a {
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
    }

    .about_sec_2 {
        padding-top: 3rem;
    }

    .content_banner_page h1.heading_title {
        font-size: 3rem;
    }

    .content_banner_page .content {
        font-size: 1.3rem;
    }

    .title_link a {
        font-size: 2rem;
    }

    .about_sec_2 .content {
        max-width: 100%;
        font-size: 1.55rem;
    }

    .about_sec_2 .content {
        max-width: 100%;
        font-size: 1.55rem;
    }

    .about_sec_3 {
        padding-top: 3rem;
    }

    .about_sec_3 .content {
        margin-top: 3rem;
    }

    .box_img_ab_sec_3 .img_hover {
        position: relative;
        opacity: 1;
    }

    .box_img_ab_sec_3 {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }

    section.section.about_sec_4 {
        padding-top: 3rem;
    }

    .wrap_about_sec_4 .box_img {
        width: 100%;
    }

    .wrap_about_sec_4 .box_content .box_number {
        font-size: 1.3rem;
    }

    .wrap_about_sec_4 .box_content .box_number {
        font-size: 1.3rem;
    }

    section.section.about_sec_5 {
        padding-bottom: 10rem;
    }

    .about_sec_5 .box_content {
        width: 100%;
        padding-top: 10rem;
        max-width: 100%;
    }

    section.section.about_sec_6 {
        padding-top: 3rem;
    }

    .items_ab_sec_6 .item .box_content {
        transform: translateY(0);
        opacity: 1;
    }

    .items_ab_sec_6 .item .box_img {
        opacity: .5;
    }

    .items_ab_sec_6 .item h3 {
        font-size: 1.8rem;
    }

    .items_ab_sec_6 .item .content {
        font-size: 1.3rem;
    }

    .banner_page.full-height .row {
        height: 35rem;
    }

    .banner_page .row {
        height: 35rem;
    }

    .item_phong .content {
        font-size: 1.3rem;
    }

    .item_phong .content ul {
        padding-left: 1rem;
    }

    .item_phong .left > ul li {
        font-size: 1.2rem;
    }

    .item_phong .left > ul {
        flex-wrap: wrap;
    }

    .room_page .item_phong_ngang a.btn {
        margin-left: 1rem;
    }

    .page-template-activity .content {
        font-size: 1.2rem;
    }

    .wrap_gallery .right li:nth-child(1) img {
        height: 100%;
    }

    .wrap_gallery .right li:nth-child(2) img {
        height: 100%;
    }

    .page-template-activity .home_sec_6 {
        padding-bottom: 3rem;
    }

    .page-template-activity .home_sec_6 .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        row-gap: 1.5rem;
    }

    .activity_detail_2_image {
        width: 25rem;
    }

    .activity_detail_2 .content {
        padding-left: 0;
    }

    .title_has_pattern:before {
        right: -4%;
    }

    section.activity_detail_2 {
        padding: 3rem 0 0;
    }

    section.activity_detail_3 {
        padding-top: 1rem;
    }

    .df-ui-nav.df-ui-next .df-ui-btn {
        right: 0 !important;
    }

    .df-ui-nav.df-ui-prev .df-ui-btn {
        left: 0 !important;
    }

    .single-activity .breadcrumbs ol,
    .single .breadcrumbs ol {
        justify-content: start;
    }

    .slider_phong .item_phong {
        margin: 0 1rem;
    }

    .slider_phong .item_phong .content ul {
        padding-left: 1.5rem;
    }

    .form_contact input, .form_contact textarea, .select2-container--default .select2-selection--single {
        font-size: 18px;
        height: 4rem;
    }

    .form_contact label {
        font-size: 1.3rem;
    }

    .input_name, .input_address, .input_email, .input_tell {
        background-size: 1.5rem;
    }

    .form_contact select {
        height: 4rem;
        font-size: 18px;
    }

    .select-wrapper::after {
        width: 1.4rem;
        height: 1.4rem;
    }

    .contact_sec_2 .box_form_contact button.btn {
        margin-left: 1rem;
    }

    .wrap_contact_sec_2 {
        margin: 3rem 0;
    }

    .blog_list {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .blog_item.blog-item-visible {
        transform: unset;
    }

    .blog_avatar {
        aspect-ratio: 1 / 1;
    }

    .blog_list .blog_item:nth-child(3n + 2) .blog_avatar {
        aspect-ratio: 1 / 1;
    }

    .blog_list .home_blog_detail.small_content {
        font-size: 1.3rem;
    }

    section.single_3 {
        padding-top: 0;
    }

    .form_single button.btn.btn_2 {
        margin-left: 5rem;
    }

    .form_single textarea {
        font-size: 18px;
    }

    .wpcf7 label {
        font-size: 1.3rem;
    }

    .form_single input {
        font-size: 18px;
    }

    .wp-caption .wp-caption-text {
        font-size: 1.3rem;
    }

    .form-group.box-input.-keyword {
        width: 100%;
        margin-top: 1rem;
    }

    .recruitment_search.flex.items-center {
        flex-wrap: wrap;
    }

    .recruitment_search input#job-search {
        font-size: 18px;
    }

    a.recruitment_list_item {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .recruitment_detail_content {
        font-size: 1.3rem;
    }

    .recruitment_detail_icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    section.recruitment_2 {
        padding-bottom: 0;
    }

    .recruitment_3 .group_content h2 {
        margin-bottom: 2rem;
    }

    .recruitment_cat_list {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .recruitment_filter_mobile_btn {
        display: flex;
    }

    .col.large-3 .recruitment_filter_list {
        display: none;
    }

    .recruitment_member_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: white;
    }

    .single_recruitment_cat_item {
        font-size: 1.3rem;
    }

    .recruitment_address_lv_2_content {
        font-size: 1.3rem;
    }

    .sidebar_item_content {
        font-size: 1.3rem;
    }

    section.single_recruitment_2 {
        padding-bottom: 0;
    }

    section.single_recruitment_1.relative.banner {
        height: 10.417rem;
    }

    .single_recruitment_1 .banner_slide_wrap.relative {
        height: 100%;
    }

    #search-lightbox .search-keywords > a {
        font-size: 1.3rem;
        padding: 1rem;
    }

    #search-lightbox input {
        font-size: 18px;
        padding: 1rem;
        height: 4rem;
    }

    .button_cta_fixed {
    }

    ul.button_cta_menu .button_cta_fixed_menu {
        width: 1.5rem;
        height: 1.5rem;
    }

    span.button_cta_pattern {
        width: 4rem;
        height: 4rem;
    }

    ul.button_cta_menu.active .button_cta_fixed_menu_closed {
        width: 1.5rem;
        height: 1.5rem;
    }

    ul.button_cta_menu.active ul.button_cta_list {
    }

    li.button_cta_item {
        margin: 2.5rem 0;
    }

    .button_cta_item_image img {
        max-width: 2.2rem;
        max-height: 1.9rem;
    }

    .footer_2 .wpcf7 form.invalid .wpcf7-response-output {
        margin-top: 5rem;
    }

    .activity_detail_2 .group_content {
        margin-top: 3rem;
    }

    .activity_detail_5 h2 {
        text-align: center;
    }

    .activity_detail_5 .col.large-3 {
        order: 2;
    }

    .home_blog_avatar_wrap {
        height: 31.025rem;
    }

    .home_blog_avatar {
        width: 100%;
        height: 100%;
    }

    .home_blog .swiper-slide:nth-child(5n + 1) .home_blog_avatar {
        height: 100%;
    }

    .home_blog_detail.small_content {
        font-size: 1.3rem;
    }

    section.section.home_3.in_view.relative.active {
        overflow: unset;
    }

    .activity_blog .swiper-slide:nth-child(5n + 3) .home_blog_avatar, .activity_blog .swiper-slide:nth-child(5n + 3) .home_blog_avatar {
        height: 100%;
    }


    .home_blog .swiper-slide:nth-child(5n + 1) .home_blog_avatar, .home_blog .swiper-slide:nth-child(5n + 4) .home_blog_avatar, .activity_blog .swiper-slide:nth-child(5n + 1) .home_blog_avatar, .activity_blog .swiper-slide:nth-child(5n + 4) .home_blog_avatar {
        height: 100%;
    }

    .home_4 .col.large-3 {
        z-index: 5;
    }

    .activity_detail_5 a.btn.relative.z-5 {
        margin: 0 auto;
    }

    .activity_detail_5 .cloud_pattern.left {
        top: -5%;
    }

    .activity_detail_5 .cloud_pattern.right {
        bottom: -2%;
    }


    section.section.home_3 {
        overflow: unset;
    }

    .stuck #logo img {
        max-height: 70px !important;
        object-fit: contain !important;
    }

    .home_3_image_left {
        height: 15rem;
        width: 14.0625rem;
    }

    .home_3_image_right {
        width: 17.521rem;
    }

    .home_3_image_right_2 {
        width: 15.427rem;
    }

    section.section.about_sec_5 {
        margin-top: 3rem;
    }

    #search-lightbox .search-lightbox-title {
        font-size: 1.5rem;
    }

    .header .flex-row {
        height: auto;
        padding: .75rem 15px;
    }

    .home_2_background_top {
        width: 100%;
        height: 100%;
    }

    .home_circle {
        width: 84%;
        margin: 3rem auto;
    }

    .home_circle_item {
        width: 6.854rem;
        height: 6.854rem;
    }

    .home_1.banner_hero .banner_arrow {
        display: none;
    }

    .home_1 .mobile_flex.swiper-pagination {
        position: absolute;
        margin: 0 !important;
        bottom: 15%;
    }

    .home_1 .mobile_flex.swiper-pagination .swiper-pagination-bullet {
        background: white;
    }

    .banner_content:before {
        height: 25rem;
    }

    .banner_hero h1 {
        line-height: 1.1;
        font-size: 2.6rem;
    }
    h2{
        font-size:2.4rem;
    }
    .subtitle {
        font-size: 1.6rem;
    }
    section.section.home_3 {
        z-index: 5;
    }

    .mobile_flex.flex.justify-between.w_full {
        position: relative;
        width: 100%;
        align-items: center;
        margin-top: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile_flex.w_full .swiper-pagination {
        width: fit-content;
        position: relative;
        margin-top: 1.5rem;
    }

    .mobile_flex.w_full .banner_arrow_svg {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        transform: unset;
    }

    .mobile_flex.w_full .banner_arrow_svg.arrow_svg_item {
        background: unset;
        border: 1px solid var(--main-cl);
        transition: .7s all;
    }

    .mobile_flex.w_full .banner_arrow_svg.arrow_svg_item svg path {
        stroke: var(--main-cl);
        transition: .7s all;

    }

    .mobile_flex.w_full .banner_arrow_svg.arrow_svg_item:hover {
        background: var(--main-cl);
        transition: .7s all;

    }

    .mobile_flex.w_full .banner_arrow_svg.arrow_svg_item:hover svg path {
        stroke: white;
        transition: .7s all;
    }


    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item {
        background: unset;
        border: 1px solid white;
        transition: .7s all;
    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item svg path {
        stroke: white;
        transition: .7s all;

    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item:hover {
        background: var(--main-cl);
        transition: .7s all;
        border: 1px solid var(--main-cl);

    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item:hover svg path {
        stroke: white;
        transition: .7s all;
    }

    .about_sec_4 .mobile_flex.flex.justify-between.w_full {
        margin: 2rem 0 1rem;
    }

    .recruitment_member_wrap .mobile_flex.flex.justify-between.w_full {
        margin: 1rem 0;
    }

    footer#footer {
        background-size: cover;
        padding-top: 3rem;
    }

    .group_content.footer_4 {
        padding: 1.5rem 0;
    }

    .group_content.footer_3 {
        padding: 1.5rem 0;
    }

    .group_content.footer_2 {
        padding: 1.5rem 0;
    }

    #logo img {
        height: 70px;
        object-fit: contain;
    }

    .stuck #logo img {
        height: 70px !important;
        object-fit: contain;
    }

    .recruitment_filter_mobile_btn svg {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: contain;
    }

    .recruitment_filter_mobile_close svg {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: contain;
    }

    ._df_book {
        height: 25.833rem !important;
        min-height: 25.833rem !important;
    }

    .df-ui-nav .df-ui-btn {
        width: 3rem !important;
        height: 2.5rem !important;
    }

    .activity_detail_6 .mobile_flex.flex.justify-between.w_full {
        margin-top: 0;
    }

    section.activity_detail_3 {
        padding-top: 0;
    }

    .about_sec_5 .box_content {
        padding-top: 5rem;
    }

    section.section.about_sec_4 {
        padding-bottom: 0;
    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item {
        border: 1px solid var(--main-cl);
    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item svg path {
        stroke: var(--main-cl);
    }

    .mobile_flex.w_full .swiper-pagination-bullet {
        background: var(--main-cl) !important;
    }

    .recruitment_5 .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item {
        border: 1px solid white;
    }

    .recruitment_5 .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item svg path {
        stroke: white;
    }

    .recruitment_5 .mobile_flex.w_full .swiper-pagination-bullet {
        background: white !important;
    }

    .home_3 a.btn {
        margin: 1.5rem 0 0 35px;
    }
    img.logo_center {
        width: 20rem;
    }
    .home_3 a.btn {
        margin: 1.5rem 0 0 19px;
    }
    span.btn_pattern {
        width: 15rem;
    }
    .footer_logo {
        width: 17.59375rem;
        height: 100%;
        margin: 0 auto;
    }.group_content.footer_2 {
         padding-bottom: 0;
     }

    .group_content.footer_3 {
        padding-top: 0;
        padding-bottom:0;
    }
    .about_sec_2 .content {
        font-size: 1.3rem;
    }

    .items_ab_sec_6 .item h3 {
        font-size: 1.6rem;
    }
    .content_banner_page h1.heading_title {
        font-size: 2.6rem;
    }
    .item_phong .wrap .left {
        margin-left: 0;
    }

    .item_phong .right {
        margin-left: 0;
    }
    .banner h1, .blog_title h1, h1.single_title {
        font-size: 2.6rem;
    }

    .fs-24 {
        font-size: 1.3rem;
    }

    section.activity_detail_5.relative {
        padding-bottom: 3rem;
        overflow: hidden;
    }

    .activity_detail_5 .cloud_pattern.right {
        bottom: -5%;
    }
    .recruitment_filter_mobile_title {
        font-size: 1.45rem;
    }

    .recruitment_filter_mobile_lv_1 {
        font-size: 1.45rem;
    }

    .recruitment_filter_mobile_content label {
        font-size: 1.2rem;
    }

    .recruitment_filter_mobile_lv_2_item {
    }

    .recruitment_check_box_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recruitment_check_box_mobile input {
        margin-top: 0;
        margin-bottom: 0;
    }

    .recruitment_filter_mobile_item {
        margin-bottom: 10px;
    }

    .recruitment_filter_mobile_reset {
        padding: .3rem;
    }

    .recruitment_filter_mobile_apply {
        padding: .3rem;
    }
    .form_career_wrap h2 {
        text-align: center;
    }

    .form_career button.btn {
        width: fit-content;
        margin: 0 auto;
    }

    .form_career_wrap form {
        margin: 0;
    }
    .form_career input {
        font-size: 18px;
    }
    .single_recruitment_4 h2 {
        text-align: center;
    }

    .single_recruitment_4 .recruitment_related_button {
        margin: 0 auto;
    }
    .single_content h2{
        font-size: 2rem;
    }
    .single_content h3 {
        font-size:1.8rem;
    }
    .single_3 h2 {
        text-align: center;
    }

    .form_single button.btn.btn_2 {
        margin: 0 auto;
    }
}