@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Wix+Madefor+Display:wght@400..800&display=swap');

:root{
    --main-cl: #F36523;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}
html, body {
    touch-action: manipulation;
}

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.317rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.container-width, .full-width .ubermenu-nav, .container, .row{
    max-width: 76rem !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
    font-size: 1rem;
    font-family: "Wix Madefor Display", sans-serif;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

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: rgba(0, 0, 0, 0.90);
    /*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 {
    pointer-events: none;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

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


.row {
    max-width: 75rem !important;
}

.banner h1, .banner h2, .banner h3,h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: "Literata", serif;
    line-height: 1.3;
    font-weight: 400;
}

.home_1_content h2 {
    font-size: 3rem;
    line-height: 1.1;
}

.home_1_content {
    font-size: 1.1rem;
}

.button.primary {
    height: 2.5rem;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    box-shadow: none;
    padding: 0 2rem !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0;
}

.button.primary.is-outline {
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(15px);
    border-color: transparent !important;
    color: #fff;
}

.home_2_slider_wrap {
    overflow: hidden;
}

.home_2_slider_wrap .item_box {
    height: 25.2rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

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

.home_2_slider_wrap .item_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, black, transparent );
    backdrop-filter: blur(10px);
    width: 20.75rem;
    height: 100%;
    z-index: 2;
    backdrop-filter: blur(4px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.45) 40.38%, rgba(0, 0, 0, 0.30) 70.67%, rgba(0, 0, 0, 0.00) 100%);
}

.home_2_slider_wrap .swiper-slide {
    padding: 0 .5rem;
}

.home_2_slider_wrap .item_box:hover img {
    transform: scale(1.2);
}

.home_2_slider_wrap .item_box .box_content {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding: 2.15rem 2.5rem;
    filter: brightness(0) invert(1);
}

.home_2_slider_wrap .item_box span {
    font-size: 0.8rem;
}

.home_2_slider_wrap .item_box h3 {
    font-size: 2.75rem;
    font-weight: 500;
    margin: 0 0 .5rem;
}

.home_2_slider_wrap .item_box .top {max-width: 15.5rem;font-size: .9rem;}

.home_2_slider_wrap .item_box .bottom {
    width: 100%;
}

.home_2_slider_wrap .item_box .year {
    padding: 0.25rem 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--6_FFFFFF, #FFF);
    Colors
    Hex
    Hex
    Border colors

    6_FFFFFF;
    border-radius: 100px;
    line-height: 1.3;
    font-size: 0.8rem;
    font-weight: 600;
}

.home_2_slider_wrap .item_box  b.number,
.home_2_slider_wrap .item_box  .counter{
    display: flex;
    align-items: self-end;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin-top: .7rem;
}

.home_2_slider_wrap .item_box b.number svg {
    width: 1.5rem;
    height: auto;
    margin-left: 1rem;
}

.wrap_control {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.wrap_control .swiper-scrollbar {
    position: unset;
    opacity: 1 !important;
    height: .15rem;
    margin-right: 1rem;
}

.swiper-scrollbar-drag {
    background: #F36523;
}

.arrow_slider svg {
    display: block;
    width: 2.15rem;
    height: auto;
}

.arrow_slider {
    cursor: pointer;
}

.group_heading h1,.group_heading h2 {
    font-size: 2.5rem;
    color: #333;
    padding-top: 1rem !important;
    display: inline-block;
    position: relative;
    width: auto !important;
}

.icon-box-img img, .icon-box-img svg {
    padding: 0 !important;
}

.home_3_items .icon-box-img {
    width: auto !important;
}

.home_3_items .icon-inner {
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    transform: rotateY(0);
    transition: .5s all;
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding: 0;
}

.home_3_items h3 {
    font-size: 1.25rem;
    font-family: "Wix Madefor Display";
    font-weight: 600;
}

.home_3_items .icon-box {
    padding-bottom: 1.15rem;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
}

.home_3_items .icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #F36523;
    transition: .5s all;
}

.home_3_items .icon-box:hover:before {
    width: 100%;
}

.group_heading.mg_0 h2,.group_heading.mg_0 h1 {
    margin: 0;
}

.wrap_kien_thuc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.wrap_kien_thuc .left {
    width: calc(58% - 1rem);
}

.wrap_kien_thuc .wrap_kien_thuc_right {
    width: calc(42% - 1rem);
    padding-right: .75rem;
    max-height: 27rem;
    overflow: auto;
}

.wrap_kien_thuc .wrap_kien_thuc_right::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.wrap_kien_thuc .wrap_kien_thuc_right::-webkit-scrollbar
{
    width: 0.317rem;
    background-color: #cedbff;
}

.wrap_kien_thuc .wrap_kien_thuc_right::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.item_kien_thuc .box_img {
    overflow: hidden;
    width: 40.7rem;
    margin-bottom: 1rem;
    max-width: 100%;
}

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

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

.box_content_post h3 {
    font-size: 1.15rem;
    font-weight: 500;
    font-family: "Wix Madefor Display";
}

.box_content_post .meta {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #9E9E9E;
    display: flex;
    align-items: center;
}

.box_content_post .meta span {
    margin: 0 .4rem;
}

.item_kien_thuc {
    cursor: pointer;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #D0D0D0;
}

.wrap_kien_thuc_right .item {
    cursor: pointer;
    position: relative;
}

.wrap_kien_thuc_right h3 {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-bottom: .4rem;
    transition: .5s all;
}

.wrap_kien_thuc_right .item {padding: 1.18rem 0;border-top: 1px solid #bcbcbc69;}

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

.home_3 .group_heading {
    margin-bottom: 3.25rem;
}

.menu_news {
    display: flex;
    justify-content: center;
    flex-direction: unset;
    margin-top: 2rem;
}

.menu_news a {
    padding: 0;
    border-radius: 3rem;
    border: 1px solid #FFE0D0;
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F36523;
    padding: 0 1.15rem;
    font-size: .8rem;
    height: 2.5rem;
    transition: .5s all;
}

.menu_news .ux-menu-link{
    margin: 0 .4rem !important;
}



.menu_news a.ux-menu-link__link:hover {
    background: #F36523;
    color: #fff !important;
}

.wrap_posts_home {
    display: flex;
}

.wrap_posts_home {}

.item_post .box_img {
    height: 29.5rem;
    position: relative;
    overflow: hidden;
}

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

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

.item_post {
    cursor: pointer;
    width: calc(25% - 1rem);
    margin: 0 .5rem;
    position: relative;
}

.item_post .box_content_post {
    position: absolute;
    width: 100%;
    bottom: 0;
    filter: brightness(0) invert(1);
    padding: 0 1.95rem 1.45rem;
    z-index: 2;
}

.item_post:nth-child(2) {
    width: calc(50% - 1rem);
}

.home_5_slider {
    margin: 3rem 0;
}

.item_post .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    Colors
    Hex
    Hex
    Background colors;
    height: 80%;
    z-index: 2;
}

.item_post .box_content_post h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_6 .col-inner {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(15px);
    padding: 3.5rem;
}

.home_6 .col-inner h2 {
    font-size: 2.25rem;
}

.wrap_form input:not([type="submit"]) {
    background: transparent;
    color: #fff;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    box-shadow: none;
    font-size: 0.9rem;
    height: 3rem;
    margin-bottom: .5rem;
}

.wrap_form input::placeholder {
    color: #fff;
}

.wrap_form input[type="submit"] {
    height: 2.5rem;
    background: #fff;
    border-radius: 100px;
    font-size: 0.8rem;
    color: #F36523;
    font-weight: 500;
    padding: 0 2rem;
    transition: .5s all;
    margin: 2rem 0 0 !important;
}

.wrap_form input[type="submit"]:hover {
    background: #F36523;
    color: #fff;
    box-shadow: none !important;
}

span.wpcf7-spinner {
    position: absolute;
}

form.wpcf7-form {
    margin: 0;
}

img.bg {
    height: 100%;
    object-fit: cover;
}

.home_8 {
    border-radius: 2.5rem 2.5rem 0 0;
}

.home_8 h2 {
    color: #fff;
}

.home_8_items img {
    height: 2.35rem;
    width: auto;
}

.home_8_items .img {
    width: auto !important;
}

.logo_footer img {
    height: 3.35rem;
    width: auto;
}

.content_footer_1 h3 {
    font-size: 1.1rem;
}

.content_footer_1 {
    font-size: 0.75rem;
    margin-top: 1.6rem !important;
}

.menu_footer>* {
    padding: 0 !important;
}

.menu_footer .ux-menu-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: unset;
    min-height: unset;
    margin-bottom: 1.2rem !important;
}

.menu_footer a {
    padding: 0 !important;
    color: #333;
    transition: .5s all;
    font-size: 0.8rem;
}

.menu_footer a:hover {
    color: #f36523;
}

.menu_footer a.ux-menu-link__link {
    min-height: unset;
}

.menu_footer .ux-menu-link+.ux-menu-link {
    margin-top: 1.05rem !important;
}

.socials_footer img {
    width: 1.79755rem;
    height: 1.79755rem;
}

.copyright p {
    margin: 0;
    font-size: 0.65rem;
    opacity: .6;
}

.menu_policy {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: flex-end;
}

.menu_policy a {
    font-size: 0.7rem;
    color: #666;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.menu_policy  a.ux-menu-link__link.flex {
    padding: 0 !important;
    min-height: unset;
}

.menu_policy a.ux-menu-link__link {}

ux-menu-link {}

.menu_policy  .ux-menu-link+.ux-menu-link {
    margin-left: 1.65rem !important;
}

a.ux-menu-link__link:hover {
    color: #F36523 !important;
}
header#header {}

.header-wrapper {
    position: fixed;
}

.header-bg-color {
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);

}

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

#logo img {
    max-height: unset !important;
    height: 3.1rem;
    width: auto !important;
}

#logo {
    width: auto !important;
    flex: 0 0 auto;
    margin: 0 !important;
}

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

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

ul.header-nav.header-nav-main {
    flex-wrap: wrap;
    margin-top: 1rem;
}

ul.header_nav_menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 0 !important;
}

ul.header-nav.header-nav-main>li>a {
    color: #fff;
    text-transform: unset;
    padding: 0 !important;
    font-weight: 600;
    font-size: 0.9rem;
}

ul.header-nav.header-nav-main>li+li {
    margin-left: 1.4rem;
}

ul.header_nav_menu a {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
}

ul.header_nav_menu a {
    display: flex;
    align-items: center;
    padding: 0 .75rem !important;
    position: relative;
}

ul.header_nav_menu a svg {
    display: block;
    width: 1rem;
    height: auto;
}

ul.header_nav_menu li+li:before {
    content: '';
    height: 0.9rem;
    Style;
    background: rgba(255, 255, 255, 0.30);
    SVG;
    width: 1px;
    display: block;
}

ul.header_nav_menu li {
    display: flex;
    align-items: center;
}

ul.header_nav_menu li:last-child a {
    padding-right: 0 !important;
}
a.login_item .icon {
    display: flex;
    margin-right: .4rem;
}
.home_7 .wrap_slider {
    overflow: hidden;
}

.slider_logo .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_logo .item img {
    max-width: 9rem;
    max-height: 9rem;
    width: auto;
    height: auto;
}

.slider_logo .item {
    height: 4rem;
}

.slider_logo {
    margin-top: 1rem;
}
.socials_footer .img {
    width: auto !important;
    transition: .5s all;
    opacity: 1;
}
img.logo_center {
    position: relative;
    z-index: 9;
    max-width: 20rem;
    transition: 1s all;
    opacity: 1;
}
.complete img.logo_center{
    opacity: 0;
}
.load_home_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.group_heading h1:before, .group_heading h2:before{
    content: '';
    background-image: url(../images/ht_title.svg);
    width: 4rem;
    height: .5rem;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.group_heading.center h1:before, .group_heading.center h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.home_1 ol.flickity-page-dots {
    right: unset !important;
    left: calc(calc(100vw - 73rem)/2);
    bottom: 2rem;
}

.home_1 ol.flickity-page-dots li.dot {
    background: #fff;
}
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
.icon_scroll_down {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 1.4rem;
    animation: hu__hu__ infinite 2s ease-in-out
}

.icon_scroll_down svg {
    width: 1.3rem;
    height: auto;
    display: block;
}

ul.header-nav.header-nav-main>li>a {
    transition: .5s all;
    line-height: 3rem;
}

ul.header-nav.header-nav-main>li>a:hover {
    color: #F36523;
}
.arrow_slider {
    opacity: 1;
    transform: scale(1);
    transition: .5s all;
}

.arrow_slider:hover {
    opacity: .9;
    transform: scale(.7);
}
.home_3_items .icon-box:hover .icon-inner {
    transform: rotateY(360deg);
}
.home_5_slider .swiper-slide {
    opacity: .2;
    transition: .5s all;
}

.home_5_slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.row-full-width {
    max-width: 100% !important;
}

.home_5_slider_wrap {
    padding: 0 3rem;
}

.home_5_slider_wrap .wrap_control {
    max-width: 75rem;
    margin: auto;
}
.group_heading.no_ht *:before {
    display: none;
}
.wrap_kien_thuc_right .item:hover h3 {
    color: var(--fs-color-primary);
}
.swiper-button-disabled {
    opacity: .4;
}
.socials_footer .img:hover {
    opacity: .6;
}
ul.button_fixed {
    list-style: none;
    margin: 0;
    position: fixed;
    top: 50%;
    right: 1rem;
    z-index: 99;
}

ul.button_fixed li {
    display: block;
}

ul.button_fixed li a {
    width: 2.35455rem;
    height: 2.35455rem;
    width: 2.35455rem;
    background: linear-gradient(27deg, #F36523 37.78%, #F7951E 87.33%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .7rem 0;
    position: relative;
    z-index: 9;
}

ul.button_fixed li {
    margin: .5rem 0 !important;
}
.swiper-pagination {
    position: unset;
    margin-top: 1rem;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f36b22;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    min-width: 11.6rem;
}

.selected-option {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    padding: 0;
    box-shadow: none !important;
    padding: 0;
    color: #333;
    font-size: 0.8rem;
    margin-bottom: 0.9rem;
    background-repeat: no-repeat;
    background-position: right center;
    height: 2.5rem;
    background-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0 1.7rem 0 1.15rem;
    border-radius: 100px;
    background-position: right .5rem center;
    margin: 0 !important;

}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc !important;
    border-top: none;
    width: 100%;
    position: absolute;
    background-color: #FFF;
    z-index: 1000;
    overflow-y: auto;
    /*border-radius: 1rem;*/
}

.custom-select li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #a3a3a33b !important;
}

.custom-select li:hover {
    background-color: #F36523;
    color: #fff;
}
.custom-select li {
    margin: 0 !important;
}

.custom-select li {
    color: #333;
    font-size: .8rem;
    transition: .4s all;
    background: transparent;
}
.custom-select::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
section.banner_relationship.rocket-lazyload.lazyloaded {}

.banner_relationship:before,.banner_relationship:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            360deg, black, transparent);
    opacity: .7;
    pointer-events: none;
}

.banner_relationship {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_relationship:after {
    background: linear-gradient(
            102deg, black, transparent);
    opacity: .2;
}

nav#breadcrumbs ol {
    list-style: none;
    margin: 0;
    display: flex;
    color: #fff;
}

nav#breadcrumbs ol * {
    color: #fff;
    font-size: 0.85rem;
}

nav#breadcrumbs .row {position: relative;z-index: 2;}

.banner_relationship .row {
    position: relative;
    z-index: 9;
}

nav#breadcrumbs ol li {
    margin: 0;
}

nav#breadcrumbs ol li+li:before {
    content: '|';
    margin: 0 0.5rem;
    font-weight: 100;
}

.banner_relationship h1 {
    color: #fff;
    font-size: 2.5rem;
}

.banner_relationship {
    padding: 6rem 0;
}

.banner_relationship .row.bottom {
    position: absolute;
    max-width: 100% !important;
    width: 100% !important;
}

ul.nav_terms_parent {
    list-style: none;
    margin: 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    SVG;
    padding: 0 calc(calc(100vw - 72rem)/2);
}

ul.nav_terms_parent a {
    color: #fff;
    font-size: 0.8rem;
    text-t]: up;
    text-t]: up;
    text-t]: unset;
    text-t]: unset;
    text-t]: u;
    text-transform: uppercase;
    line-height: 3rem;
    position: relative;
    display: inline-block;
}

ul.nav_terms_parent  li+li {
    margin-left: 1.8rem;
}

ul.nav_terms_parent li {
    margin-bottom: 0;
}

ul.nav_terms_parent a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: .5s all;
    background: #fff;
}

ul.nav_terms_parent a:hover:before,ul.nav_terms_parent a.active:before {
    width: 100%;
}

section.relationship_sec_2 {
    padding: 5rem 0;
}

section.relationship_sec_2 h2 {
    padding: 0;
    margin: 0;
}

section.relationship_sec_2 h2:before {
    display: none;
}

ul.nav_terms_child {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.nav_terms_child li {
    margin: 0;
}

ul.nav_terms_child a {
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #FFE0D0;
    backdrop-filter: blur(15px);
    color: #F36523;
    font-size: 0.8rem;
    padding: 0 .7rem;
    transition: .4s all;
}

ul.nav_terms_child li+li {
    margin-left: .7rem;
}

ul.nav_terms_child a:hover {
    background: #F36523;
    color: #fff;
}

.relationship_sec_2 .wrap_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_search input {
    width: 17.85rem;
    height: 2.5rem;
    border-radius: 100px;
    box-shadow: none;
    border: 1px solid #E3E3E3;
    backdrop-filter: blur(15px);
    font-size: 0.8rem;
    padding: 0 4rem 0 1rem;
    margin: 0;
}

.box_search input::placeholder {
    color: #A2A2A2;
}

section.relationship_sec_2 .wrap_top.flex.justify-between {
    border-bottom: 1px solid #E6E6E6;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

.wrap_select_filter {
    display: flex;
}

.relationship_sec_2 .wrap_center .icon {
    position: absolute;
    top: 0;
    width: 4rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box_search {
    position: relative;
}

.relationship_sec_2 .wrap_center svg {
    width: 1rem;
    height: auto;
}

.item.item_date {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 100px;
    overflow: hidden;
    padding: 0 .5rem;
}

.item.item_date input {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    padding: 0 !important;
    min-height: unset !important;
    width: 6rem !important;
    min-width: unset !important;
    margin-left: .5rem !important;
    height: auto !important;
    font-size: .8rem;
    height: 2.5rem !important;
}

.item.item_date label {
    margin: 0;
    opacity: 0.5;
    Colors
    Color format
    Hex
    Text colors

    #333333;
    font-weight: 400;
    color: #333;
    font-size: .8rem;
}

.item.item_date {}

.wrap_select_filter .item+.item {
    margin-left: .8rem;
}

.wrap_bottom .right {
    display: flex;
    align-items: center;
    color: #8B8B8B;
    font-size: 0.75rem;
}

.wrap_bottom .right span {
    width: max-content;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: .5rem;
}

.wrap_bottom .right  select#sort_relationship {
    border: none !important;
    height: auto !important;
}

.wrap_bottom .right .selected-option {
    border: none !important;
    width: auto !important;
    padding: 0 !important;
    height: auto !important;
    font-size: 0.7rem;
}

.wrap_bottom .right .custom-select-container {
    min-width: 7.6rem;
    text-align: center;
}

.wrap_bottom .right li {
    font-size: .75rem;
    padding: .25rem;
}

.wrap_bottom .right .custom-select {
    border-radius: .5rem;
}

.wrap_bottom {
    padding-top: 1.5rem;
    margin-bottom: 1.15rem;
}

.wrap_bottom .left {
    font-size: 0.75rem;
}

.item_document {
    padding: .75rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .5s all;
    border-bottom: 1px solid #E3E3E3;
}

.item_document h3 {
    font-family: "Wix Madefor Display";
    font-size: 1rem;
    transition: .4s all;
}

.item_document .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.item_document .content {
    color: #666;
    font-size: 0.65rem;
}

a.download_button {
    height: 1.75rem;
    border: 1px solid #FFB28E;
    Colors
    Color format
    Hex
    Border colors

    #FFB28E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F36523;
    font-size: 0.55rem;
    border-radius: 100px;
    font-weight: 700;
    min-width: 4.8rem;
    text-transform: uppercase;
    transition: .4s all;
}

a.download_button svg {
    width: .9rem;
    height: auto;
    display: block;
    margin-left: .5rem;
}

a.download_button:hover {
    background: #F36523;
    color: #fff;
}

a.download_button:hover path {
    stroke: #fff;
}

.item_document:hover h3 {
    color: #F36523;
}

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

.ajax-paging ul a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: .4s all;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #333;
}

.ajax-paging ul a svg {
    width: 1rem;
}

.ajax-paging ul a.active,.ajax-paging ul a:hover {
    background: #FFEDE4;
}

.item_document:last-child {
}

.ajax-paging li {
    margin: 0;
}
ul.nav_terms_child a.active {
    background: #F36523;
    color: #fff;
}

section.relationship_sec_2 .wrap_top.flex.justify-between .group_heading {
    max-width: 30%;
}
.wrap_document.active>*,
.wrap_post.active>*{
    opacity: .1;
}

.wrap_document.active:before,
.wrap_post.active:before{
    content: '';
    animation: spin .5s
    linear infinite;
    border: 4px solid #F36523;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    position: absolute;
    top: 12%;
    width: 3rem;
}
.wrap_document,
.wrap_post{
    position: relative;
}
.wrap_doi_ngu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
}

.item_team {
    width: calc(calc(100% / 5) - 1.6rem);
    margin: 0 .8rem 1.6rem;
}
section.banner_section img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100vh;
}

section.banner_section .row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

a.button_scroll {
    display: none;
}

section.banner_section {
    position: relative;
}

h1.title_banner {
    font-size: 2.5rem;
    color: #ffff;
    margin: 0;
}
.page-template-about  section.banner_section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    height: 100%;
    z-index: 2;
}

.page-template-about section.banner_section .row {
    bottom: 2rem;
    top: unset;
}

.page-template-about section.banner_section a.button_scroll {
    display: block;
    position: absolute;
    z-index: 9;
    left: 1.45rem;
    bottom: 1.8rem;
}

.wrapDoiTac {
    display: flex;
    margin: 2rem -0.3rem 0;
}

.wrapDoiTac .item {
    width: calc(calc(100% / 3) - 0.6rem);
    margin: 0 .3rem .6rem;
    position: relative;
    cursor: pointer;
}

.wrapDoiTac  .box_img {
    padding-bottom: 130%;
    position: relative;
}

.wrapDoiTac .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.wrapDoiTac .box_icon {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 2.3rem;
    top: 2.3rem;
    z-index: 3;
}

.wrapDoiTac .box_img:before,.wrapDoiTac .box_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 12.55rem;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}

.wrapDoiTac .box_img:after {
    top: unset;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 56.73%);
    Colors
    Color format
    Hex
    Background colors;
    height: 20.3rem;
}

.wrapDoiTac .box_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 2.6rem 1.6rem;
}

.wrapDoiTac h3 {
    color: #fff;
    font-size: 1.35rem;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    margin: 0;
}

.wrapDoiTac .content {
    color: #fff;
    margin-top: .7rem;
    max-height: 0;
    transition: 1s all;
    overflow: hidden;
    margin: 0;
}

.wrapDoiTac .item:hover .content {
    max-height: 10rem;
    margin-top: .7rem;
}

.ab_2 img.bg, .ab_4 img.bg {
    height: auto;
    width: auto;
    float: right;
    margin: 1.5rem 1.8rem 0 0;
}

.ab_3 {
    overflow: hidden;
}

.ab_3_tabs .text h3 {
    font-size: 1.5rem;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    margin-top: 1.4rem;
    position: relative;
    margin: 0 0 1rem;
}

.ab_3_tabs  ul.nav {
    position: absolute;
    top: 1rem;
}

.ab_3_tabs .text {
    padding: 0 4rem 3rem 1.5rem;
    font-size: .9rem;
    min-height: 13rem;
}

.ab_3_tabs .text:before {
    content: '';
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    height: calc(100% + 28rem);
    width: 1px;
    bottom: 0;
}

div#text-4156913583 {}

.ab_3_tabs .text h3:before {
    width: 2px;
    position: absolute;
    left: -1.5rem;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    content: '';
}

.ab_3_tabs .tab-panels {
    padding: 0;
}

.ab_3_tabs {
}

.ab_3_tabs ul.nav a {
    height: 2.5rem;
    border-radius: 100px;
    border: 1px solid #FFE0D0;
    backdrop-filter: blur(15px);
}

.ab_3_tabs ul.nav a {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: unset;
    padding: 0 1.15rem;
}

.ab_3_tabs ul.nav li+li {
    margin-left: .7rem;
}

.ab_3_tabs ul.nav li:hover a,
.ab_3_tabs ul.nav .active a {
    background: rgba(255, 255, 255, 0.20);
    border-color: transparent;
}

.ab_4_wrap .icon-box {
    border-radius: 0.5rem;
    background: rgba(255, 224, 208, 0.20);
    backdrop-filter: blur(5px);
    padding: 1.45rem 1.75rem 2.35rem 2.65rem;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.ab_4_wrap .col-inner {
    height: 100%;
}

.ab_4_wrap .icon-box-img {
    width: auto !important;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 3rem;
}

.ab_4_wrap .icon-box-img .icon-inner {
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab_4_wrap .icon-box-img .icon-inner img {
    max-height: 100%;
    width: auto;
    height: auto;
    filter: brightness(1) invert(0);
}

.ab_4_wrap h3 {
    font-size: 1.3rem;
    color: #333;
    font-family: "Wix Madefor Display";
    font-weight: 700;
    margin-bottom: .7rem;
}

.ab_4_wrap .icon-box {
    font-size: .9rem;
    color: #333;
}

.ab_4_wrap .icon-box-text {
    max-width: 16rem;
    position: relative;
    z-index: 9;
}

.ab_4_wrap {
    align-items: center;
}

.ab_4_wrap .col {
    margin-bottom: 30px;
}

.ab_4 .section-bg {
    display: flex;
    align-items: flex-end;
    margin: 0;
}

.ab_4 img.bg {
    position: relative;
    bottom: -6rem;
}

.ab_5  ul.nav {
    position: absolute;
    top: -4rem;
}

.ab_5 ul.nav a {
    height: 2.5rem;
    border-radius: 100px;
    border: 1px solid #FFE0D0;
    backdrop-filter: blur(15px);
    padding: 0 1.15rem;
    color: #F36523;
    font-weight: 500;
    text-transform: unset;
}

.ab_5 ul.nav li + li {
    margin-left: .7rem;
}

.ab_5 ul.nav li:hover a,
.ab_5 ul.nav .active a {
    background: #F36523;
    color: #fff;
}

.item_team .box_img {
    height: 17.75rem;
    margin-bottom: .7rem;
    overflow: hidden;
}

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

.item_team  .box_content {
    border-left: 1px solid #F36523;
    padding-left: .45rem;
}

.item_team h3 {
    font-size: 1rem;
    margin: 0 0 .2rem;
}

.item_team .position {
    font-size: 0.8rem;
    color: #333;
}

.ab_6 {
    font-size: 1.25rem;
}
.wrap_lv .item {
    width: 100%;
    height: 26rem;
    position: relative;
    transition: 1s all;
    cursor: pointer;
}

.wrap_lv {
    gap: 1rem;
    overflow: hidden;
}

.wrap_lv .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_lv .item .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.6rem 2.2rem;
    filter: brightness(0) invert(1);
    font-size: 0.9rem;
    opacity: 0;
    transition: .5s all;
    max-width: 29rem;
    font-size: 0.9rem;
}

.wrap_lv h3.title_left {
    position: absolute;
    color: #fff;
    font-family: "Wix Madefor Display";
    font-weight: 700;
    font-size: 0.95rem;
    transform: rotate(-90deg) translateY(50%);
    bottom: 3.6rem;
    transform-origin: bottom left;
    left: 50%;
    width: max-content;
    transition: 1s all;
}

.wrap_lv .item .box_content h3 {
    font-size: 1.2rem;
    font-family: "Wix Madefor Display";
    font-weight: 700;
}

.wrap_lv .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 100%;
}

.wrap_lv .item.active {
    width: 75%;
    flex: 0 0 auto;
}

.wrap_lv .active h3.title_left {
    opacity: 0;
}

.wrap_lv .item.active .box_content {
    opacity: 1;
    transition-delay: .5s;
}

.wrap_process .item>* {
    width: 50%;
    position: relative;
    font-size: 0.9rem;
}

.wrap_process .item .box_content .inner {
    max-width: 17.5rem;
    margin: 0 6rem 0 auto;
}

.wrap_process .item .box_content h3 {
    font-size: 1.5rem;
    font-family: "Wix Madefor Display";
    font-weight: 700;
    margin-bottom: .5rem;
}

.wrap_process .item .year {
    position: absolute;
    right: -7rem;
    font-family: "Wix Madefor Display";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: 4rem; /* 114.286% */
    color: transparent;
    /* transform: rotate(90deg); */
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-family: 'SVN-Gotham';
}

.wrap_process .item .box_img {
    max-width: 23rem;
    margin: 0 0 0 auto;
}

.wrap_process .item-wrap:nth-child(even) .box_img {
    order: -1;
    margin: 0 auto 0;
}

.wrap_process .item-wrap:nth-child(even) .box_content .inner {
    margin: 0 auto 0 6rem;
}

.wrap_process .item-wrap+.item-wrap {
    margin-top: 7rem;
}

.wrap_process {
    position: relative;
}

.wrap_process:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: rgba(243, 101, 35, 0.20);
    SVG;
    width: 1px;
    height: 100%;
}

.wrap_process .item {
    padding-top: .9rem;
    position: relative;
}

.wrap_process .item:before {
    content: '';
    top: 0;
    left: calc(50% - 5px);
    width: 11px;
    height: 11px;
    background: #F36523;
    position: absolute;
    border-radius: 50%;
}

.wrap_process .item-wrap:nth-child(even) .box_content .year {
    left: -7rem;
    right: unset;
    transform: translateY(-50%) rotate(-90deg);
}
.wrap_process .item .box_content .year {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F36523;
    color: transparent;
}

.wrap_process .item-wrap:nth-child(even) .box_img {
    margin: 0 auto 0 0;
}
.tv_1 h2 {
    font-size: 2rem;
}

.tv_1 {
    color: #333;
    font-size: .9rem;
}

.wrap_qt .tabbed-content {
    position: absolute;
    left: 0;
    width: calc(100% + 18rem) !important;
    top: 4rem;
}

.wrap_qt .img {
    width: 42rem !important;
    display: block;
    margin: 0 0 0 auto;
}

.wrap_qt {justify-content: flex-end;}

.wrap_qt ul.nav li+li {
    margin-left: 6rem;
}

.wrap_qt ul.nav li a {
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F36523;
    font-size: 1rem;
    font-weight: 400;
    color: #F36523;
    z-index: 9;
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    padding: 0;
    background: #F36523;
}

.wrap_qt ul.nav li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrap_qt  ul.nav {
    margin-bottom: 5.2rem;
    border-top: 1px solid rgba(243, 101, 35, 0.30);
}

.wrap_qt .panel p {
    margin: 0;
}

.wrap_qt .panel h3 {
    color: #333;
    font-family: "Wix Madefor Display";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    /* 120% */
    margin: .2rem 0;
}

.wrap_qt .tab-panels {
    max-width: 24rem;
    font-size: 0.9rem;
}

.wrap_qt ul.nav li a span {
    line-height: 1;
    font-size: 0;
    transition: .5s all;
}

.wrap_qt ul.nav li.active a span {
    font-size: 1rem;
}

.wrap_qt ul.nav li.active a {
    width: 2.6rem;
    height: 2.6rem;
    background: #fff;
}
.item_term+.item_term {margin-top: 5rem;}

.item_term .box_banner {
    display: flex;
    Colors
    Color format
    Hex
    Background colors;
}

.item_term .box_banner .box_content {
    width: 23.9rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: linear-gradient(104deg, #F36523 2.31%, #FFA83D 97.69%);
    padding: 2.45rem 3rem;
    flex: 0 0 auto;
}

.item_term .box_banner h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.item_term .box_banner {
    color: #fff;
    font-size: 0.8rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.item_term a.button_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    border-radius: 100px;
    background: #FFE0D0;
    backdrop-filter: blur(15px);
    padding: 0 1.15rem;
    color: #F36523;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.item_term a.button_box span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .4rem;
}

.item_term .box_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item_term .box_banner .box_img {
    width: 100%;
}

.wrap_post_knowledge {
    margin-top: 2rem;
    display: none;
}

.item_knowledge {
    display: flex;
    align-items: center;
    padding: .95rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    SVG;
    justify-content: space-between;
}

.item_knowledge a.box_link {
    flex: 0 0 auto;
    height: 2.083rem;
    border-radius: 3rem;
    border: 1px solid #C5C5C5;
    background: #FFF;
    backdrop-filter: blur(15px);
    color: #F36523;
    font-size: 0.729rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.15rem;
    transition: .5s all;
    text-transform: uppercase;
}

.item_knowledge .box_content {
    max-width: 56%;
}

.item_knowledge h3 {
    color: var(--9_333333, #333);
    font-family: "Wix Madefor Display";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    /* 145.455% */
    margin: 0;
}

.item_knowledge .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    margin-bottom: .7rem;
}

.box_meta {
    color: #9E9E9E;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.box_meta span {
    margin: 0 .5rem;
}

.item_knowledge a.box_link:hover {
    background: #F36523;
    color: #fff;
    border-color: #F36523;
}
.item_term a.button_box span.icon.active svg {
    transform: rotate(180deg);
}
.single:not(.single-recruit) nav#breadcrumbs ol * {
    color: #555;
}

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

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

.action_post {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_like {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    color: #666;
    margin: 0 !important;
}

.button_like svg {
    width: 1.1rem;
    display: block;
    margin-right: .2rem;
}

ul.share_post {
    margin: 0;
    list-style: none;
    margin: 0 0 0 1.15rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.share_post li {
    margin: 0 0 0 .5rem;
}

ul.share_post li a {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #F36523;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

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

ul.share_post:before {
    content: 'Chia Sẻ:';
    font-size: 0.7rem;
    color: #666;
}

.content.content_post {
    color: var(--9_333333, #333);
    font-size: 0.9rem;
    margin-top: 1.1rem;
    padding-top: 2.2rem;
    position: relative;
}

.content.content_post:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
    SVG;
    width: 70%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.content.content_post strong {
    font-weight: 600;
}

.single_knowledge_wrap .box_img {
    width: 60%;
    flex: 0 0 auto;
}
.single_knowledge_wrap .box_img .inner img,
.single_knowledge_wrap .box_img .inner{
    height: 100%;
    object-fit: cover;
}

.single_knowledge_wrap {
    margin: 4rem 0 2.8rem;
}

.single_knowledge_wrap .box_content {
    padding: 4rem 3.2rem;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.4;
    background: linear-gradient(104deg, #F36523 2.31%, #FFA83D 97.69%);
}

.single_knowledge_wrap span.sub_content {
    font-size: 0.8rem;
    margin-top: 4rem;
    display: block;
}

.wrap_tags {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #666;
}

.wrap_tags ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.wrap_tags ul li {
    margin: 0 0 0 1.7rem;
    transition: .5s all;
    cursor: pointer;
}

.wrap_tags ul li:hover {
    color: #F36523;
}

section.single_knowledge_related {
    padding: 3rem 0 5rem;
}
.single_knowledge_related .wrap_post_knowledge {
    display: block;
    margin: 0;
}
.tabs_support  ul.nav {
    background: #fff4ee;
    position: sticky;
    top: 5.7rem !important;
    z-index: 99;
}

.tabs_support ul.nav a {
    padding: 0;
    color: #333;
    font-family: "Wix Madefor Display";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    text-transform: unset;
    transition: .4s all;
}

.tabs_support ul.nav li {
    margin: 0 2rem;
}

.tabs_support ul.nav a:hover,.tabs_support ul.nav .active a {
    color: #F36523;
}

.tabs_support .tab-panels {
    padding: 0;
    margin-top: 3.15rem;
}

.tabs_support .group_heading h2 {
    padding: 0;
    margin: 0;
}

body:not(.single-investment_fund) .tabs_support .panel {
    height: auto !important;
    opacity: 1 !important;
    visibility: unset !important;
}

.accordion .toggle {
    float: right;
    right: 0;
    left: unset;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-title {
    padding: 0.8rem 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333 !important;
}

.accordion-title {
    background: transparent !important;
}

.tabs_support .group_heading {
    margin-bottom: 1.5rem !important;
}

body:not(.single-investment_fund) .tabs_support .panel+.panel {
    margin-top: 3.5rem !important;
}

.accordion-title.active {
    font-weight: 600;
    color: #F36523 !important;
}

.accordion-inner {
    padding: 0 !important;
    font-size: 0.8rem;
    color: #333;
    max-width: 47rem;
}

.accordion-title i.icon-angle-down {
    display: none;
}

.accordion .toggle:before,.accordion .toggle:after {
    width: 1px;
    height: 1.2rem;
    content: '';
    background: #333;
    position: absolute;
}

.accordion .toggle:after {
    transform: rotate(90deg);
}

.accordion .active .toggle:after {
}

.accordion .active .toggle:before {
    transform: rotate(90deg);
}

.accordion .active .toggle:before,.accordion .active .toggle:after {
    background: currentColor;
}

.page-template-support {
    overflow: unset;
}
section.single_knowledge {
    padding-top: 1.5rem;
}

.nav_post_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 1rem;
    margin-top: 2rem;
}
.related_post {
    padding: 4.5rem 0;
}

.slider_post_related {
    overflow: hidden;
    margin: 0 -1rem;
}

.post_item .box_img {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    margin-bottom: .9rem;
    overflow: hidden;
}

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

.post_item h3 {
    color: #333;
    font-family: "Wix Madefor Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.slider_post_related .swiper-slide {
    padding: 0 1rem;
}
.arrow_slider_button {
    position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow_slider_button svg {
    width: 2.1rem;
    height: auto;
}

.arrow_slider_button.next {
    left: unset;
    right: -4rem;
}
.gallery_td {
    margin: 0 !important;
}

.gallery_td .col {
    padding: 0 !important;
}

.gallery_td .row {
    margin: 0 !important;
}

.gallery_td .large-7 .col .col {
    padding: 0;
}

.gallery_td .large-7>* {
    height: 100%;
}

.gallery_td * {
    height: 100% !important;
}

.wrap_gia_tri .item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 1.13rem 0;
    border-top: 1px solid #D0D0D0;
    font-size: .9rem;
    position: relative;
    cursor: pointer;
    color: #333;
    font-size: 0.9rem;
}

.wrap_gia_tri .item h3 {
    color: #F36523;
    font-family: "Wix Madefor Display";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    /* 118.182% */
    text-transform: uppercase;
    margin: 0;
    width: 18rem;
    flex: 0 0 auto;
    margin-right: 5rem;
}

.wrap_gia_tri .item .content {
    width: 19rem;
    flex: 0 0 auto;
}

.wrap_gia_tri .box_img .inner {
    width: 19.4rem;
    height: 10.4rem;
    position: relative;
}

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

.wrap_gia_tri .item .box_img {
    position: absolute;
    right: 0;
    pointer-events: none;
    top: -2rem;
    right: 1rem;
    transform: scale(0);
    transition: 1s all;
}

.wrap_gia_tri .item:hover .box_img {
    transform: scale(1);
}

.wrap_gia_tri .item:hover {
    z-index: 9;
}

.wrap_gia_tri {
    margin-top: 1rem;
}

.td_3 .row:after {
    display: none;
}

.item_td {padding: 1.5rem 2rem;border-top: 1px solid rgba(0, 0, 0, 0.10);background: transparent;transition: .5s all;cursor: pointer;}

.item_td:hover {
    background: #FFF4EF;
}

ul.info_td {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.info_td li {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

ul.info_td li svg {
    display: block;
    width: .7rem;
    height: auto;
}

ul.info_td li+li {
    margin-left: 1.3rem;
}

.item_td h3 {
    font-weight: 500;
    color: #333;
}

.td_3_items .text {
    padding: 1.15rem 0 1.15rem 7.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    SVG;
    font-size: 0.8rem;
}

.td_3_items h3 {
    color: #FFF;
    font-family: "Wix Madefor Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    /* 104% */
    margin-bottom: .2rem;
}

.td_3_items .text p:last-child {
    margin: 0 !important;
}

.td_3_items .text p {
    margin: 0;
}

.td_3_items .text:before {
    content: '01';
    position: absolute;
    left: 0;
    opacity: 0.4;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Wix Madefor Display";
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem; /* 75% */
}

.td_3_items .text:nth-child(2):before {
    content: '02';
}

.td_3_items .text:nth-child(3):before {
    content: '03';
}
.td_3_items .text:nth-child(4):before {
    content: '04';
}
.td_3_items .text:nth-child(5):before {
    content: '05';
}

.gallery_td .col.large-5 .img {
    height: 27.34rem !important;
}

.gallery_td .col.large-5 .img img {
    height: 100% !important;
    object-fit: cover;
}

.gallery_td .col.large-7 .img {
    height: 13.5rem !important;
    margin-bottom: .35rem;
}

.gallery_td .col.large-7 .large-4 .img {
    height: 27.34rem !important;
}

.gallery_td .large-7 .large-8 {
    padding: 0 .35rem !important;
}
section.recruit_page {
    padding: 5rem 0;
}

.td_top {
    background: #FBF9F3;
    Colors
    Color format
    Hex
    Background colors

    #FBF9F3;
    margin-bottom: 3.28rem;
}

.td_top .col.text-center {
    background: linear-gradient(27deg, #F36523 37.78%, #F7951E 87.33%);
    Colors
    Color format
    Hex
    Background colors;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: #fff;
}

.td_top  h2 {
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 2rem;
}

.td_top .col.large-9 {
    padding: 3rem 1.85rem 2rem;
}

.td_top h2:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #F36523;
    Colors
    Color format
    Hex
    Background colors

    #F36523;
    position: absolute;
    left: -1.85rem;
    top: 50%;
    transform: translateY(-50%);
}

.td_top  ul.info_td {
    flex-wrap: wrap;
}

.td_top ul.info_td li {
    width: calc(100% / 3);
    padding: 0 .5rem;
    margin: 0 0 1rem;
    color: var(--Body_2, #666);
}

.td_top ul.info_td li:first-child {
    width: 100%;
}

.td_top ul.info_td li .icon {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.td_top ul.info_td li .icon svg {
    width: auto;
    height: auto;
    display: block;
}

.td_top ul.info_td li b {
    margin-left: .4rem;
}

.td_top .col.text-center h3 {
    color: var(--3_FFFFFF, #FFF);
    text-align: center;
    font-family: "Wix Madefor Display";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 125% */
}

.td_top .col.text-center .content .phone {
    font-size: 1.1rem;
    font-weight: 600;
}

.td_top .col.text-center .content {
    padding: .75rem 0;
    position: relative;
    margin-bottom: .5rem;
}

.td_top .col.text-center .content:before,.td_top .col.text-center .content:after {
    content: '';
    background: linear-gradient(45deg, transparent , #fff, transparent);
    SVG;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}

.td_top .col.text-center .content:after {
    top: unset;
    bottom: 0;
}

a.scroll_to_form {
    display: flex;
    width: 2.05rem;
    height: 2.05rem;
    margin: 0.45rem auto 0;
    border: 1px solid #FFF;
    Colors
    Color format
    Hex
    Border colors

    #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all;
}

a.scroll_to_form svg {
    width: 1.2rem;
    height: auto;
}

a.scroll_to_form:hover {
    background: #fff;
}

a.scroll_to_form:hover path {
    stroke: #F36523;
}

.td_bottom .content ul {
    margin-left: 1.2rem;
}

.row.td_bottom {
    font-size: 0.9rem;
    color: #454545;
    align-items: flex-start;
}


.box_td h2 {
    color: #333;
    font-family: Literata;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    position: relative;
}

.box_td h2:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 3px;
    background: #F36523;
    left: -1.3rem;
}

.list_td .item {
    padding: 1.05rem 0;
}

.list_td .item+.item {
    border-top: .1rem solid rgba(243, 101, 35, 0.20);
}
.recruit_page .content p {
    margin-bottom: .8rem;
}

.list_td .item h3 {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: "Wix Madefor Display";
    margin-bottom: .4rem;
}

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

.list_td ul li {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 0.8rem;
}

.list_td ul li b {
    margin-left: .2rem;
}

.list_td .icon {
    display: flex;
    align-items: center;
    margin-right: .3rem;
    width: .8rem;
}

.box_form_td {
    border-radius: 0.5rem;
    background: #FBF9F3;
    padding: 2.7rem 4.5rem;
    margin-top: 5rem;
}

.box_form_td h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .4rem;
}

.box_form_td .content {
    font-size: 0.9rem;
    color: var(--body, #333);
    font-weight: 500;
    margin-bottom: 1.7rem;
}

.wrap_form_contact input:not([type="file"]), .wrap_form_contact textarea {
    height: 2.75rem;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 0.75rem;
    color: var(--Body_2, #666);
}

.wrap_form_contact textarea {
    height: 5rem;
    min-height: unset;
}

.content_file {
    font-size: 0.75rem;
    color: var(--Body_2, #666);
}

.wrap_form_contact .content {
    font-size: 0.65rem;
    color: var(--Body_2, #666);
}

.wrap_form_contact .content a {
    color: #F36523;
    font-weight: 600;
    text-decoration: underline;
}

.wrap_form_contact input[type="submit"] {
    border-radius: 100px;
    background: #F36523;
    backdrop-filter: blur(15px);
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.wpcf7 input[type="file"] {
    font-size: 0.7rem;
}
.box_contact_form {
    background: #FBF9F3;
    overflow: hidden;
}

.box_contact_form>.col {
    padding: 0;
}

.contact_1 .stack {
    margin: 0 -15px;
    color: #333;
    font-size: 0.8rem;
    color: #999;
}

.contact_1 .stack strong {
    font-size: 0.9rem;
    color: #333;
}
.contact_1{
    color: #333;
}
.contact_1 .stack p {max-width: 30rem;margin: 0;    color: #333;
}

.contact_1 .stack a {
    color: #F36523;
    text-decoration: underline;
}

.box_contact_form .large-8 .col-inner {
    padding: 3rem 5rem;
}

.page-template-contact .wrap_form_contact input[type="submit"] {
    width: auto;
    padding: 0 1.15rem;
}

.box_contact_form .group_heading h2 {
    font-size: 2rem;
    padding: 0;
}

.calculator_wrap h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}


.calculator_wrap .form_group label {
    display: block;
    font-weight: 400;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    color: #333;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
}

.calculator_wrap .datepicker,
.calculator_wrap input[type="date"] {
    width: 100%;
    padding: 0 1.3rem;
    border: 1px solid #ccc;
    height: 2.5rem;
    border-radius: 100px;
    font-weight: 700;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    font-size: 0.8rem;
    box-shadow: none !important;
    margin: 0;
}

.calculator_wrap input[type="range"] {
    width: 100%;
    margin: 0;
}

.calculator_wrap .btn_wrap {
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
}

.calculator_wrap #calcBtn {
    background: #f15a24;
    color: #fff;
    border: none;
    border-radius: 1.25rem;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    margin: 0;
    height: 2.5rem;
    font-size: 0.8rem;
    margin: 0 !important;
}

.calculator_wrap .calc_result {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.calculator_wrap .result_box {
    background: transparent;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: left;
    width: calc(50% - .7rem);
    border: 1px solid #FFE8DD;
    Colors
    Color format
    Hex
    Border colors

    #FFE8DD;
}

.calculator_wrap .result_box p {
    color: #777;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    margin: 0;
}

.calculator_wrap .result_box h3 {
    color: #333;
    font-size: 1.1rem;
    margin: 0;
    font-size: 1.5rem;
    text-align: right;
    margin-top: .5rem;
}

.table_box {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.75rem;
}
.table_box th,
.table_box td {
    border-bottom: 0.05rem solid #eee;
    padding: 0.5rem 0.75rem;
    text-align: center;
}
.table_box th:first-child,
.table_box td:first-child {
    text-align: left;
}
.table_box th,.table_box td {
    background: #fdf7f3;
    font-weight: 600;
}
.note {
    font-size: 0.65rem;
    color: #777;
    margin-top: 0.25rem;
}
.filter_btns {
    display: flex;
    margin-bottom: 1rem;
}
.filter_btns button {

    margin: 0;

    height: 2.5rem;

    display: flex;

    width: auto;

    width: max-content;

    border-radius: 3rem;

    border: 1px solid #FFE0D0;

    backdrop-filter: blur(15px);

    color: #F36523 !important;

    font-weight: 500;

    text-transform: unset !important;

    line-height: normal;

    align-items: center;

    padding: 0 1.15rem;

    line-height: 1;

    transition: .4s all;
}
.filter_btns button.active {
    background: #FFE0D0;
    color: #F36523 !important;
}
.chart_box {
    background: #fff;
    /* border: 0.05rem solid #eee; */
    border-radius: 0.4rem;
    padding: 1rem;
}
.ab_3_tabs .col-inner {
    height: 100%;
}
nav#breadcrumbs ol>*:not(:last-child) {
    flex: 0 0 auto;
}

nav#breadcrumbs ol>*:last-child * {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

nav#breadcrumbs ol li {
    display: flex;
    opacity: 0.5;
}
nav#breadcrumbs ol li:last-of-type{
    opacity: 1;
}
.gallery_td img {
    object-fit: cover;
}
ul.button_fixed li a svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
    position: relative;
}
.banner_product {
    padding: 7rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.banner_product nav#breadcrumbs {
    filter: brightness(0) invert(1);
}

.banner_product h1.title_banner {
    margin: 0;
}

.product_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.2rem;
}

.product_info .item {
    width: calc(50% - 4.4rem);
    margin: 2rem 2.2rem 0;
    padding-top: .6rem;
    border-top: 1px solid#DADADA;
}

.product_info .item b {
    color: #fff;
    font-size: .9rem;
    display: block;
}

.product_info .item p {
    font-size: 0.75rem;
    color: #fff;
    margin-bottom: .2rem;
    min-height: 1.2rem;
    display: block;
}

.product_info .item strong {
    font-size: 2.25rem;
    color: #fff;
    font-family: "Literata", serif;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.product_info .item strong svg {
    display: block;
    width: 1.5rem;
    height: auto;
    margin-left: 1rem;
}

.banner_product:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(0px);
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgba(0, 0, 0, 0.18) 48.35%, rgba(0, 0, 0, 0.00) 100%);
}

.tabs_support  table {
}

.tabs_support table {
    font-size: 0.9rem;
}

.tabs_support table td {
    padding: .5rem 0;
    color: rgb(51 51 51 / 50%);
}

.tabs_support table td:nth-child(2) {
    color: #333;
}
.single_investment_fund {
    font-size: .9rem;
    line-height: 1.6;
}

.single_investment_fund .text_box {
    background: #FFFBF9;
    padding: 1.15rem;
}
.single_investment_fund  h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.ban_dai_dien .icon-box {
    align-items: center;
    margin: 1.1rem 0;
}

.ban_dai_dien .icon-box .icon-box-img {
    border-radius: 50%;
    max-width: unset !important;
    width: 4.95rem !important;
    height: 4.95rem;
    margin-right: 1rem;
}

.ban_dai_dien .icon-box .icon-box-img img {
    border-radius: 50%;
}

.ban_dai_dien .icon-box p {
    margin-bottom: .3rem;
    color: #333333;
}
.single_investment_fund p:last-child {
    margin: 0;
}
table.table_style {
    margin: 0;
    background: #FFFBF9;
}
.wrap_cong_cu {
    display: flex;
    margin: 0 -1rem;
}

.wrap_cong_cu .item_box {
    padding: 0 1rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap_cong_cu .item_box+.item_box {
    border-left: 1px solid #DADADA;
}

.wrap_cong_cu .form_group {
    position: relative;
}
.wrap_cong_cu .form_group svg {
    position: absolute;
    top: 2.4rem;
    right: 1rem;
}

.wrap_cong_cu .form_group svg path {
    stroke: #b5b5b5;
}

.box_price {
    display: flex;
    align-items: center;
}

.calc_form .form_group {
    width: calc(50% - 1rem);
}

.calc_form .form_group:first-child {
    width: 100%;
    margin-bottom: 0rem;
}


.box_price input#amount {
    border: none;
    box-shadow: none;
    width: auto !important;
    margin: 0;
}

.tabs_support table th,.tabs_support table td ,
.table_box table th,
.table_box table td{
    padding: .75rem 1.3rem;
    border: none;
    text-transform: unset;
    color: #333;
}

.tabs_support table tr td,
.table_box table tr td{border-top: 1px solid rgb(204 204 204 / 30%);}
.chart_box canvas {
    width: 100% !important;
}


#activityChart {
    width: 100% !important;
    height: 100% !important;
    min-height: 30rem;
}
.filter_btns button+ button {
    margin-left: .7rem;
}

.single_investment_fund p.note {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    color: #888;
}
.info_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem;
}

.info_grid .item {
    width: calc(50% - 1rem);
    margin: 0 .5rem;
}
.section_asset .filter_btns {
    justify-content: center;
}
p.date_text {
    flex: 0 0 auto;
}
section.section_asset h2 {
    margin-bottom: .8rem;
}

.asset_content {
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

.asset_content .chart_wrap {
    width: 50%;
    padding: 0 4rem;
    position: relative;
    flex: 0 0 auto;
}

.asset_content .chart_wrap .chart_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    color: #333;
    font-family: "Literata", serif;
    width: max-content;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.single_investment_fund  section.relationship_sec_2 {
    padding: 0 !important;
}
.tabs_support .home_2_slider_wrap .item_box {
    display: flex;
    background: #FFF4EF;
}

.tabs_support .home_2_slider_wrap .item_box img {
    position: unset !important;
    width: 50%;
    transform: scale(1) !important;
}

.tabs_support  .home_2_slider_wrap .item_box .box_content {
    position: unset;
    filter: unset;
    width: 50%;
}

.tabs_support .home_2_slider_wrap .item_box .year {
    border-color: #333;
}

.tabs_support .home_2_slider_wrap .item_box .number {
    color: #333;
    font-family: Literata;
}

.tabs_support  .home_2_slider_wrap+.home_2_slider_wrap {
    margin-top: 4rem !important;
}

.tabs_support .home_2_slider_wrap:nth-child(odd) .item_box img {
    order: 2;
}

.tabs_support .home_2_slider_wrap .item_box:before {
    display: none;
}

.wrap_tv_dt .col {
    padding: 0;
}

.wrap_tv_dt {
    background: #FFF2EB;

}

.wrap_tv_dt .box_content {
    padding: 0 calc(calc(100vw - 72rem)/2) 0 2rem;
}

.wrap_tv_dt .img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(270deg, #fff2eb, transparent);
    width: 10rem;
    z-index: 2;
}
.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -1rem 0;
}

.wrap_post .post_item {
    width: calc(calc(100% / 3) - 2rem);
    margin: 0 1rem 3.646rem;
}

.wrap_post_nb .item_box {
    width: calc(33% - 1rem);
    float: left;
    margin: 0 .5rem 1rem;
}

.wrap_post_nb .item_box:first-child {
    width: calc(67% - 1rem);
}

.wrap_post_nb .box_content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    filter: brightness(0) invert(1);
    padding: 1.7rem 1.2rem;
}

.post_item {
    position: relative;
}

.wrap_post_nb .item_box .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 70%;
    z-index: 2;
}

.wrap_post_nb .item_box:first-child h3 {
    font-size: 1.4rem;
}

.wrap_post_nb .item_box:first-child .box_content {
    padding: 0 2.25rem 1.73rem;
}

.wrap_post_nb .item_box .box_img {
    margin: 0;
}

.wrap_post_nb .item_box:first-child .box_img {
    padding-bottom: 69.5%;
}

.wrap_post_nb {
    display: inline-block;
    width: calc(100% + 1rem);
    min-width: 100%;
    margin: 0 -0.5rem;
}

.relationship_sec_2 .title_box {
    margin-bottom: 2rem;
}
.header-search {
    display: none !important;
}
.has-off-canvas-undefined .mfp-bg {
    top: 0 !important;
}
.box_price .box_input {
    display: flex;
    align-items: center;
    height: 2.5rem;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    overflow: hidden;
    flex: 0 0 auto;
    padding: 0 1rem;
    margin-left: 1rem;
    font-size: 0.65rem;
    color: #B1B1B1;
}

.box_price .box_input input {
    background: transparent !important;
    padding: 0 !important;
}
#amountRange {
    -webkit-appearance: none;
    width: 100%;
    height: .2rem;
    border-radius: 3px;
    outline: none;
    transition: background 0.3s;
}

#amountRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border: 1px solid #F36523;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -.1rem;
    transition: background 0.3s;
}

#amountRange::-webkit-slider-thumb:hover {
    background: #F36523;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

ul.header-nav.header-nav-main>li.current_page_item >a {
    color: #F36523 !important;
}
.page-template-product .tabs_support .group_heading {
    margin-bottom: 3rem !important;
}
.tabs_support .home_2_slider_wrap .item_box .top {
    max-width: 100%;
    padding-bottom: 1rem;
    position: relative;
}

.tabs_support .home_2_slider_wrap .item_box .top:before {
    content: '';
    background: #F36523;
    width: 5rem;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.tabs_support .home_2_slider_wrap .item_box .top .content {
    overflow: auto;
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 4;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
}
.single-investment_fund {
    overflow: unset;
}
.tabs_support table td:first-child {
    color: rgb(51 51 51 / 50%);
}

.tabs_support.single_investment_fund table tr td, .tabs_support.single_investment_fund table th {
    padding: .64rem 1rem;
}
.tabbed-content.tabs_support.single_investment_fund {
    color: #333;
}
ul.header-nav.header-nav-main>li>a:hover {
    color: #F36523 !important;
}
ul.header-nav.header-nav-main>li>a:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F36523;
    height: 2px;
    position: absolute;
    content: '';
    width: 0;
    transition: all 0.4s;
    opacity: 0;
}
ul.header-nav.header-nav-main>li:hover>a:before,
ul.header-nav.header-nav-main>li.current-menu-item>a:before{
    width: calc(100% - 1.667rem);
    opacity: 1;
}
ul.header-nav.header-nav-main>li.current-menu-item>a {
    color: #F36523 !important;
}
.has-dropdown .icon-angle-down {
    display: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown {
    padding: .5rem;
    border-width: 1px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: .9rem;
    color: #333;
    margin: 0 .4rem;
}

.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #F36523 !important;
}
.table_1  tr:first-child td {
    border: none !important;
    padding-top: 0 !important;
}
.tabs_support.single_investment_fund .table_1 tr td {
    padding-left: 0;
}
table.table_style.table_loi_nhuan th,table.table_style.table_loi_nhuan td {
    font-size: 0.9rem;
    font-weight: 400;
}

table.table_style.table_loi_nhuan th:first-child,table.table_style.table_loi_nhuan td:first-child {
    color: #999;
    font-weight: 700;
}
.calculator_wrap .result_box span {
    font-family: "Wix Madefor Display";
    font-size: 1rem;
    margin-left: .2rem;
}
.table_style_2 th,.table_style_2 td {
    background: #FFFBF9;
}

.table_style_2  thead th {
    font-weight: 700;
    color: #666;
}

.table_style_2 td:first-child {
    font-weight: 400;
    color: #333 !important;
}

.table_style_2 td {
    font-weight: 700;
}

.single_investment_fund p.note {
    margin-top: 1rem !important;
    display: block;
    font-size: 0.8rem;
}
.wrap_top .right {
    display: flex;
    flex: 0 0 auto;
    color: #999;
    font-size: .8rem;
}

.wrap_top .right span {
    color: #333;
}

.wrap_top .right .text+.text {
    margin-left: 1.5rem;
}
table.table_box.table_style_2.style_3 td {
    font-weight: 400;
}
table.info_table.table_box.table_style_2.style_3.style_4 th {
    font-weight: 700;
    color: #999;
}
tr.sub-row td {
    text-align: right !important;
}
table.table_box.table_hoan_doi th, table.table_box.table_hoan_doi td {
    background: transparent;
    text-align: right;
}

tr.sub-row td:first-child {text-align: right !important;}

.table_hoan_doi td:first-child, .table_hoan_doi th:first-child {
    text-align: left !important;
}

table.table_box.table_hoan_doi td {
    font-weight: 400;
    color: #333;
}

table.table_box.table_hoan_doi th {
    font-weight: 700;
    color: #999;
}

.section_hoan_doi .right {
    text-align: right;
}

.section_hoan_doi .right .box_input {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.section_hoan_doi .right .box_inputv input {
    width: auto;
}

.section_hoan_doi .right .box_input input {
    margin: 0;
    box-shadow: none;
    width: auto !important;
    min-width: unset !important;
    width: 5.45rem !important;
    font-size: 0.7rem;
    margin-left: .4rem;
    border: 1px solid #D9D9D9;
    border-radius: 0.1rem;
}

.section_hoan_doi .wrap_top.flex.items-center.justify-between {
    margin-bottom: 1rem;
}

.description-chart {
    margin-bottom: 2rem;
}
.description-chart ul {
    list-style: none;
    color: #333333;
    display: flex;
    margin-bottom: 0;
}
.description-chart ul li {
    margin-bottom: 0;
    font-size: 0.73rem;
    display: flex;
    align-items: center;
    margin-left: 0;
}
.description-chart ul li:nth-child(1):before {
    content: "";
    width: 0.84rem;
    height: 0.105rem;
    display: block;
    background: red;
    margin-right: 0.21rem;
}
.description-chart ul li:nth-child(2):before {
    content: "";
    width: 0.84rem;
    height: 0.105rem;
    display: block;
    background: #85BE8E;
    margin-right: 0.21rem;
    margin-left: 1rem;
}
.description-chart input {
    font-size: 0.73rem;
    height: 1.52rem;
    border: 0.052ream solid #d9d9d9;
    width: 5.73rem;
    text-align: center;
    border-radius: 0.105rem;
    margin: 0 0.47368rem;
    appearance: none;
    -moz-appearance: textfield;
}

.description-chart input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.description-chart span {
    margin-left: auto;
    color: #999999;
    font-size: 0.84rem;
}
.description-chart span strong {
    color: #333333;
    font-weight: 400;
}

table.table_box.table_style_2.style_3 th {
    color: #999;
}
.tabs_support  small {
    font-size: 0.8rem;
    color: #888;
}

.tabs_support small span {
    color: #F00;
}
.table_gia_tri td:first-child,.table_gia_tri th:first-child {
    width: 20%;
}

.table_gia_tri td:not(:first-child), .table_gia_tri th:not(:first-child) {
    text-align: right;
}
.tabs_support table td,.tabs_support table th {
    font-size: .9rem;
}
table.info_table.table_box.table_style_2.style_3.style_4 th:not(:first-child),table.info_table.table_box.table_style_2.style_3.style_4 td:not(:first-child) {
    text-align: right;
}
.ajax-paging li {
    margin: 0 !important;
}

.item_document:last-child {
    border-bottom: 1px solid #E3E3E3 !important;
}

.item_document:first-child {
    border-top: 1px solid #E3E3E3;
}
.ajax-paging {
    margin-top: 2rem;
}
table.asset_table.table_box td,table.asset_table.table_box th {
    font-weight: 400;
    text-align: left;
}

table.asset_table.table_box td:last-child, table.asset_table.table_box th:last-child {
    text-align: right;
}

table.asset_table.table_box th {
    font-weight: 700;
    color: #B7B7B7;
}

table.asset_table.table_box td span.dot {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
}


table.asset_table.table_box th:first-child,table.asset_table.table_box td:first-child {
    width: 11%;
}

table.asset_table.table_box {
    max-width: 30rem;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

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

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

ul.button_fixed li a:before {
    content: '';
    background: #FE6A1A;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite
}
.box_price input#amount {
    font-size: 0.9rem;
    font-weight: 700;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
}
.filter_btns button:hover {
    background: #FFE0D0;
    color: #F36523 !important;
}
.wrap_bottom .left b {
    font-weight: 400;
    color: #000;
}

.wrap_bottom .left {
    color: #8B8B8B;
}
.item_document:hover .download_button {
    background: #ffb28e4f;
}

.ui-widget.ui-widget-content {
    z-index: 99 !important;
}
nav#breadcrumbs li:last-child span {
    font-weight: 400;
}
.post_item:hover .box_img img {
    transform: scale(1.1);
}
.author_name {
    font-size: 0.65rem;
    color: rgba(102, 102, 102, 0.50);
    text-transform: uppercase;
}

.author_name span {
    color: #666;
}

.single-post .content.content_post {
    margin-top: 0;
    padding-top: 1rem;
}

.single-post .content.content_post:before {
    display: none;
}
.single_knowledge  .text-center>.box_meta {
    color: #666;
}
#ez-toc-container {
    background: #FFF4EF;
    Colors
    Color format
    Hex
    Background colors

    #FFF4EF;
    border: none;
    padding: 1.35rem 2.2rem;
}

.ez-toc-title-container {
    color: #333;
    font-family: Literata;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}

p.ez-toc-title {
    font-weight: 400 !important;
}

div#ez-toc-container .ez-toc-title {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    display: inline-block;
    position: relative;
}

div#ez-toc-container .ez-toc-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #F36523;
    Colors
    Color format
    Hex
    Border colors

    #F36523;
    width: 3.35rem;
    height: 1px;
}

.ez-toc-counter nav ul li a::before {
    display: none;
}

#ez-toc-container a {
    font-size: 0.8rem !important;
}

div#ez-toc-container nav ul ul li {
    margin: .4rem 0 !important;
}

#ez-toc-container a:hover {
    color: #F36523 !important;
}

#ez-toc-container a:visited {
    color: #F36523;
}
.wrap_tags ul li a {
    color: #666;
}

.wrap_tags ul li a:hover {
    color: #F36523;
}
.button_like {
    cursor: pointer;
}

.button_like.active {
    color: #F36523;
}

.button_like.active path {
    stroke: #fff;
    fill: #F36523;
}
nav#breadcrumbs ol li a {
    transition: .4s all;
}
nav#breadcrumbs ol li a span{
    transition: .4s all;
}

nav#breadcrumbs ol li a:hover *{
    color: #F36523 !important;
}
.wrap_gia_tri .item:last-child {
    border-bottom: 1px solid #D0D0D0;
}
.button.primary.is-outline:hover {
    background-color: var(--fs-color-primary) !important;
}
.back-to-top {
    background: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
    color: #fff !important;
    transition: .5s all !important;
}

.back-to-top:hover {
    background: #cc252c !important;
    border-color: #cc252c !important;
}
ul.info_td li .icon {
    margin-right: .3rem;
}
.item_td:hover .button:not(.icon)>span+i {
    margin-left: .4em;
    margin-right: -.15em;
    opacity: 1 !important;
}

.item_td:hover .button span {
    transform: translateX(0);
}
.item_td:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.row.td_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
}

.box_td {
    position: sticky;
    top: 8rem;
    padding: 1.7rem 1.3rem;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.05);
    margin: 0 -15px;
}

.single-recruit {
    overflow: unset;
}
.button:not(.icon)>i {
    margin-top: .1rem;
}
.wpcf7 .wpcf7-not-valid-tip {font-size: .6rem;}

.wpcf7 .wpcf7-response-output {
    margin: 1rem 0 !important;
    font-size: .8rem;
    text-align: center;
}
.contact_1 .stack .large-4 a,.contact_1 .stack .large-2 a {
    text-decoration: unset !important;
}

.contact_1 .stack a:hover strong {
    color: #F36523 !important;
}

.contact_1 .stack a strong {
    transition: .5s all !important;
}
.description-chart ul li:nth-child(3):before {
    content: "";
    width: 0.84rem;
    height: 0.105rem;
    display: block;
    background: #D4D4D4;
    margin-right: 0.21rem;
    margin-left: 1rem;
}
.calculator_wrap input[type="date"]::-webkit-calendar-picker-indicator {
    pointer-events: none; /* KhÃƒÂ´ng click Ã„â€˜Ã†Â°Ã¡Â»Â£c */
    opacity: 0.6; /* (tuÃ¡Â»Â³ chÃ¡Â»Ân) lÃƒÂ m mÃ¡Â»Â icon */
}
.ab_4_wrap .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(116deg, #F36523 3.72%, #F8931E 96.28%);
    opacity: 0;
    transition: .5s all;
}

.ab_4_wrap .icon-box:hover:before {
    opacity: 1;
}

.ab_4_wrap .icon-box:hover * {
    color: #fff;
}

.ab_4_wrap .icon-box * {
    transition: .5s all;
}

.ab_4_wrap .icon-box:hover .icon-inner img {
    filter: brightness(0) invert(1);
}
.ab_6  img.bg {
    transform: scale(1.5);
    transition: 8s all;
}

.ab_6:hover img.bg {
    transform: scale(1);
}

ul.button_fixed li a img {
    position: relative;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}
.item_team {
    position: relative;
}

.popup_team {
    max-width: 60rem;
    width: 100%;
    padding: 3rem;
}

.popup_team .inner {
    display: flex;
    align-items: center;
}

.popup_team .inner .box_img {
    width: 21rem;
    flex: 0 0 auto;
}

.popup_team .inner .box_img img {
    width: 100%;
    height: auto;
    display: block;
}

.popup_team .box_content {
    padding-left: 3rem;
}

.popup_team .top {
    border-left: 2px solid #F36523;
    padding-left: .85rem;
    margin-bottom: 1.85rem;
}

.popup_team .top h3 {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.popup_team .content {
    color: #333;
    font-size: .9rem;
    max-height: 20.3125rem;
    overflow: auto;
    padding-right: 1.042rem;
}
.popup_team .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #D7D7D7;
}

.popup_team .content::-webkit-scrollbar {
    width: 4px;
    background-color: #D7D7D7;
}
.popup_team .content::-webkit-scrollbar-thumb {
    background-color: #2C2C2C;
}
.item_team:hover .box_img img {
    transform: scale(1.1);
}
.ab_3_tabs .text.group_heading {
    padding: 0;
    margin-bottom: 4rem;
}
.tabs_support .home_2_slider_wrap .item_box .top .content {
    padding-right: 1rem;
    max-height: 8rem;
}
.tabs_support .home_2_slider_wrap .item_box .top .content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tabs_support .home_2_slider_wrap .item_box .top .content::-webkit-scrollbar
{
    width: 0.317rem;
    background-color: #cedbff;
}

.tabs_support .home_2_slider_wrap .item_box .top .content::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.wrap_select_filter .item.filter_cat .selected-option {
    font-weight: 600;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f36523;
    background: #f36523;
}
.ui-widget-header {
    border-radius: 0 !important;
    background: #f36523;
    color: #ffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: brightness(0) invert(1);
}
section.banner_section {
    max-height: 100vh;
}
.ui-datepicker {
    border: none;
    box-shadow: rgba(113, 113, 113, 0.63) 1px 7px 5px -1px;
}
.ui-datepicker .ui-datepicker-header {
    border: none;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
}
.ui-datepicker .ui-datepicker-title select {
    width: initial;
    font-size: 0.75rem;
}
.ui-datepicker .ui-datepicker-calendar {
    font-size: 0.526rem;
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    font-size: 0.85rem;
    border: 0;
    background: transparent;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background: #f36523;
    border-radius: 50%;
    max-width: 27px;
    text-align: center;
    margin: auto;
    color: #fff;
}
.wrap-featured-posts > h2{
    margin-bottom: 2.083rem;
}
.nav-dropdown-has-shadow .nav-dropdown{
    box-shadow: 1px 15px 15px rgba(0,0,0,.15);
}
.tabbed-content.tabs_support .accordion-title{
    font-size: 1.146rem;
}
.tabbed-content.tabs_support .accordion-inner{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    max-width: 49.6875rem;
    width: 100%;
}
.wrap_process{
    position: relative;
    margin-bottom: 4.167rem;
    margin-top: 2.083rem;
}
.wrap_process .arrow-button{
    position: absolute;
    top: calc(100% + 1.146rem);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.208rem;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.458rem;
    text-align: center;
    text-transform: uppercase;
    color: #33333380;
    cursor: pointer;
}
.wrap_process .arrow-button svg{
    transition: all 0.3s;
}
.wrap_process .arrow-button:hover svg{
    transform: translateY(10px);
}
.wrap_process .item-wrap{
    display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    margin: 0 1.5em;
    justify-content: space-between;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select{
    width: 48%;
    border-radius: 30px;
}
.ui-datepicker .ui-datepicker-calendar th span{
    text-transform: initial;
}
.popup_team  button.fancybox-button {transform: translate(100%, -100%);color: #fff;padding: 5px;transition: .45s all;}

.popup_team {
    overflow: unset;
}

.popup_team button.fancybox-button:hover {
    background: #f36522;
}
.home_5 .menu_news {
    margin-top: .3rem;
}
.ui-datepicker .ui-datepicker-calendar tbody > tr > td > a.ui-state-default{
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    max-width: unset !important;
    margin: auto !important;
    padding: 0;
    font-size: 0.78125rem;
    border-radius: 50%;
    text-align: center;
}
.tabs_control {
    position: absolute;
    display: flex;
    top: -4rem;
}

.tabs_control svg {
    display: block;
    width: 2.2rem;
}

.arrow_control+.arrow_control {
    margin-left: .5rem;
}

.arrow_control {
    transition: .5s all;
    opacity: 1;
    cursor: pointer;
}

.arrow_control:hover {
    opacity: .2;
}
.tabs_support .home_2_slider_wrap .item_box b.number svg path {
    stroke: #f66821;
}
.page-template-product .tabs_support .group_heading h2 {
    margin-bottom: 1rem;
}
ul.button_fixed li {
    position: relative;
}

ul.button_fixed li span.title_popup {
    position: absolute;
    top: 50%;
    transform: translate(-90%,-50%);
    background: linear-gradient(27deg, #F36523 37.78%, #F7951E 87.33%);
    padding: .3rem 1.5rem .3em 1rem;
    color: #fff;
    border-radius: 100px 0 0 100px;
    font-size: .9rem;
    pointer-events: none;
    opacity: 0;
    transition: .4s all;
}

ul.button_fixed li:hover span.title_popup {
    opacity: 1;
}
div#form_popup {
    max-width: 44rem !important;
}

div#form_popup .group_heading {
    text-align: center;
}
.ab_3_tabs .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    display: none;
}
a#top-link {
    right: 1rem;
    height: 2.35455rem;
    width: 2.35455rem;
}
.description-chart ul li {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
}
.wrap_form .col {
    position: relative;
}

span.wpcf7-spinner {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.home_6  span.wpcf7-spinner {
    top: calc(50% + 1rem);
}
.load-more-search.button.primary {
    border-radius: 100px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title>* {
    box-shadow: inset 0 -1.8em 1em 0 transparent;
    border: 1px solid #bababa;
    color: #333 !important;
    width: 100%;
    border-radius: 100px;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: relative !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
    background: #f5783f;
    display: inline-flex;
    flex: 0 0 auto;
    border-radius: 100px;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
}

a.ui-datepicker-next.ui-corner-all {
    order: 2;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0;
    width: 100%;
    padding: 0 .5rem;
}

.ui-datepicker .ui-datepicker-header:before,.ui-datepicker .ui-datepicker-header:after {
    display: none;
}
.asset_table tr.hover td {
  background-color: #ffba8b;
  transition: 0.5s all;
}

.tt-loader-chart-show {
  position: relative;
}
.tt-loader-chart {
  width: 32px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #979797 90%, #0000);
  background: var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 40% 40%;
  animation: tt-loader-chart 1s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes tt-loader-chart {
  0%  {background-position: 0 0      ,100% 0,100% 100%,0 100%}
  40%,
  50% {background-position: 100% 100%,100% 0,0    0   ,0 100%}
  90%,
  100%{background-position: 100% 100%,0 100%,0    0   ,100% 0}
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e{
    background-image: url(../images/icon-left.svg) !important;
    background-position: center !important;
}
.ui-icon-circle-triangle-e{
    background-image: url(../images/icon-rigth.svg) !important;
}
.content.content_post ul,.content.content_post ol {
    margin-left: 1rem;
}
.table_bieu_phi td,.table_bieu_phi th {
    border-left: 1px solid rgb(204 204 204 / 30%) !important;
    border-bottom: 1px solid rgb(204 204 204 / 30%) !important;
}

.table_bieu_phi td:last-child {
    border-right: 1px solid rgb(204 204 204 / 30%) !important;
}

.table_bieu_phi tr:last-child td {
    border-bottom: 1px solid rgb(204 204 204 / 30%) !important;
}
@media only screen and (min-width: 1200px){
    html{
        font-size: 1.2vw;
    }
}
@media only screen and (min-width: 1601px){
    html{
        font-size: 1vw;
    }}
@media only screen and (min-width: 849px) {
    body:not(.home):not(.page-template-about) img.header_logo {
        display: none;
    }

    body:not(.home):not(.page-template-about)  img.header-logo-dark {
        display: block !important;
    }
    body:not(.home):not(.page-template-about) {}

    body:not(.home):not(.page-template-about) main#main {
        margin-top: 5.7rem;
    }

    body.logged-in:not(.home):not(.page-template-about) .header-wrapper {
        top: 32px;
    }
    body:not(.home):not(.page-template-about) .header-wrapper {
        top: 0;
    }

    body:not(.home):not(.page-template-about) .header-bg-color.fill {
        background: #fff;
    }

    body:not(.home):not(.page-template-about) ul.header-nav.header-nav-main>li>a {
        color: #333;
    }

    body:not(.home):not(.page-template-about) ul.header_nav_menu a {
        color: #333;
    }

    body:not(.home):not(.page-template-about) ul.header_nav_menu a svg path {
        stroke: #333;
    }

    body:not(.home):not(.page-template-about) ul.header_nav_menu li+li:before {
        background: #33333330;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1.2vw;
    }

    .row {max-width: 75rem !important;}

    .ubermenu-nav, .container, .row {
        max-width: 75rem !important;
    }
}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    html {
        font-size: 1.5vw;
    }

    .ubermenu-nav, .container, .row {
        max-width: 60rem !important;
    }
    [data-open="#main-menu"] {
        color: #fff !important;
    }

    i.icon-search {
        color: #fff !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 1rem;
        color: #333;
        font-size: 1.3rem;
    }

    .mfp-bg {
        position: fixed !important;
        top: 5.5rem !important;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        top: 5.5rem;
    }

    .off-canvas .sidebar-menu {
        padding: 0;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none;
    }
    header#header .hamburger {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 24px;
        height: 100%;
        justify-content: center
    }

    header#header .hamburger span {
        background-color: #FFF;
        height: 1.5px;
        display: block;
        width: 100%;
        border-radius: .125rem;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    header#header .hamburger span:nth-of-type(2) {
        width: 70%
    }

    .has-off-canvas-left header#header .hamburger span:nth-of-type(1) {
        transform-origin: center;
        transform: rotate(405deg) translateX(5px) translateY(6px)
    }

    .has-off-canvas-left header#header .hamburger span:nth-of-type(2) {
        opacity: 0
    }

    .has-off-canvas-left header#header  .hamburger span:nth-of-type(3) {
        transform-origin: center;
        transform: rotate(-405deg) translateX(4px) translateY(-6px);
        width: 100%
    }


    .header-main li.html.custom {
        display: block !important;
    }



    .mobile-nav  li.nav-icon {
        position: absolute;
        left: 0;
        opacity: 0;
    }
    .slider_logo .item img {
        max-width: 60%;
    }

    .has-off-canvas-left  button.mfp-close {
        display: none;
    }
    .wrap_kien_thuc .wrap_kien_thuc_right {
        max-height: 21rem;
    }
    .home_1 ol.flickity-page-dots {
        left: calc(calc(100vw - 58rem) / 2);
    }
    .ab_3_tabs .col-inner {
        width: 100% !important;
    }

    .ab_3_tabs .text {
        padding-right: 0;
    }

    .item_team {
        width: calc(calc(100% / 4) - 1.6rem);
    }
    section.banner_section img {
        min-height: 40vh;
        object-fit: cover;
    }

    section.banner_section .row {
        bottom: 2rem;
        top: unset;
        transform: translate(-50%, 0%);
    }
    .header-inner {padding: 1rem 15px !important; }

    .header-bg-color {
        background: rgb(11 11 11 / 80%);
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .group_heading h1, .group_heading h2 {
        font-size: 2.2rem;
    }

    .wrap_kien_thuc {}

    .wrap_kien_thuc .left {
        width: 100%;
    }

    .wrap_kien_thuc .wrap_kien_thuc_right {
        width: 100%;
        margin-top: 2rem;
    }

    .wrap_kien_thuc_right h3 {
        font-size: 1.2rem;
    }

    .box_content_post h3 {
        font-size: 1.2rem;
    }

    .home_4 .col-inner.text-right {
        text-align: left;
        margin: 2rem 0 0 0;
    }

    .menu_news {
        flex-wrap: wrap;
    }

    .menu_news>* {
        width: calc(50% - 1rem);
        margin-bottom: 1rem !important;
    }

    .menu_news .ux-menu-link {
        margin-bottom: 1rem !important;
    }

    .wrap_posts_home {
        display: block;
    }

    .item_post {
        width: 100% !important;
    }

    .wrap_slider.home_5_slider_wrap {
        overflow: hidden;
    }

    .item_post+.item_post {
        margin-top: 1rem;
    }

    .home_6 .col-inner h2 {
        font-size: 1.8rem;
    }

    .home_6 .col-inner {
        padding: 2em;
    }

    .menu_footer a {
        font-size: 1.1rem;
    }

    .menu_footer .ux-menu-title {
        font-size: 1.2rem;
    }

    .content_footer_1 {
        font-size: 1.1rem;
    }

    .content_footer_1 h3 {
        font-size: 1.2rem;
    }

    .copyright p {
        text-align: center;
    }

    .menu_policy {
        justify-content: center;
        margin-top: 1rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1rem;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        top: 5.1rem;
    }

    .mfp-bg {
        top: 5.1rem !important;
    }

    .has-off-canvas-left .mfp-close {
        display: none;
    }
    .slider_logo .item img {
        max-width: 67%;
        width: auto;
        height: auto;
    }
    footer#footer .col {
        margin-top: 2rem;
    }
    .icon_scroll_down{
        display: none;
    }
    .home_5_slider_wrap {
        padding: 0;
    }
    .arrow_slider {}

    .home_1 ol.flickity-page-dots {
        display: block !important;
        opacity: 1 !important;
        z-index: 999;
        visibility: unset;
        pointer-events: unset;
        left: 15px;
    }
    .item_kien_thuc{
        border: none;
    }
    ul.button_fixed li a svg {
        max-width: 60%;
        max-height: 60%;
    }
    .home_6 img.bg {
        object-position: left;
    }
    footer#footer .col.large-6+.col.large-6 {
        margin-top: 0
    }
    .relationship_sec_2 .wrap_center {
        display: block;
    }

    .wrap_select_filter {
        display: block;
    }

    .item.item_date {
        height: 2.8rem;
    }

    .box_search input {
        width: 100%;
        height: 2.8rem;
        font-size: 1rem;
    }

    .wrap_select_filter .item {
        margin: .6rem 0 0 !important;
    }

    .item.item_date {
        font-size: 1rem;
    }

    .item.item_date input {
        font-size: 1rem;
        width: 7rem !important;
    }

    .selected-option {
        font-size: 1rem;
        height: 2.8rem;
    }

    .item.item_date label {
        font-size: 1rem;
    }

    .item.item_date {
        padding: 0 1.15rem;
    }

    a.download_button {
        height: 2.4rem;
        font-size: .8rem;
        margin-left: 2rem;
    }

    .item_document h3 {
        font-size: 1.15rem;
    }

    .item_document .content {
        font-size: .85rem;
    }

    .wrap_bottom .left {
        font-size: 1rem;
    }

    .wrap_bottom .right span {
        font-size: 1rem;
    }

    .wrap_bottom .right .selected-option {
        font-size: 1rem;
    }

    .wrap_bottom .right li {
        font-size: 1rem;
    }
    section.relationship_sec_2 .wrap_top.flex.justify-between {
        display: block;
        text-align: center;
    }

    ul.nav_terms_child {
        justify-content: center;
        margin-top: 1rem;
    }

    ul.nav_terms_child li {
        margin: 0 .3rem .6rem;
    }
    section.relationship_sec_2 .wrap_top.flex.justify-between .group_heading {
        max-width: 100%;
    }
    .wrapDoiTac {
        display: block;
    }

    .wrapDoiTac .item {
        width: calc(calc(100% ) - 0.6rem);
    }

    .ab_3_tabs ul.nav {
        position: unset;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .ab_3_tabs {
        margin-top: 2rem;
    }

    .ab_3_tabs ul.nav a {
        font-size: 1.1rem;
        height: 3rem;
        padding: 0 1.5rem;
    }

    .ab_3_tabs .text {
        font-size: 1.1rem;
    }

    .ab_4_wrap .icon-box {
        font-size: 1.1rem;
        padding: 2rem;
    }

    .ab_4_wrap h3 {
        font-size: 1.4rem;
    }

    .ab_4_wrap .icon-box-text {
        max-width: 100%;
    }

    .ab_4_wrap .col:last-child {
        margin-bottom: 0;
    }

    .row:after {
        display: none;
    }

    .ab_5 ul.nav a {
        height: 3rem;
        font-size: 1.1rem;
    }

    .ab_5 ul.nav {
        position: unset;
        justify-content: flex-start;
        margin: 1rem 0;
    }

    .item_team {
        width: calc(calc(100% / 2) - 1.6rem);
    }

    .item_team .position {
        font-size: 1rem;
    }

    .wrap_lv {
        flex-wrap: wrap;
    }

    .wrap_lv .item {
        width: 100% !important;
    }

    .wrap_lv .item .box_content {
        opacity: 1 !important;
        font-size: 1.1rem;
    }

    .wrap_lv h3.title_left {
        display: none !important;
    }

    .wrap_lv .item .box_content h3 {
        font-size: 1.5rem;
    }

    .wrap_process .item .box_content .inner {
        margin-right: 1rem;
    }

    .wrap_process .item .box_img .inner {
        max-width: 90% !important;
        display: flex;
        justify-content: flex-end;
    }

    .wrap_process .item .box_img {
        display: flex;
        justify-content: flex-end;
    }

    .wrap_process .item .year {
        display: none;
    }

    .wrap_process .item-wrap:nth-child(even) .box_img {
        justify-content: flex-start;
    }

    .wrap_process .item-wrap:nth-child(even) .box_content .inner {
        margin-left: 1rem;
    }

    .wrap_process .item-wrap+.item-wrap {
        margin-top: 5rem;
    }

    .wrap_process .item:before {
        top: 50%;
    }
    .wrapDoiTac .item .content {
        max-height: unset !important;
        margin-top: .7rem !important;
    }
    .page-template-about section.banner_section a.button_scroll {
        display: none !important;
    }

    .page-template-about section.banner_section .row {
        bottom: 1rem;
        transform: translate(-50%, 0%);
    }

    h1.title_banner {
        font-size: 1.8rem;
    }

    section.banner_section img {
        min-height: 40vh;
        object-fit: cover;
    }
    .tv_1 {
        font-size: 1.1rem;
    }

    .tv_1 h2 {
        margin-top: 2rem;
    }

    .wrap_qt .tabbed-content {
        position: unset;
        width: calc(100% + 15px) !important;
        margin-top: 2rem !important;
    }

    .wrap_qt {
        display: block !important;
    }

    .wrap_qt .img {
        width: 100% !important;
    }

    .wrap_qt .tab-panels {
        font-size: 1.1rem;
    }
    .item_knowledge a.box_link {
        font-size: 1.1rem;
        height: 3rem;
    }

    .item_term .box_banner {
        flex-wrap: wrap;
    }

    .item_term .box_banner .box_content {
        width: 100%;
        padding: 2rem;
    }

    .item_term .box_banner .box_img {
        order: -01;
    }

    .item_knowledge .box_content {
        max-width: 61%;
    }

    .item_knowledge h3 {
        font-size: 1.2rem;
    }

    .item_knowledge .content {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 1.1rem;
    }

    .item_term .content {
        font-size: 1.1rem;
    }
    .item_term+.item_term {
        margin-top: 3rem;
    }
    section.single_knowledge {
        padding-top: 6rem;
    }

    .single_knowledge nav#breadcrumbs {
        margin-bottom: 2rem;
    }

    h1.title_post {
        font-size: 2rem;
    }

    .button_like {
        font-size: 1rem;
    }

    ul.share_post:before {
        font-size: 1rem;
    }

    ul.share_post li a {
        width: 2.2rem;
        height: 2.2rem;
    }

    .content.content_post {
        font-size: 1.1rem;
    }

    .single_knowledge_wrap {
        display: block;
    }

    .single_knowledge_wrap .box_img {
        width: 100%;
    }

    .single_knowledge_wrap .box_content {
        padding: 2rem;
        font-size: 1.2rem;
    }

    .single_knowledge_wrap span.sub_content {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .wrap_tags ul {
        flex-wrap: wrap;
    }

    .wrap_tags ul li {
        margin-bottom: .4rem;
        font-size: 1rem;
    }

    .wrap_tags {
        font-size: 1rem;
    }
    .box_meta {
        font-size: .8rem;
    }
    .accordion-inner {
        font-size: 1.1rem;
    }

    .accordion-title {
        font-size: 1.2rem;
        line-height: 1.4;
        padding-right: 4rem;
    }

    .tabs_support ul.nav {
        top: 5.1rem !important;
    }

    .tabs_support ul.nav li {
        margin: 0;
    }

    .tabs_support ul.nav a {
        padding: 0 .5rem;
    }
    .gallery_td .large-7 .large-8 {
        padding: 0 !important;
    }

    .gallery_td .col.large-7 .img {
        margin: 0 0 1rem !important;
    }

    .gallery_td .col.large-5 .img {
        margin-bottom: 1rem;
    }

    .wrap_gia_tri .item {
        display: block;
    }

    .wrap_gia_tri .item h3 {
        font-size: 1.5rem;
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    .wrap_gia_tri .item .content {
        width: 100%;
        font-size: 1.2rem;
    }

    .wrap_gia_tri .item .box_img {
        position: unset;
        width: 100%;
        margin-top: 1rem;
        transform: scale(1) !important;
    }

    .wrap_gia_tri .box_img .inner {
        width: 100%;
        height: 16.4rem;
    }

    .wrap_gia_tri {
        margin-top: 1rem;
    }

    .td_3_items .text {
        font-size: 1rem;
    }

    .td_3_items {
        margin-top: 3rem;
    }

    .item_td .wrap {
        display: block;
    }

    .item_td {
        padding-left: 0;
        padding-right: 0;
    }

    .item_td h3 {
        font-size: 1.5rem;
    }

    ul.info_td .icon {
        margin-right: .3rem;
    }

    ul.info_td {display: block;margin-bottom: 1rem;}

    ul.info_td li {
        font-size: 1rem;
    }

    ul.info_td li {
        margin: 0  !important;
    }

    ul.info_td li b {
        margin-left: .4rem;
    }

    ul.info_td .icon {
        width: 1.4rem;
        height: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.info_td .icon svg {
        width: auto;
    }
    .item_td{
        background: transparent !important;
    }
    section.recruit_page {
        padding: 3rem 0;
    }

    .row.td_top {
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .td_top ul.info_td li {
        width: 100% !important;
    }

    .td_top ul.info_td li .icon {
        width: 1.4rem;
        height: 1.4rem;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .td_top ul.info_td li+li {
        margin-top: 1rem !important;
    }

    .td_top .col.text-center {
        padding: 3rem;
        margin-bottom: 2rem;
    }

    .td_top .col.text-center h3 {
        font-size: 1.6rem;
    }

    .row.td_bottom h2 {
        font-size: 1.6rem;
    }

    .row.td_bottom {
        font-size: 1.1rem;
    }

    .td_bottom .col.large-3.medium-3 {
        margin: 0 15px;
    }

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

    .list_td ul li {
        font-size: 1.1rem;
    }

    .box_form_td {
        margin: 2rem 0 0;
        padding: 2rem;
    }

    .box_form_td .content {
        font-size: 1.1rem;
    }

    .wrap_form_contact input:not([type="file"]), .wrap_form_contact textarea {
        height: 3rem;
        font-size: 1.1em;
    }

    .wrap_form_contact textarea {
        height: 7rem;
    }

    .content_file {
        font-size: 1.1rem;
    }

    .wpcf7 input[type="file"] {
        font-size: 1.2rem;
    }
    .contact_1 .stack {
        font-size: 1.2rem;
    }

    .contact_1 .stack strong {
        font-size: 1.2rem;
    }

    .contact_1 .stack .col+.col {
        margin-top: 1.5rem;
    }

    .box_contact_form .large-8 .col-inner {
        padding: 2rem;
    }

    .wrap_form_contact .content {
        font-size: 1.1rem;
    }

    .box_contact_form .col.large-5.medium-5.text-right {
        text-align: center;
        margin-top: 2rem;
    }
    .nav_post_bottom {
        display: block;
    }

    .related_post {
        padding: 3rem 15px;
    }

    .post_item h3 {
        font-size: 1.4rem;
    }
    .wrap_post_nb .item_box {
        width: calc(100% - 1rem) !important;
    }

    .relationship_sec_2 .title_box {
        font-size: 1.5rem;
    }

    .wrap_post .post_item {
        width: calc(calc(100% ) - 2rem);
        margin-bottom: 2rem;
    }
    .tabs_support .home_2_slider_wrap .item_box {
        display: block;
        height: auto !important;
    }

    .tabs_support .home_2_slider_wrap .item_box img {width: 100%;height: auto !important;}

    .tabs_support .home_2_slider_wrap .item_box .box_content {
        width: 100% !important;
        display: block;
    }

    .tabs_support .home_2_slider_wrap .item_box .top {
        max-width: 100%;
    }
    .wrap_tv_dt .box_content {
        padding: 15px;
    }
    .tabs_support .home_2_slider_wrap .item_box h3 {
        font-size: 2rem;
    }
    .banner_product:before {
        width: 100%;
    }

    .product_info {
        margin: 0 -1rem;
    }

    .product_info .item {
        width: calc(50% - 2rem);
        margin: 0 1rem 2rem;
    }

    .single_investment_fund {
        font-size: 1.1rem;
    }

    .tabs_support table {
        font-size: 1.1rem;
    }

    .wrap_cong_cu {
        display: block;
    }

    .wrap_cong_cu .item_box {
        width: 100%;
    }

    .wrap_cong_cu .item_box+.item_box {
        border: none;
        margin-top: 2rem;
    }

    .calculator_wrap .result_box p {
        font-size: 1.1rem;
    }

    .wrap_top.flex.items-center {
        display: block;
        text-align: center;
    }

    .filter_btns {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter_btns button {
        margin: 0 .2rem .4rem !important;
    }

    .info_grid {
        display: block;
    }

    .info_grid .item {width: calc(100% - 1rem);}
    .banner_product h1.title_banner {
        margin-bottom: 2rem;
    }

    .banner_product:before {
        background: #000;
        opacity: .7;
    }
    .header-search {
        display: block !important;
    }
    .asset_content {
        display: block;
    }

    .asset_content .chart_wrap {
        width: 100%;
        padding: 0;
    }
    .single-investment_fund {
        overflow: hidden;
    }
    .wrap_top .right {
        justify-content: center;
    }
    .calc_form .form_group {
        margin-bottom: 1rem;
    }

    .table_scroll table {
        min-width: 40rem;
    }

    .table_scroll {
        overflow: auto;
    }

    .wrap_top .right .inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_hoan_doi .right .box_input {
        margin: 0 0 0 1rem;
    }
    .popup_team .inner {
        display: block;
    }

    .popup_team {
        padding: 2.5rem;
    }

    .popup_team .box_content {
        padding: 2rem 0 0 0;
    }
    .popup_team .inner .box_img {
        width: 100%;
    }
    .ab_3_tabs .text.group_heading {
        min-height: unset;
        margin-bottom: 3rem;
    }
    .ab_3_tabs .text.group_heading:before {
        display: none;
    }

    .ab_3_tabs .text:before {
        height: 100%;
    }
    .tabs_support .home_2_slider_wrap .item_box .top .content {
        max-height: unset;
    }

    .tabs_support .home_2_slider_wrap .item_box .top {
        margin-bottom: 1rem;
    }
    .popup_team .content {
        max-height: unset ;
    }
    .popup_team{
        padding: 2.5rem 1rem;
    }
    .popup_team .inner .box_img{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .popup_team button.fancybox-button {
        transform: unset;
        color: #333;
    }
    .tabs_control {
        display: flex;
        top: 1.6rem;
        right: 0;
    }
    section.search-page {
        padding: 9rem 0 3rem;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        background-size: .7rem;
        background-position: right .2rem center;
    }
    .single-investment_fund {
        overflow: clip;
    }

    .single-investment_fund .tabs_support ul.nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
    }

    .single-investment_fund .tabs_support ul.nav li {
        flex: 0 0 auto;
    }

    .relationship_sec_2 .wrap_bottom .inner {
    }

    .relationship_sec_2 .wrap_bottom .left {
        flex: 0 0 auto;
    }

    .relationship_sec_2 .wrap_bottom .right span {
        display: none;
    }
    .wrap_top .right {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .description-chart ul {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .description-chart input {
        height: 2rem;
        width: 8rem;
        font-size: 1rem;
        padding: 0;
        min-width: unset;
    }

    .description-chart span {
        font-size: 1rem;
    }

    .section_hoan_doi .right .box_input input {
        height: 2rem;
        width: 8rem !important;
        font-size: 1rem;
        padding: 0;
        min-width: unset;
        text-align: center;
    }
    .page-template-page-blank-title-center .row.page-wrapper {
        padding: 7rem 0 3rem 0;
    }
    body {
        overflow: clip;
    }
    .tabbed-content.tabs_support .accordion-inner {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}