/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'VNF-Bodoni';
    src: url(./assets/fonts/VNF-Bodoni/VNF-Bodoni.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url(./assets/fonts/SVN-Gotham/SVN-Gotham.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}


:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 7 Pro';
    --font-html-size: 62.5%;
    --heading-font-size-base: 0.0666666667;
    --border-color: #e5e7eb;
    --Gotham-font: 'SVN-Gotham', Arial, Helvetica, sans-serif
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.5rem !important;
}

h2,
.h2 {
    font-size: calc(3.125em * (1 + var(--heading-font-size-base)));
}

.bigger > h2,
.bigger > .h2 {
    font-size: calc(3.75em * (1 + var(--heading-font-size-base)));
    margin-bottom:1rem;
}

h3,
.h3 {
    font-size: calc(1.5625em * (1 + var(--heading-font-size-base)));
}

h4,
.h4 {
    font-size: calc(1.125em * (1 + var(--heading-font-size-base)));
}
.banner h2 {
    font-size: 3.125em;
}

.banner h3 {
    font-size: 1.5625em;
}
.banner h1,
.banner h2,
.banner h3 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}
.banner  a.fill {
    z-index: 1;
}
p {
    margin-bottom: 1.5rem;
}

.button.white:not(.is-link) {
    color: var(--fs-color-primary) !important;
}

.button.white:not(.is-link):hover {
    color: var(--color-white) !important;
    background-color: var(--fs-color-primary) !important;
    box-shadow: none;
}

.button.white.is-link:hover {
    color: var(--fs-color-primary) !important;
}

.button.is-bevel:after {
    content: unset;
}

.button.is-bevel.primary:hover {
    background-color: var(--color-black);
    box-shadow: none;
}

.button .icon-angle-right::before {
    content: '\f061';
    font-family: var(--FontAwesome);
    font-weight: 900;
}

.alt-font-2,
.alt-font-2 > :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'VNF-Bodoni', serif;
    font-weight: 700;
    font-style: normal;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}
.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none;
    color: #1e1e1e;
    font-size: 1em;
    height: 5rem;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
}

.button.is-large {
    font-size: 1em;
    height: 5rem;
    min-width: 5rem;
    line-height: 4.8rem;
}

.form-flat input:not([type='submit']),
.form-flat select,
.form-flat textarea {
    background-color: #ededed;
    border-color: #ededed;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
}
.flex-row.form-flat .flex-col,
.form-flat .flex-row .flex-col {
    padding-right: 0;
}

.form-flat button,
.form-flat input {
    border-radius: 0;
}

.box.img-rounded .box-image {
    border-radius: 20px;
    overflow: hidden;
}

.button.hide-text span {
    display: none !important;
    opacity: 0 !important;
}

.button.hide-text i {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.flickity-prev-next-button {
    width: 42px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border: none;
    border-radius: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 7px;
    text-align: center;
    transition: all 0.3s;
    vertical-align: top;
    width: auto;
}



.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}



.slider-nav-dark.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-dark.slider-nav-circle .flickity-prev-next-button svg {
    fill: #000 !important;
    background-color: var(--color-white) !important;
    border-color: var(--color-white) !important;
}


.slider-show-nav .flickity-prev-next-button {
    opacity: 0.9;
}


.slider [data-animate], [data-animate] {
    transition: filter 1s, transform 1.2s, opacity .5s ease-in;
}


/*************** HEADER ***************/
.nav-size-medium > li > a {
    font-size: 0.9375em;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
    color: #424242;
}

.nav-icon a i {
    display: none;
}

.nav-icon a {
    position: relative;
    padding-right: 4rem !important;
}

.nav-icon a::before,
.nav-icon a::after {
    content: '';
    right: 0;
    top: 10px;
    position: absolute;
    width: 2.8rem;
    height: 0.2rem;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.nav-icon a::after {
    top: 26px;
}

.nav-icon a span {
    position: relative;
}
.nav-icon a span::before {
    content: '';
    right: -4.4rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 2.8rem;
    height: 0.2rem;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.nav-icon a:hover::before,
.nav-icon a:hover::after {
    right: -0.4rem;
}

.nav-icon a:hover span::before {
    right: -4rem;
}

.nav-icon .current-lightbox-clicked::before,
.nav-icon .current-lightbox-clicked::after,
.nav-icon .current-lightbox-clicked span::before {
    opacity: 0;
}

.off-canvas-center .mfp-container {
    background-color: var(--color-black);
}

.off-canvas-center .mfp-content {
    max-width: 1540px;
    height: 100%;
    padding-top: 90px;
    place-content: center;
    scrollbar-width: none;
}

.off-canvas-center.mfp-close-btn-in .mfp-close {
    opacity: 1;
    top: 25px !important;
}

.off-canvas-center.mfp-close-btn-in .mfp-close:before{
content: 'Menu';
    position: absolute;
    right: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-right: 2px;
  
}

.off-canvas-center.mfp-close-btn-in .mfp-close svg {
    transform: scale(1.15);
}

.off-canvas-center .sidebar-menu {
    text-align: right;
    justify-content: end;
    display: flex;
}

.off-canvas-center .sidebar-menu > .nav {
    align-items: flex-end;
    max-width: 25rem;
}

.back-to-top {
        bottom: 80px;
}

.off-canvas-center .nav-anim > li {
    transform: unset;
}
.off-canvas-center .nav-vertical > li > a,
.off-canvas-center .nav-vertical > li > ul > li a {
    justify-content: end;
}

.off-canvas-center .nav-vertical > li > a {
    font-size: 18px;
    font-weight: 300;
    justify-content: flex-end;
    padding: 10px 15px !important;
}

.off-canvas-center .nav-vertical li > a {
    color: var(--color-white);
}

.off-canvas-center .nav-vertical ul li > a {
    padding: 10px 0 !important;
}

.off-canvas-center .nav-vertical li:hover > a {
    color: var(--fs-color-primary);
}

.off-canvas-center .nav-vertical li .toggle {
    display: none;
}

.off-canvas-center .nav-vertical .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 8px);
    opacity: 0;
}

.off-canvas-center .nav-vertical li:hover > .sub-menu {
    opacity: 1;
}




/*************** END HEADER ***************/

/*************** FOOTER ***************/

.footer-section {
    margin-top: 10rem;
}

.page-template-page-fullpage-transparent-header-light .footer-section {
    margin-top: 0;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.footer-section .newsletter-row {
    margin-top: -8rem;
    max-width: 120rem;
}

.footer-section .newsletter-row > .col > .col-inner {
    padding: 5rem 0 5rem 5rem;
    background-color: var(--color-white);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.footer-section .newsletter-row > .col > .col-inner > * {
    transform: translateX(5rem);
}

.footer-section .form-flat button {
    border-radius: 0px 5px 5px 0px;
    min-width: 80px;
    width: 100%;
    margin: 0;
}

.footer-section .form-flat input::placeholder {
    font-style:italic;
}

.footer-section .form-flat .flex-col + .flex-col {
    width: 15%;
}

.footer-section .footer-logo img {
    width: 15.5rem;
}

.footer-section .follow-icons a {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-section .icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: transparent;
}

.footer-section a:hover {
    text-decoration: underline;
    color: var(--fs-color-primary);
}

.footer-section .absolute-footer.dark {
    color: var(--color-white);
    border-top: 1px solid var(--border-color);
    font-size: 12px;
    font-style: italic;
    padding: 15px;
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/
.hero-section .banner{
    min-height: 800px ;
}
.hero-section .banner .banner-bg img {
    width: auto;
    height: auto;
    right: 0;
    left: auto;
}

.hero-section .bg-bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.hero-section .video-button-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-section .video-button-wrapper .open-video {
    width: 16rem;
    height: 16rem;
    background-color: var(--color-white);
    border: none;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    place-content: center;
    color: var(--color-black);
}

.hero-section .watch-video-text {
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-transform: uppercase;
}

.hero-section .watch-video-text::before {
    content: '';
    display: block;
    width: 100%;
    height: 3.9rem;
    background: url(./assets/images/mouse-cursor-1.png) no-repeat center / contain;
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.about-section .about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: -1;
    max-width: 40%;
    object-fit: contain;
}

.fields-section .fields-row .box .box-text {
    padding: 1rem 0;
    margin-top: -3.5rem;
}

.fields-section .fields-row .box .box-text .button.hide-text {
    margin-top: 0;
    margin-right: 2rem;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.mb-0 > :is(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: 0 !important;
}

.services-section .slider {
    --container-width: 1540px;
    --half: calc((100vw - var(--container-width)) / 2);
    max-width: calc(var(--container-width) + var(--half)) !important;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 4rem;
}

.services-section .slider .flickity-button  {
    display: none;
}

.services-section .flickity-page-dots {
    text-align: right;
}

.feature-products-section .product-row {
    border-top: 1px solid #646464;
}




.feature-products-section .product-row .title-col > .col-inner .button {
    transition: all 0.5s ease-in-out 0.25s;
}

.feature-products-section .product-row .banner {
    cursor: pointer;
}

.feature-products-section .product-row .banner:not(:hover) .title-col > .col-inner .button {
    opacity: 0;
    transform: translateY(15px);
}

.feature-products-section .product-row .banner .banner-bg img {
    transition: all 0.75s ease-in-out;
}

.feature-products-section .product-row .banner:not(:hover) .banner-bg img {
    opacity: 0;
    scale: 1.05;
}


.feature-products-section .product-row.show {
    display: flex;
}

.feature-products-section .loadmore-container {
    border-top: 1px solid #646464;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.feature-products-section .loadmore-container button {
    margin: 0;
    font-weight: bold;
}

.impressive-numbers-row > .col > .col-inner {
    background: url(./assets/images/icon-box-bg.svg) no-repeat center var(--bg-offset-y, 0px) / 100% auto;
        /* background: url(./assets/images/icon-box-bg.svg) no-repeat center bottom / 100% auto; */
    /* aspect-ratio: 10 / 7.7; */
}

.impressive-numbers-section .icon-box {
    height: 100%;
    aspect-ratio: 10/8.5;
}

.impressive-numbers-section .icon-box-center .icon-box-img {
    width: 43.38% !important;
}

.impressive-numbers-section .icon-box .count-up-text {
    color: var(--fs-color-primary);
    font-weight: bold;
    font-size: 3.39958vw;
}

.impressive-numbers-section .icon-box .content-text {
    font-weight: bold;
    font-size: 1.046023vw;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.show-all-items .flickity-slider > div {
    opacity: 1 !important;
}

.partners-section .slider .row-solid > .col > .col-inner {
    border: 1px solid #3a3a3a;
}

.partners-section .slider .flickity-slider > .row > .col > .col-inner .img {
    margin: 0;
}

html:not([ng-app='uxBuilder']) .partners-section .slider .flickity-slider > .row > .col > .col-inner .img:last-child {
    display: none;
}

html:not([ng-app='uxBuilder'])
    .partners-section
    .slider
    .flickity-slider
    > .row
    > .col
    > .col-inner:hover
    .img:first-child {
    display: none;
}

html:not([ng-app='uxBuilder'])
    .partners-section
    .slider
    .flickity-slider
    > .row
    > .col
    > .col-inner:hover
    .img:last-child {
    display: block;
}

.flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    transition: opacity 0.3s;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary);
}

.partners-section .slider {
    padding-bottom: 5rem;
}

.news-section .post-item > .col-inner {
    border-radius: 50px 50px 50px 0;
    overflow: hidden;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    --tw-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}

.news-section .post-item .box-text {
    padding: 2rem 5rem;
}


.box .box-text {
    font-size: 1em;
}

.box .post-meta {
    font-size: 1em;
    opacity: 1;
    margin-bottom: 0.6rem;
    display: block;
}

.box .is-divider {
    display: none;
}

.box:hover .box-text,
.dark .box:hover .box-text,
.dark .box:hover .box-text p{
    color: var(--fs-color-primary);
}


.box:hover .box-text :is(h1,h2,h3,h4,h5,h6) {
    color: currentColor;
}

.box.box-blog-post .button {
    border-radius: 5px;
    display: block;
    width: max-content;
    margin: 0 0 0 auto;
}


.box.box-blog-post:hover .button {
    background-color: var(--color-white);
    color: var(--fs-color-primary);
    box-shadow: none;
    border-color: var(--fs-color-primary);
}

.dark .box:hover .button.hide-text {
    background-color: var(--fs-color-primary) !important;
    color: var(--color-white) !important;
    box-shadow: none;
    border-color: var(--fs-color-primary);
}
.box.box-blog-post .button span {
    display: none;
}

.box.box-blog-post .button:after {
    content: '\f061';
    font-family: var(--FontAwesome);
    font-weight: 900;
}

.box.box-blog-post .post-title.is-large {
    font-size: 1.5rem;
}

.box.box-blog-post .post-title.is-larger {
    font-size: 1.8rem;
}

.box .post-title.is-xlarge {
    font-size: 2.5rem;
}

.box.box-blog-post .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box.box-blog-post.box-vertical .post-title {
    font-weight: 500;
}

.box.box-blog-post.box-vertical .post-title a {
    -webkit-line-clamp: 3;
}

.box.box-vertical .is-divider {
    display: block;
    height: 5px;
    max-width: 160px;
    margin-top: 20px;
    background-color: var(--fs-color-primary);
    opacity: 1;
}

.dark .box.box-vertical .is-divider {
    background-color: var(--color-white);
}

.box-icon {
    background-color: var(--fs-color-primary);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 40px;
    place-content: center;
    border-top-left-radius: 50px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.box-icon svg {
    width: 5rem !important;
    height: 5rem !important;
}

.service-item > .col-inner {
    aspect-ratio: 4/3;
    border-radius: 50px;
    overflow: hidden;
}

.service-item .box {
    height: 100%;
    place-content: center;
    background-color: transparent !important;
}
.service-item > .col-inner:hover {
    background-color: var(--fs-color-primary);
}

.service-item > .col-inner:hover :is(h1, h2, h3, h4, h5, h6, p, a) {
    color: var(--color-white);
}

.show-counter {
    counter-reset: service;
}

.show-counter .service-item .post-title a::before {
    counter-increment: service;
    content: '0' counter(service) '/ ';
    position: absolute;
    left: 0;
    top: 0;
}

.show-counter .service-item .post-title a {
    padding-left: 3rem;
    position: relative;
}

.show-counter .service-item .post-title.is-xlarge a {
    padding-left: 4.6rem;
}
.row-box-shadow-1.slider .col {
    padding-top: 15px;
}

.row.row-slider .flickity-nav-count {
    position: absolute;
    transform: rotate(-90deg);
    left: -60px;
    top: 30%;
    right: 0;
    display: inline-block;
}

.flickity-nav-count .line {
    width: 30px;
    display: inline-block;
    height: 1px;
    background-color: currentColor;
    position: relative;
    top: -5px;
    margin: 0 6px;
}

/*************** END HOME PAGE  ***************/

/*************** ABOUT PAGE  ***************/
.banner.show-img-on-hover {
    cursor: pointer;
}
.banner.show-img-on-hover .banner-bg img {
    transition: all 0.3s ease-in-out;
}

.banner.show-img-on-hover :not(:hover) .banner-bg img {
    opacity: 0;
    scale: 1.05;
}

.main-services-row.has-line> .col:nth-child(n + 2)::before {
    content: '';
    position: absolute;
    top: 10px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    width: 0.5px;
    background: #fff;
    left: -0.25px;
    z-index: 99;
}



.vision-mission-section .section-bg img {
    height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
}

.members-section .box.box-label .box-image {
    position: relative;
}

.members-section .box.box-label .box-image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 85px;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: -moz-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: -o-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: linear-gradient(267.43deg, #ee5324 -5.87%, #e73025 112.26%);
    opacity: 0.8;
}

.members-section .box.box-label .box-text {
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 480px;
    padding: 12px 20px;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}

.members-section .box.box-label .box-text h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 35px;
    font-family: 'VNF-Bodoni', serif;
}

.gap-3 .slider .flickity-slider > div {
    padding: 0 15px;
}

/* tùy chọn: highlight bài active + trạng thái đang kéo */
.posts-vertical .post-item.is-active {
    outline: 2px solid rgba(0, 0, 0, 0.15);
}
.posts-vertical.is-dragging {
    cursor: grabbing;
}


.news-2-section .posts-vertical .post-item > .col-inner {
    background-color: #ededed;
    padding: 30px 20px;
    border-bottom: 1px solid var(--color-grey);
}

.news-2-section .col.post-active > .col-inner {
}

.news-2-section .col.post-active .box-blog-post .box-image {
    padding: 20px 0 20px 20px;
    background-color: #c9c9c9;
    width: 65% !important;
}

.news-2-section .col.post-active .box-blog-post .box-text {
    background: -webkit-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
    background: -moz-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
    background: -o-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
    background: linear-gradient(267.43deg, #ff8a1f -5.87%, #e73125 112.26%);
}




.news-2-section .col.post-active .box-blog-post:hover .box-text {
    color:var(--color-white);
}   


/*************** END ABOUT PAGE  ***************/

/*************** MEDIA PAGE ***************/

.fullpage-section.main-services-section .section-content {
    height: 100%;
    place-content: center;
        min-height: 100vh;
}

.fullpage-wrapper .main-services-section h1 {
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    font-size: 80px;
    margin: 0;
    font-weight: bold;
}

.section-site-text {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.895em;
    position: absolute;
    right: -2%;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 3;
}

.fullpage-section.main-services-section .section-content .main-services-row {
    position: absolute;
    bottom: 33px;
}
.brand-steps-section .section-content,
.brand-steps-section .brand-steps-row {
    height: 100%;
}

.brand-steps-section .brand-steps-row {
    padding: 0 1.5rem;
}
.brand-steps-section .brand-steps-row > .col.large-5 {
    flex-basis: 40%;
    max-width: 40%;
}
.brand-steps-section .brand-steps-row > .col.large-4 {
    flex-basis: 33%;
    max-width: 33%;
}
.brand-steps-section .brand-steps-row > .col.large-3 {
    flex-basis: 27%;
    max-width: 27%;
    height: 100%;
}

.brand-steps-section .number-text {
    padding: 15px 55px 25px 55px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    top: 33%;
    position: relative;
    margin: 0 -30%;
    place-content: center;
    line-height: 1;
    text-align: center;
}

.brand-steps-section .brand-steps-row > .col.large-3 > .col-inner {
    max-width: 40%;
    background-image: linear-gradient(175.69deg, rgba(166, 60, 36, 0) 3.51%, rgb(146, 31, 7) 96.73%);
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.brand-steps-section .flickity-prev-next-button.previous {
    left:   0;
    transform: translateX(-50%) !important;
}
.brand-steps-section .flickity-prev-next-button.next {
    right:   0;
    transform: translateX(50%) !important
}
.page-template-page-fullpage-transparent-header-light #fp-nav ul li a span,
.page-template-page-fullpage-transparent-header-light .fp-slidesNav ul li a span {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 8px !important;
    left: 0;
    margin: 0 !important;
    top: 0;
    width: 8px !important;
}

.page-template-page-fullpage-transparent-header-light #fp-nav ul li a.active span,
.page-template-page-fullpage-transparent-header-light #fp-nav ul li a:hover span,
.page-template-page-fullpage-transparent-header-light .fp-slidesNav ul li a.active span,
.page-template-page-fullpage-transparent-header-light .fp-slidesNav ul li a:hover span {
    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

/*************** END MEDIA PAGE ***************/

/*************** ENTERTAIMENT PAGE ***************/
.service-hero-banner .main-services-row {
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-hero-banner h1 {
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    font-size: 80px;
    margin: 0;
    font-weight: bold;
}
.service-hero-banner .sub-title {
    text-transform: uppercase;
}

.service-hero-banner .sub-title p {
    margin-top: 0;
}

.entertainment-section h2 {
    font-size: 6.5rem;
    line-height: 1.1;
    letter-spacing: -2px;
}
.entertainment-section.section-1 .tron-1 {
    position: absolute;
    top: 40px;
    left: 50px;
    opacity: 0.5;
    max-width: 43%;
    z-index: -1;
}

.entertainment-section.section-1 .image-col {
    flex-basis: 50%;
    max-width: 50%;
}

.entertainment-section.section-1 .image-col > .col-inner {
    padding-left: 5vw;
}

.entertainment-section.section-1 .content-col {
    flex-basis: 50%;
    max-width: 50%;
}
.entertainment-section.section-1 .content-col > .col-inner {
    padding: 8vw 12% 0 32.33%;
    position: relative;
}

.entertainment-section.section-2 .tron-2 {
    position: absolute;
    top: 0;
    left: 3%;
    max-width: 50%;
    z-index: -1;
    opacity: 0.5;
}

.entertainment-section.section-2 .image-col {
    flex-basis: 60%;
    max-width: 60%;
}

.entertainment-section.section-2 .content-col {
    flex-basis: 40%;
    max-width: 40%;
}
d-ib {
    display: inline-block;
}

.entertainment-section.section-2 {
    padding-left: 8.33%;
    padding-right: 8.33%;
}
.entertainment-section.section-2 .content-col > .col-inner {
    padding-left: 12%;
}

.entertainment-section.section-3 {
    padding: 0 8.33% 100px !important;
    margin-top: -8vw;
}

.entertainment-section.section-3 .tron-3 {
    opacity: 0.5;
    position: absolute;
    right: 15vw;
    bottom: -6vw;
    max-width: 24vw;
}

.entertainment-section.section-3 .image-col {
    flex-basis: 35%;
    max-width: 35%;
}

.entertainment-section.section-3 .content-col {
    flex-basis: 65%;
    max-width: 65%;
    margin-top: 5%;
}

.entertainment-section.section-3 .content-col .content-text {
    padding-left: 7vw;
    padding-right: 7vw;
}

.entertainment-section.section-4 {
    padding-left: 16.6vw;
    background: rgba(6, 6, 6, 0.9);
    padding-bottom: 5vw !important;
}

.entertainment-section.section-4 .image-col {
    flex-basis: 30%;
    max-width: 30%;
}

.entertainment-section.section-4 .image-col > .col-inner {
    padding-right: 20%;
}

.entertainment-section.section-4 .content-col {
    flex-basis: 70%;
    max-width: 70%;
}

.entertainment-section.section-4 .tron-4 {
    position: relative;
    top: -5vw;
    left: 8vw;
    opacity: 0.5;
    max-width: 38.5%;
    margin-bottom: -36%;
}

.entertainment-section.section-4 .content-col .content-text {
    padding-left: 8.33vw;
}

.entertainment-section.section-5 {
    padding-top: 55px !important;
    padding-left: 8.33%;
}

.entertainment-section.section-5 .image-col {
    flex-basis: 50%;
    max-width: 50%;
}

.entertainment-section.section-5 .image-col > .col-inner {
    padding-left: 8.3vw;
}

.entertainment-section.section-5 .content-col {
    flex-basis: 50%;
    max-width: 50%;
}

.entertainment-section.section-5 .content-col > .col-inner {
    padding: 0px 50px 5% 0;
    margin-right: -5%;
    position: relative;
    z-index: 2;
}

.entertainment-section.section-5 .tron-5 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    max-width: 32%;
    z-index: -1;
}

.entertainment-section.section-5 .content-col .content-text {
    padding-right: 8.33%;
    padding-left: 8.33vw;
}

/*************** END ENTERTAIMENT PAGE ***************/

/*************** SINGLE SERVICE ***************/
.service-single .single-service-top {
    background-color: #f0f0f0;
    height: 10vw;
    width: 100%;
}

.service-single article {
    padding-top: 6rem;
}
.service-single article .article-inner {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    background-color: var(--color-white);
    border-radius: 50px 50px 0 0;
    margin-top: -8vw;
}

.service-single .top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.service-single .top-title .backpage a {
    color: inherit;
}

.service-single .top-title .backpage span {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.service-single .top-title h1 {
    display: inline-block;
    width: auto;
    font-size: 5rem;
    margin-bottom: 0;
}

.service-single .top-title h1 br {
    display: none;
}

.entry-content {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.service-single .content-wrapper {
    flex-basis: 45%;
    max-width: 45%;
}

/* ::-webkit-scrollbar {
    width: 2px;

    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f04e24;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #f49321;

    border-radius: 10px;
} */
.service-single .gallery-wrapper {
    flex-basis: 55%;
    max-width: 55%;
}
.service-single .content-wrapper > .col-inner {
    max-width: 435px;
    margin-left: 0;
    font-weight: 500;
}

.service-single .gallery-wrapper .slider-wrapper .img {
    border-radius: 30px;
    overflow: hidden;
}

/*************** END SINGLE SERVICE ***************/

/*************** ARCHIVE SERVICE ***************/
.service-archive .service-archive-title {
    margin-bottom: 4rem;
}
.service-archive .service-archive-title h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 1rem;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
}

.rank-math-breadcrumb {
    color: #313131;
    font-weight: 600;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}



.rank-math-breadcrumb a {
    color: inherit;
}

.rank-math-breadcrumb a:first-of-type {
    position: relative;
    padding-left: 2.5rem;
}
.rank-math-breadcrumb a:first-of-type:before {
    content: '\f177';
    font-family: var(--FontAwesome);
    font-weight: bold;
    margin-right: 6px;
    text-decoration: none;
    position: absolute;
    left: 0;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}
/*************** END ARCHIVE SERVICE ***************/

/*************** SHAREHOLDER PAGE ***************/
td,
th {
    border-bottom: unset;
    font-size: 1em;
    line-height: 1.3;
    padding: 1rem;
    text-align: left;
    color: inherit;
}

.shareholder-docs {
    border-collapse: collapse;
}
.shareholder-docs th {
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.5rem 1rem;
}
.shareholder-docs tr {
    border-bottom: 1px dashed rgba(159, 159, 159, 0.5);
}
.shareholder-docs thead tr {
    border-bottom: 1px solid rgba(37, 64, 102, 0.5);
}

.shareholder-docs th:nth-of-type(1) {
    background: #f1f1f1;
    padding-right: 10px;
}

.shareholder-docs td:nth-of-type(1) {
    padding-left: 15px;
    background: #f1f1f1;
    color: #1b75bb;
    font-weight: bold;
    width: 14%;
}

.shareholder-docs th:nth-of-type(3) {
    text-align: center;
}

.shareholder-docs td:nth-of-type(3) {
    width: 130px;
    text-align: center;
}

.shareholder-docs td {
    padding-top: 20px;
    padding-bottom: 25px;
}

.template-transparent-header.page-header-wrapper h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
}

.template-transparent-header + .page-wrapper {
    position: relative;
    margin-bottom: -10rem;
    padding-bottom: 13rem;
}

.page-background {
    position: absolute;
    inset: 0;
}

.page-background img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.row.page-content {
    padding: 0 1.5rem;
    max-width: 1570px;
}

.page-content > .col.large-3 {
    background-color: var(--fs-color-primary);
}

.page-content > .col.large-3 > .col-inner {
    padding: 5rem 0rem 3rem;
    width: 100%;
}
.page-content > .col.large-9 {
    background-color: var(--color-white);
}

.page-content > .col.large-9 > .col-inner {
    padding: 5rem 3rem 3rem;
}

.page-template-page-shareholder-transparent-header h1 {
    font-size: 3.5rem;
    color: #414141;
    text-transform: uppercase;
    font-weight: 400;
}

#sidebar ul a {
    color: var(--color-white);
    padding: 14px 40px;
    position: relative;
    display: block;
}

#sidebar ul a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 80%;
    height: 1px;
    background: -webkit-linear-gradient(
        0.09deg,
        rgba(255, 255, 255, 0) 1.93%,
        #ffffff 28.01%,
        #ffffff 73.28%,
        rgba(255, 255, 255, 0) 96.4%
    );
    background: -moz-linear-gradient(
        0.09deg,
        rgba(255, 255, 255, 0) 1.93%,
        #ffffff 28.01%,
        #ffffff 73.28%,
        rgba(255, 255, 255, 0) 96.4%
    );
    background: -o-linear-gradient(
        0.09deg,
        rgba(255, 255, 255, 0) 1.93%,
        #ffffff 28.01%,
        #ffffff 73.28%,
        rgba(255, 255, 255, 0) 96.4%
    );
    background: linear-gradient(
        89.91deg,
        rgba(255, 255, 255, 0) 1.93%,
        #ffffff 28.01%,
        #ffffff 73.28%,
        rgba(255, 255, 255, 0) 96.4%
    );
}


#sidebar ul li + li {
    border: none;
}
#sidebar ul li:hover,
#sidebar ul li.current-menu-item {
    background-color: #fff;
       border-left: 1px solid var(--fs-color-primary);
    border-right: 1px solid var(--fs-color-primary);
}
#sidebar ul li:hover a,
#sidebar ul li.current-menu-item a {
    color: var(--color-black);
}

#sidebar {
    min-height: 4rem;
}

.toggle-sidebar {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: var(--fs-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-sidebar .toggle-icon{
    width: 47px;
    height: 16px;
    background: url(./assets/images/icon-show-menu.png) no-repeat center/contain;
    display: inline-block;
    padding: 2rem;
    cursor: pointer;
    transform: all 0.3s ease-in-out;
}

.toggle-sidebar .toggle-icon.active {
    transform: rotate(-180deg);
}

.filter-form .filter-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #979797;
    justify-content: end;
}

.filter-form .filter-wrapper label {
    white-space: nowrap;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0;
    color: currentColor;
}

.filter-form .filter-wrapper select {
    margin: 0;
    color: currentColor;
    border: none;
    height: auto;
    width: max-content;
    box-shadow: none;
}

/*************** END SHAREHOLDER PAGE ***************/

/*************** CONTACT PAGE ***************/
.page-template-page-contact-transparent-header .page-content > .col.large-9 > .col-inner {
    padding: 5rem 0rem 0rem;
}

.page-template-page-contact-transparent-header h1 {
    font-style: normal;
    font-size: 35px;
    text-transform: uppercase;
    color: #254066;
    margin-bottom: 19px;
}

.contact-col form .form-field-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.contact-col form .form-field-item label {
    width: 30%;
}

.contact-col form .form-field-item .wpcf7-form-control-wrap {
    flex: 1;
    width: 70%;
}

label,
legend {
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.4em;
}

.contact-col form input[type='text'],
.contact-col form input[type='email'],
.contact-col form input[type='tel'],
.contact-col form textarea {
    height: 2.6rem;
    border-radius: 0.5rem;
}
.contact-col form button {
    border-radius: 10rem;
    padding: 0 4rem;
}
/*************** END CONTACT PAGE ***************/

/*************** ARCHIVE PAGE ***************/
.blog-archive {
    padding-top: 9rem;
}
.archive-page-header h1.page-title {
    font-size: 4rem;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.featured-posts-divider {
    margin-top: 40px;
    margin-bottom: 60px;
}

.featured-posts-divider .divider {
    height: 2px;
    background-color: #ebebeb;
    width: 100%;
}

.featured-posts-left .box.box-label .box-text {
    background: rgb(170 52 40 / 80%);
    max-width: 50%;
    width: 32rem;
    padding: 2rem;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    place-content: center;
}

.featured-posts-left .box.box-label .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    font-weight: 400;
}

.featured-posts-left .box.box-label.box .is-divider {
    display: block;
    height: 5px;
    margin-top: 20px;
    background-color: var(--color-white);
    max-width: 60%;
}

.widget span.widget-title,
.sectionRelated__title {
    line-height: 1.5;
    display: block;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 5rem;
    text-transform: uppercase;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
}

span.widget-title + .is-divider {
    display: none;
}

.pv-featured-views-list .pv-title {
    font-weight: 400;
    font-size: 1.6rem;
}

.pv-featured-views-list .pv-title a:not(:hover) {
    color: #373737;
}

.pv-featured-views-list .pv-item:nth-child(n + 2) .pv-thumb {
    display: none;
}

.pv-featured-views-list .pv-item + .pv-item {
    border: none;
    margin-top: 15px;
    padding-top: 15px;
}

/*************** END ARCHIVE PAGE ***************/

/*************** SINGLE POST ***************/
.single-post .single-post .header-wrapper:not(.stuck) .header-bg-color {
    background-color: #dfdfdf;
}

.single-post h1.entry-title {
    font-size: 30px;
    margin: 30px 0;
    text-transform: uppercase;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
}

.share-icons .share-icons-title {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 8px;
    margin-right: 15px;
}
.social-icons {
    color: #2b2b2b;
    font-size: 1em;
}

.blog-share .share-icons a {
    border-width: 1px;
    margin: 0 8px 8px;
    line-height: 2.35em;
    color: #12358c;
    border-color: #ebebeb;
}
.blog-share .share-icons a:first-of-type {
    margin-left: 0;
}

.blog-single .post-sidebar {
    margin-top: 5rem;
}
.interested-posts {
    padding-bottom: 0;
}
.interested-posts > .col-inner {
    border-top: 2px solid #ebebeb;
    padding-top: 80px;
}

.interested-posts .interested-title {
    font-size: 30px;
    margin: 0 0 7rem 0;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
}

.interested-posts .box-image:before,
.interested-posts .box-image:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 0;
    z-index: 7;
}
.interested-posts .box-image:before {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    bottom: 90%;
    left: 10px;
    right: 90%;
    top: 10px;
}

.interested-posts .box-image:after {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    bottom: 10px;
    left: 90%;
    right: 10px;
    top: 90%;
}

.interested-posts .box:hover .box-image:before {
    bottom: 30px;
    right: 10px;
    border-color: #fff;
    height: auto;
    width: auto;
}

.interested-posts .box:hover .box-image:after {
    left: 10px;
    top: 30px;
    border-color: #fff;
    height: auto;
    width: auto;
}
.interested-posts .box .post-title {
    font-weight: 400;
}

.rp-list .rp-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.widget > ul > li + li,
ul.menu > li + li {
    border-top: none;
}

.rp-list .rp-item .rp-thumb {
    width: 50%;
    max-width: 30rem;
    flex: auto;
    padding: 0;
}

.rp-list .rp-item .rp-thumb img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.rp-list .rp-item .rp-title {
    font-weight: 400;
    font-size: 16px;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 50%;
    margin: 0;
    padding: 1rem 0 1rem 1rem;
}

/*************** END SINGLE POST ***************/

/*************** RECRUITMENT PAGE ***************/

.section-tuyen_dung {
    margin-bottom: 35px;
    position: relative;
}

.section-tuyen_dung .vong-tron {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-tuyen_dung .tieude-img {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
}

.section-tuyen_dung .title_big {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.11;
    text-transform: uppercase;
    color: #212121;
    position: relative;
    z-index: 3;
    padding: 70px 0 5px 70px;
}

.section-tuyen_dung .title_big span {
    color: #ffffff;
}

.section-tuyen_dung .title_small {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.3;
    text-align: left;
    color: var(--fs-color-primary);
    padding-left: 13%;
    position: relative;
    z-index: 3;
}

.tuyen_dung-vi_tri {
    margin-bottom: 70px;
}

.tuyen_dung-vi_tri h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
    line-height: 1.25;
    margin: 0 0 10px 0;
}

.tuyen_dung-vi_tri .title_small {
    font-size: 50px;
    font-weight: bold;
    font-family: 'VNF-Bodoni', Arial, Helvetica, sans-serif;
    line-height: 1.25;
    margin: 0 0 10px 0;
    text-align: center;
}

.tuyen_dung-sort {
    margin-bottom: 6px;
    width: 100%;
}

.tuyen_dung-sort .row {
    margin-left: -8px;
    margin-right: -8px;
}

.tuyen_dung-sort .row > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.tuyen_dung-sort .tuyen_dung-sort-part {
    margin-bottom: 35px;
}

.tuyen_dung-sort .tuyen_dung-sort-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.12;
    text-align: justify;
    text-transform: uppercase;
    color: #060606;
    margin: 0 0 10px 40px;
}

.tuyen_dung-sort .tuyen_dung-select {
    font-size: 1em;
    max-width: 100%;
    text-transform: none;
    background: #fff;
    color: #9a9a9a;
}

.tuyen_dung-sort .tuyen_dung-select label {
    float: left;
    font-size: 1em;
    margin-right: 10px;
}

.tuyen_dung-sort .tuyen_dung-select select {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.8;
    letter-spacing: 0.8px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.5;
    padding-left: 35px;
    height: 40px;
}

.tuyen_dung-sort .tuyen_dung-select .form-control {
    border: 1px solid #212121;
}
.tuyen_dung-table table {
    font-weight: bold;
    min-width: 849px;
    font-size: 15px;
    line-height: 1;
    color: #828282;
    width: 100%;
    text-transform: uppercase;
}
.tuyen_dung-table table .col1 {
    width: 45%;
}

.tuyen_dung-table table .col2 {
    width: 28%;
}

.tuyen_dung-table table .col3 {
    width: 28%;
}

.tuyen_dung-table table .col4 {
    width: 17%;
}

.tuyen_dung-table table tr {
    position: relative;
    width: 100%;
}

.tuyen_dung-table table tr.tr-post:nth-child(2n + 1) {
    background: #f3f3f3;
}

.tuyen_dung-table table tr.tr-post:hover td {
    color: var(--fs-color-primary);
    background: rgba(26, 21, 21, 0.15);
}

.tuyen_dung-table table th {
    background: var(--fs-color-primary);
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.5rem 0;
}

.tuyen_dung-table table th:first-child {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.tuyen_dung-table table th:last-child {
    text-align: center;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.tuyen_dung-table table td {
    padding: 18px 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #828282;
    text-transform: none;
}

.tuyen_dung-table table td:last-child {
    text-align: center;
}

.tuyen_dung-table table .col1-title,
.tuyen_dung-table table .col1-text {
    padding-left: 30px;
    text-align: left;
}

.tuyen_dung-table table .col1-text {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #2c2c2c;
    text-transform: uppercase;
}

.tuyen_dung-table table .col1-text a {
    color: inherit;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tuyen_dung-table table .col1-text a:hover {
    color: var(--fs-color-primary);
}

.table-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
}

/*************** END RECRUITMENT PAGE ***************/

/*************** SINGLE RECRUITMENT PAGE ***************/
.recruitment-single .box-information {
    background: #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 18px 30px;
    margin-bottom: 25px;
    font-size: 18px;
}

.recruitment-single .box-information .row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 0.5px solid #aaaaaa;
    padding: 12px 0;
}

.recruitment-single .box-information .row-1:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recruitment-single  .box-information .row-1 .left {
    width: 30%;
    font-weight: bold;
    color: #000000;
    padding: 5px;

}

.recruitment-single  .box-information .row-1 .right {
    width: 70%;
    font-weight: 500;
    color: #000000;
    padding: 5px;
}

.recruitment-single .box-information .row-1 .right1 {
    font-weight: bold;
}

.recruitment-single  .apply-btn {
    border-radius: 8px;
}

.last-reset p:has( + style) {
    margin-bottom:0;
}

/*************** END SINGLE RECRUITMENT PAGE ***************/

/*************** LĨNH VỰC PAGE ***************/
.linh-vuc-banner h2 {
    font-size: 70px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family:"VNF-Bodoni", Arial, Helvetica, sans-serif;
}

.linh-vuc-banner h3 {
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-family:"VNF-Bodoni", Arial, Helvetica, sans-serif;
}

.scroll-row .img img {
    width: 23px;
}

.headingTitle--small {
    font-size: 15px;
    font-weight: 450;
    text-transform: uppercase;
    font-family: var(--Gotham-font);
        letter-spacing: 0.305em;
}

.service-3-section .service-3-row {
    padding-right:0 !important;
    padding:75px 0;
}

.service-3-section .service-3-row:after {
    content: '';
    position: absolute;
    top: 0;
    width: 86%;
    left: 8%;
    background-color: var(--color-white);
    height: 100%;
    z-index: -1;
    bottom: 0;
}


.row-container {
    padding-left: 8% !important;
    padding-right: 8% !important;
}


.row-container-left {
    padding-left: 8% !important;
}


.row-container-right {
    padding-right: 8% !important;
}

.content-center > .col-inner {
    place-content: center;
}

.news-3-section .section-bg :is(img,picture,video) {

    width: 70%;
    right: 0;
    left: auto;
}

.button.secondary:not(.is-outline,.is-link) {
        background: linear-gradient(267.43deg, #ff8a1f -5.87%, #e73125 112.26%);
            border: transparent;
}

.news-3-section  .slider .post-item {
    transform:scale(0.9) translateX(7%);
    transition: transform 0.3s;
}

.news-3-section  .slider .post-item.is-selected {
    transform:scale(01) ;
}
/*************** END  LĨNH VỰC  PAGE ***************/


@media (min-width: 850px) {
    /*************** ADD DESKTOP CSS HERE  ***************/

    .footer-section .bottom-row > .col.large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .footer-section .bottom-row > .col.large-5 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .messages-section .messages-row > .col.large-8 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .messages-section .messages-row > .col.large-4 {
        margin-left: -15%;
        z-index: 10;
        position: relative;
        padding-top: 5rem;
    }
}

.slider-nav-outside .flickity-prev-next-button.previous {
    left: 2% !important;
    right: auto !important;
    transform: translateX(0%) !important;
}

.slider-nav-outside .flickity-prev-next-button.next {
    right: 2% !important;
    left: auto !important;
    transform: translateX(0%) !important;
}

@media (min-width: 1680px) {
    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto !important;
        right: 100% !important;
    }
    .slider-nav-outside .flickity-prev-next-button.next {
        left: 100% !important;
        right: auto !important;
    }
}

@media (max-width: 1279px) {
    .footer-section .newsletter-row > .col > .col-inner {
        padding: 5rem;
    }

    .footer-section .newsletter-row > .col > .col-inner > * {
        transform: unset;
    }
    
       .news-3-section .section-bg :is(img,picture,video) {
        width: 100%;
    }
}

@media (max-width: 1199px) {

    .section-tuyen_dung .tieude-img {
        right: 0%;
        width: 50%;
    }
    .section-tuyen_dung .title_small {
        padding-top: 30px;
        font-size: 38px;
    }
    
    
}

@media (min-width:850px) and (max-width: 1199px) {
    .services-section .slider .col.service-item,
    .service-archive  #post-list .col.service-item {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    

}

@media (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/
    .medium-margin-center  {
        margin-left:auto;
        margin-right:auto;
    }
    .medium-pb-0 {
        padding-bottom: 0 !important;
    }
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }
    .small-pb-0 {
        padding-bottom: 0 !important;
    }
    .section-tuyen_dung .title_big {
        padding-top: 45px;
    }
    .section-tuyen_dung .tieude-img {
        top: 30px;
    }
    .section-tuyen_dung .title_small {
        padding-top: 70px;
        font-size: 30px;
    }
    .off-canvas-center .mfp-content {
        place-content: start;
    }
    .off-canvas-center .sidebar-menu {
        text-align: left;
        justify-content: flex-start;
    }
    .off-canvas-center .sidebar-menu > .nav {
        align-items: flex-start;
    }
    .off-canvas-center .nav-vertical > li > a {
        font-size: 16px;
        justify-content: flex-start;
    }
    .off-canvas-center .nav-vertical > li > a,
    .off-canvas-center .nav-vertical > li > ul > li a {
        justify-content: flex-start;
    }
    .off-canvas-center .nav-vertical .sub-menu {
        left: 40px;
        transform: translate(0, 0px);
    }

    .off-canvas-center .nav-vertical .sub-menu {
        position: relative; 
        left: 35px !important;
        transform: translate(0, 8px) !important;
        opacity: 1;
        padding-bottom: 30px;
    }

    .hero-section .banner .banner-bg img {
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
    }

    .banner h2 {
        font-size: 3rem;
    }
    .res-text {
        font-size: 15px;
    }
    h2, .h2 {
        font-size: calc(2.8125rem * (1 + var(--heading-font-size-base)));
    }

    .hero-section {
        padding-bottom: 8rem !important;
    }

    .news-2-section .col.post-active .box-blog-post .box-image {
        width: 50% !important;
    }

    .page-content > #sidebar > .col-inner {
        display: none;
        padding: 3rem 0
    }
    .template-transparent-header.page-header-wrapper h2 {
        font-size: 45px;
    }
       .fullpage-wrapper .main-services-section h1 {
        font-size:60px;
    }
    .section-site-text {
            display: none;
    }
    .fp-section.main-services-section .section-bg-overlay {
        background-color: rgba(0, 0, 0, .05) !important;
    }
    .fp-section.main-services-section .content-row {
        position: absolute;
        top: 30%;
    }
    .fullpage-section.main-services-section .section-content .main-services-row {
        bottom: 0;
    }
    .brand-steps-section .brand-steps-row > .col.large-5,
    .brand-steps-section .brand-steps-row > .col.large-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .brand-steps-section .brand-steps-row > .col.large-3 {
        flex-basis: 120px;
        max-width: 120px;
        height: 100%;
        margin: -120px 0;
        z-index: 10;
    }
    
    .brand-steps-section .brand-steps-row > .col.large-3 > .col-inner {
        max-width: 100%;
        background-image:unset;
    }
    .brand-steps-section .number-text{
           margin: 0;
        top: 0;
        width: 120px;
        height: 120px;
        padding: 1rem;
        font-size: 6rem;
    }
    
    .brand-steps-section .brand-steps-row > .col.large-5 {
        order: -2;
    }
     .brand-steps-section .brand-steps-row > .col.large-4 h2 {
                font-size: 35px;
        line-height: 1.2;
        padding: 70px 16px 35px;
        background: #a93327;
        text-align: left;
     }

      .brand-steps-section .brand-steps-row > .col.large-4 h2 br {
        display: none;
      }

    .service-hero-banner h1 {
        font-size: 40px;
    }
    .service-hero-banner .sub-title p {
        font-size: 1.2rem;
    }
    .entertainment-section h2 {
        font-size: 3.8rem;
    }

    .entertainment-section .content-col,
    .entertainment-section .image-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .entertainment-section.section-3 {
        margin-top: 0;
        padding:0 8.33% 30px !important
    }
    
     .entertainment-section.section-1 .content-col > .col-inner {
        padding: 5vw 5% 0 5%;
    }
    .entertainment-section.section-2 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .entertainment-section.section-2 .content-col > .col-inner {
        padding-left: 0;
    }
    
    .entertainment-section.section-2 .image-col > .col-inner {
                 padding-left: 10vw;  
     }
   .entertainment-section.section-3 {
        margin-top: 0;
        padding: 0 5% 0px !important;
    }
    
    .entertainment-section.section-3 .row.row-collapse.row-full-width.align-middle {
        align-items: flex-start !important;
    }
    
     .entertainment-section.section-3 .content-col {
         flex-basis: 70% !important;
        max-width:70% !important;
            margin-top: 0%;
     }
     .entertainment-section.section-3 .content-col .content-text {
        padding-left: 0;
        padding-right: 0;
    }
    .entertainment-section.section-3  .image-col {
        flex-basis: 30% !important;
        max-width: 30% !important;
            margin-top: 10px;
     
    }
    
      .entertainment-section.section-3  .image-col > .col-inner{
        padding-right:1rem;
     
    }
    .entertainment-section.section-3  .image-col  .img .image-cover {
        padding-top:150% !important;
    }
    .entertainment-section.section-4 {
        padding-left: 0%;
        padding-right: 5%;
        padding-bottom: 30px !important;
    }
    
    

    .entertainment-section.section-4 .girl-img {
              display: block;
        position: absolute;
        width: 25vw;
        top: 24vw;
        left: 5vw;
        max-width: 25vw;
    }
    
    .entertainment-section.section-4 .content-col h2 {
        padding-left: 40vw;
    }

     .entertainment-section.section-4 .content-col .row {
        z-index: 1;
        position: relative;
     }
     
     
    
    .entertainment-section.section-5 {
        padding-top: 30px !important;
        padding-left: 0%;
    }
    .entertainment-section.section-5 .content-col > .col-inner {
        padding: 0px 15px;
            margin-right: 0;
    }
    .entertainment-section.section-5 .image-col > .col-inner {
        padding-left: 0;
    }
    
    .entertainment-section.section-5 .content-col .content-text {
        padding-left: 3.33vw;
        padding-right: 0;
    }
    .bigger > h2, .bigger > .h2 {
        font-size: calc(1.5625em  * (1 + var(--heading-font-size-base)));
    }
    .row-container {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .service-3-section .service-3-row {
        padding-right: 5% !important;
        padding: 00px 0;
    }
    
    .row-container-left {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    
    .row-container-right {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .service-3-section .service-3-row:after {
        width: 90%;
        left: 5%;
    }
    
    .services-section .flickity-page-dots {
        text-align: center;
    }
     .hero-section .video-button-wrapper {
        bottom: 0px;
    }
    
    .hero-section .video-button-wrapper .open-video {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem;
                line-height: 5rem;
    }
    .hero-section .video-button-wrapper .open-video i {
          font-size: 2rem !important;
     }
    .hero-section .watch-video-text {
        display:none;
    }
    
    .header.has-transparent, .header.show-on-scroll, .header.transparent {
         position: relative; 
    }

}

@media (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .footer-section .newsletter-row > .col > .col-inner {
        padding: 3rem 1.5rem;
    }
     
    .footer-section .form-flat .flex-col + .flex-col {
        width: auto;
    }
    .section-tuyen_dung .vong-tron {
        max-width: unset;
        width: 24vw;
        left: -5vw;
    }
    .section-tuyen_dung .tieude-img {
        right: -20px;
        max-width: unset;
        width: 61vw;
    }

    .section-tuyen_dung .title_big {
        font-size: 20px;
        text-align: left;
        padding-top: 33px;
        padding-left: 0;
    }
    .section-tuyen_dung .title_small {
        font-size: 25px;
        padding-left: 0;
                padding-top: 40px;
    }
        .section-tuyen_dung .tieude-img {
        top: 0;
    }

    .main-services-row .banner {
        padding-top: 8rem !important;
    }

    .main-services-row .text-box .text-inner {
        padding: 8px !important;
    }

    .main-services-row .text-box .text-inner p {
        margin: 0 !important;
    }

    .main-services-row .text-box .text {
        font-size: 1.4rem !important;
    }

    .tuyen_dung-table table th {
        font-size: 1.4rem;
        padding: 10px !important;
    }

    .tuyen_dung-table table td,
    .tuyen_dung-table table .col1-text {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tuyen_dung-table table {
        min-width: 549px;
    }

    .tuyen_dung-sort .tuyen_dung-sort-title {
        line-height: 1.25;
        margin: 0 0 10px 0px;
    }
    .tuyen_dung-sort .tuyen_dung-select select {
        padding-left: 10px;
    }

    .tuyen_dung-vi_tri {
        margin-bottom: 40px;
    }

    .recruitment-single .box-information {
        padding: 15px 20px;
        font-size: 15px;
    }

    .about-section .about-image {
        max-width: 100%;
    }

    .button.is-large {
        font-size: 1em;
        height: 4rem;
        min-width: 4rem;
        line-height: 3.8rem;
        padding: 0 8px;
    }
    .banner h3 {
        font-size: 2rem;
    }

    .impressive-numbers-section .icon-box .count-up-text {
        font-size: 4rem;
    }
    .impressive-numbers-section .icon-box .content-text {
        font-size: 1.5rem;
    }

    .news-section .post-item .box-text {
        padding: 1.5rem;
    }
    .news-section .post-item > .col-inner {
        border-radius: 30px 30px 30px 0;
    }
    .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type='date'], input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], select, textarea {
        height: 4rem;
    }
    .nav>li.nav-icon>a>i+span {
        display: inline-block !important;
        line-height: 1.2;
        font-size: 15px;
    }

    .news-2-section .col.post-active .box-blog-post .box-image {
        width: 100% !important;
        padding: 15px;
    }
    .news-2-section .col.post-active .box-blog-post .box-text {
        padding: 15px;

    }
     .post-active  .box.box-blog-post.box-vertical .post-title.is-larger {
        font-size: 1.4rem;
    }
    .news-2-section .posts-vertical .box.box-vertical {
        display: table;
        width: 100%;
    }
    .news-2-section .posts-vertical  .box-vertical .box-image {
        width: 40% !important;
    }
    .news-2-section .posts-vertical .box-vertical .box-image ,
    .news-2-section .posts-vertical .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }

    .news-2-section .posts-vertical .box-vertical .box-text {
        padding:1rem
    } 
    .box.box-vertical .is-divider {
        display: none;
    }
    .news-2-section .box.box-blog-post.box-vertical .post-title.is-larger {
        font-size: 1.7rem;
    }
    .featured-posts-container > .col {
        padding-bottom: 0;
    }
    .featured-posts-divider {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .widget span.widget-title, .sectionRelated__title {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .box.box-blog-post .post-title.is-larger {
         font-size: 1.4rem;
    }
    .pv-featured-views-list .pv-title {
        font-size: 1.4rem;
    }
    .interested-posts .interested-title {
        margin: 0 0 3rem 0;
    }
    .interested-posts > .col-inner {
        padding-top: 30px;
    }
    .featured-posts-left .box.box-label.box .is-divider {
        display: none;
    }
    .featured-posts-left .box.box-label .box-text {
        max-width: 100%;
        place-content: center;
        position: relative;
        width: 100%;
    }

    .footer-section .newsletter-row h3 {
        font-size: 2rem;
        text-align: center;
    }

    .single-post h1.entry-title {
        font-size: 20px;
        margin: 15px 0 0;
    }
    .blog-single .post-sidebar {
        margin-top: 0;
    }

    .widget span.widget-title {
       text-align: left;
    }

    .blog-single {
        padding-bottom: 0;
    }

    .blog-single .post {
        margin: 0;
    }

    .blog-single  .widget span.widget-title {
         margin-bottom: 15px;
    }
    .blog-single .interested-posts .interested-title {
        margin: 0 0 2rem 0;
        font-size: 2rem;
    }

    .template-transparent-header.page-header-wrapper h2 {
        font-size: 30px;
    }
    .shareholder-docs thead {
        display: none;
    }
    .shareholder-docs tbody tr {
        display: flex;
        flex-wrap: wrap;
            padding: 10px 0;
    }

    .shareholder-docs tbody .shareholder-item td {
        display: block;
         padding: 5px !important;
        background: #fff;
        place-content: center;
    }

    .shareholder-docs tbody .shareholder-item td:nth-child(1) {
        width:70%
    }
    .shareholder-docs tbody .shareholder-item td:nth-child(2) {
        width:100%;
        order:2
    }
    .shareholder-docs tbody .shareholder-item td:nth-child(3) {
        width:30%;
        text-align: right;
    }
    .filter-form .filter-wrapper {
        justify-content: flex-start;
    }

    .page-template-page-shareholder-transparent-header h1 {
        font-size: 2.5rem;
    }

    .template-transparent-header.page-header-wrapper .page-title-inner {
        min-height: 420px !important;
    }


    .template-transparent-header.page-header-wrapper .title-wrapper {
        top: -10rem;
        position: relative;
    }

    .template-transparent-header.page-header-wrapper  .title-bg {
        background-position: 50% 100%;
    }
    .row.page-content {
        padding: 0rem;
    }
    .page-content > .col.large-9 > .col-inner {
        padding: 3rem 1.5rem;
    }
    .page-template-page-contact-transparent-header .page-content > .col.large-9 > .col-inner {
        padding: 3rem 0 0;
    }

    .recruitment-banner .main-services-row {
        padding: 1rem;
    }
    .recruitment-banner .main-services-row > .col {
        padding: 0 5px 10px
    }
    .section-tuyen_dung {
        margin-bottom: 0;
    }
    .fullpage-wrapper .main-services-section h1 {
        font-size:40px;
    }
      .service-hero-banner h1 {
        font-size: 25px;
    }
    .entertainment-section h2 {
        font-size: 3.5rem;
    }
        .main-services-row.has-line> .col:nth-child(n + 2)::before {
        content: unset;
        
    }
        
    .main-services-row.has-line> .col:nth-child(2n + 2)::before {
        content: '';
        position: absolute;
        top: 10px;
        height: -webkit-calc(100% - 20px);
        height: -moz-calc(100% - 20px);
        height: calc(100% - 20px);
        width: 0.5px;
        background: #fff;
        left: -0.25px;
        z-index: 99;
    }
    
        
    .hero-section .video-button-wrapper .open-video {
        width: 4rem;
        height:4rem;
        min-width: 4rem;
        min-height: 4rem;
                line-height: 4rem;
    }
    .hero-section .video-button-wrapper .open-video i {
          font-size: 1.8rem !important;
     }
     
}

.is-xxxlarge {
    font-size: 2.5em;
}

.is-xxlarge {
    font-size: 2em;
}

.is-xlarge {
    font-size: 1.5em;
}

.is-larger {
    font-size: 1.3em;
}

.is-large {
    font-size: 1.15em;
}

.is-small,
.is-small.button {
    font-size: 0.8em;
}

.is-smaller {
    font-size: 0.75em;
}

.is-xsmall {
    font-size: 0.7em;
}

.is-xxsmall {
    font-size: 0.6em;
}
