body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    margin: 0;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Horizontal Anchor Navigation - Bottom Center */
.vertical-anchor-nav {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 5px 25px 0px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Hide vertical anchor navigation when on section-a */
body.section-a-active .vertical-anchor-nav {
    display: none !important;
}

.vertical-anchor-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
}

.vertical-anchor-nav li {
    margin: 0;
}

.vertical-anchor-nav .anchor-link {
    display: block;
    color: #242424;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.vertical-anchor-nav .anchor-link:hover {
    color: steelblue;
    border-bottom-color: steelblue;
}

.vertical-anchor-nav .anchor-link.active {
    color: steelblue;
    font-weight: 600;
    border-bottom-color: steelblue;
}


/* Responsive design for mobile */
@media (max-width: 768px) {
    .vertical-anchor-nav {
        bottom: 20px;
        padding: 12px 20px;
    }

    .vertical-anchor-nav .anchor-link {
        padding: 6px 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .vertical-anchor-nav {
        bottom: 15px;
        padding: 10px 15px;
    }

    .vertical-anchor-nav .anchor-link {
        padding: 5px 8px;
        font-size: 12px;
    }
}

#sync1 .owl-item {
    margin-left: 0;
    overflow: hidden;
    border-radius: 0;
    height: 700px;
}

#sync1 .owl-item img {
    border-radius: 0;
}

.list_td:hover {
    box-shadow: 0px 10px 10px 15px #c3c3c357;
}

.banner img {
    height: 100vh;
    width: 100%;
    position: relative;
}

.main-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-icon img {
    width: 30%;
    height: auto;
}

.banner-icon {
    display: flex;
    gap: 40px;
    align-items: center;
}

.banner-icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.foot a:hover {
    color: #20859A !important;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown:hover .dropdown_menu {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_menu {
    display: none;
    position: absolute;
    background: linear-gradient(144deg, #e3e3e3, steelblue);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px 0 !important;
    border-radius: 10px;
}

.banner .banner-icon {
    position: absolute;
    top: 55%;
    width: 60%;
    left: 20%;
}

.dropdown-item {
    color: #242424;
    font-size: 18px;
}

#navbarSupportedContent {
    justify-content: flex-end;
    display: flex;
}

#navbarSupportedContent .navbar-nav {
    margin-right: unset !important;
    gap: 30px;
    align-items: center;
}

.btns {
    display: table;
}

.customNextBtn,
.customPreviousBtn {
    float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
}

.bg-header {
    background-color: #e9e9e9;
    z-index: 2;
    opacity: 0.8;
}

.bg-header-about {
    opacity: 0.8;
}

.furniture_text {
    text-transform: unset !important;
}

.about_section {
    background-image: none;
    padding: 0;
}

.slide_conten {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 45%;
}

#demo .carousel-indicators li {
    background-color: #fff !important;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

#demo .carousel-indicators .active {
    background-color: #FCCF14 !important;
}

#demo .carousel-indicators {
    justify-content: center;
    width: 100%;
    bottom: 50px;
    left: 0;
    margin-left: 0;
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    background-color: #000 !important;
    border-radius: 20px;
}

.carousel-indicators .active {
    background-color: #FCCF14 !important;
}

.carousel-indicators {
    justify-content: center;
    width: 100%;
    bottom: 15px;
}

.carousel-item img {
    width: 100%;
    height: 800px;
}

.foot ul li a {
    float: unset;
    color: #000;
    font-weight: 400;
}

.owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    border-radius: 25px;
    height: 100%;
}

.modal {
    z-index: 50;
}

.lisst_img .owl-nav {
    display: none !important;
}

.btn_post {
    text-align: center;
    background-color: #112953;
    color: #fff;
    padding: 10px 24px;
    border-bottom-right-radius: 10px;
}

.post_item {
    position: relative;
}

.post_title {
    padding: 20px;
    color: #000;
}

.col_pots {
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    border-radius: 6px;
    display: block;
}

.bg-light {
    padding: 0;
}

.header-fix {
    position: fixed;
    top: 0;
}

.header-fix-about {
    position: fixed;
}

.header_section {
    background-image: none;
}

video {
    min-width: 100%;
    min-height: 100%;
}

.animated-slow {
    animation-duration: 3s;
}

.slick-arrow {
    display: none !important;
}

.animated {
    animation-duration: 3.25s;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomInDown {
    animation-name: zoomInDown;
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

.zoomInUp {
    animation-name: zoomInUp;
}

.zoomInRight {
    animation-name: zoomInRight;
}

/* about */

.bg-header-about {
    position: fixed;
    background-color: #3351A3;
    z-index: 2;
}

.section2_layout {
    width: 65%;
}

.furnitures_text_about {
    text-align: inherit;
    padding-left: 50px;
    color: #ffc800;
}

.dummy_text_about {
    text-align: inherit;
    padding-left: 50px;
}

.icon_1_about {
    text-align: inherit;
}

.icon_1_about img {
    width: 15% !important;
}

.icon_1_about::after {
    content: "";
    position: absolute;
    width: 142%;
    height: 2px;
    background-color: #00000063;
    top: 25px;
}

.line_abouts::after {
    width: 135%;
    top: 23px;
}

.section_about {
    position: relative;
}

.section2_layout_about {
    width: 35%;
    position: absolute;
    right: 5%;
    top: 17%;
}

.section2_layout_about img {
    height: 600px;
}

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

.about_tex {
    text-transform: uppercase;
    font-size: 60px;
    color: #2a9e95;
    font-weight: bold;
    text-shadow: 9px 6.36px 18.896px #000000, 0px 0px 1px #aeffb452;
    line-height: 70px;
}

.about_number {
    margin: 0;
}

.about_exp {
    color: #2a9e95;
    font-size: 20px;
    text-align: center;
    padding-top: 100px;
}

.about_credo {
    background-color: #071932;
    padding: 90px 0;
}

.item_about {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.item_iconabout {
    display: grid;
}

.item_iconabout .dummy_text {
    margin: 0;
}

.item_iconabout .dummy_text_credo1 {
    color: #21b38a;
}

.item_iconabout .dummy_text_credo2 {
    color: #2a9e95;
}

.item_iconabout .dummy_text_credo3 {
    color: #20859a;
}

.item_iconabout .dummy_text_credo4 {
    color: #2d6b9e;
}

.item_iconabout .dummy_text_credo5 {
    color: #3351a3;
}

.item_iconabout .dummy_text_credo6 {
    color: #21b38a;
}

.item_iconabout .dummy_text_credo7 {
    color: #2a9e95;
}

.item_iconabout .dummy_text_credo8 {
    color: #20859a;
}

.about_list_icon {
    width: 45%;
    margin: 0 auto;
    float: unset;
}

.icon_1_credo {
    position: relative;
}

.top {
    height: 45px;
    width: 100px;
    position: absolute;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    top: -11px;
}

.bg_top1 {
    left: -18px;
    background-color: #2a9e95;
}

.bg_top2 {
    left: -13px;
    background-color: #2d6b9e;
}

.bg_top3 {
    left: -13px;
    background-color: #21b38a;
}

.bg_top4 {
    left: -22px;
    background-color: #20859a;
}

.bottom {
    height: 45px;
    width: 100px;
    position: absolute;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 34px;
}

.bg_bottom1 {
    left: -18px;
    background-color: #2a9e95;
}

.bg_bottom2 {
    left: -20px;
    background-color: #2d6b9e;
}

.bg_bottom3 {
    left: -19px;
    background-color: #21b38a;
}

.bg_bottom4 {
    left: -17px;
    background-color: #20859a;
}

.owl-dots {
    display: none;
}

.owl-nav {
    display: none;
}

#sync1 .owl-nav {
    display: block;
}

.owl-prev,
.owl-next {
    font-size: 80px !important;
    color: #fff !important;
}

.owl-prev {
    position: absolute;
    top: 25%;
    left: 0;
    right: auto;
}

.owl-next {
    position: absolute;
    left: auto;
    right: 0;
    top: 25%;
}


/* tuyen dung */
.appcv_title {
    border-bottom: 1px solid #112953;
    padding: 20px;
    color: #112953;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.appcv_text {
    font-size: 17px;
    color: #000;
    width: 100%;
    padding: 0 20px;
}

.appcv_ungtuyen {
    font-size: 18px;
    color: #fff;
    background-color: #112953;
    text-align: center;
    padding: 10px 40px;
    border-radius: 25px;
}

.appcv_ungtuyen:hover {
    color: #112953;
    background-color: #FCCF14;
}

.appcv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.appcv_placeholder {
    width: 100%;
    padding: 0 20px;
}

.cv_file {
    border: 1px solid #000;
    border-radius: 24px;
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 20px;
}

.cv_file input {
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.appmail_title {
    border-bottom: 1px solid #112953;
    padding: 20px;
    color: #112953;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.appmail_text {
    color: #000;
    width: 100%;
    padding: 0 20px;
}

.appmail_ungtuyen {
    font-size: 18px;
    color: #fff;
    background-color: #112953;
    text-align: center;
    padding: 10px 40px;
    border-radius: 25px;
}

.appmail_ungtuyen:hover {
    color: #112953;
    background-color: #FCCF14;
}

.appmail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.appmail_placeholder {
    width: 100%;
}

.appmail input {
    border: 1px solid #000;
    border-radius: 24px;
    width: 100%;
    padding: 10px;
    margin: 0 20px 20px;
}

.ungtuyen:hover {
    color: #112953;
    background-color: #FCCF14;
}

/* chi tiết tuyển dụng */
.detail_cv ul {
    padding: 0 0 0 40px;
}

.other_position {
    border-bottom: 1px solid #112953;
    padding: 20px;
    color: #112953;
    font-size: 27px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.other_position_text {
    font-size: 17px;
    color: #112953;
    width: 60%;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #112953;
    margin: 0 auto;
    padding: 20px 0;
}

.other_position_text:hover {
    color: #112953;
}

.other_position_text:last-child {
    border-bottom: 0;
}

.detail_cv li {
    color: #000;
}

.btn_ungtuye {
    margin-top: 50px;
    display: flex;
    width: 60%;
}

.btn_ungtuye .ungtuyen {
    margin: 0 20px;
}

/*Animations*/

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

/*  */

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
    overflow: hidden;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 25px;
    height: 40px;
    position: absolute;
    top: 40%;
    background: unset;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.owl-item .carousel-item {
    display: block;
}

.owl-dots {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-dot span {
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
}

.owl-dot.active span {
    background-color: #FCCF14 !important;
}

.owl-prev path,
.owl-next path {
    stroke: #fff !important;
}

#sync1 .item {
    width: 100%;
    object-fit: cover;
}

#sync1 img {
    width: 100%;
    object-fit: cover;
}

.read_bt1 a {
    width: 70%;
}

.lorem_text {
    line-height: 30px;
    padding-top: 0 !important;
    font-weight: 600;
}

.dummy_text {
    font-size: 24px;
}

.bounce-up .subject {
    opacity: 0;
    -moz-transition: all 1500ms ease-out;
    -webkit-transition: all 1500ms ease-out;
    -o-transition: all 1500ms ease-out;
    transition: all 1500ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* slide-header */

.coverflow-container {
    width: 100%;
    /* max-width: 60rem; */
    perspective: 2400px;
    /* position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%); */
}

.coverflow {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    perspective: 500px;
    height: 500px;
}

.coverflow:hover {
    animation-play-state: paused;
}

.cf-item {
    position: absolute;
    top: 20%;
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
    transition: all 0.8s ease;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.cf-item img {
    display: none;
}

.cf-item span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
}

.cf-item a {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 10px;
    background: #07c9de;
    color: #000000;
    cursor: pointer;
}

/* chính giữa */
.cf-item.active {
    opacity: 1;
    transform: translateX(0) translateZ(120px) scale(1) rotateY(0deg);
    z-index: 3;
}

/* bên trái */
.cf-item.left {
    opacity: 0.3;
    transform: translateX(-260px) translateZ(-100px) scale(0.9) rotateY(55deg);
    z-index: 2;
}

/* bên phải */
.cf-item.right {
    opacity: 0.3;
    transform: translateX(260px) translateZ(-100px) scale(0.9) rotateY(-55deg);
    z-index: 2;
}

.coverflow-item img {
    height: auto;
    width: 30%;
}

.cf-item:hover span {
    font-size: 1.5rem;
}

.cf-item span {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 2;
    position: relative;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 10px;
    opacity: 1;
}

/* Hover overlay for description and button */
.cf-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.cf-description {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px) scale(0.8);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
}

.cf-apply-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #00C9FF, #92FE9D);
    color: white !important;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 201, 255, 0.3);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0;
    transform: translateY(30px) scale(0.8);
    transition-delay: 0.3s;
}

.cf-item {
    background-color: rgba(0, 0, 0, 0.6);
    /* Black overlay with 50% opacity */
    background-blend-mode: darken;
    /* Blends the background image with the color */
}

.cf-item .cf-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10;
    left: 0;
    font-size: 2rem;
    color: #ffffff;
}

.cf-item a:hover {
    background: linear-gradient(45deg, #00C9FF, #92FE9D);
}

.cf-item.active:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    transform: scale(1.15) translateZ(100px);
    border-radius: 12px;
    z-index: 5;
}


/* Hover effects - only for active item */
.cf-item.active:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cf-item.active:hover .cf-overlay {
    opacity: 1;
    transform: translateY(0);
}

.cf-item.active:hover .cf-description {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cf-item.active:hover .cf-apply-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cf-item.active:hover .cf-title {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
    font-size: 2rem;
}

/* Disable hover effects for left and right items */
.cf-item.left:hover,
.cf-item.right:hover {
    transform: translateX(-260px) translateZ(-100px) scale(0.9) rotateY(55deg);
    box-shadow: none;
}

.cf-item.right:hover {
    transform: translateX(260px) translateZ(-100px) scale(0.9) rotateY(-55deg);
    box-shadow: none;
}

.cf-item.left:hover .cf-overlay,
.cf-item.right:hover .cf-overlay {
    opacity: 0;
}

.cf-item.left:hover .cf-description,
.cf-item.right:hover .cf-description {
    opacity: 0;
}

.cf-item.left:hover .cf-apply-btn,
.cf-item.right:hover .cf-apply-btn {
    opacity: 0;
}

.cf-item.left:hover .cf-title,
.cf-item.right:hover .cf-title {
    opacity: 1;
    transform: none;
}

.cf-apply-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 201, 255, 0.4);
    background: linear-gradient(135deg, #92FE9D, #00C9FF);
}

/* Background images for each card */
.cf-item:nth-child(1) {
    background-image: url("https://synectic.net/wp-content/uploads/2022/06/dfm-design-for-manufacturing.jpg");
}

.cf-item:nth-child(2) {
    background-image: url("https://thefvg.com/wp-content/uploads/2024/04/data-entry-virtual-assistant-services-blog-banner.jpg");
}

.cf-item:nth-child(3) {
    background-image: url("https://www.shutterstock.com/image-photo/customer-satisfaction-survey-concept-5star-600nw-2267909179.jpg");
}

.cf-item:nth-child(4) {
    background-image: url("https://yaycommerce.vn/wp-content/uploads/2023/01/wordpress-developer-la-ai-1024x683.png");
}

.cf-item:nth-child(5) {
    background-image: url("https://yaycommerce.vn/wp-content/uploads/2023/01/wordpress-developer-la-ai-1024x683.png");
}

.cf-item:nth-child(6) {
    background-image: url("https://yaycommerce.vn/wp-content/uploads/2023/01/wordpress-developer-la-ai-1024x683.png");
}


.cf-controls button {
    background: #07c9de;
    border: none;
    padding: 5px 20px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    top: 35%;
    color: #FFF;
}

.prev {
    left: 0;
}

.cf-controls button:hover {
    background: linear-gradient(45deg, #00C9FF, #92FE9D);
}

/* Scroll */

.scroll-indicator {
    display: none !important;
}

body.section-a-active .scroll-indicator {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: sans-serif;
    font-size: 14px;
    position: fixed;
    bottom: 10%;
    right: 50%;
    cursor: pointer;
    z-index: 99;
}

/* Force override any other CSS */
body:not(.section-a-active) .scroll-indicator {
    display: none !important;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #242424;
    border-radius: 20px;
    position: relative;
}

.wheel {
    width: 6px;
    height: 6px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite;
}

.title-header {
    font-size: 70px;
    color: #000;
}

.headline {
    display: inline-block;
    font-size: 80px;
    font-weight: bold;
    color: #242424;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headline span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s forwards;
}

.headline2 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #dadada;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif !important;
}

.headline2 span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s forwards;
    font-family: 'Montserrat', sans-serif !important;
}

/* menu-mobe */

.menu-toggle {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1200;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.offcanvas-menu,
.overlay {
    display: none;
}

.menu-desktop {
    display: block;
}

.hero-section {
    align-items: center;
    background: #e9e9e9;
    display: flex;
    min-height: 100%;
    justify-content: space-evenly;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    max-width: 1200px;
    width: 100%;
}

@media(min-width: 300px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 992px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    list-style: none;
    position: relative;
    background-color: unset;
    border-radius: 10px;
    border: 0;
}

.card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition:
        filter 200ms linear,
        transform 200ms linear;
}

.card:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card-grid:hover>.card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content {
    left: 0;
    padding: 24px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.card__category {
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
}

.card__heading a {
    /* color: #242424; */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.card__heading {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.slider-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: auto;
}

.slider {
    display: flex;
    transition: transform 2s ease-in-out;
    width: 100%;
    height: auto;
}

.slide {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    min-width: 100%;
    gap: 50px;
}

.slide .infocardContainer:first-child {
    align-self: flex-start;
}

.slide .infocardContainer:last-child {
    align-self: flex-end;
}

.infocardContainer {
    display: flex;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    background: linear-gradient(121deg, whitesmoke, steelblue 100%);
    transition: all 500ms ease-in;
    overflow: hidden;
}

.infocardContainer:hover,
.infocardContainer.autoExpand {
    width: 900px;
    border-radius: 100px 10px 100px 100px;
    transition: all 3s ease-out;
}

.infocardContainer.reverse {
    flex-direction: row-reverse;
    border-radius: 100px;
    background: linear-gradient(-121deg, whitesmoke, steelblue 100%);
}

.infocardContainer.reverse:hover,
.infocardContainer.reverse.autoExpand {
    width: 900px;
    border-radius: 10px 100px 100px 100px;
    transition: all 3s ease-out;
}

#textbois {
    color: #242424;
    flex-shrink: 1;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#textbois h4 {
    justify-content: flex-end;
}

#textbois h2 {
    font-size: 15px;
}

.infocardContainer h2,
.infocardContainer h4 {
    display: flex;
    flex: inherit;
    overflow: hidden;
    text-overflow: hidden;
    color: #242424;
    width: 0;
    height: auto;
    transition: all 450ms ease-in;
    transition-delay: 3s;
}

.infocardContainer:hover h2,
.infocardContainer:hover h4,
.infocardContainer.autoExpand h2,
.infocardContainer.autoExpand h4 {
    display: flex;
    visibility: visible;
    transition: all 3s ease-out;
    transition-delay: 500ms;
    width: 100%;
    height: auto;
}

.infocardContainer #main,
.infocardContainer #main img {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    object-fit: cover;
}

.infocardContainer #main img {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.infocardContainer #textbois {
    position: relative;
}

.infocardContainer #main {
    flex-shrink: 0;
}

.human-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.human-title h2 {
    font-size: 80px;
    margin: 0;
    padding: 0;
}

.human-title p {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.commerce-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.commerce-title h2 {
    font-size: 50px;
    text-transform: capitalize;
    color: #242424;
    padding: 0;
    margin: 0;
}

.commerce-title p {
    font-size: 20px;
    color: #242424;
    padding: 0;
    margin: 0;
}

.clients_section {
    background-color: #e9e9e9;
}

.list-icon {
    display: flex;
    gap: 10px;
}

.list-icon li {
    list-style: none;
}

.list-icon li a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    font-size: 35px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.list-icon li a .icon {
    position: absolute;
    color: #262626;
    transition: .5s;
    z-index: 3;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transition: transform .5s, color .5s;
    transform: translate(-50%, -50%);
}

.list-icon li a:hover .icon {
    color: #fff;
    transform: translate(-50%, -50%) rotateY(360deg);
}

.list-icon li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.list-icon li a:hover:before {
    top: 0;
}

.list-icon li:nth-child(1) a:before {
    background: #3b5999;
}

.list-icon li:nth-child(2) a:before {
    background: #55acee;
}

.list-icon li:nth-child(3) a:before {
    background: #0077b5;
}

.list-icon li:nth-child(4) a:before {
    background: #dd4b39;
}

.footer_section {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
}

.footer_section {
    height: auto;
    padding-top: 50px;
    width: 100%;
}

.fooer_logo img {
    width: 180px;
}

.fooer_logo {
    width: 50%;
    margin-bottom: 30px;
}

.list-icon {
    margin: 0;
    display: flex;
    gap: 10px;
}

.list-icon li {
    list-style: none;
}

.list-icon li a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    font-size: 35px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.list-icon li:nth-child(1) a:before {
    background: #3b5999;
}

.list-icon li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.list-icon li a .icon {
    position: absolute;
    color: #262626;
    transition: .5s;
    z-index: 3;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transition: transform .5s, color .5s;
    transform: translate(-50%, -50%);
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.list-icon li a:hover:before {
    top: 0;
}

.list-icon li a:hover .icon {
    color: #fff;
    transform: translate(-50%, -50%) rotateY(360deg);
}

.footer_section_text {
    background-color: #112953;
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

.footer_section_text p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.foot_col_icon {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.foot_col_icon h1 {
    font-weight: bold;
    font-size: 20px;
    color: #242424;
    padding: 0;
    margin: 0;
}

.foot_col_icon h2 {
    font-weight: bold;
    font-size: 16px;
    color: #242424;
    padding: 0;
    margin: 0;
}

.foot_col_icon p {
    font-weight: bold;
    font-size: 16px;
    color: #242424;
    padding: 0;
    margin: 0;
}

.foot_col_social {
    display: flex;
    flex-direction: column;
}

.foot_col_menu h2 {
    font-weight: bold;
    font-size: 20px;
    color: #242424;
    margin: 0 0 20px 0;
    padding: 0;
}

.foot_col_menu ul {
    margin-bottom: 1rem;
}

.foot_col_menu a {
    font-size: 16px;
    color: #242424;
}

.foot_col_contact {
    padding-right: 20px;
}

.foot_col_menu {
    padding-left: 20px;
}

.foot_col_contact h2 {
    font-weight: bold;
    font-size: 20px;
    color: #242424;
    margin: 0 0 20px 0;
    padding: 0;
}

.foot_col_contact h3 {
    font-weight: bold;
    font-size: 20px;
    color: #242424;
}

.foot_col_contact p {
    font-size: 14px;
    color: #242424;
    margin: 0 0 10px 0;
    white-space: nowrap;
}

.foot_col_contact_mail,
.foot_col_contact_phon {
    padding-bottom: 0;
    display: block;
    margin-top: 10px;
}

.footer_container {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: auto;
    align-items: flex-start;
    padding: 50px 0;
}

.foot_col_social h2 {
    color: #242424;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}

.foot_col_social p {
    color: #242424;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.footer_section .layout_padding {
    flex: 0 0 auto;
    max-width: 25%;
    box-sizing: border-box;
}

.footer_section .foot ul li {
    float: unset;
    margin-left: 0;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .footer_section .layout_padding {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .footer_section .layout_padding {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* keyframes */

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        top: 10px;
        opacity: 1;
    }

    50% {
        top: 25px;
        opacity: 0.5;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill1 {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* responsip */

@media (max-width: 991px) {
    .cf-item {
        display: none;
    }

    .cf-item.active {
        display: block;
        transform: scale(1.05) translateZ(50px);
        opacity: 1;
        margin: 0 auto;
    }

    .coverflow {
        justify-content: center;
    }

    .coverflow-container {
        left: 0;
    }

    .cf-controls {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .cf-item {
        background: unset;
        box-shadow: unset
    }

    .headline {
        font-size: 40px;
    }
}

@media screen and (max-width: 1762px) {
    .slide_conten {
        width: 60%;
    }
}

@media screen and (max-width: 1649px) {
    .header_section video {
        width: 50%;
    }

    .nav-item a {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1320px) {
    .slide_conten {
        width: 70%;
    }
}

@media screen and (max-width: 1133px) {
    .slide_conten {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .foot ul li {
        margin-left: 20px;
    }

    .foot_col {
        margin-top: 30px;
    }

    .foot_col h2 {
        padding-left: 0 !important;
    }

    .foot_col .row {
        justify-content: flex-start !important;
        padding-bottom: 30px;
    }

    .about_text {
        font-size: 2rem !important;
    }

    .carousel-item img {
        height: 600px;
    }

    .slide_conten {
        top: 25%;
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .carousel-item img {
        height: 300px;
    }

    .slide_conten {
        left: 5%;
    }

    .about_text {
        font-size: 20px !important;
    }

    .lorem_text {
        padding-top: 0 !important;
        margin: 0;
        font-size: 10px !important;
    }

    .read_bt1 a {
        padding: 5px 0;
    }

    .read_bt1 {
        margin-top: 5px !important;
        width: 120px;
    }
}

@media screen and (max-width: 1245px) {
    .logo img {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1400px) {
    .lisst_img1 {
        max-width: 30%
    }

    .lisst_img2 {
        max-width: 70%
    }
}

@media screen and (max-width: 1200px) {
    .lisst_img1 {
        max-width: 20%
    }

    .lisst_img2 {
        max-width: 80%
    }

    .services_taital {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .ungtuyen {
        margin-bottom: 30px;
    }

    .headline {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .nav-item {
        width: 100%;
    }

    .dropdown_menu {
        padding-left: 15px;
    }

    /* .main-section {} */

    .banner .banner-icon {
        flex-direction: column;
        top: 30%;
    }

    /* .banner img {} */

    .menu-toggle {
        display: block;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 20px;
        gap: 30px;
    }

    .nav-item a {
        width: 100%;
        justify-content: center;
    }

    .navbar-nav.active {
        display: flex;
    }

    .dropdown_menu {
        position: static;
        box-shadow: none;
        padding-left: 15px;
    }

    .logo {
        width: auto;
    }

    #navbarSupportedContent {
        display: none;
    }

    .offcanvas-menu {
        position: fixed;
        top: 75px;
        right: 0;
        width: 100%;
        height: calc(100vh - 75px);
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1100;
        padding: 0px 20px;
        overflow-y: auto;
        will-change: transform;
    }

    .offcanvas-menu.open {
        transform: translateX(0);
        display: block;
    }

    .offcanvas-menu .nav-link {
        display: block;
        font-size: 20px;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
    }

    .offcanvas-menu .dropdown_menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 15px;
    }

    .offcanvas-menu .dropdown.open .dropdown_menu {
        max-height: 500px;
    }

    /* Overlay */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 1;
    }

    .overlay.show {
        opacity: 1;
        visibility: visible;
    }
}

.flickity-carousel-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 2000px;
    z-index: 1;
}

.main-carousel {
    width: 100%;
}

.carousel-cell {
    width: 40rem;
    height: 30rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure cf-item displays properly in Flickity */
.main-carousel .cf-item {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.flickity-button {
    display: none !important;
}

.flickity-page-dots {
    display: none !important;
}

.main-carousel .flickity-viewport {
    z-index: 1;
}

.main-carousel .flickity-slider {
    z-index: 1;
}

/* Carousel Navigation Styling */
.carousel-nav {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

.carousel-prev,
.carousel-next {
    background-color: #112953;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #1a3c73;
}

.carousel-index {
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/* Carousel Dots Styling */
.carousel-dots {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-dot.active {
    background-color: #ffffff;
}

.carousel-dot:hover {
    background-color: #cccccc;
}


.split-screen-container {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.split-screen-container *,
.split-screen-container *::before,
.split-screen-container *::after {
    box-sizing: border-box;
}

.split-screen-container .wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
}

.split-screen-container .intro-section {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-right: 1px solid #e9ecef; */
}

/* .split-screen-container .intro-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
} */

.split-screen-container .intro-subtitle {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 30px;
    font-weight: 300;
}

.split-screen-container .intro-description {
    font-size: 1.1rem;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

.split-screen-container .intro-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.split-screen-container .intro-features li {
    padding: 8px 0;
    color: #495057;
    font-size: 1rem;
}

.split-screen-container .intro-features li::before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

.split-screen-container .carousel-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.split-screen-container .carousel {
    position: relative;
    width: 100%;
    max-width: 750px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.split-screen-container .carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    will-change: transform, opacity;
    animation: carousel-animate-vertical 27s linear infinite;
    font-family: 'Montserrat', sans-serif !important;
}

.split-screen-container .carousel:hover .carousel__item {
    animation-play-state: paused;
}

.split-screen-container .carousel .carousel__item:hover {
    cursor: pointer;
}

.split-screen-container .carousel a {
    margin-left: 20px;
    background-color: steelblue;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.split-screen-container a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.split-screen-container .carousel__item:nth-child(1) {
    animation-delay: calc(3s * -1);
}

.split-screen-container .carousel__item:nth-child(2) {
    animation-delay: calc(3s * 0);
}

.split-screen-container .carousel__item:nth-child(3) {
    animation-delay: calc(3s * 1);
}

.split-screen-container .carousel__item:nth-child(4) {
    animation-delay: calc(3s * 2);
}

.split-screen-container .carousel__item:nth-child(5) {
    animation-delay: calc(3s * 3);
}

.split-screen-container .carousel__item:nth-child(6) {
    animation-delay: calc(3s * 4);
}

.split-screen-container .carousel__item:nth-child(7) {
    animation-delay: calc(3s * 5);
}

.split-screen-container .carousel__item:nth-child(8) {
    animation-delay: calc(3s * 6);
}

.split-screen-container .carousel__item:last-child {
    animation-delay: calc(-3s * 2);
}

.split-screen-container .carousel__item-head {
    border-radius: 50%;
    background-color: #ffffff;
    width: 130px;
    height: 130px;
    padding: 20px;
    position: relative;
    margin-right: -65px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
}

.split-screen-container .carousel__item-body {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 30px 25px 90px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.split-screen-container .title {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 10px;
    color: #2c3e50;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}

.split-screen-container .carousel__item-body p:last-child {
    color: #6c757d;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif !important;
}

/* Navigation Dots */
.split-screen-container .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 20px;
}

.split-screen-container .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dee2e6;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.split-screen-container .dot:hover {
    background-color: #6c757d;
    transform: scale(1.2);
}

.split-screen-container .dot.active {
    background-color: #007bff;
    transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .split-screen-container .wrapper {
        flex-direction: column;
    }

    .split-screen-container .intro-section {
        padding: 40px 20px;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }

    /* .split-screen-container .intro-title {
        font-size: 2.5rem;
    } */

    .split-screen-container .intro-subtitle {
        font-size: 1.2rem;
    }

    .split-screen-container .intro-description {
        font-size: 1rem;
    }

    .split-screen-container .carousel-section {
        padding: 20px;
    }

    .split-screen-container .carousel {
        max-width: 600px;
    }

    .split-screen-container .carousel-dots {
        margin-top: 15px;
        gap: 6px;
    }

    .split-screen-container .dot {
        width: 10px;
        height: 10px;
    }
}

/* Show/hide sections based on screen size - High specificity */
@media (min-width: 769px) {
    body .section-split-screen {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    body .about-section-list {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (max-width: 768px) {
    body .section-split-screen {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    body .about-section-list {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 480px) {
    /* .split-screen-container .intro-title {
        font-size: 2rem;
    } */

    .split-screen-container .intro-subtitle {
        font-size: 1rem;
    }

    .split-screen-container .carousel__item-head {
        width: 100px;
        height: 100px;
        font-size: 55px;
        margin-right: -50px;
    }

    .split-screen-container .carousel__item-body {
        padding: 18px 22px 18px 75px;
    }

    .split-screen-container .title {
        font-size: 20px;
    }

    .split-screen-container .carousel-dots {
        margin-top: 10px;
        gap: 4px;
    }

    .split-screen-container .dot {
        width: 8px;
        height: 8px;
    }
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%,
    11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}

.globe-wrap {
    position: relative;
    max-width: 100%;
    height: 70vh;
}

.globe-wrap .globe-container {
    margin: 0 auto;
}

.us-info {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 180px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.us-info:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.info-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.us-info--tl .info-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.us-info--tr .info-icon {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.us-info--bl .info-icon {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.us-info--br .info-icon {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.us-info:hover .info-icon {
    transform: rotate(10deg) scale(1.1);
}

.us-info:hover .info-icon {
    transform: scale(1.1);
}

.us-info--tl .us-info-number {
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.us-info--tr .us-info-number {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.us-info--bl .us-info-number {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.us-info--br .us-info-number {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.info-content {
    flex: 1;
}

.us-info-number {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.us-info:hover .us-info-number {
    color: #5080aa;
    transform: scale(1.1);
}

.us-info-label {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    transition: all 0.3s ease;
}

.us-info:hover .us-info-label {
    color: #2c3e50;
}

.us-info--tl {
    top: 5%;
    left: 20%;
    animation: fadeInUp 2s ease-in-out;
    transform: translateY(0);
}

.us-info--tr {
    top: 15%;
    right: 20%;
    animation: fadeInUp 2s ease-in-out;
    transform: translateY(0);
}

.us-info--bl {
    bottom: 25%;
    left: 15%;
    animation: fadeInUp 1s ease-in-out;
    transform: translateY(0);
}

.us-info--br {
    bottom: 5%;
    right: 17%;
    animation: fadeInUp 1s ease-in-out;
    transform: translateY(0);
}

.about-text {
    font-size: 3rem;
    /* Adjust font size as needed */
    /* background-image: linear-gradient(-135deg, #73b3ff, steelblue); */
    /* -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; */
}

.about-text:nth-child(1) {
    color: #242424;
}

.about-text:nth-child(2) {
    color: steelblue;
}

.us-info-wrap {
    display: block;
}

.location-hanoi {
    position: absolute;
    top: 26%;
    left: 40%;
    z-index: 3;
    font-weight: 600;
    font-size: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location-hanoi:hover {
    transform: scale(1.1);
}

.location-hanoi i {
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: pulse-glow 2s infinite, bounce 1.5s infinite;
    border-radius: 50%;
    background: linear-gradient(135deg, #20859A, #2a9e95);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(32, 133, 154, 0.6), 0 0 30px rgba(32, 133, 154, 0.3);
    position: relative;
    z-index: 10;
}


.location-hanoi i::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid rgba(32, 133, 154, 0.5);
    border-radius: 50%;
    animation: ripple 2s infinite 0.5s;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 15px rgba(32, 133, 154, 0.6), 0 0 30px rgba(32, 133, 154, 0.3);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 25px rgba(32, 133, 154, 0.8), 0 0 50px rgba(32, 133, 154, 0.5);
        transform: scale(1.1);
    }

    100% {
        box-shadow: 0 0 15px rgba(32, 133, 154, 0.6), 0 0 30px rgba(32, 133, 154, 0.3);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

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

/* Hover effects for location markers */
.location-hanoi:hover i,
.location-hcm:hover i {
    animation: none;
    transform: scale(1.3);
    background: linear-gradient(135deg, #2a9e95, #20859A);
    box-shadow: 0 0 30px rgba(32, 133, 154, 0.9), 0 0 60px rgba(32, 133, 154, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.location-hanoi:hover i::after,
.location-hcm:hover i::after {
    animation: none;
    opacity: 0;
}

/* Add a "click me" tooltip effect */
.location-hanoi::after,
.location-hcm::after {
    content: 'Click me!';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 20;
}

.location-hanoi:hover::after,
.location-hcm:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

.location-hcm {
    position: absolute;
    bottom: 12%;
    left: 44%;
    z-index: 3;
    font-weight: 600;
    font-size: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location-hcm:hover {
    transform: scale(1.1);
}

.location-hcm i {
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: pulse-glow 2s infinite, bounce 1.5s infinite;
    border-radius: 50%;
    background: linear-gradient(135deg, #20859A, #2a9e95);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(32, 133, 154, 0.6), 0 0 30px rgba(32, 133, 154, 0.3);
    position: relative;
    z-index: 10;
}


.location-hcm i::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid rgba(32, 133, 154, 0.5);
    border-radius: 50%;
    animation: ripple 2s infinite 0.5s;
}

.location-info span {
    font-size: 0.6rem;
    font-weight: 400;
    color: #112953;
}

.map-area {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    aspect-ratio: 16/9;
}

.map-area img {
    position: absolute;
    top: 12%;
    left: -9%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    /* object-fit: contain; */
    zoom: 0.01;
    /* transform: scale(0.55); */
}

.location-hanoi i {
    animation: bounce 1s infinite;
}

.line-from-hanoi-to-hcm {
    display: none;
}

.connection {
    position: absolute;
    left: 2%;
    top: 1.5%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 93.25%;
    pointer-events: none;
    transform: rotate(360deg);
    z-index: 2;
}

.connection-path {
    fill: none;
    stroke: url(#connGrad);
    stroke-width: 1.2;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 2 4;
    animation: dash-move 2.5s linear infinite;
}

@media (max-width: 768px) {
    .connection-path {
        stroke-width: 0.8;
        stroke-dasharray: 1.5 3.5;
    }
}

.connection-dot {
    fill: #20859A;
}

.connection-travel {
    fill: #20859A;
    filter: drop-shadow(0 0 2px rgba(32, 133, 154, 0.7));
}

@keyframes dash-move {
    to {
        stroke-dashoffset: -12;
    }
}

.card-location {
    position: relative;
    width: 20rem;
    height: 15rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-location:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-location:hover .location-info {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    transform: translateY(-2px);
}

.location-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.location-image img {
    display: none;
}

.card-location .location-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 1rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    transform: translateY(10px);
    opacity: 0;
}

.location-card[style*="display: block"] .location-info {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.card-location .location-info span {
    font-size: 0.65rem;
    color: white;
}

.location-card {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    filter: blur(5px);
}

.location-card[style*="display: block"] {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
    animation: cardAppear 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes cardAppear {
    0% {
        opacity: 0;
        transform: scale(0.7) translateY(50px) rotateX(15deg);
        filter: blur(8px);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.05) translateY(-10px) rotateX(0deg);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

/* Staggered animations for multiple cards */
.location-thanh-cong[style*="display: block"] {
    animation: cardAppear 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}

.location-my-dinh[style*="display: block"] {
    animation: cardAppear 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.location-nguyen-xi[style*="display: block"] {
    animation: cardAppear 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}


.location-thanh-cong {
    top: 30%;
    left: 10%;
    right: 0;
    z-index: 3;
    font-weight: 600;
    font-size: 0.6rem;
}

.location-my-dinh {
    left: 55%;
    z-index: 3;
    font-weight: 600;
    font-size: 0.6rem;
}

.location-nguyen-xi {
    bottom: -65%;
    left: 55%;
    z-index: 3;
    font-weight: 600;
    font-size: 0.6rem;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .map-area {
        max-width: 800px;
        /* aspect-ratio: 16/9; */
    }

    .card-location {
        width: 9rem;
        height: 6rem;
    }

    .card-location .location-info {
        font-size: 0.6rem;
        padding: 0.8rem 0.6rem 0.6rem;
    }

    .connection-path {
        stroke-width: 0.8;
    }

    .us-info {
        min-width: 140px;
        padding: 10px 14px;
    }

    .us-info-number {
        font-size: 1.2rem;
    }

    .us-info-label {
        font-size: 0.7rem;
    }
}

@media (min-width: 1441px) {
    .map-area {
        max-width: 850px;
        aspect-ratio: 16/14;
    }

    .card-location {
        width: 15rem;
        height: 10rem;
    }

    .card-location .location-info {
        font-size: 0.55rem;
        padding: 0.6rem 0.5rem 0.5rem;
    }

    .connection-path {
        stroke-width: 0.6;
    }

    .us-info {
        min-width: 120px;
        padding: 8px 12px;
    }

    .us-info-number {
        font-size: 2rem;
    }

    .us-info-label {
        font-size: 0.65rem;
    }

    .location-hanoi,
    .location-hcm {
        font-size: 0.5rem;
    }

    .location-hanoi i,
    .location-hcm i {
        height: 16px;
        width: 16px;
    }

    .info-icon {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .us-info {
        position: static;
        margin: 10px auto;
        max-width: 200px;
        min-width: auto;
        padding: 5px;
    }

    .globe-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .us-info-wrap {
        position: absolute;
        top: 5%;
        width: fit-content
    }

    .map-area {
        width: 90%;
        max-width: 520px;
        aspect-ratio: 16/14;
    }

    .us-info-number {
        font-size: 1.2rem !important;
    }

    .us-info-label {
        font-size: 0.5rem !important;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* Arrange the four info cards in a 2x2 grid on mobile */
    .globe-wrap>div:last-child {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .globe-wrap>div:last-child .us-info {
        width: 100%;
        max-width: none;
        margin: 0;
        /* grid gap handles spacing */
    }

    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .us-info-number {
        font-size: 1.6rem;
        line-height: 1rem !important;

    }

    .us-info-label {
        font-size: 0.8rem;
        line-height: 1rem !important;
    }

    .card-location {
        width: 10rem;
        height: 5rem;
    }

    .card-location .location-info {
        padding: 0.4rem 0.3rem 0.3rem;
    }

    .card-location .location-info span {
        font-size: 0.55rem;
    }
}