/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Description: Child theme for Flatsome
Author: UX-Themes (Modified by You)
Author URI: https://uxthemes.com
Template: flatsome
Version: 1.0.20
Text Domain: flatsome-child
*/

/* ================================
   Font: Averta (custom)
   ================================ */
@font-face {
    font-family: "Averta";
    src: url("assets/fonts/averta/Averta-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Averta";
    src: url("assets/fonts/averta/Averta-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Averta";
    src: url("assets/fonts/averta/Averta-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Averta";
    src: url("assets/fonts/averta/Averta-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Averta";
    src: url("assets/fonts/averta/Averta-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Averta", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover {
    text-decoration: unset;
    transition: all 0.2s linear;
}

.header .header-wrapper {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

.site-footer__logo > a {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.site-footer .line {
    max-width: 860px;
    margin: 0 auto;
    height: 1px;
    background: #025449;
    background: linear-gradient(
        90deg,
        rgba(2, 84, 73, 0) 0%,
        rgb(52, 146, 139) 30%,
        rgb(52, 146, 139) 70%,
        rgba(0, 87, 77, 0) 100%
    );
}

.site-footer__info p {
    margin-bottom: 0;
}

.site-footer__info a {
    color: #fff;
}

.site-footer__menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
}

.site-footer__info a:hover,
.site-footer__menu a:hover {
    text-decoration: underline;
}

.absolute-footer {
    position: relative;
    padding: 20px 0;
    background: #003d34;
}

.absolute-footer .credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 5px;
}

.absolute-footer .credit > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 0;
    color: #05826f;
}

.title-link-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.title-w-line .line {
    width: 90px;
    height: 2px;
    margin: 10px 0;
}

.pill-btn {
    border-radius: 40px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 8px 18px;
}

.pill-btn.btn-w-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.pill-btn {
    border: 1px solid;
}

.pill-btn img {
    max-width: 24px;
    display: block;
}

.home-tintuc-head {
    margin-bottom: 25px;
}

.home-tintuc-head .title-w-line .line {
    margin: 9px 0 0;
}

.home-tintuc-head .pill-btn {
    padding: 11px 17px;
}

.pill-btn:hover img {
    filter: brightness(100);
}

.stat-item .stat-head .stat-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 0.7906976744;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

.stat-item .stat-head .stat-title .title-small {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4166666667;
    display: inline-block;
    font-weight: bold;
}

.stat-item .line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.stat-item .stat-main {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.flickity-slider > div.tumb {
    width: 33.333% !important;
}

.banner-main .pill-btn img {
    width: 18px;
    height: 18px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.flickity-slider > .row:not(.is-selected) {
    opacity: 1 !important;
}

.home-news {
    background: linear-gradient(180deg, #ffffff 0%, #e1f0ef 100%);
}

.banner-thumb .flickity-slider > .row.is-selected {
    background-color: #0f5f5a;
}

.banner-thumb .flickity-slider > .row.is-selected .text,
.banner-thumb .flickity-slider > .row.is-selected .text > * {
    color: #ffffff !important;
}

.banner-thumb-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
    top: 0px;
}

.banner-thumb .slider-nav-reveal .flickity-prev-next-button {
    background-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: none;
    color: #0f5f5a;
    width: 24px;
    opacity: 1 !important;
}

.banner-thumb .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: #0f5f5a !important;
    color: #fff;
}

.banner-thumb .flickity-prev-next-button svg {
    width: 24px;
}

.banner-thumb .flickity-prev-next-button:hover .arrow,
.banner-thumb .flickity-prev-next-button:hover svg {
    fill: currentColor !important;
}

.banner-thumb .slider {
    padding-left: 24px;
    padding-right: 24px;
}

.banner-thumb .flickity-slider > .row:hover {
    background-color: #0f5f5a;
}

.banner-thumb .flickity-slider > .row.is-selected .text,
.banner-thumb .flickity-slider > .row.is-selected .text > *,
.banner-thumb .flickity-slider > .row:hover .text,
.banner-thumb .flickity-slider > .row:hover .text > * {
    color: #ffffff !important;
}

.banner-thumb .flickity-slider > .row {
    border-right: 1px solid #fff;
}

.banner-thumb .flickity-slider > .row:last-child {
    border-right: none;
}

.banner-thumb .flickity-slider > .row.is-selected:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid #0f5f5a;
}

.banner-thumb .slider-nav-reveal,
.banner-thumb .slider-nav-reveal .flickity-viewport {
    overflow-x: clip;
    overflow-y: visible;
}

.banner-main .slider .flickity-button.previous::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-main .slider .flickity-button.next::before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-main .slider-nav-reveal .flickity-prev-next-button,
.banner-main .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: transparent;
    box-shadow: none;
}

.banner-main .flickity-prev-next-button svg {
    width: 14px;
    padding: 0;
}

.banner-main .flickity-prev-next-button:hover svg,
.banner-main .flickity-prev-next-button:hover .arrow {
    fill: currentColor !important;
}

.news-main .box-blog-post .post-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #111;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-main .box-blog-post .post-title a:hover {
     color: #0f5f5a;   
}

.news-main .box-blog-post .post-meta {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282;
}

.news-main .box-blog-post .is-divider {
    display: none;
}

.news-main .flickity-page-dots .dot {
    width: 30px;
    height: 2px;
    background: #bdbdbd;
    border-radius: 0;
}

.news-main .flickity-page-dots .dot.is-selected {
    height: 4px;
    background: #0f5f5a;
}

.news-main .flickity-button {
    display: none;
}

.about-company .pill-btn img {
    filter: brightness(0);
}

.industry-list {
    background: #68b2ae;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}

.industry-list .banner {
    border-right: 1px solid #004b41;
}

.industry-list .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 95, 90, 0) 0%, #0f5f5a 100%);
}

.industry-list .is-selected .banner::after {
    opacity: 0;
    visibility: hidden;
}

.industry-list .banner .banner-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, rgba(15, 95, 90, 0) 0%, #0f5f5a 100%);
}

.industry-list .banner .text {
    font-size: 0.68rem !important;
}

.industry-list .banner .white.is-outline {
    border-width: 1px;
    padding: 6px 20px;
}

.industry-list .banner .white.is-outline:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.clip-overflow-y {
    overflow-y: clip;
}

.swiper-out-navigation .button {
    border: none;
    width: 48px;
    height: 48px;
    padding: 0;
}

.swiper-out-navigation .button:hover {
    background-color: transparent !important;
}

.swiper-out-navigation .button.is-disabled {
    opacity: 0.45;
}

.main-menu-container {
    position: fixed;
    height: calc(100vh - 89px);
    background: #fff;
    left: 0;
    top: 89px;
    width: 100%;
    overflow: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: 999;
}

.main-menu-container.opened {
    transform: translateX(0);
}

.main-menu-container.opened .menu-list-container {
    transition-delay: 0.5s;
    opacity: 1;
}

.main-menu-container .menu-list-container {
    position: relative;
    padding: 0 15px;
    opacity: 0;
}

.main-menu-container .menu-list-container ul {
    width: 100%;
    padding-left: 0;
    margin: 0;
    overflow-y: visible;
    height: calc(100vh - 89px);
}

.main-menu-container .menu-list-container ul li {
    display: block;
    margin-bottom: 0;
}

.main-menu-container.menu-list-container .menu-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu-container .menu-list-container .menu-link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #111;
}

.main-menu-container .menu-list-container .menu-link-wrap img {
    display: block;
    max-width: 24px;
    filter: invert(56%) sepia(0%) saturate(353%) hue-rotate(187deg) brightness(92%) contrast(83%);
}

.main-menu-container .menu-list-container .menu-link.active ~ img {
    filter: brightness(1) grayscale(0);
}

.main-menu-container .menu-list-container .menu-sub-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu-container .menu-sub-container ul {
    max-width: 100%;
}

.main-menu-container .menu-list-container .menu-sub-container ul {
    height: calc(100vh - 119px);
    overflow-y: auto;
}

.main-menu-container .menu-list-container .menu-sub-container .menu-link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    color: #111;
    transition: none;
}

.main-menu-container .menu-list-container .menu-sub-container .menu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 6px;
    height: 100%;
    background: #0f5f5a;
    opacity: 0;
}

.main-menu-container .menu-list-container .menu-sub-container .menu-link:hover::before,
.main-menu-container .menu-list-container .menu-sub-container .menu-link.active::before {
    opacity: 1;
}

.main-menu-container .menu-list-container .menu-sub-container .menu-link::after {
    content: attr(data-text);
    position: absolute;
    top: auto;
    left: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: bold;
}

.main-menu-container .menu-list-container > ul > li > .menu-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu-container .menu-list-container .menu-sub-container .btn-backtolv1 {
    display: inline-block;
    transform: rotate(180deg);
    margin: 8px 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(./assets/images/arrow_forward.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main-menu-container::before {
    content: "";
    position: absolute;
    bottom: -5%;
    right: -5%;
    background: url(./assets/images/trai-dat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80%;
}

.main-menu-container .menu-list-container .menu-sub-container.mobile--sub-opened {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateX(0);
    transition: all 0.5s;
}

.main-menu-container .menu-list-container .menu-link.active, .main-menu-container .menu-list-container .menu-link:hover {
    text-decoration: none;
    color: #0f5f5a;
    font-weight: 700;
}

.banner-main .banner {
    height: calc(100vh - 89px) !important;
}

.d-none {
    display: none !important;
}

#mobile-numberCounting {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 0px 4px 0px 0px;
    padding: 8px 14px;
}

#mobile-numberCounting > * {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #0f5f5a;
}

#mobile-numberCounting .present {
    font-weight: 700;
}

#mobile-numberCounting .feature {
    position: relative;
}

#mobile-numberCounting .feature::before {
    content: "/";
    display: inline-block;
    width: 0.5rem;
    text-align: center;
}

.blog-archive .article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blog-archive .article-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.single-article {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.single-article .image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    overflow: hidden;
}

.single-article .image img,
.single-article .image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-article .image img {
    transition: all 0.3s linear;
}

.single-article .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 10px;
}

.single-article .content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    transition: all 0.1s linear;
}

.single-article .content .date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282;
    margin-top: auto;
}

.pagination-article {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #f2f2f2;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #111;
    border: none;
    border-radius: 0;
    transition: all 0.1s linear;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.contact-form .input-group {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 11px 20px;
    margin-bottom: 10px;
}

.contact-form .input-group .form-title {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #999;
    margin-bottom: 9px;
}

.contact-form .input-group input,
.contact-form .input-group select,
.contact-form .input-group textarea {
    display: block;
    width: 100%;
    border: unset;
    background: rgba(0, 0, 0, 0);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #111;
    box-shadow: none;
    margin: 0;
    height: auto;
    transition: all 0.2s linear;
}

.contact-form .input-group .form-title.required::after {
    content: "*";
    display: inline-block;
    vertical-align: text-top;
    color: #eb5757;
}

.contact-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #0f5f5a;
    background: #0f5f5a;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 15px 38px;
    text-transform: unset;
}

.contact-form .wpcf7-submit img {
    flex-shrink: 0;
    margin-left: 10px;
}

.contact-form .wpcf7-submit:hover {
    box-shadow: inset 0 200px 0 rgba(0, 0, 0, 0.2392156863);
    transition: all 0.2s linear;
}

.wpcf7 .contact-form .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    color: red;
    font-size: 12px;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
    background-color: #fff;
}

.wpcf7 .contact-form .wpcf7-not-valid-tip::after {
    content: none;
}

.vertical--developement-tabs {
    background-image: url(./assets/images/bg-cachtiepcan.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    padding: 30px 0;
}

.vertical--lvhd-tab::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(15,95,90,.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}

.page-id-264 .vertical--lvhd-tab::before {
    backdrop-filter: none;
    background: rgba(15,95,90,.8);
}

.vertical--developement-tabs .tabs-panel-item {
    position: sticky;
    top: 120px;
}

.tabs-panel-item .tab-item {
    margin-bottom: 10px;
}

.tabs-panel-item .tab-item > *,
.vertical--lvhd-tab .accordion-item > .accordion-title {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    padding: 10px;
    padding-right: 40px;
}

.tabs-panel-item .tab-item > *:before,
.accordion-item > .accordion-title:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(./assets/images/arrow-chevron-right-white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

.tab-panel-content,
.tab-panel-content-2 {
    display: none;
}

.vertical--lvhd-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.vertical--lvhd-table {
    margin-top: 20px;
    margin-bottom: 0;
}

.vertical--lvhd-table table {
    width: 100% !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.vertical--lvhd-table table td {
    border-color: rgba(255, 255, 255, 0.15);
}

.vertical--lvhd-table table td {
    vertical-align: baseline;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 10px;
}

.vertical--lvhd-table table td:first-child {
    font-weight: 400;
    color: #b6e0de;
    max-width: 33%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    width: 33.33% !important;
}

.vertical--lvhd-table table td:last-child {
    font-weight: 700;
    width: 66.66% !important;
}

.tab-panel-content.active,
.tab-panel-content-2.active {
    display: block;
}

.vertical--lvhd__accordion-list .accordion-block {
    position: relative;
    margin-bottom: 10px;
}

.vertical--lvhd__accordion-list .accordion-block .accordion-header {
    padding-bottom: 10px;
}

.vertical--lvhd__accordion-list .accordion-block .tab-item > * {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    padding: 10px;
    padding-right: 40px;
}

.vertical--lvhd__accordion-list .accordion-block .tab-item > *:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(./assets/images/arrow-chevron-right-white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

.tabs-panel-item .tab-item.active > *,
.vertical--lvhd-tab .accordion-item > .accordion-title.active {
    background: #fff;
    color: #0f5f5a;
}

.tabs-panel-item .tab-item.active > *::before,
.vertical--lvhd-tab .accordion-item > .accordion-title.active::before {
    background-image: url(./assets/images/arrow-chevron-right-green.svg);
}

.vertical--lvhd-tab .accordion-item > .accordion-inner {
    padding: 1em 0;
}

.icon-circle .icon img {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.vertical--developement-tabs .box-title {
    margin-bottom: 20px;
}

.vertical--developement-tabs .box-title h3 {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #0f5f5a;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link {
    color: #fff;
}

.csr-article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.csr-article-list .csr-col {
    flex: 0 0 100%;
    max-width: 100%;
}

article.csr .init .image img, article.csr .init .image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

article.csr .init .titlebox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .68);
    border-top: 1px solid rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all .2s linear;
    padding: 10px;
}

article.csr, article.csr .init {
    position: relative;
    overflow: hidden;
}

article.csr .init .image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

article.csr .init .titlebox .sub {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282;
    margin-bottom: 5px;
}

article.csr .init .titlebox-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

article.csr .init .titlebox .title {
    flex: 1;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #0f5f5a;
    margin: 0;
}

article.csr .init .titlebox .nav {
    margin-left: auto;
}

article.csr .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

article.csr .hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(./assets/images/bg-csr.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s linear;
}

article.csr .hover .titlebox {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    padding: 10px;
}

article.csr .hover .titlebox .sub {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #fff;
    margin-bottom: 5px;
}

article.csr .hover .titlebox-flex {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    gap: 15px;
}

article.csr .hover .titlebox .title {
    flex: 1;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

article.csr .hover .titlebox .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #0f5f5a;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 9px 12px;
    margin: 0;
    margin-right: auto;
}

article.csr .hover .titlebox .btn img {
    flex-shrink: 0;
    margin-left: 10px;
    transition: all .1s linear;
}

.read-more-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #b6e0de;
    margin-top: 10px;
}

.read-more-btn:hover {
    color: #b6e0de;
    text-decoration: underline;
}

.more-text {
    display: inline;
}

.read-more-btn::after {
    content: "";
    display: inline-block;
    background-image: url(./assets/images/arrow-caretdown-green.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 1.5rem;
    height: 1.5rem;
}

.read-more-btn.active::after {
    transform: rotate(180deg);
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svg-animated {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.svg-animated .animated__top {
    position: absolute;
    background-image: url(./assets/images/svg-animated-lvhd-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 65%;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    transform: translateX(-50%);
    width: 31%;
}

.svg-animated .animated__bottom, .svg-animated .animated__top {
    opacity: 0;
    visibility: hidden;
    transition: all .6s linear;
}

.svg-animated.animated .animated__bottom, .svg-animated.animated .animated__top {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .6s linear;
}

.stavian--svg-animated .svg-animated .animated__top {
    background-image: url(./assets/images/svg-white-animated.png);
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.svg-animated .animated__bottom {
    position: absolute;
    background-image: url(./assets/images/svg-animated-lvhd-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    height: 80%;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transform: translateX(50%);
    width: 31%;
}

.svg-animated .animated__bottom, .svg-animated .animated__top {
    opacity: 0;
    visibility: hidden;
    transition: all .6s linear;
}

.svg-animated.animated .animated__bottom, .svg-animated.animated .animated__top {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .6s linear;
}

.stavian--svg-animated .svg-animated .animated__bottom {
    background-image: url(./assets/images/svg-green-animated.png);
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.back-to-top {
    border: none !important;
    background-color: transparent !important;
}

.award-list .row {
    background: #fff;
    border-radius: 10px;
    height: auto;
}

.award-list .row .box {
    display: flex; 
    flex-flow: column;
    text-align: center;
    padding: 15px;
    cursor: pointer;
     height: 100%; 
}

.award-list .row .box-image {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.award-list .row .box-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.award-list .row .box-image img {
    top: 0;
    left: 0;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.award-list .flickity-slider>.row {
    margin: 0;
}

.award-list .row .box .box-text {
    padding: 0;
}

.article-detail-breacrumb + .row {
    padding: 25px 0 0;
}

.article-detail-wrapper .entry-header {
    margin-bottom: 20px;
}

.article-detail-wrapper .entry-header .title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1666666667;
    color: #0f5f5a;
    margin: 0;
}

.article-detail-wrapper .entry-footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 20px;
    gap: 10px;
}

.article-detail-wrapper .entry-footer .button-article-prev {
    flex: 1;
    text-align: center;
}

.article-detail-wrapper .entry-footer .button-article-prev>* {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #0f5f5a;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 60px;
    padding: 7px 12px;
}

.article-detail-wrapper .entry-footer .button-article-prev>* img {
    flex-shrink: 0;
    margin-right: 10px;
    transition: all .1s linear;
}

.article-detail-wrapper .entry-footer .social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.article-detail-wrapper .entry-footer .social>* {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #222;
}

.article-detail-wrapper .entry-footer .social>* {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #222;
}

.article-detail-wrapper .entry-footer .social a {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    aspect-ratio: 1 / 1;
    padding: 6px;
}

.fl-flexbox {
    position: relative;
    display: flex;
    flex-flow: column-reverse wrap;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    gap: 15px;
}

.fl-breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fl-breadcrumb>* {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #828282;
}

.fl-breadcrumb>*:not(:last-child)::after {
    content: "";
    display: inline-block;
    background-image: url(./assets/images/svg-breadcrumb.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 2rem;
    height: 10px;
    text-align: center;
}

.fl-breadcrumb>*:hover {
    color: #0f5f5a;
    text-decoration: underline;
}

.fl-gmt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #828282;
}

.blog-wrapper .entry-sidebar {
    background: #f2f2f2;
    padding: 20px;
}

.blog-wrapper .entry-sidebar .titlebox {
    margin-bottom: 20px;
}

.blog-wrapper .entry-sidebar .titlebox .title {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    color: #0f5f5a;
    text-transform: uppercase;
}

.blog-wrapper .entry-sidebar .article-sidebar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-wrapper .entry-sidebar .article-sidebar:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-wrapper .entry-sidebar .article-sidebar .article-image {
    position: relative;
    width: 100%;
    padding-bottom: 28%;
    overflow: hidden;
    max-width: 100px;
}

.blog-wrapper .entry-sidebar .article-sidebar .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-wrapper .entry-sidebar .article-sidebar .article-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #111;
    margin-left: 10px;
}

.blog-wrapper .entry-sidebar .article-sidebar .article-image img {
    transition: all .3s linear;
}

.core-value--block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow-x: hidden;
}

.core-value--row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.core-value--column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.core-value--category {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 15px;
}

.core-value--category li {
    position: relative;
    margin: 0 !important;
}

.core-value--category a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1666666667;
    color: #111;
    text-decoration: unset;
    transition: all .3s linear;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.core-value--category li:hover a, .core-value--category li.active a {
    color: #0f5f5a;
    transition: all .3s linear;
}

.core-value--category li:first-child a {
    border-top: 1px solid #e0e0e0;
}

.core-value--category .arrow-icon {
    position: absolute;
    display: none;
    right: auto;
    top: 50%;
    transform: scale(1) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .1s linear;
}

.core-value--category li:hover .arrow-icon, .core-value--category li.active .arrow-icon {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all .1s linear;
}

.home-about {
    min-height: calc(100vh - 89px);
}

@media (min-width: 576px) and (max-width: 991px) {
    .banner-main .banner {
        height: 100vh !important;
    }
}

@media (max-width: 991px) {
    .stavian--svg-animated .svg-animated {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-menu-container .menu-list-container .menu-sub-container {
        width: 100%;
        height: calc(100vh - 89px);
        transform: translateX(-100%);
        transition: all 0.5s;
    }

    .home-tintuc-head .pill-btn {
        padding: 8px 13px;
        font-size: 13px;
    }

    .home-tintuc-head .pill-btn img {
        max-width: 17px;
    }

    .icon-circle {
        flex-flow: column;
    }

    .icon-circle.icon-box-left .has-icon-bg {
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .icon-circle.icon-box-left .has-icon-bg .icon {
        position:static !important;
    }

    .main-menu-container .menu-list-container ul {
        position: relative;
    }
	
	.outside-container .col-inner {
		padding-left: 15px !important;
	}
}

@media (min-width: 768px) {
    .absolute-footer {
        padding: 40px 0;
    }

    .absolute-footer .credit > span {
        display: none;
    }

    .absolute-footer .credit > *:last-child {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #05826f;
    }

    .news-main .flickity-page-dots .dot {
        width: 60px;
    }

    .industry-navigation .button {
        width: 48px;
        height: 48px;
    }

    .main-menu-container .menu-list-container .menu-sub-container {
        left: 250px;
        border-left: 2px solid #e0e0e0;
        background: rgba(0, 0, 0, 0);
        min-height: 100%;
        max-height: calc(100vh - 275px);
    }

    .main-menu-container .menu-list-container > ul {
        max-width: 250px;
    }

    .main-menu-container .menu-list-container ul {
        height: calc(100vh - 190px);
    }

    .main-menu-container .menu-list-container .menu-sub-container ul {
        height: calc(100vh - 189px);
        padding-left: 20px;
    }

    .main-menu-container .menu-list-container > ul > li > .menu-link-wrap {
        padding-right: 20px;
    }

    .main-menu-container .menu-list-container .menu-link-wrap:hover .menu-sub-container {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transition: all 0.3s;
    }

    .main-menu-container::before {
        width: 50%;
    }

    .main-menu-container {
        padding: 50px 0;
    }

    .main-menu-container .menu-list-container {
        margin: 0px 24px;
    }

    .banner-thumb .row {
        max-width: 33.33333% !important;
    }

    .industry-list .row {
        max-width: 60% !important;
    }

    .industry-navigation {
        position: absolute;
        right: 57px;
        bottom: 120px;
        margin-right: 0;
    }

    .blog-archive .article-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .blog-archive .article-col:nth-child(7n + 7),
    .blog-archive .article-col:first-child {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .blog-archive .article-col:nth-child(7n + 7) .single-article .image,
    .blog-archive .article-col:first-child .single-article .image {
        position: relative;
        width: 100%;
        padding-bottom: 49%;
        overflow: hidden;
    }

    .blog-archive .article-col:nth-child(7n + 7) .single-article .image img,
    .blog-archive .article-col:nth-child(7n + 7) .single-article .image iframe,
    .blog-archive .article-col:first-child .single-article .image img,
    .blog-archive .article-col:first-child .single-article .image iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .single-article .content {
        max-height: 40%;
        height: 100%;
    }

    .blog-archive .article-col:nth-child(7n + 7) .single-article .content,
    .blog-archive .article-col:first-child .single-article .content {
        max-width: 530px;
        margin-right: auto;
    }

    .nav-pagination > li > a,
    .nav-pagination > li > span {
        width: 48px;
    }

    .vertical--developement-tabs {
        padding: 80px 0;
    }

    .csr-article-list .csr-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    article.csr .init .titlebox .title {
        font-size: 18px;
    }

    article.csr:hover .init .titlebox {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .2s linear;
    }

    article.csr:hover .hover {
        pointer-events: inherit;
        background: rgba(15, 95, 90, .8);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    article.csr .hover .titlebox .title {
        font-size: 18px;
    }

    article.csr .hover .titlebox .btn {
        font-size: 16px;
        padding: 9px 20px;
    }

    article.csr:hover .hover::before {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all .3s linear;
    }

    .svg-animated .animated__top {
        height: 60%;
        background-position: 55% 0;
    }

    .award-list .row .box {
        padding: 30px 15px;
    }

    .article-detail-breacrumb + .row {
        padding: 40px 0 15px;
    }

    .article-detail-wrapper .entry-footer {
        justify-content: flex-start;
    }

    .article-detail-wrapper .entry-footer .button-article-prev {
        text-align: left;
    }

    .article-detail-wrapper .entry-footer .social {
        margin-left: auto;
        margin-right: 0;
    }

    .fl-flexbox {
        flex-flow: row wrap;
        align-items: center;
        gap: 0;
    }

    .fl-gmt {
        margin-left: auto;
    }

    .core-value--column:first-child {
        flex: 0 0 35%;
        max-width: 35%;
        z-index: 1;
    }

    .core-value--category {
        max-width: 330px;
        margin-right: auto;
    }

    .core-value--category .arrow-icon {
        display: block;
        transform: scale(0.5) translateY(-50%);
        transform-origin: top;
    }

    .core-value--column:last-child {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .core-value--panel-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        margin-top: 0;
        padding: 0;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .single-article .content {
        max-height: 30%;
    }

    article.csr .init .titlebox {
        padding: 20px;
        padding-bottom: 40px;
    }

    article.csr .init .titlebox .sub {
        font-size: 16px;
    }

    article.csr .hover .titlebox {
        padding: 20px;
        padding-bottom: 40px;
    }

    article.csr:hover .hover .titlebox {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        transition: all .2s linear;
        transition-delay: .3s;
    }

    article.csr .hover .titlebox .sub {
        font-size: 16px;
    }

    article.csr .hover .titlebox-flex {
        flex-flow: row wrap;
        align-items: flex-end;
        gap: 5px;
    }

    article.csr .hover .titlebox .btn {
        margin: 0;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .title-w-line .line {
        margin: 15px 0;
    }

    .stat-item .stat-head .stat-title {
        font-size: 43px;
    }

    .stat-item .stat-head .stat-title .title-small {
        font-size: 32px;
    }

    .pill-btn {
        padding: 12px 24px;
    }

    .banner-thumb .flickity-slider > .row .text {
        font-size: 0.66rem;
    }

    .banner-main .slider-nav-reveal .flickity-prev-next-button {
        padding: 0 30px 0 80px;
    }

    .news-main .box-blog-post .post-title {
        font-size: 18px;
    }

    .main-menu-container .menu-list-container .menu-sub-container {
        left: 310px;
    }

    .main-menu-container .menu-list-container .menu-sub-container ul {
        padding-left: 40px;
    }

    .main-menu-container .menu-list-container .menu-link {
        font-size: 24px;
        padding: 20px 0;
    }

    .main-menu-container .menu-list-container .menu-sub-container .menu-link {
        font-size: 24px;
    }

    .main-menu-container .menu-list-container > ul > li > .menu-link-wrap {
        padding-right: 40px;
    }

    .main-menu-container .menu-list-container > ul {
        max-width: 310px;
    }

    .main-menu-container .menu-list-container {
        margin: 0 30px;
    }

    .banner-thumb .row {
        max-width: 20% !important;
    }

    .industry-list .row {
        max-width: 30% !important;
    }

    .blog-archive .article-col {
        margin-bottom: 40px;
    }

    .single-article .content {
        padding: 20px;
        max-height: 33%;
    }

    .single-article .content .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .single-article .content .date {
        font-size: 16px;
    }

    .pagination-article {
        padding-top: 40px;
    }

    .vertical--developement-tabs {
        padding: 60px 0;
    }

    .tabs-panel-item .tab-item > * {
        font-size: 18px;
    }

    .tab-panel-content {
        margin-left: 40px;
    }

    .vertical--lvhd-desc {
        font-size: 18px;
    }

    .vertical--lvhd-table table td {
        font-size: 18px;
    }

    .vertical--developement-tabs .box-title {
        margin-bottom: 40px;
    }

    .vertical--developement-tabs .box-title h3 {
        font-size: 28px;
    }

    .csr-article-list .csr-col {
        flex: 0 0 calc(33.3333333333% - 13.3333333333px);
        max-width: calc(33.3333333333% - 13.3333333333px);
    }

    article.csr .init .titlebox .title {
        font-size: 20px;
    }

    article.csr .hover .titlebox .title {
        font-size: 20px;
    }

    .read-more-btn {
        font-size: 16px;
    }
    
    .award-list .row .box {
        padding: 60px 30px;
    }

    .article-detail-wrapper .entry-header .title {
        font-size: 28px;
    }

    .blog-wrapper .entry-sidebar {
        max-width: 330px;
        margin-left: auto;
    }

    .core-value--category a {
        font-size: 24px;
        padding: 20px 0;
    }
}

@media (min-width: 1680px) {
    .stat-item .stat-head .stat-title {
        font-size: 86px;
    }

    .stat-item .stat-head .stat-title .title-small {
        font-size: 48px;
    }

    .pill-btn {
        font-size: 16px;
    }

    .industry-list .banner .text {
        font-size: 1rem !important;
    }

    .news-main .box-blog-post .post-title {
        font-size: 20px;
    }

    .news-main .box-blog-post .post-meta {
        font-size: 16px;
    }
	
	.title-w-line h3 {
        font-size: 225% !important;
    }
	
    .home-about {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .home-about .home-about__gap-1, .home-about .home-about__gap-2 {
         padding-top: 100px !important;
    }
	
	.home-industry {
        min-height: calc(100vh - 89px);
    }
	
	.stat-item .stat-main, .industry-des, .network-des, .about-tab-1__des, .about-tab-4__des, .text-des {
		font-size: 20px !important;
	}
	
	.home-industry__gap-1 {
		padding-top: 80px !important;
	}
	
	.home-news, .home-network {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
	
	 .core-value--category a {
        font-size: 36px;
        padding: 40px 0;
    }

    .core-value--panel-content {
        min-height: 110%;
        transform: translateY(-5%);
        padding: 0;
        padding-left: 70px;
    }

    .core-value--panel-content .banner {
        padding-top: 60% !important;
    }

    .vertical--developement-tabs .box-title h3 {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .tabs-panel-item .tab-item>* {
        font-size: 20px;
        padding: 20px;
    }

    .vertical--lvhd-table .icon-box-img {
        width: 160px !important; 
    }

    .vertical--developement-tabs {
        padding: 110px 0 !important;
    }
}

.timeline-item.box {
    position: relative;
    background: #fff;
    padding: 20px;
    padding-left: 0;
    min-height: 100%;
    padding-right: 20px;
}

.timeline-item.box::before {
    content: "";
    position: absolute;
    background-image: url(./assets/images/rectangle-svg-dev-history.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(50%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.timeline-item.box::after {
    content: "";
    position: absolute;
    background-image: url(./assets/images/rectangle-svg-arrow.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(50%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.timeline-item.box .num {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #0f5f5a;
    margin-bottom: 15px;
}

.timeline-item.box .desc {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    font-size: 16px;
}

.timeline-item.box .desc ul {
    padding: 0;
    margin: 0;
}

.timeline-item.box .desc li {
    position: relative;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    padding-left: 1.5rem;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: none;
}

.timeline-item.box .desc li::before {
    content: "•";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1rem;
    text-align: center;
    color: currentColor;
}

@media (min-width: 1680px) {
    .timeline-item.box {
        min-height: calc(100vh - 190px);
    	padding: 38% 0;
    	padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .timeline-item.box::after {
        background-size: auto;
        right: 15px;
    }

    .timeline-item.box .desc li {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .timeline-item.box .desc {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .timeline-item.box .num {
        font-size: 48px;
    }

    .timeline-item.box .desc {
        font-size: 20px;
    }

    .timeline-item.box .desc li {
        font-size: 20px;
    }
}

.about-banner-gap {
    margin-top: -40px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.about-tab > .nav {
    margin: -40px auto 0;
    padding-left: 15px;
    padding-right: 15px;
}

.about-tab > .nav {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    align-items: stretch;
}

.about-tab > .nav {
    border-bottom: 1px solid #dee2e6;
}

.about-tab > .nav li {
    margin-left: 0;
    margin-right: 0;
}

.about-tab > .nav li a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    line-height: 1.375;
    text-align: center;
    color: #0f5f5a;
    border-radius: 0px;
    transition: all .2s;
}

.about-tab > .nav li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
}

.about-tab > .nav li.active a::before {
    content: none;
}

.about-tab > .nav li.active a {
    background: #0f5f5a;
    color: #fff;
    transition: all .2s;
}

.about-tab > .nav {
    max-width: 1200px;
}

.lvh-section-2 .vertical--lvhd-tab::before, .lvh-section-4 .vertical--lvhd-tab::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(51, 51, 51, .45);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100%;
        height: 100%;
        transition: all .2s linear;
    }

@media (min-width: 768px) {
    .about-tab > .nav {
        margin: -50px auto 0;
    }
    
    .about-tab > .nav li a {
        padding: 15px;
    }

    .about-banner-gap {
        margin-top: -50px;
    }
}

@media (min-width: 1680px) {
    .about-tab > .nav {
		max-width: 1330px;
        margin: -64px auto 0;
    }

    .about-tab > .nav li a {
        font-size: 16px;
        padding: 21px 40px;
    }

    .about-banner-gap {
        margin-top: -64px !important;
        padding-top: 64px !important;
    }
	
	.about-tab-1 {
		min-height: calc(100vh - 89px);
	}
	
	.about-tab-2 {
		padding-top: 120px;
        min-height: calc(100vh - 89px);
        padding-top: 100px !important;
        padding-bottom: 100px !important;
	}

    .about-tab-3 {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about-tab-4 {
        padding-top: 70px;
    }

	.about-tab__gap-1, .about-tab__gap-2 {
			padding-top: 50px;
	}
	
	.deverlopement-history .title-w-line {
    	max-width: 1330px;
	}
	
	.page-banner-title {
		font-size: 1.38rem !important;
	}

    .lvh-section-1 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .lvh-section-3 {
        padding-top: 70px !important;
        padding-bottom: 90px !important;
    }

    .lvh-section-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .vertical--lvhd-desc {
        font-size: 20px;
    }

    .vertical--lvhd-table table td {
        font-size: 20px;
        padding: 20px;
    }
}

#slidesCounting {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#swiperMembership #slidesCounting>* {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #111;
}

#slidesCounting>*:first-child::after {
    content: "/";
    display: inline-block;
    width: 1rem;
    text-align: center;
    color: currentColor;
}

.about-unit-navigation .button {
    border: none;
    width: 40px;
    height: 40px;
}

.about-unit-navigation .button.button-prev {
    background-image: url(./assets/images/arrow-green-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-unit-navigation .button.button-next {
    background-image: url(./assets/images/arrow-green-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-unit-navigation .button.is-disabled {
    filter: grayscale(1);
}

@media (min-width: 768px) {
    .about-unit-navigation .button {
        width: 48px;
        height: 48px;
    }
}

.deverlopement-history {
    display: block;
    background: linear-gradient(360deg, #ffffff 0%, #e1f0ef 100%);
}

.deverlopement-history .title-w-line {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 0;
}

@media (min-width: 1200px) {
    .deverlopement-history .title-w-line {
        padding: 60px 15px 0;
    }
}

.swiper-pagination-bullet {
    background: #bdbdbd !important;
    width: 30px !important;
    height: 4px !important;
    margin: 0 5px !important;
    border-radius: 0% !important;
}

.swiper-pagination-bullet-active {
    background: #0f5f5a !important;
}

@media (min-width: 992px) {
    .swiper-pagination-bullet {
        width: 60px !important;
    }
}

.membership-unit--entry .col-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
}

@media (min-width: 1200px) {
    .about-tab-1::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(./assets/images/trai-dat.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 110% bottom;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }
}

@media (min-width: 768px) {
    .about-banner {
        height: calc(100vh - 89px);
    }
}

@media (min-width: 1680px) {
	.deverlopement-history .title-w-line {
    	max-width: 1330px;
		padding-top: 50px;
	}
	
	.about-award, .about-network, .scuiment-scr, .contact-section-1 {
		padding-top: 100px !important;
		padding-bottom: 70px !important;
	}
	
	.recuiment-membership {
        height: calc(100vh - 89px);
		padding-top: 80px !important;
	}
}

.about-tab .tab-panels {
    padding-top: 0;
}

.about-tab-2 .vertical--developement-tabs {
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(./assets/images/bg-corevalue-content.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-tab-2 .vertical--developement-tabs::before {
    content: none;
}

.about-tab-2 .vertical--developement-tabs .accordion-inner {
    padding: 0;
}

.about-tab-2 .vertical--developement-tabs .vertical--lvhd-table {
    margin-top: 15px;
}

.blog-wrapper .about-tab {
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.blog-wrapper .about-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.blog-wrapper {
    position: relative;
}

.blog-wrapper .about-tab .about-nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    align-items: stretch;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    line-height: 1.375;
    text-align: center;
    color: #0f5f5a;
    border-radius: 0px;
    transition: all .2s;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link.active {
    background: #0f5f5a;
    color: #fff;
    transition: all .2s;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    background: #fff;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link.active::before, .blog-wrapper .about-tab .about-nav-tabs .about-nav-link.active::after {
	content: none;
}

.blog-wrapper .about-tab .about-nav-tabs .about-nav-link:hover {
    text-decoration: none;
    background: #0f5f5a;
    color: #fff;
    transition: all .2s;
}

.swiper-pagination-bullets {
    position: static;
}

@media (min-width: 768px) {
    .blog-wrapper .about-tab .about-nav-tabs .about-nav-link {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .blog-wrapper .about-tab .about-nav-tabs {
        flex-wrap: wrap;
    }
}

@media (min-width: 1680px) {
    .blog-wrapper .about-tab .about-nav-tabs .about-nav-link {
        font-size: 16px;
        padding: 21px 40px;
    }

    .blog-wrapper .about-tab {
        top: -64px;
    }
}

.application__item {
    border-radius: 24px;
    overflow: hidden;
}

.solution__detail, .product__detail--content, .product__detail--content .wp-video {
    border-radius: 24px;
    overflow: hidden;
}

.solution__detail .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    height: 100%;
    background-image: linear-gradient(to top, #000000b3, #0000);
}

.product__detail--hero {
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 768px) {
	.product__detail--hero {
    	border-radius: 40px;
	}
}

@media (max-width: 768px) {
	.mb-row-reverse {
        flex-flow: column-reverse wrap;
    }
}

.about__menu {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767.9px) {
    .about__menu {
        -moz-column-gap:1.6rem;
        column-gap: 16px;
        row-gap: 8px;
        flex-wrap: wrap;
        margin: 0px 16px 20px;
    }
}

.about__menu .about__menu--item {
    font-size: 18px;
    font-weight: 700;
    color: #0f5f5a;
    line-height: 110%;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.9px) {
    .about__menu .about__menu--item {
        font-size: 14px;
    }
}

.about__menu .menu__dot {
    width: 12px;
    height: 12px;
    background: #fe8923;
    border-radius: 100%;
    margin: 0;
}

.contliner, .contliner-item {
    border-radius: 24px;
    overflow: hidden;
}

.contliner-slider .flickity-page-dots {
    bottom: 10px;
}

.contliner-slider .flickity-page-dots .dot {
    width: 30px;
    height: 2px;
    border: 2px solid #111;
}

.ve-komot-title .line {
    width: 100%;
}

@media (max-width: 767px) {
    .contliner-item {
		border-radius: 16px;
	}
}